Bike service
Fork of BLE_API by
Diff: ble/services/BatteryService.h
- Revision:
- 1141:6502136c48ec
- Parent:
- 1140:911c42364719
- Child:
- 1144: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; };