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