Configuration of SAUL mapped GPIO pins.
More...
Configuration of SAUL mapped GPIO pins.
- Author
- Robert Olsson rools.nosp@m.s@kt.nosp@m.h.se
Definition in file gpio_params.h.
#include "board.h"
#include "saul/periph.h"
Go to the source code of this file.
◆ saul_gpio_params
Initial value:=
{
{
.name = "BTN0 (S2 BUTTON)",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
{
.name = "LED0 (Red)",
.pin = LED0_PIN,
.mode = LED0_MODE,
},
{
.name = "LED1 (Yellow)",
.mode = LED1_MODE,
},
}
#define LED1_PIN
TX LED yellow.
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
@ SAUL_GPIO_INVERTED
pin is used as inverted
GPIO configuration.
Definition at line 32 of file gpio_params.h.