NinjaFlight
|
Go to the source code of this file.
Data Structures | |
struct | rate_profile |
struct | rate_profile_selection |
struct | rate_config |
Macros | |
#define | MAX_CONTROL_RATE_PROFILE_COUNT 1 |
Functions | |
struct rate_profile | __attribute__ ((packed)) |
Variables | |
uint8_t | rcRate8 |
uint8_t | rcExpo8 |
uint8_t | thrMid8 |
uint8_t | thrExpo8 |
uint8_t | rates [3] |
uint8_t | dynThrPID |
uint8_t | rcYawExpo8 |
uint16_t | tpa_breakpoint |
uint8_t | profile_id |
struct rate_profile | profile [MAX_CONTROL_RATE_PROFILE_COUNT] |
#define MAX_CONTROL_RATE_PROFILE_COUNT 1 |
struct rate_profile __attribute__ | ( | (packed) | ) |
uint8_t dynThrPID |
struct rate_profile profile[MAX_CONTROL_RATE_PROFILE_COUNT] |
uint8_t profile_id |
uint8_t rates[3] |
uint8_t rcExpo8 |
uint8_t rcRate8 |
uint8_t rcYawExpo8 |
uint8_t thrExpo8 |
uint8_t thrMid8 |
uint16_t tpa_breakpoint |