From 2bc159c6a126a414553f36a97e3f25d9923166b5 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 22 十一月 2024 00:06:56 +0800 Subject: [PATCH] V2.24 现场升级版本,修改升级模式为SF8,小组0不启动UWB,1秒测距一次 --- Src/OnChipDevices/ADC.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/OnChipDevices/ADC.h b/Src/OnChipDevices/ADC.h index e88c86a..0840371 100644 --- a/Src/OnChipDevices/ADC.h +++ b/Src/OnChipDevices/ADC.h @@ -5,5 +5,6 @@ #include "main.h" extern uint8_t Get_Battary(void); extern void ADC_Configuration(void); +uint8_t Get_VDDVlotage(void); #endif -- Gitblit v1.9.3