Files
libopencm3-examples/examples/stm32/f4/stm32f4-disco/usart/README
2015-01-20 16:12:56 -08:00

10 lines
366 B
Plaintext

Simple USART Example
--------------------
This example sets up a USART port and provides a few simple
character handling functions to that a short interactive program
can be demonstrated. It re-uses the clock setup from systick_blink
and that means you could do times delays but that aspect isn't used.
After this example we do character handling with interrupts.