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

12 lines
231 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();
#endif