Joystick library for Pico but with FFB

Hello,

i've been trying to add ffb to PicoGamepad library (https://gitlab.com/realrobots/PicoGamepad) for few days, but without success. Here is similar library but for 32u4: https://github.com/YukMingLaw/ArduinoJoystickWithFFBLibrary

Maybe someone knows how to do it and can help?

Did you try that on Pico? What happened?

Of course, for first It can't find USBPluggable.h or something like this, and after bypassing it by providing this file it just doesn't boot.

Pico uses mbed USB "driver" instead of this used in arduino/avr (USBHID.h ?)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.