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: BLE_API mbed nRF51822
Fork of BLE_HeartRate by
Diff: main.cpp
- Revision:
- 17:583b765af55f
- Parent:
- 16:f3361e20642d
- Child:
- 18:8a2e313f49cb
diff -r f3361e20642d -r 583b765af55f main.cpp
--- a/main.cpp Wed Jun 11 09:06:14 2014 +0100
+++ b/main.cpp Wed Jun 11 09:07:11 2014 +0100
@@ -34,7 +34,6 @@
/* Battery Level Service */
uint8_t batt = 72; /* Battery level */
-uint8_t read_batt = 0; /* Variable to hold battery level reads */
GattService battService (GattService::UUID_BATTERY_SERVICE);
GattCharacteristic battLevel (GattCharacteristic::UUID_BATTERY_LEVEL_CHAR, 1, 1,
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY | GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ);
