From 3bb0e44ef7d12ddc84e631456f4b6eab7112df1c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 08 十一月 2023 14:39:59 +0800 Subject: [PATCH] 版本v1.0 加入气压计驱动 并且放到uwb里传给urt --- Src/application/dw_app.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 0928e1f..567996a 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -98,6 +98,7 @@ #define SEQUENCE_IDX 3 #define BATTARY_IDX 4 #define BUTTON_IDX 7 +#define PRESSNUM_IDX 7 #define DW_CTRL_GPIO GPIOA #define DW_ENABLE HAL_GPIO_WritePin(DW_CTRL_GPIO, DW_CTRL_Pin, GPIO_PIN_RESET) -- Gitblit v1.9.3