Control
These functions provide motor control without using effects from Feelix and are based on the SimpleFOC library. Visit simplefoc.com for more details.
Functions and Parameters
Move Motor
feelix.move_feelix(float targetValue, MotionControlType controlType);Disable driver
feelix.disable();Enable driver
feelix.enable(); // enabled by default in feelix.init();Set rotation range
void setRange(float rangeMin, float rangeMax, bool updateStartPos = true);Constrain range within which effects can be played
Set voltage limit
Set velocity limit
Motor Control Parameters
Variables
Status
Transmission Factor
Last updated
Was this helpful?
