![]() |
Autodrone
Multi-Domain Vehicle
|
This file processes the receiver inputs to ensure they are in the correct ranges for further computations. More...
Go to the source code of this file.
Macros | |
#define | DEADBAND 24 |
#define | DEADBAND_SLOPE (1000.0f/(1000-DEADBAND)) |
Functions | |
void | processCommands (void) |
Processes receiver commands. More... | |
Variables | |
uint8_t | commandInDetent [3] |
uint8_t | previousCommandInDetent [3] |
modes_e | mode |
flightModes_e | flightMode |
semaphore_t | armed |
uint8_t | armingTimer |
uint8_t | disarmingTimer |
float | rxCommands [8] |
This file processes the receiver inputs to ensure they are in the correct ranges for further computations.
#define DEADBAND 24 |
#define DEADBAND_SLOPE (1000.0f/(1000-DEADBAND)) |
void processCommands | ( | void | ) |
Processes receiver commands.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |