Skip to content

Commit 335ef93

Browse files
authored
Update README.adoc
Third attempt and a clean README
1 parent c7b6734 commit 335ef93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

uart/README.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
Send data from the UART1 port to the UART0 port.
55

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

1312
== Wiring information
1413

0 commit comments

Comments
 (0)