-
Notifications
You must be signed in to change notification settings - Fork 114
servosetpulsewidth
Ken Sharp edited this page Dec 8, 2023
·
1 revision
Set the pulse width of the specified servo channel(s).
ServoSetPulseWidth(unsigned char numChans, unsigned char* channels, unsigned short* pulseWidths);
numChans
The number of servo channels to open.
channels
A pointer to the first element in a byte array containing the servo channels to set.
pulseWidths
A pointer to the first element in an unsigned short array containing servo pulse width(s) in uS.
int status