mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
14ddc8b0bf
Since the HID library adds some general HID definitions and structs, it is very useful to also include this in a custom library. If you dupe the information you have problems of redeclaration. Having those defintions inside the official HID library is essential for a good working additional HID API.