C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Message send by a Pixel to notify of its battery level and state. More...
#include <Messages.h>
Public Member Functions | |
BatteryLevel () | |
Initializes a new instance of BatteryLevel. | |
Public Attributes | |
uint8_t | levelPercent {} |
The battery charge level in percent. | |
PixelBatteryState | state {} |
The charging state of the battery. | |
Message send by a Pixel to notify of its battery level and state.