
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:
- 5:ea4d280a0a2f
- Parent:
- 4:a97e6917f731
- Child:
- 6:c1db7e82d76a
--- a/MPU6050Service.h Fri Jun 26 14:44:27 2015 +0000 +++ b/MPU6050Service.h Sat Jun 27 00:27:07 2015 +0000 @@ -102,6 +102,7 @@ private: GattServer &gattServer; + ReadOnlyGattCharacteristic<mpu6050SensorData_t> sensorDataCharacteristic; WriteOnlyGattCharacteristic<mpu6050MeasuringRange_t> measuringRangeCharacteristic; WriteOnlyGattCharacteristic<uint32_t> masterClockCharacteristic;