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:
- 10:8c5a246b9045
- Parent:
- 9:3708b94b2312
- Child:
- 13:e4c3b3e00e3d
--- a/AccelService.h Tue Mar 08 15:33:13 2016 +0000
+++ b/AccelService.h Tue Mar 08 16:38:49 2016 +0000
@@ -15,7 +15,7 @@
private:
GattCharacteristic _accelState;
- int _values[3];
+ uint8_t _values[6]; // 3 ejes * 2 bytes por eje
static void disconnectionCallback(const Gap::DisconnectionCallbackParams_t *params){
