earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 423 forks source link

Joystick library - please update submodule #2136

Closed benjaminaigner closed 6 months ago

benjaminaigner commented 6 months ago

Dear @earlephilhower ,

I've fixed some problems with the Joystick hat in my upstream library:

https://github.com/benjaminaigner/Joystick

arduino-pico core is now including your fork in gitmodules, so I had to open the issue here.

I've fixed / added:

I ran astyle with your configuration from here, hope that is what you expect.

thanks!

earlephilhower commented 6 months ago

Thanks for the notice. FYI, the reason we have a different version is that the HID portion was extracted out. Your Joystick code here can talk over USB, Classic Bluetooth, and BLE with no core changes.