Closed supcik closed 10 months ago
I am porting Circuit Python to the PicoMo, a board made by the School of Engineering and Architecture of Fribourg and based on the RP2040.
Are you connecting to it over USB? If so, you'll want a USB PID instead of creation id. https://github.com/raspberrypi/usb-pid
Thank you for your reply. Yes, it is connected over USB, so I will ask for a USB PID.
I am porting Circuit Python to the PicoMo, a board made by the School of Engineering and Architecture of Fribourg and based on the RP2040.