From b8fac32aed712a3e0e87cea99b9c6d5ef5e12d2b Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期五, 07 三月 2025 18:02:15 +0800 Subject: [PATCH] 现在单个测距完成,然后3s测一次距功能实现 --- keil/include/components/uwb/inc/uwb_hybrid.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/keil/include/components/uwb/inc/uwb_hybrid.h b/keil/include/components/uwb/inc/uwb_hybrid.h index 1ed6d7d..8f711e9 100644 --- a/keil/include/components/uwb/inc/uwb_hybrid.h +++ b/keil/include/components/uwb/inc/uwb_hybrid.h @@ -48,6 +48,8 @@ extern "C" { #endif +#define INITIATION_NUM (4) + struct RANGING_HYBRID_MANAGEMENT_T { uint8_t phase_status; // 0 idle, 1, working, 2 ok, others error -- Gitblit v1.9.3