| aServo_Relative | Index |
Definition:
Parameters:
Return Value:
Description:
This routine moves a servo by a relative amount from its current absolute position. If the servo has a non-zero speed, the motion will be speed-controlled.
Example:
aServo_Relative(0, 10);
This would move servo 0 ten increments in the positive direction.
aServo_Relative(0, -10);
This would move servo 0 ten increments in the negative direction.
Related: