Advanced HID #18649
Unanswered
EinfachNurBaum
asked this question in
Core Development
Advanced HID
#18649
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello everyone,
I've encountered the problem that in Python you can't see which data is used for constants like these from usb_hid. So I tried to test whether I could use my Raspberry Pi Pico as both a keyboard and a mouse USB device at the same time. To do this, I would have to create my own complete USB HID REPORT DESCRIPTION. It would be great if there were some kind of dictionary or something similar to print the constants with information about which byte is used for what, or if it were possible to configure this much more easily.
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree
Beta Was this translation helpful? Give feedback.
All reactions