Files
stm32-openinverter-teslacha…/include/charger.h
T
2022-10-11 12:12:07 +01:00

13 lines
259 B
C

#ifndef CHARGER_H
#define CHARGER_H
#include "../libopeninv/include/params.h"
extern uint32_t startTime;
bool IsEvseInput();
bool CheckUnplugged();
bool CheckTimeout();
void CalcTotals();
void DisableAll();
void EvseRead();
bool CheckStartCondition();
#endif