Added basic hid gamepad example#209
Added basic hid gamepad example#209fluffymadness wants to merge 1 commit intobluekitchen:developfrom
Conversation
|
Thanks for the demo. Any idea on how to make it more 'fancy'? |
|
Hmm, not really. I did some tests with two hid descriptors that I got to work with But right now when trying to use these longer hid descriptors with btstack I get stacktraces |
|
longer descriptors are working without problem, it was a issue in my code. |
Got my changes to work for a basic Bluetooth hid gamepad. Tested under Linux/Windows10/Android.
The dummy input report sends two pressed buttons, and the analog stick is pushed in the down-right corner.