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 MBED OS RP2040 #285

Open Jordessey opened 4 months ago

Jordessey commented 4 months ago

Hi There.

I love this library and have used it many times in the past. With the RP2040 processor now having Arduino support added with the MBED OS Core, would it be possible to have support added for the RP2040 with this core? https://github.com/arduino/ArduinoCore-mbed/releases/tag/4.1.1

The only gamepad/joystick library for the RP2040 within Arduino is this one and it is lacking some of the better features of this library https://gitlab.com/realrobots/PicoGamepad

Love your work