![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Simple module to blink LEDs when battery voltage drops below a certain level, radio control is lost or when takeoff safety conditions are not met. More...
#include "std.h"
Go to the source code of this file.
Functions | |
void | led_safety_status_init (void) |
Initialises periodic loop; place more init functions here if expanding driver. | |
void | led_safety_status_periodic (void) |
Periodic function that makes the leds blink in the right pattern for each situation. | |
Simple module to blink LEDs when battery voltage drops below a certain level, radio control is lost or when takeoff safety conditions are not met.
Definition in file led_safety_status.h.
Initialises periodic loop; place more init functions here if expanding driver.