We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f802e commit c7b6734Copy full SHA for c7b6734
uart/README.adoc
@@ -5,8 +5,9 @@ Send data from the UART1 port to the UART0 port.
5
6
== Other code to try
7
[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
+uart0 = UART(0) #opens a UART connection at the default baudrate of 115,200
+
10
+uart0.readline() #reads until the CR (\r) and NL (\n) characters then returns the line
11
12
13
== Wiring information
@@ -22,4 +23,4 @@ image::pico_uart_example.png[]
22
23
24
A list of files with descriptions of their function;
25
-uart.py:: The example code.
26
+uart.py:: The example code.
0 commit comments