![]() |
Autodrone
Multi-Domain Vehicle
|
This file processes the receiver inputs to ensure they are in the correct ranges for further computations. More...
#include "board.h"Functions | |
| void | processCommands (void) |
| Processes receiver commands. More... | |
Variables | |
| uint8_t | commandInDetent [3] = { true, true, true } |
| uint8_t | previousCommandInDetent [3] = { true, true, true } |
| modes_e | mode = TRANS_FLIGHT |
| flightModes_e | flightMode = ANGLE |
| semaphore_t | armed = false |
| uint8_t | armingTimer = 0 |
| uint8_t | disarmingTimer = 0 |
| float | rxCommands [8] |
This file processes the receiver inputs to ensure they are in the correct ranges for further computations.
| void processCommands | ( | void | ) |
Processes receiver commands.
| semaphore_t armed = false |
| uint8_t armingTimer = 0 |
| uint8_t commandInDetent[3] = { true, true, true } |
| uint8_t disarmingTimer = 0 |
| flightModes_e flightMode = ANGLE |
| modes_e mode = TRANS_FLIGHT |
| uint8_t previousCommandInDetent[3] = { true, true, true } |
| float rxCommands[8] |