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