chargeController/APP/businessLogic/Inc/bl_chargControl.h

21 lines
434 B
C

#ifndef BL_CHARG_CONTROL_H_
#define BL_CHARG_CONTROL_H_
#include "chargControlTypes.h"
#include "FM_TIM.h"
#include "comm_types.h"
#define PI_CONTROL_MAX 0.1f
#define PI_CONTROL_MIN -0.1f
BOOL getChargControlFlag(void);
void setChargControlFlag(BOOL state);
void bl_chargControl(void);
void endChargWork(void);
void stopChargWork(void);
void beginChargWork(void);
void startChargWork(void);
extern void chargControl(void);
#endif