-
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
Arduino Zero compatiblity ? #51
Comments
I have not worked with the Arduino Zero board or any other SAMD21 based boards, so I do not know. |
I tried. But I get this error:
Changed something for a test. \Arduino\libraries\Joystick\src\DynamicHID\DynamicHID.h
Hmm..
|
Is it possible to port it so that is can also be compatible with the SAMD21 based board ?
I tried a bit myself but I'm not good enough to do it.
Upon compilation I get "Joystick.h is missing", and when I try to place the .h and .cpp next to the .ino my the Arduino IDE found invalid lib and my board goes berzerk.
So I guess that this part of the HID isn't yet written for the Arduino Zero, or that it does not support this part of the HID ?
The text was updated successfully, but these errors were encountered: