Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

ServoClose()

Close the specified servo channel(s).

Syntax

ServoClose(unsigned char numChans, unsigned char* channels);

numChans
The number of servo channels to open.

channels
A pointer to the first element in a byte array containing the servo channels to close.

Returns

int status

Related Links

Clone this wiki locally