I have a raspberry pi pico, a usb storage device, the usb lines with D+, D-, VCC and GUN. My develop environment is pico-sdk.
- I want to connect the usb storage device to the raspberry pi pico, but I can't found the D+, D- GPIO in raspberry pi pico.
- I wan to use the raspberry pi pico to read/write data from/into the usb storage device.
Which GPIO should I connect with D+ and D-?
- I also have using the tinyusb library, but i can't found which GPIO should I connect.
- I have found the raspberry pi pico GPIO picture in this link.