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 c53509b commit a20630fCopy full SHA for a20630f
uart/loopback/README.adoc
@@ -18,16 +18,6 @@ A list of files with descriptions of their function;
18
19
uart.py:: The example code.
20
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
31
== Bill of Materials
32
33
.A list of materials required for the example
0 commit comments