NinjaFlight
|
#include "system_calls.h"
Go to the source code of this file.
Functions | |
void | warningLedResetTimer (void) |
void | warningLedEnable (void) |
void | warningLedDisable (void) |
void | warningLedRefresh (const struct system_calls_leds *leds) |
void | warningLedUpdate (const struct system_calls_leds *leds, int32_t now) |
void | warningLedFlash (void) |
void warningLedDisable | ( | void | ) |
void warningLedEnable | ( | void | ) |
void warningLedFlash | ( | void | ) |
void warningLedRefresh | ( | const struct system_calls_leds * | leds | ) |
void warningLedResetTimer | ( | void | ) |
void warningLedUpdate | ( | const struct system_calls_leds * | leds, |
int32_t | now | ||
) |