-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Samd21 boards #283
Comments
XIAO SAMD21? I didn't understood if the USB is a native USB or just TTL to USB. |
USB via USB/PluggableUSB.h, IC is ATSAMD21E18 32-bit Cortex M0+ on this board. |
so using native gpos or a SPI to ADC and I2C to GPIO expander we could have a nice solution for a joystick setup using the XIAO? |
Yes. This seems to work with Xioa's SAMD21. |
Oh, that's really great!!! Could you send me the example? How did you uploaded to the Xiao? |
can you post how you got it to work please? im trying to get this to work on arduino zero (SAMD21) and cant get it to recognise as anything |
Samd21 boards
Hi, I've made minor changes to get the library working on Trinket M0, probably it shall work on other samd boards as well.
I used Gary Grewal's MIDIUSB as reference for accessing the platform's USB api.
It probably needs some graceful integration, here are the files
dynamichid.zip
The text was updated successfully, but these errors were encountered: