Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev nRF51822
HIDController_BLE.h
- Committer:
- cho45
- Date:
- 2016-07-21
- Revision:
- 6:f1c3ea8bc850
- Child:
- 9:d1daefbf1fbd
File content as of revision 6:f1c3ea8bc850:
class HIDController { public: static void init(); static void process(); static void appendReportData(uint8_t key); static void deleteReportData(uint8_t key); };