![](/media/cache/group/Future.jpg.50x50_q85.jpg)
This is a basic code to be used for Sequana BLE Lab exercises.
Diff: source/SequanaPrimaryService.cpp
- Revision:
- 2:06e62a299a74
- Parent:
- 0:ff033dfc838b
diff -r 7dd41f0bd204 -r 06e62a299a74 source/SequanaPrimaryService.cpp --- a/source/SequanaPrimaryService.cpp Thu Mar 14 10:00:59 2019 +0000 +++ b/source/SequanaPrimaryService.cpp Thu Mar 14 13:25:02 2019 +0000 @@ -41,11 +41,11 @@ PrimaryService::PrimaryService(BLE &ble, - Kx64Sensor &kx64) : + Kmx65Sensor &kmx65) : _ble(ble), _accMagSensorMeasurement(ble, accMagSensorCharacteristics, - kx64) + kmx65) { GattCharacteristic *sequanaChars[] = { _accMagSensorMeasurement.get_characteristic(0),