NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
statusindicator.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include <platform.h>
#include "drivers/system.h"
#include "drivers/light_led.h"
#include "statusindicator.h"
Include dependency graph for statusindicator.c:

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)
 

Enumeration Type Documentation

Enumerator
WARNING_LED_OFF 
WARNING_LED_ON 
WARNING_LED_FLASH 

Function Documentation

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 
)

Here is the call graph for this function: