-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacement for Usb.setReport()? #459
Comments
(I know this is late, but maybe you still wonder how this works or someone gets here via google or whatever) Lines 151 to 172 in 08121e1
Note that this doesn't work reliably with the "current" release (1.3.2 which is almost 3 years old now) you'd get from the Arduino Library Manager, but it does work with the latest git code (see https://github.com/felis/USB_Host_Shield_2.0#manual-installation) |
This has been fixed with the 1.4.0 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to toggle the state of some LEDs (Caps Lock indicator etc.) on a USB keyboard.
An example (linked to cached version since site seems to be down) calls
Usb.setReport()
, but this method doesn't seem to exist.There seems to be a SetReport() method in usbhid.cpp, I'm trying to use that instead (after creating a USBHID object), but I'm not sure if it's a replacement or just something with a similar name.
Am I on the right track?
The text was updated successfully, but these errors were encountered: