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:
- 37:4ce71fa47fc3
- Parent:
- 32:6c0f43fda460
- Child:
- 38:115875b8cb6c
--- a/HIDController_BLE.h Thu Aug 25 15:33:42 2016 +0000 +++ b/HIDController_BLE.h Fri Aug 26 00:22:05 2016 +0000 @@ -20,6 +20,7 @@ static void appendReportData(uint8_t key); static void deleteReportData(uint8_t key); static void queueCurrentReportData(); + static void updateBatteryLevel(uint8_t percentage); }; #endif \ No newline at end of file