Provides an adaption of OpenWSN debug pin handling to RIOTs handling of GPIOs. More...
Provides an adaption of OpenWSN debug pin handling to RIOTs handling of GPIOs.
Definition in file openwsn_debugpins.h.
#include "periph/gpio.h"
Go to the source code of this file.
Data Structures | |
struct | debugpins_config |
struct holding configuration of OpenWSN debug pins More... | |
Typedefs | |
typedef struct debugpins_config | debugpins_config_t |
struct holding configuration of OpenWSN debug pins | |
Functions | |
void | openwsn_debugpins_init (const debugpins_config_t *user_config) |
Sets the debug pins for a specific board for OpenWSN. More... | |
void openwsn_debugpins_init | ( | const debugpins_config_t * | user_config | ) |
Sets the debug pins for a specific board for OpenWSN.
[in] | user_config | A configuration of GPIO pins used for debugging. Unused pins need to be defined as GPIO_UNDEF. |