mattairtech / ArduinoCore-samd

This is a fork from arduino/ArduinoCore-samd on GitHub. This will be used to maintain Arduino support for SAM D|L|C (M0+ and M4F) boards including the MattairTech Xeno Mini and the MT-D21E (see https://www.mattairtech.com/). It adds support for new devices like the D51, L21, C21, and D11. It also adds new clock sources, like a high speed crystal or internal oscillator.
104 stars 43 forks source link

Not a issue but a Question on native USB? #48

Open Therealjosephchrzempiec opened 2 years ago

Therealjosephchrzempiec commented 2 years ago

hello, I'm working on a Temperature sensor project using the SamD11a processor. I got everything up and running however when Plugging into the computer it says MattairTech. I was wondering how can I change that to to give it a Serial number so I know which sensor it is? I don't mine keeping the original name I just would like to add a Serial number at the end. Can someone please help me out with that?

Joseph