3.4.4 Function 4: status This function reads and returns the status of a channel. Prototype: int status(int ch); Parameters: ch channel number 1 - channel 1 2 - channel 2 3 - channel 3 Return values: -1: An error occurred Other: The high byte will contain the value of 'Status 1' and the low byte the value of 'Status 0'. Example(s): int channel_status; channel_status = status (CH1);