From c7b6734629c3215f4dda1234dede522f16e0bfc1 Mon Sep 17 00:00:00 2001 From: 7west <33707859+7west@users.noreply.github.com> Date: Wed, 24 Feb 2021 21:41:07 -0500 Subject: [PATCH] Update README.adoc cleaned the formatting a little --- uart/README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uart/README.adoc b/uart/README.adoc index 34d2f0f..a8fca93 100644 --- a/uart/README.adoc +++ b/uart/README.adoc @@ -5,8 +5,9 @@ Send data from the UART1 port to the UART0 port. == Other code to try [source.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 +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 @@ -22,4 +23,4 @@ image::pico_uart_example.png[] A list of files with descriptions of their function; -uart.py:: The example code. \ No newline at end of file +uart.py:: The example code.