krzychb 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub il y a 8 ans
..
main 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub il y a 8 ans
Makefile 821c70f5d7 examples: Standardise naming of files, symbols, etc. in examples il y a 8 ans
README.md 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub il y a 8 ans

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.