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