Definition:
Parameters:
| servo | - | The index of the servo to move. |
| position | - | The new absolute position for the servo. |
Return Value:
This routine does not return a value.
Description:
This routine moves a servo to a new absolute position. If the servo has a non-zero speed, the motion will be speed-controlled.
Example:
aServo_SetAbsolute(0, 200);
This would move servo 0 to absolute position 200.
Related:
aBus_Servo_SetAbsolute, aServo_Count, aServo_SetConfig, aServo_GetConfig, aServo_SetLimits, aServo_GetLimits, aServo_Relative, aServo_GetAbsolute, aServo_SetReflex, aServo_GetReflex, aServo_Write, aServo_Stop
version: 1.0, build n.a.
© Copyright 1994-2012 Acroname, Inc., Boulder, Colorado. All rights reserved.