30
14
// from 1 to NUM_CHANNELS)
31
15
#define CHANNEL_ORDER 1, 3, 2, 4, 5, 6, 7, 8
33
23
// minimum frame gap time (in ms), used to check that the frame gap is where we
34
24
// expect it to be and that we have read the channels properly
35
25
#define MIN_FRAME_GAP_WIDTH ( 4000UL + MIN_PULSE_WIDTH )