Skip to content
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

INCOMPATIBLE WITH ARDUINO ZERO #295

Open
carramar opened this issue Oct 12, 2024 · 4 comments
Open

INCOMPATIBLE WITH ARDUINO ZERO #295

carramar opened this issue Oct 12, 2024 · 4 comments

Comments

@carramar
Copy link

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.

@per1234 per1234 mentioned this issue Oct 12, 2024
@per1234
Copy link
Contributor

per1234 commented Oct 12, 2024

Duplicate of:

@carramar please close your duplicate issues to avoid cluttering up the issue tracker.

@carramar
Copy link
Author

carramar commented Oct 12, 2024 via email

@MHeironimus
Copy link
Owner

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 #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.

@MHeironimus
Copy link
Owner

Here is another PR you can try out: #262 that also is for supporting the Arduino Zero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants