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.

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,
},
{
.name = "LED (Green)",
.pin = LED1_PIN,
.mode = GPIO_OUT,
.flags = SAUL_GPIO_INVERTED,
},
{
.name = "LED (Yellow)",
.pin = LED2_PIN,
.mode = GPIO_OUT,
.flags = SAUL_GPIO_INVERTED,
},
{
.name = "Button (SW0)",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
}
#define LED0_PIN
Definition: board.h:65
#define BTN0_MODE
Definition: board.h:79
#define BTN0_PIN
Definition: board.h:78
#define LED1_PIN
Definition: board.h:59
#define LED2_PIN
Definition: board.h:70

Saul Settings.

Saul GPIO params

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

LED0

Parameters
name"LED (Orange)"
pinLED0_PIN
modeGPIO_OUT

LED1

Parameters
name"LED (Green)"
pinLED1_PIN
modeSAUL_GPIO_INVERTED

Definition at line 46 of file gpio_params.h.