Releases: arduino-libraries/Arduino_USBHIDHost
Releases · arduino-libraries/Arduino_USBHIDHost
Initial release
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.