-
I have to say that I would be somewhat surprised by this if it's true. I see everything else ... Mouse, Keyboard, Gamepad. No Joystick? A Joystick with 6 axes and 32 buttons would be great. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
It is just a matter of adding HID report descriptor and testing. Would you tell me how would you test an joystick, I will try to add when having time. |
Beta Was this translation helpful? Give feedback.
-
Start with a 2 axes and get that work. (that basic hid standard) And they you need have multiple version of that to get the |
Beta Was this translation helpful? Give feedback.
-
@CCurl The hid_composite example includes a gamepad. I use it to implement a joystick in https://github.com/mmosca/pico-sbus I also submitted a pull request to bump the buttons from 16 to 32. |
Beta Was this translation helpful? Give feedback.
@CCurl The hid_composite example includes a gamepad.
That gives you 6 axis and 16 buttons.
I use it to implement a joystick in https://github.com/mmosca/pico-sbus
I also submitted a pull request to bump the buttons from 16 to 32.