sekigon-gonnoc / Pico-PIO-USB

USB host/device implementation using PIO of raspberry pi pico (RP2040).
MIT License
1.36k stars 144 forks source link

GPIO device hid #94

Open joelsernamoreno opened 1 year ago

joelsernamoreno commented 1 year ago

Hello!

This is not a problem or a request for new functionality

I just wonder if it is possible to use GPIO to send keystrokes. I have seen several examples in the Adafruit library that use GPIO for USB Host. Is it possible to use this for HID device?

Thanks!

eriklundh commented 2 months ago

Yes it is possible, see examples/usb_device.c However, versions 0.6.0 and 0.6.1 does not compile to a working usb_device