Rev 2158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2158 | Rev 2160 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | uint8_t sourceIdx, targetIdx; |
82 | uint8_t sourceIdx, targetIdx; |
83 | } XLATION; |
83 | } XLATION; |
84 | */ |
84 | */ |
Line 85... | Line 85... | ||
85 | 85 | ||
- | 86 | typedef struct { |
|
86 | typedef struct { |
87 | uint8_t RCPolarity; // 1=positive, 0=negative. Use positive with Futaba receiver, negative with FrSky. |
87 | uint8_t trim; |
88 | uint8_t HWTrim; |
88 | uint8_t variableOffset; |
89 | uint8_t variableOffset; |
89 | uint8_t channels[MAX_CHANNELS]; |
90 | uint8_t channels[MAX_CHANNELS]; |
- | 91 | } ChannelMap_t; |
|
90 | } ChannelMap_t; |
92 | |
Line 91... | Line 93... | ||
91 | extern ChannelMap_t channelMap; |
93 | extern ChannelMap_t channelMap; |
92 | 94 | ||
93 | typedef struct { |
95 | typedef struct { |