48 int8_t
setServo(uint16_t
id,
ServoId channel,
float angle, uint8_t speed,
bool invert);
ServoId
Servo channel identifiers.
Definition ServoEventListener.h:25
Definition ServoControl.h:21
int8_t setServo(uint16_t id, ServoId channel, float angle, uint8_t speed, bool invert)
Set a servo target angle.
int8_t release(ServoId channel)
Release servo hold (disable holding torque) for a channel.
float getVersion()
Get current library version.
int8_t abort(ServoId channel)
Abort an ongoing servo action.
int8_t dispose()
Dispose/stop the servo subsystem and release resources.
int8_t init()
Initialize the servo subsystem.