[README] Coarse sweep to use markup in READMEs.
This should improve online readability of the readme files.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This example demonstrates the ease of setting up the UART with libopencm3.
|
||||
Basic UART echo is achieved by using blocking reads and writes. The UART is set
|
||||
@@ -11,4 +9,4 @@ necessary to test this example. Just connect the debug USB cable and use a
|
||||
terminal program to open the ACM port with 921600-8N1.
|
||||
|
||||
For example:
|
||||
$ picocom /dev/ttyACM0 -b921600
|
||||
picocom /dev/ttyACM0 -b921600
|
||||
|
||||
Reference in New Issue
Block a user