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