uploaded 3 weeks ago
UART C++ class component for ESP-IDF

2 examples

  • uart
    This example demonstrates how to initialize and configure a UART0 port with specified parameters.
    1.32 KB
  • uart_echo_server
    The UartEchoServer class implements echo functionality by inheriting StreamServer and handling UART0 initialization.
    1.60 KB