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.
Fork of BLE_API by
Diff: services/BatteryService.h
- Revision:
- 521:b2dae8d95c4d
- Parent:
- 520:2ac0f11a183a
- Child:
- 524:6e97ab392e2a
diff -r 2ac0f11a183a -r b2dae8d95c4d services/BatteryService.h --- a/services/BatteryService.h Fri Jun 19 15:52:06 2015 +0100 +++ b/services/BatteryService.h Fri Jun 19 15:52:06 2015 +0100 @@ -56,7 +56,7 @@ ble.updateCharacteristicValue(batteryLevelCharacteristic.getValueAttribute().getHandle(), &batteryLevel, 1); } -private: +protected: BLEDevice &ble; uint8_t batteryLevel;