uploaded 9 months ago
UART C++ class component for ESP-IDF
-
uart
This example demonstrates the initialization and configuration of UART0, setting parameters to 115200 bps with 8 data bits, no parity, 1 stop bit,…
Archive size ~ 1.32 KB
-
uart_echo_server
The UART Echo Server Example demonstrates a UartEchoServer class that inherits from the UartServer class and implements echo functionality by…
Archive size ~ 1.60 KB