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:
- 29:ec548c473d50
- Parent:
- 28:1f843a3daab0
- Child:
- 32:6c0f43fda460
--- a/HIDController_BLE.h Tue Aug 23 15:25:30 2016 +0000 +++ b/HIDController_BLE.h Wed Aug 24 01:27:46 2016 +0000 @@ -1,3 +1,6 @@ + +#ifndef __HIDController_H__ +#define __HIDController_H__ enum Status_t { DISCONNECTED, @@ -17,3 +20,4 @@ static void queueCurrentReportData(); }; +#endif \ No newline at end of file