Common peripheral configurations for ESP32-H2 boards. More...
Common peripheral configurations for ESP32-H2 boards.
This file contains the peripheral configurations that are valid for all ESP32-H2 boards.
For detailed information about the peripheral configuration for ESP32-H2 boards, see section Common Peripherals.
Definition in file periph_conf_common_esp32h2.h.
Go to the source code of this file.
| UART configuration | |
| #define | UART0_TXD (GPIO24) | 
| TxD of UART_DEV(0) used on all ESP32-H2 boards. | |
| #define | UART0_RXD (GPIO23) | 
| RxD of UART_DEV(0) used on all ESP32-H2 boards. | |
| #define UART0_RXD (GPIO23) | 
RxD of UART_DEV(0) used on all ESP32-H2 boards.
Definition at line 36 of file periph_conf_common_esp32h2.h.
| #define UART0_TXD (GPIO24) | 
TxD of UART_DEV(0) used on all ESP32-H2 boards.
Definition at line 32 of file periph_conf_common_esp32h2.h.