NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
light_led.h File Reference
#include <stdbool.h>
Include dependency graph for light_led.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void led_toggle (int id)
 
void led_on (int id)
 
void led_off (int id)
 
void led_init (bool alternative_led)
 

Function Documentation

void led_init ( bool  alternative_led)

Here is the call graph for this function:

void led_off ( int  id)
void led_on ( int  id)
void led_toggle ( int  id)