parent
18b1e9fba9
commit
4e282eb845
13 changed files with 24 additions and 9 deletions
@ -1,6 +1,8 @@ |
||||
#ifndef HEADER_Battery |
||||
#define HEADER_Battery |
||||
|
||||
#include "BatteryMeter.h" |
||||
|
||||
void Battery_getData(double* level, ACPresence* isOnAC); |
||||
|
||||
#endif |
||||
|
||||
@ -1,6 +1,8 @@ |
||||
#ifndef HEADER_Battery |
||||
#define HEADER_Battery |
||||
|
||||
#include "BatteryMeter.h" |
||||
|
||||
void Battery_getData(double* level, ACPresence* isOnAC); |
||||
|
||||
#endif |
||||
|
||||
@ -1,6 +1,8 @@ |
||||
#ifndef HEADER_Battery |
||||
#define HEADER_Battery |
||||
|
||||
#include "BatteryMeter.h" |
||||
|
||||
void Battery_getData(double* level, ACPresence* isOnAC); |
||||
|
||||
#endif |
||||
|
||||
Loading…
Reference in new issue