Update README.adoc

cleaned the formatting a little
pull/22/head
7west 2021-02-24 21:41:07 -05:00 zatwierdzone przez GitHub
rodzic f0f802ef85
commit c7b6734629
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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.
uart.py:: The example code.