pinout-xyz / pico.pinout.xyz

Raspberry Pi Pico Pinout Page
https://pico.pinout.xyz/
27 stars 9 forks source link

Mislabelled pin function #8

Closed lurch closed 1 year ago

lurch commented 1 year ago

When you click on the "Advanced" box on https://pico.pinout.xyz/ it shows GP18 as "UART1 RTS", but page 18 of https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf says GP18 is "UART0 CTS".

ali1234 commented 1 year ago

GP19 UART function looks wrong as well. It is where UART0 RTS should go.

lurch commented 1 year ago

Huh, I've just noticed that the mouse-hover text for those pins actually seems correct :laughing:

Gadgetoid commented 1 year ago

What's the deal with the tooltip on the pin above it though, aaaaaagh!

Maybe I should be generating this HTML from a dataset.

lurch commented 1 year ago

Looks like the hover-text for GP27's UART mode is wrong as well? The page says "UART1 RTS" (which agrees with https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf ) but the hover-text says "UART 0: Clear to send".

Gadgetoid commented 1 year ago

Finally fixed this last little bug. Hopefully that's all of them!