From 92b08120ac577b151dc0ea315c87593c5508cc70 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 13 十一月 2019 08:30:50 +0800 Subject: [PATCH] 武汉天汉达测距V1.6 --- 源码/核心板/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