gpio_params.h File Reference

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

Detailed Description

Board specific configuration of direct mapped GPIOs.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.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 and button configuration. More...
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "LED red",
.pin = LED0_PIN,
.mode = GPIO_OUT,
},
{
.name = "LED blue",
.pin = LED1_PIN,
.mode = GPIO_OUT,
},
{
.name = "LED green",
.pin = LED2_PIN,
.mode = GPIO_OUT,
}
}

LED and button configuration.

Definition at line 30 of file gpio_params.h.

GPIO_OUT
@ GPIO_OUT
configure as output in push-pull mode
Definition: gpio.h:122
SAUL_GPIO_INIT_CLEAR
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
Definition: periph.h:44