plasmapper/pl_uart

1.1.0

Latest
uploaded 1 year ago
UART C++ class component for ESP-IDF

2 examples

  • uart
    This example demonstrates the initialization and configuration of UART0, setting parameters to 115200 bps with 8 data bits, no parity, 1 stop bit,…
    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…
    1.60 KB