Files

22 lines
622 B
C
Raw Permalink Normal View History

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 */