Files
stm32-openinverter-teslacha…/include/charger.h
T
2022-10-14 13:08:23 +01:00

17 lines
347 B
C

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