Update README.md

This commit is contained in:
Andrew Kroll 2024-04-14 20:01:30 -04:00 committed by GitHub
parent cc42c66af4
commit 88ef2f00e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,13 @@ This software is provided without warranty, according to the MIT License, and sh
Raspberry Pi Pico Pinout
------------------------
| Raspberry Pi Pico GPIO | Function |
|:----------------------:|:--------:|
| GPIO16 (Pin 21) | UART0 TX |
| GPIO17 (Pin 22) | UART0 RX |
| GPIO4 (Pin 6) | UART1 TX |
| GPIO5 (Pin 7) | UART1 RX |
| Raspberry Pi Pico GPIO | Function |
|:----------------------:|:------------:|
| GPIO0 (Pin 1) | UART0 TX |
| GPIO1 (Pin 2) | UART0 RX |
| GPIO19 (Pin 25) | UART0 TX LED |
| GPIO18 (Pin 24) | UART0 RX LED |
| GPIO4 (Pin 6) | UART1 TX |
| GPIO5 (Pin 7) | UART1 RX |
| GPIO17 (Pin 22) | UART1 TX LED |
| GPIO16 (Pin 21) | UART1 RX LED |