OpenWSN leds pin configuration. More...
OpenWSN leds pin configuration.
Definition at line 36 of file openwsn_leds.h.
#include <openwsn_leds.h>
Data Fields | |
gpio_t | error |
error led | |
gpio_t | sync |
synchronization state led | |
gpio_t | radio |
radio activity led | |
gpio_t | debug |
debug led | |
uint8_t | led_on |
GPIO set to turn led on. | |
gpio_t leds_config::debug |
debug led
Definition at line 40 of file openwsn_leds.h.
gpio_t leds_config::error |
error led
Definition at line 37 of file openwsn_leds.h.
uint8_t leds_config::led_on |
GPIO set to turn led on.
Definition at line 41 of file openwsn_leds.h.
gpio_t leds_config::radio |
radio activity led
Definition at line 39 of file openwsn_leds.h.
gpio_t leds_config::sync |
synchronization state led
Definition at line 38 of file openwsn_leds.h.