chargeController/APP/businessLogic/Inc/bl_chargControl.h

14 lines
271 B
C

#ifndef BL_CHARG_CONTROL_H_
#define BL_CHARG_CONTROL_H_
#include "chargControlEnum.h"
void getCVData(void);
void judgeYNBattery(void);
int chargControlMode(void);
void BatteryChargControl(void);
void noBatteryChargControl(void);
extern void chargControl(void);
#endif