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

ServoOpen()

Open the specified servo channel(s).

Syntax

ServoOpen(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 open.

Returns

int status

Related Links

Clone this wiki locally