
BLE GATT-service implementation for high quantity sensor data from a MPU6050-accelerator/gyroscope
Dependencies: BLE_API mbed nRF51822 MPU6050_lib
Diff: MPU6050Service.h
- Revision:
- 6:c1db7e82d76a
- Parent:
- 5:ea4d280a0a2f
- Child:
- 7:af3e2b9c137a
--- a/MPU6050Service.h Sat Jun 27 00:27:07 2015 +0000 +++ b/MPU6050Service.h Tue Jun 30 23:54:34 2015 +0000 @@ -15,7 +15,7 @@ { mpu6050SensorReading_t data; uint32_t clock_us; // ~ 1h 11min 34s 967ms 296ns - // so we have to reset our clock approx. every hour + // (so we have to resynchronize our clock approx. every hour) } mpu6050SensorData_t; typedef enum