12
* Setup the Arduino as required.
17
* Attempt to read channels. The call is non-blocking and reutrns true if a
18
* full frame of NUM_CHANNELS has been read.
19
* @param channel_values an array to store channel values in
20
* @returns true if a frame has been read
22
bool read_channels( unsigned long channel_values[] );