12
* Setup the Arduino as required.
17
* Write channel values.
19
* @param channel_values array of NUM_CHANNELS values
21
void write_channels( int channels[] );
24
* Read channel values. Call often. If a complete frame is read,
25
* channel_values will contain the data.
27
* @param channel_values array of NUM_MOTORS values
28
* @returns true if a whole frame was read
30
bool read_channels( int channels[] );