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
10 stars 33 forks source link

Add HEIA-FR / PicoMo Board #50

Closed supcik closed 10 months ago

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

tannewt commented 10 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 10 months ago

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