Mesh4all
May the mesh be with you
gpio_params.h File Reference

Board specific configuration of direct mapped GPIOs. More...

#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 []
 Saul Settings. More...
 

Detailed Description

Board specific configuration of direct mapped GPIOs.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t
Luis A. Ruiz luisa.nosp@m.n00@.nosp@m.hotma.nosp@m.il.c.nosp@m.om

Definition in file gpio_params.h.

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "LED(orange)",
.pin = LED0_PIN,
.mode = GPIO_OUT,
.flags = SAUL_GPIO_INVERTED,
},
{
.name = "Button(SW0)",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
.flags = SAUL_GPIO_INVERTED,
},
}
#define LED0_PIN
Definition: board.h:65
#define BTN0_MODE
Definition: board.h:79
#define BTN0_PIN
Definition: board.h:78

Saul Settings.

Saul GPIO params

See also
[S]ensor [A]ctuator [U]ber [L]ayer

LEDs and Buttons

index name pin mode flags
0 "LED(orange)" LED0_PIN GPIO_OUT SAUL_GPIO_INVERTED
1 "Button(SW0)" BTN0_PIN BTN0_MODE SAUL_GPIO_INVERTED

Definition at line 46 of file gpio_params.h.