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
Diff: HIDController_BLE.h
- Revision:
- 10:1aed2481a743
- Parent:
- 9:d1daefbf1fbd
- Child:
- 20:d8840ac38434
--- a/HIDController_BLE.h Thu Jul 21 21:33:56 2016 +0900 +++ b/HIDController_BLE.h Thu Jul 21 21:40:44 2016 +0900 @@ -1,7 +1,7 @@ class HIDController { public: static void init(); - static void process(); + static void waitForEvent(); static void appendReportData(uint8_t key); static void deleteReportData(uint8_t key); static void queueCurrentReportData();