Board specific configuration of direct mapped GPIOs.
More...
Board specific configuration of direct mapped GPIOs.
- Author
- Vincent Dupont vince.nosp@m.nt@o.nosp@m.takey.nosp@m.s.co.nosp@m.m
-
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t
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 = "LD1",
.pin = LED0_PIN,
},
{
.name = "LD2",
},
{
.name = "LD3",
},
{
.name = "LD4",
.pin = LED3_PIN,
},
{
.name = "BTN USER",
.pin = BTN0_PIN,
.mode = BTN0_MODE
},
}
#define LED1_PIN
TX LED yellow.
#define LED2_PIN
RX LED yellow.
@ GPIO_OUT
select GPIO MASK as output
GPIO pin configuration.
Definition at line 33 of file gpio_params.h.