Provides an adaption of OpenWSN led handling to RIOTs handling of LEDs and/or GPIOs. More...
Provides an adaption of OpenWSN led handling to RIOTs handling of LEDs and/or GPIOs.
Definition in file openwsn_leds.h.
#include "periph/gpio.h"
Go to the source code of this file.
Data Structures | |
struct | leds_config |
OpenWSN leds pin configuration. More... | |
Enumerations | |
enum | { GPIO_LED_LOW = 0, GPIO_LED_HIGH } |
Led on state values. | |
Functions | |
void | ledpins_riot_init (const leds_config_t *user_config) |
Sets the led pins for a specific board for OpenWSN. More... | |
typedef struct leds_config | leds_config_t |
OpenWSN leds pin configuration. | |
void ledpins_riot_init | ( | const leds_config_t * | user_config | ) |
Sets the led pins for a specific board for OpenWSN.
[in] | user_config | A configuration of GPIO pins used for debugging. |