Skip to content

Commit c7b6734

Browse files
authored
Update README.adoc
cleaned the formatting a little
1 parent f0f802e commit c7b6734

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

uart/README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Send data from the UART1 port to the UART0 port.
55

66
== Other code to try
77
[source.python]
8-
uart0 = UART(0) #opens a UART connection at the default baudrate of 115,200
9-
uart0.readline() #reads until the CR (\r) and NL (\n) characters then returns the line
8+
uart0 = UART(0) #opens a UART connection at the default baudrate of 115,200
9+
10+
uart0.readline() #reads until the CR (\r) and NL (\n) characters then returns the line
1011

1112

1213
== Wiring information
@@ -22,4 +23,4 @@ image::pico_uart_example.png[]
2223

2324
A list of files with descriptions of their function;
2425

25-
uart.py:: The example code.
26+
uart.py:: The example code.

0 commit comments

Comments
 (0)