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
Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@pos.nosp@m.teo..nosp@m.net

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/Button SAUL configuration.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "Wakeup",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
{
.name = "LED0",
.pin = LED0_PIN,
.mode = GPIO_OUT,
},
}
@ GPIO_OUT
select GPIO MASK as output
Definition periph_cpu.h:165
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
Definition periph.h:44

LED/Button SAUL configuration.

Definition at line 32 of file gpio_params.h.