No0ne / ps2x2pico

USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico
MIT License
196 stars 35 forks source link

Note that VBUS == Vin in README diagram #32

Closed ssokolow closed 2 months ago

ssokolow commented 2 months ago

Some Pi Pico boards silkscreen Vin on the VBUS pin and mentioning it by that name would make it simpler for novices to assemble their own ps2x2picos.

...as well as improve the confidence of people like me who had to read a page like this that says "The VBUS (USB Power Input) is the micro-USB input voltage. So, if you’re powering the Raspberry Pi Pico via the USB port using 5V, you’ll get 5V on the VBUS pin. " and then think "OK, that's my sanity check. It's being powered by the PS/2 port, so it takes a 5V feed over the Vin pin."