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

Configuration of SAUL mapped GPIO pins. More...

Detailed Description

Configuration of SAUL mapped GPIO pins.

Author
Christian Amsüss chrys.nosp@m.n@fs.nosp@m.fe.or.nosp@m.g

Definition in file gpio_params.h.

#include "board.h"
#include "saul/periph.h"
+ Include dependency graph for gpio_params.h:

Go to the source code of this file.

static const saul_gpio_params_t saul_gpio_params []
 LED and button configuration for SAUL.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "SW 1",
.pin = BTN0_PIN,
.mode = GPIO_IN_PU,
},
}
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition periph.h:43

LED and button configuration for SAUL.

Definition at line 32 of file gpio_params.h.