|
NinjaFlight
|
#include "rc_controls.h"

Go to the source code of this file.
Data Structures | |
| struct | adjustmentRange_s |
| struct | rc_adjustment_profile |
Macros | |
| #define | MAX_ADJUSTMENT_RANGE_COUNT 12 |
Functions | |
| struct adjustmentRange_s | __attribute__ ((packed)) adjustmentRange_t |
Variables | |
| uint8_t | auxChannelIndex |
| channelRange_t | range |
| uint8_t | adjustmentFunction |
| uint8_t | auxSwitchChannelIndex |
| uint8_t | adjustmentIndex |
| adjustmentRange_t | adjustmentRanges [MAX_ADJUSTMENT_RANGE_COUNT] |
| #define MAX_ADJUSTMENT_RANGE_COUNT 12 |
| struct adjustmentRange_s __attribute__ | ( | (packed) | ) |
| uint8_t adjustmentFunction |
| uint8_t adjustmentIndex |
| adjustmentRange_t adjustmentRanges[MAX_ADJUSTMENT_RANGE_COUNT] |
| uint8_t auxChannelIndex |
| uint8_t auxSwitchChannelIndex |
| channelRange_t range |