From 15c798731ba5658fc0ecd9e3f47f662861c56b9c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 23 二月 2024 14:40:37 +0800 Subject: [PATCH] 加入lora升级。 --- 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