Skip to content

Commit 0b887f6

Browse files
authored
Typos in UART example
1 parent ca2cc66 commit 0b887f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

uart/loopback/README.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ Send data from the UART1 port to the UART0 port. Other things to try;
88
uart0 = UART(0)
99
----
1010

11-
Which will opens a UART connection at the default baudrate of 115200, and
11+
which will open a UART connection at the default baudrate of 115200, and
1212

1313
[source,python]
1414
----
15-
uart0.readline() # <2>
15+
uart0.readline()
1616
----
1717

18-
which will read until the CR (\r) and NL (\n) characters then returns the line.
18+
which will read until the CR (\r) and NL (\n) characters, then return the line.
1919

2020
== Wiring information
2121

2222
See <<uart-wiring-diagram>> for wiring instructions.
2323

2424
[[uart-wiring-diagram]]
2525
[pdfwidth=75%]
26-
.Wiring two of the Pico's ports together. Be sure to wire UART0n TX to UART1 RX and UART0 RX to UART1 TX.
26+
.Wiring two of the Pico's ports together. Be sure to wire UART0 TX to UART1 RX and UART0 RX to UART1 TX.
2727
image::pico_uart_example.png[]
2828

2929
== List of Files
@@ -35,10 +35,10 @@ uart.py:: The example code.
3535
== Bill of Materials
3636

3737
.A list of materials required for the example
38-
[[ring-bom-table]]
38+
[[uart-bom-table]]
3939
[cols=3]
4040
|===
4141
| *Item* | *Quantity* | Details
4242
| Breadboard | 1 | generic part
4343
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
44-
|===
44+
|===

0 commit comments

Comments
 (0)