Maxim Integrated's IoT development kit.
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
Revision 4:cc427aa37aee, committed 2018-03-16
- Comitter:
- Mahir Ozturk
- Date:
- Fri Mar 16 23:51:18 2018 +0300
- Parent:
- 3:7e9a93b6b82b
- Child:
- 5:ff721fa88519
- Commit message:
- Bug fix
Change-Id: I9abb85a1035293114a158c6e9f9872e6ef84a434
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 16 22:44:22 2018 +0300
+++ b/main.cpp Fri Mar 16 23:51:18 2018 +0300
@@ -118,7 +118,7 @@
#if defined(LIB_MAX113XX_PIXI)
UUID uuidADC("00001527-1d66-11e8-b467-0ed5f89f718b");
-static float ADCInitValue = 2.5;
+static uint16_t ADCInitValue = 0;
ReadOnlyGattCharacteristic<uint16_t> gattCharADC(uuidADC, &ADCInitValue,
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY);
#endif