Refactoring

This commit is contained in:
Krzysiek Egzmont
2023-10-31 19:58:10 +01:00
parent 2796973ad3
commit 25334823e5
5 changed files with 65 additions and 58 deletions

View File

@@ -27,7 +27,6 @@ extern uint16_t gBatteryVoltages[4];
extern uint16_t gBatteryVoltageAverage;
extern uint8_t gBatteryDisplayLevel;
extern bool gChargingWithTypeC;
extern bool gLowBattery;
extern bool gLowBatteryBlink;
extern uint16_t gBatteryCheckCounter;
@@ -41,6 +40,7 @@ typedef enum {
unsigned int BATTERY_VoltsToPercent(const unsigned int voltage_10mV);
void BATTERY_GetReadings(const bool bDisplayBatteryLevel);
void BATTERY_TimeSlice500ms(void);
#endif