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

Configuration of SAUL mapped GPIO pins. More...

Detailed Description

#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 []
 GPIO configuration.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "Button 0",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
{
.name = "Button 1",
.pin = BTN1_PIN,
.mode = BTN1_MODE,
},
{
.name = "LED 1",
.pin = LED1_PIN,
.mode = LED1_MODE,
},
{
.name = "LED 3",
.pin = LED3_PIN,
.mode = LED3_MODE,
}
}
#define BTN1_MODE
Button B mode.
Definition board.h:48
#define BTN1_PIN
Button B pin.
Definition board.h:47
#define LED1_PIN
TX LED yellow.
Definition board.h:34
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
Definition periph.h:44
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition periph.h:43

GPIO configuration.

Definition at line 34 of file gpio_params.h.