OpenWSN Firmware
Leds

Cross-platform declaration "leds" bsp module. More...

Macros

#define TRUE   1
 
#define FALSE   0
 

Functions

void leds_init (void)
 
void leds_error_on (void)
 
void leds_error_off (void)
 
void leds_error_toggle (void)
 
uint8_t leds_error_isOn (void)
 
void leds_error_blink (void)
 
void leds_radio_on (void)
 
void leds_radio_off (void)
 
void leds_radio_toggle (void)
 
uint8_t leds_radio_isOn (void)
 
void leds_sync_on (void)
 
void leds_sync_off (void)
 
void leds_sync_toggle (void)
 
uint8_t leds_sync_isOn (void)
 
void leds_debug_on (void)
 
void leds_debug_off (void)
 
void leds_debug_toggle (void)
 
uint8_t leds_debug_isOn (void)
 
void leds_all_on (void)
 
void leds_all_off (void)
 
void leds_all_toggle (void)
 
void leds_circular_shift (void)
 
void leds_increment (void)
 

Detailed Description

Cross-platform declaration "leds" bsp module.

Author
Thomas Watteyne watte.nosp@m.yne@.nosp@m.eecs..nosp@m.berk.nosp@m.eley..nosp@m.edu, February 2012.

Macro Definition Documentation

#define FALSE   0
#define TRUE   1

Function Documentation

void leds_all_off ( void  )
void leds_all_on ( void  )
void leds_all_toggle ( void  )
void leds_circular_shift ( void  )
uint8_t leds_debug_isOn ( void  )
void leds_debug_off ( void  )
void leds_debug_on ( void  )
void leds_debug_toggle ( void  )
void leds_error_blink ( void  )
uint8_t leds_error_isOn ( void  )
void leds_error_off ( void  )
void leds_error_on ( void  )
void leds_error_toggle ( void  )
void leds_increment ( void  )
void leds_init ( void  )
uint8_t leds_radio_isOn ( void  )
void leds_radio_off ( void  )
void leds_radio_on ( void  )
void leds_radio_toggle ( void  )
uint8_t leds_sync_isOn ( void  )
void leds_sync_off ( void  )
void leds_sync_on ( void  )
void leds_sync_toggle ( void  )