|
NinjaFlight
|
#include <stdbool.h>#include <stdint.h>#include <platform.h>#include "drivers/system.h"#include "drivers/light_led.h"#include "statusindicator.h"
Enumerations | |
| enum | warningLedState_e { WARNING_LED_OFF = 0, WARNING_LED_ON, WARNING_LED_FLASH } |
Functions | |
| void | warningLedEnable (void) |
| void | warningLedDisable (void) |
| void | warningLedFlash (void) |
| void | warningLedRefresh (const struct system_calls_leds *leds) |
| void | warningLedUpdate (const struct system_calls_leds *leds, int32_t now) |
| enum warningLedState_e |
| void warningLedDisable | ( | void | ) |
| void warningLedEnable | ( | void | ) |
| void warningLedFlash | ( | void | ) |
| void warningLedRefresh | ( | const struct system_calls_leds * | leds | ) |
| void warningLedUpdate | ( | const struct system_calls_leds * | leds, |
| int32_t | now | ||
| ) |
