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