chargeController/APP/businessLogic/Inc/bl_chargControl.h

17 lines
317 B
C
Raw Normal View History

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"
#include "comm_types.h"
2024-12-06 09:38:25 +00:00
void setChargControlFlag(BOOL state);
void bl_chargControl(void);
2024-12-11 09:51:48 +00:00
void endChargWork(void);
void stopChargWork(void);
void startChargWork(void);
2024-12-06 09:38:25 +00:00
extern void chargControl(void);
#endif