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: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
Diff: main.cpp
- Revision:
- 4:cc427aa37aee
- Parent:
- 3:7e9a93b6b82b
- Child:
- 5:ff721fa88519
diff -r 7e9a93b6b82b -r cc427aa37aee main.cpp
--- 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