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:
- 664:1624b24837d0
- Parent:
- 663:73177d7c6e75
- Child:
- 667:875aecb84719
diff -r 73177d7c6e75 -r 1624b24837d0 services/BatteryService.h --- a/services/BatteryService.h Fri Jun 19 15:53:00 2015 +0100 +++ b/services/BatteryService.h Fri Jun 19 15:53:00 2015 +0100 @@ -56,7 +56,7 @@ ble.updateCharacteristicValue(batteryLevelCharacteristic.getValueAttribute().getHandle(), &batteryLevel, 1); } -private: +protected: BLEDevice &ble; uint8_t batteryLevel;