white space diffs
This commit is contained in:
parent
57654dba72
commit
7a97458b9f
1 changed files with 5 additions and 5 deletions
|
@ -28,11 +28,11 @@
|
|||
class BatteryService {
|
||||
public:
|
||||
/**
|
||||
* @param[ref] _ble
|
||||
* BLE object for the underlying controller.
|
||||
* @param[in] level
|
||||
* 8bit batterly level. Usually used to represent percentage of batterly charge remaining.
|
||||
*/
|
||||
* @param[ref] _ble
|
||||
* BLE object for the underlying controller.
|
||||
* @param[in] level
|
||||
* 8bit batterly level. Usually used to represent percentage of batterly charge remaining.
|
||||
*/
|
||||
BatteryService(BLE &_ble, uint8_t level = 100) :
|
||||
ble(_ble),
|
||||
batteryLevel(level),
|
||||
|
|
Loading…
Reference in a new issue