Update README.adoc

Third attempt and a clean README
This commit is contained in:
7west 2021-02-24 21:42:22 -05:00 committed by GitHub
parent c7b6734629
commit 335ef9381e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -4,11 +4,10 @@
Send data from the UART1 port to the UART0 port.
== Other code to try
[source.python]
```python
uart0 = UART(0) #opens a UART connection at the default baudrate of 115,200
uart0.readline() #reads until the CR (\r) and NL (\n) characters then returns the line
```
== Wiring information