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: ble/services/BatteryService.h
- Revision:
- 1140:6502136c48ec
- Parent:
- 1139:911c42364719
- Child:
- 1143:4788b7c9cb49
--- a/ble/services/BatteryService.h Wed Apr 06 19:13:58 2016 +0100 +++ b/ble/services/BatteryService.h Wed Apr 06 19:14:03 2016 +0100 @@ -58,7 +58,7 @@ protected: /** - * A reference to the underlying @ref BLE instance that this object is attached to. + * A reference to the underlying BLE instance that this object is attached to. * The services and characteristics will be registered in this BLE instance. */ BLE &ble; @@ -68,8 +68,8 @@ */ uint8_t batteryLevel; /** - * A @ref ReadOnlyGattCharacteristic that allows access to the peer device to the - * @ref batteryLevel value through BLE. + * A ReadOnlyGattCharacteristic that allows access to the peer device to the + * batteryLevel value through BLE. */ ReadOnlyGattCharacteristic<uint8_t> batteryLevelCharacteristic; };