2024-12-06 09:38:25 +00:00
|
|
|
#ifndef BL_CHARG_CONTROL_H_
|
|
|
|
#define BL_CHARG_CONTROL_H_
|
|
|
|
|
|
|
|
#include "chargControlEnum.h"
|
2024-12-06 13:23:28 +00:00
|
|
|
#include "FM_TIM.h"
|
2024-12-06 09:38:25 +00:00
|
|
|
|
|
|
|
void getCVData(void);
|
|
|
|
void judgeYNBattery(void);
|
2024-12-06 13:23:28 +00:00
|
|
|
void chargControlMode(void);
|
2024-12-06 09:38:25 +00:00
|
|
|
void BatteryChargControl(void);
|
|
|
|
void noBatteryChargControl(void);
|
|
|
|
|
|
|
|
extern void chargControl(void);
|
|
|
|
|
|
|
|
#endif
|