You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes 📝
🆕 New Features
Introduces support for reading common Human Interface Devices (HIDs) like USB mice and keyboards
Implements a number of example sketches to illustrate how to successfully interface with USB HIDs
⚠️ Limitations
Compatibility with advanced mice and keyboards (offering multimedia buttons and visual effects) is limited or unknown
Reading the scroll wheel input from mice is not supported with this initial release
Only allows for connecting one keyboard and mouse
Please refer to the Arduino Docs Website for detailed information on these changes and how to use the new features.