esp-idf/examples/peripherals/uart_events
Renz Christian Bagaporo d9939cedd9 cmake: make main a component again 2018-09-11 09:44:12 +08:00
..
main cmake: make main a component again 2018-09-11 09:44:12 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
Makefile
README.md Updated UART API documentation and examples. Included a fix of #1091 from GitHub 2017-10-10 05:54:36 +02:00

README.md

UART Events Example

This example shows how to use the UART driver to handle special UART events. It also reads data from UART0 directly, and echoes it to console.

How to use it?

  1. Compile and load example from terminl running make flash monitor
  2. Being in 'monotor' type samething to see the UART_DATA events and the typed data displayed.

See the README.md file in the upper level 'examples' directory for more information about examples.