keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Added a HIDReportObserver class #57

Closed noseglasses closed 5 years ago

noseglasses commented 5 years ago

The new observer class is used in all places where reports are send. It replaces the old observer that was solely used by HID.*.

Signed-off-by: Florian Fleissner florian.fleissner@inpartik.de