Skip to content

Commit a20630f

Browse files
author
Alasdair Allan
committed
Problem with toolchain rendering block
1 parent c53509b commit a20630f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

uart/loopback/README.adoc

-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ A list of files with descriptions of their function;
1818

1919
uart.py:: The example code.
2020

21-
== Other things to try
22-
23-
[source,python]
24-
----
25-
uart0 = UART(0) # <1>
26-
uart0.readline() # <2>
27-
----
28-
<1> opens a UART connection at the default baudrate of 115,200
29-
<2> reads until the CR (\r) and NL (\n) characters then returns the line
30-
3121
== Bill of Materials
3222

3323
.A list of materials required for the example

0 commit comments

Comments
 (0)