INCOMPATIBLE WITH ARDUINO ZERO
Description of Issue
library claims to work with all native usb arduinos but is utterly incompatible with arduino zero which has native usb
Technical Details
- Arduino Board (e.g. Arduino Leonardo):
- Host OS (e.g. Windows 10):
- Arduino IDE Version (e.g. 1.8.3):
Sketch File that Reproduces Issue
Sketch file goes here (if applicable)
Wiring Details
Any pin wiring details that may be relevant.
Additional context
Add any other context about the problem here.
Duplicate of:
- https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/51
- https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/99
- https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/283
- And your own https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/296
@carramar please close your duplicate issues to avoid cluttering up the issue tracker.
I'll close the issue when it's no longer an issue, if there are three other issues open about the same thing (and given that this issue has been known for over 5 years) then it might be worth fixing
On Sat, 12 Oct 2024, 8:10 pm per1234, @.***> wrote:
Duplicate of:
- #51 https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/51
- #99 https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/99
- #283 https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/283
- And your own #296 https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/296
@carramar https://github.com/carramar please close your duplicate issues to avoid cluttering up the issue tracker.
— Reply to this email directly, view it on GitHub https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/295#issuecomment-2408541332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZ2VFE6GW5L6CF7CTJIPXTZ3EGT3AVCNFSM6AAAAABP2ELPV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGU2DCMZTGI . You are receiving this because you were mentioned.Message ID: @.***>
Actually the library only claims to work with the boards listed on the following wiki page: https://github.com/MHeironimus/ArduinoJoystickLibrary/wiki/Supported-Boards
The author (me) makes no claims that this library will work for anyone other than himself. :) I have posted this code as a community service and update is as I am able.
Feel free to dive into the code to see if you can get it to work with an Arduino Zero. There is a PR out there you can try https://github.com/MHeironimus/ArduinoJoystickLibrary/pull/101 that claims to support Arduino Zero. I have not had a chance to validate it, but it might work for your needs.
I'll leave this open so that once you have tried out PR 101, you can post whether or not it worked for you.
Here is another PR you can try out: https://github.com/MHeironimus/ArduinoJoystickLibrary/pull/262 that also is for supporting the Arduino Zero.