Loading...
Searching...
No Matches

Board specific configuration of direct mapped GPIOs for the Elecrow CrowPanel ESP32-S3 1.28-inch rotary round display board (Touch version) More...

Detailed Description

Board specific configuration of direct mapped GPIOs for the Elecrow CrowPanel ESP32-S3 1.28-inch rotary round display board (Touch version)

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net
Christopher Büchse chris.nosp@m.toph.nosp@m.er.bu.nosp@m.echs.nosp@m.e@tuh.nosp@m.h.de

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 []
 Boot button configuration.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "BOOT",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
{
.name = "DISPLAY_BTN",
.pin = BTN1_PIN,
.mode = BTN1_MODE,
},
{
.name = "LED Red",
.pin = LED0_PIN,
.mode = GPIO_OUT,
},
}
#define BTN1_MODE
Button B mode.
Definition board.h:44
#define BTN1_PIN
Button B pin.
Definition board.h:43
@ GPIO_OUT
select GPIO MASK as output
Definition periph_cpu.h:161
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
Definition periph.h:40
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition periph.h:39

Boot button configuration.

Definition at line 29 of file gpio_params.h.