creationid / creators

Central place to register creation id creator ids. These are used to digitally identify anything.
https://creationid.org
BSD 2-Clause "Simplified" License
9 stars 31 forks source link

Add HEIA-FR / PicoMo Board #50

Closed supcik closed 8 months ago

supcik commented 8 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.

tannewt commented 8 months ago

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

supcik commented 8 months ago

Thank you for your reply. Yes, it is connected over USB, so I will ask for a USB PID.