From 32ec78bbb74df89564f3998fd32bc3411fca5613 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期二, 11 三月 2025 15:17:35 +0800 Subject: [PATCH] 基本功能调通 --- keil/include/drivers/global_param.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/keil/include/drivers/global_param.h b/keil/include/drivers/global_param.h index cc33b26..bd4e51f 100644 --- a/keil/include/drivers/global_param.h +++ b/keil/include/drivers/global_param.h @@ -52,6 +52,9 @@ #define NEARBASE_ID9 0x19 #define NEARBASE_ID10 0x1a +#define UWB_RNAGE_TIME 0xA +#define UWB_WAIT_TIME 0xB + #define POWER 0x1B #define IMU_THRES 0x1C #define NOMOVESLEEP_TIME 0x1D -- Gitblit v1.9.3