|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
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"
Include dependency graph for led_safety_status.h:
This graph shows which files directly or indirectly include this file: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. More... | |
| void | led_safety_status_periodic (void) |
| Periodic function that makes the leds blink in the right pattern for each situation. More... | |
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.
| 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.