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

Common declarations of ESP32 periphery for all ESP32 boards. More...

Detailed Description

Common declarations of ESP32 periphery for all ESP32 boards.

This file contains peripheral configurations that are valid for all ESP32.

For detailed information about the configuration of ESP32 boards, see section Common Peripherals.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file periph_conf_common_esp32.h.

Go to the source code of this file.

UART configuration

#define UART0_TXD   (GPIO1)
 TxD of UART_DEV(0) used on all ESP32 boards.
 
#define UART0_RXD   (GPIO3)
 RxD of UART_DEV(0) used on all ESP32 boards.
 

Macro Definition Documentation

◆ UART0_RXD

#define UART0_RXD   (GPIO3)

RxD of UART_DEV(0) used on all ESP32 boards.

Definition at line 39 of file periph_conf_common_esp32.h.

◆ UART0_TXD

#define UART0_TXD   (GPIO1)

TxD of UART_DEV(0) used on all ESP32 boards.

Definition at line 35 of file periph_conf_common_esp32.h.