28 #ifndef AUTOPILOT_FIRMWARE_H
29 #define AUTOPILOT_FIRMWARE_H
36 #define LATERAL_MODE_MANUAL 0
37 #define LATERAL_MODE_ROLL_RATE 1
38 #define LATERAL_MODE_ROLL 2
39 #define LATERAL_MODE_COURSE 3
40 #define LATERAL_MODE_NB 4
Core autopilot interface common to all firmwares.
Interface for electrical status: supply voltage, current, battery status, etc.
void autopilot_firmware_init(void)
Init function.
void monitor_task(void)
monitoring task should be called at 1Hz
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.