2026-05-21 12:19:01 +08:00
|
|
|
/**
|
|
|
|
|
******************************************************************************
|
|
|
|
|
* @file User\App\task_ykc.h
|
|
|
|
|
* @author 路淮
|
|
|
|
|
* @version v0.1
|
|
|
|
|
* @date 2026-05-21
|
|
|
|
|
* @brief 云快充平台交互任务头文件
|
|
|
|
|
******************************************************************************
|
|
|
|
|
*/
|
|
|
|
|
|
2026-05-21 10:01:28 +08:00
|
|
|
#ifndef __TASK_YKC_H
|
|
|
|
|
#define __TASK_YKC_H
|
|
|
|
|
|
2026-05-21 12:19:01 +08:00
|
|
|
/* includes ------------------------------------------------------------------*/
|
2026-05-21 10:01:28 +08:00
|
|
|
#include "global.h"
|
|
|
|
|
#include "drv_air724.h"
|
|
|
|
|
|
|
|
|
|
void ykc_task_function(void const *argument);
|
|
|
|
|
void ykc_timer_callback_function(TimerHandle_t xTimer);
|
|
|
|
|
|
|
|
|
|
#endif /* __TASK_YKC_H */
|