Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
light.h File Reference
#include <inttypes.h>
+ Include dependency graph for light.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void init_light (void)
 
void periodic_light (void)
 

Variables

uint8_t strobe_light_mode
 
uint8_t nav_light_mode
 

Function Documentation

void init_light ( void  )
void periodic_light ( void  )

Definition at line 56 of file light.c.

References counter, LED_OFF, LED_ON, LIGHT_LED_STROBE, nav_light_mode, and strobe_light_mode.

Variable Documentation

uint8_t nav_light_mode

Definition at line 28 of file light.c.

Referenced by init_light(), and periodic_light().

uint8_t strobe_light_mode

Definition at line 27 of file light.c.

Referenced by init_light(), and periodic_light().