Files
B_Current_Ctrl/APP/main_task.h
T
2025-10-02 13:18:00 +08:00

58 lines
366 B
C

#ifndef __MAIN_TASK_H__
#define __MAIN_TASK_H__
#include "FreeRTOS.h"
#include "task.h"
#include "main.h"
#include "device_task.h"
#include "monitor_task.h"
#include "global.h"
#include "control.h"
#include "drv_relay.h"
#include "drv_fan.h"
#include "drv_power.h"
extern ExtU_control_T *u;
extern ExtY_control_T *y;
#endif