| aServo_GetConfig | Index |
Definition:
| unsigned char aServo_GetConfig( | char servo); |
Parameters:
| servo | - | The index of the servo output whose config byte is to be read. |
Return Value:
Description:
This routine retrieves the current configuration bits for a servo output.
Example:
b = aServo_GetConfig(3);
This would read the configuration byte of servo 3 into variable b.
Related: