From 88ef2f00e9ee2db1d1f9fbc32d4d4f989fea3117 Mon Sep 17 00:00:00 2001 From: Andrew Kroll Date: Sun, 14 Apr 2024 20:01:30 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c5d87d..5997241 100644 --- a/README.md +++ b/README.md @@ -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 |