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

Raspberry Pi Pico #204

Open chowha opened 3 years ago

chowha commented 3 years ago

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

andreasdahl1987 commented 2 years ago

+1 on this. RP2040 is a great MCU, growing in popularity and has been able to maintain a reasonable pricetag compared to many of the AVR MCUs. I've been looking at joystick libraries for Pico to see if I can manage to include it in your library myself, but I'm falling short on skill :/. The PicoGamepad library on GitLab does most of the things your do, but I'd really like to use yours since I've build a whole framework for creating advanced controllers based on your library. Trying to add support for as many microcontrollers as possible without rewriting the whole thing.