MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.06k stars 403 forks source link

Add support for Arduino Zero #262

Open njz3 opened 1 year ago

njz3 commented 1 year ago

Add support for Arduino Zero (SAMD base) by including right HID definitions thanks to NicoHood HID library. Warning, the Arduino Zero's BSP package has a driver bug which force you to delete the automatic CDC driver in the windows device manager. See https://github.com/arduino/ArduinoCore-samd/issues/423