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

Arduino joystick without CDC serial device #234

Open mistepien opened 2 years ago

mistepien commented 2 years ago

It would be great if there is some manual how to get usb joystick with that library but without CDC serial device (/dev/ttyACM0). Or maybe some ides how to use this library with https://github.com/Palatis/Arduino-Lufa/blob/master/docs/manual_installation.md (Lufa for Arduino)?