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

RP2040 Support? #253

Closed olliecoding321 closed 1 year ago

olliecoding321 commented 1 year ago

It would be great if this supported RPI Pico because of the pico's higher clock and higher input resolution (micro: 10 bit vs Pico: 12 bit)

hackingotter commented 1 year ago

I made a port of the library to use USBHID from mbed OS instead of DynamicHID. It was a pretty fundamental change so I couldn't make a merge request to contribute it back to this repository but you can check out my ported version of the library here.