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 nRF51822 circular_buffer
Diff: AccelService.h
- Revision:
- 13:e4c3b3e00e3d
- Parent:
- 10:8c5a246b9045
--- a/AccelService.h Mon May 23 13:48:29 2016 +0000
+++ b/AccelService.h Wed May 25 13:35:41 2016 +0000
@@ -6,6 +6,7 @@
#define SERVICE_UUID 0xA000
#define CHARACTERISTIC_UUID 0xA001
+#define CALIBRATION_UUID 0xA002
class AccelService {
@@ -27,7 +28,7 @@
BLE::Instance().gap().stopAdvertising();
- }
+ }
};
#endif //#ifndef ACCELSERVICE_H
\ No newline at end of file
