Replies: 1 comment 2 replies
-
Adafruit TinyUSB has an example sketch for that, alongside with Python and JavaScript test scripts. https://github.com/adafruit/Adafruit_TinyUSB_Arduino/tree/master/examples/HID/hid_generic_inout |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I saw the keyboard and mouse device example in Adafruit_TinyUSB_Arduino\examples\HID\hid_composite and I want to send control commands through HIDAPI on the PC to perform keyboard and mouse actions. How can I do it?
I use hidapi in python to send commands, but I don't know how to receive commands in rp2040
Beta Was this translation helpful? Give feedback.
All reactions