INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxsmartbatteryacfr::SmartBattery Class Reference#include <smartbattery.h>
Detailed DescriptionSmartBattery class holds all the data of a single smart battery. Since not all data is always present, access to data needs to be done as follows: if (smartBattery.has(Temperature)) { double myTemp = smartBattery.temperature(); }The documentation for this class was generated from the following files:
|