You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the classic bluetooth mouse and keypad projects that are already in the examples but I noticed the Arduino USB HID library includes a gamepad example as well. Any chance there is an bluetooth classic game pad example somewhere that I missed?
The text was updated successfully, but these errors were encountered:
Hi. All HID devices are the same, they just have a different HID Descriptor and use different HID Report formats. Is there a 'standard" gamecontroller? PS3 is different from a Wii Remote, etc...
There's a pull request for a hid game controller, is this what you were looking for? #209
Reading the code, it seems to have an analog joystick and a few buttons.
Love the classic bluetooth mouse and keypad projects that are already in the examples but I noticed the Arduino USB HID library includes a gamepad example as well. Any chance there is an bluetooth classic game pad example somewhere that I missed?
The text was updated successfully, but these errors were encountered: