A driver implementing UART (reception and transmission) using the ESP32 RMT peripheral. Reception is asynchronous with a ring buffer, transmission is synchronous. Allows you to implement a software ...
#define ECHO_TEST_TXD (CONFIG_EXAMPLE_UART_TXD) // UART TX pin #define ECHO_TEST_RXD (CONFIG_EXAMPLE_UART_RXD) // UART RX pin #define ECHO_TEST_RTS (UART_PIN_NO ...