From 503efc0a0d2ea34213ec87aea5bf63c52c2eb93a Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期二, 12 十一月 2019 19:29:18 +0800 Subject: [PATCH] 实现标签时间隙动态更新 --- 源码/核心板/Src/application/dw_app.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" index e3388ff..8d79013 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" @@ -19,6 +19,8 @@ #define GROUP_TAG_NUM 2 #define TAG_NUM_IN_SYS 256 #define DFT_RAND_DLY_TIM_MS 1 +#define QUIT_SLOT_TIME 5 +extern u16 slottime,tyncpoll_time,max_slotpos; extern u16 poll_timer,tag_timer; extern int8_t tag_delaytime; extern u32 dev_id; @@ -41,4 +43,6 @@ extern uint8_t g_flag_Taggetdist[256]; extern void TagDistClear(void); void Dw1000_App_Init(void); +void TagListUpdate(void); +void SyncPoll(u8 sync_seq); #endif -- Gitblit v1.9.3