15 lines
292 B
C
15 lines
292 B
C
#ifndef BL_CHARG_CONTROL_H_
|
|
#define BL_CHARG_CONTROL_H_
|
|
|
|
#include "chargControlEnum.h"
|
|
#include "FM_TIM.h"
|
|
|
|
void getCVData(void);
|
|
void judgeYNBattery(void);
|
|
void chargControlMode(void);
|
|
void BatteryChargControl(void);
|
|
void noBatteryChargControl(void);
|
|
|
|
extern void chargControl(void);
|
|
|
|
#endif |