20240909-DXSPX-emb/RTCGet(可以跑的版本)/Src/Usr/Task/RTCTask.h

16 lines
270 B
C
Raw Permalink Normal View History

2024-09-11 09:03:46 +00:00
#ifndef RTC_TASK_H
#define RTC_TASK_H
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include "usr_drv_rtc_i2c.h"
#include "usr_bsp_i2c.h"
void RtcTask(void *p_arg);
// 全局变量
extern USR_DRV_RTC_I2C_TIME time;
#endif // RTC_TASK_H