Loading...
Searching...
No Matches
openwsn_debugpins.h File Reference

Provides an adaption of OpenWSN debug pin handling to RIOTs handling of GPIOs. More...

Detailed Description

Provides an adaption of OpenWSN debug pin handling to RIOTs handling of GPIOs.

Author
Michael Frey micha.nosp@m.el.f.nosp@m.rey@m.nosp@m.sasa.nosp@m.fety..nosp@m.com
Peter Kietzmann peter.nosp@m..kie.nosp@m.tzman.nosp@m.n@ha.nosp@m.w-ham.nosp@m.burg.nosp@m..de

Definition in file openwsn_debugpins.h.

#include "periph/gpio.h"
+ Include dependency graph for openwsn_debugpins.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

◆ openwsn_debugpins_init()

void openwsn_debugpins_init ( const debugpins_config_t user_config)

Sets the debug pins for a specific board for OpenWSN.

Parameters
[in]user_configA configuration of GPIO pins used for debugging. Unused pins need to be defined as GPIO_UNDEF.