Common declarations of ESP32 periphery for all ESP32 boards. More...
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.
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. | |
#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.
#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.