From 335ef9381ea59fdaf4822d7fee29db5ce9d444ea Mon Sep 17 00:00:00 2001 From: 7west <33707859+7west@users.noreply.github.com> Date: Wed, 24 Feb 2021 21:42:22 -0500 Subject: [PATCH] Update README.adoc Third attempt and a clean README --- uart/README.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uart/README.adoc b/uart/README.adoc index a8fca93..709637e 100644 --- a/uart/README.adoc +++ b/uart/README.adoc @@ -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