From 2cf1ce56d99b68d336951a52d9399021571ed2d7 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 07 二月 2023 16:25:57 +0800 Subject: [PATCH] V2.147 修改加速计驱动,适配物资V5和多功能标签。 --- Src/application/dw_app.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index e657993..478e069 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -33,6 +33,8 @@ #define MIN_ANCHOR_NUM 2 #define SYNC_SEQ_IDX 5 #define REMOTEPARA_LEN 18 +#define OUTRANGE_RESTARTTIMES 5 + #define POLL 0x01 #define RESPONSE 0x02 @@ -66,6 +68,8 @@ #define NR_NEARSWITCH_DISTANCE 20 #define REMOTEPARA_INDEX 22 #define MAXRANGE_DISTANCE 22 +#define ANC_SIGNALPOWER 24 + //Final #define TAGCONFIGSUCCESS_INDEX 7 #define FINAL_MSG_POLL_TX_TS_IDX 10 @@ -128,4 +132,5 @@ extern void TagDistClear(void); void Dw1000_App_Init(void); +void DelayOneSlot(void); #endif -- Gitblit v1.9.3