keyboardio / KeyboardioHID

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

Replace ::stop() with ::getReport() #46

Closed algernon closed 6 years ago

algernon commented 6 years ago

Instead of providing a ::stop() method, provide ::getReport() instead, allowing stop()-like functionality to be implemented on top of that and ::move().