ArduinoJoystickLibrary
ArduinoJoystickLibrary copied to clipboard
An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
Hi, I opened this issue a few days ago: https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/243 As you agreed with the solution, I just adapted the constructor to accept it. I had to move the constants...
I would suggest using the PIPE (or) bitwise operator to set all the axes you want in the constructor with just one argument, having tons of bools makes it unintuitive....
## Description of Issue I built a simple 1 axis controller using your library and it works great. Problem is that when it is connected to USB and I put...
https://github.com/gdsports/ArduinoJoystickLibrary/tree/samd_patch I added support for SAMD21 boards (Zero/M0 and MKR family). In addition, the changes work with the Adafruit Metro M4 board (SAMD51). There are so many SAMD boards from...
Hello, I built a steering tiller for my flight simulation based on this Joystick Library. First, thanks a lot for this very cool piece of work. It is really easy...
Now that the Arduino IDE supports the RP Pico, any chance to make it work with the Joystick library? It won't compile for Pico and unfortunately the CircuitPython version is...
Now the Esp32-S2 model has USB support, is it possible this could be supported with the library in the future or is it a massive code change? Currently awaiting my...
Hi, I built a Micro into a Saitek x52 throttle body to play Elite Dangerous. It was perfect for using thrusters. 3 years later I want to play again with...
I’d like to request support for Force Feedback/Rumble/Vibration (controller motor control). I’ve seen that other albeit old ATmega32U4 projects have implemented this, for example https://github.com/tloimu/adapt-ffb-joy/blob/wiki/USBFfbHid.md Ideally this would appear as...
## Description of Issue Only 7 axis are recognized by Windows 10. No matter what I do, Acceleratorm Brake and Steering are not recognized. 7 axes are working fine: X...