chargeController/APP/businessLogic/Inc/task.h

25 lines
422 B
C
Raw Normal View History

#ifndef BL_TASK_H_
#define BL_TASK_H_
#include "timeSliceOffset.h"
void task_Init(void);
2024-12-10 14:25:55 +00:00
void beginStartControlTask(void);
2024-12-11 09:51:48 +00:00
void beginSoftStartTask(void);
void beginHYconfigMode(void);
void uartTaskInit(void);
void startShortCircuitProtection(void);
void stopShortCircuitProtection(void);
void startExcessiveLoadProtection(void);
2024-12-24 06:43:20 +00:00
void startSoftShortCircuitProtection(void);
2024-12-24 06:43:20 +00:00
void chargRunLed(uint8_t mode);
2024-12-18 09:43:14 +00:00
#endif