Skip to content

Commit a41adfc

Browse files
committed
Update README with multiple UARTs support
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
1 parent 410eef1 commit a41adfc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
Raspberry Pi Pico USB-UART Bridge
22
=================================
33

4-
This program bridges the Raspberry Pi Pico HW UART0 to USB CDC serial device in order to behave like any other USB-to-UART Bridge controller.
4+
This program bridges the Raspberry Pi Pico HW UARTs to two independent USB CDC serial devices in order to behave like any other USB-to-UART Bridge controllers.
55

66
Disclaimer
77
----------
88

99
This software is provided without warranty, according to the MIT License, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others.
10+
11+
Raspberry Pi Pico Pinout
12+
------------------------
13+
14+
| Raspberry Pi Pico GPIO | Function |
15+
|:----------------------:|:--------:|
16+
| GPIO0 (Pin 1) | UART0 TX |
17+
| GPIO1 (Pin 2) | UART0 RX |
18+
| GPIO4 (Pin 6) | UART1 TX |
19+
| GPIO5 (Pin 7) | UART1 RX |

0 commit comments

Comments
 (0)