From cc2641460962454dfc37794b70a51a7c51710722 Mon Sep 17 00:00:00 2001 From: stark1898y <1658608470@qq.com> Date: Sun, 8 Dec 2024 12:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bsp=5Fadc=EF=BC=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=86=85=E9=83=A8vbat=E3=80=81temp=E3=80=81=E5=A4=96?= =?UTF-8?q?=E9=83=A8PA13=E7=94=B5=E5=8E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cproject | 4 +- .settings/language.settings.xml | 2 +- .vscode/settings.json | 5 ++ APP/peripheral_main.c | 6 ++ BSP/inc/bsp_adc.h | 28 ++++++++++ BSP/src/bsp_adc.c | 97 +++++++++++++++++++++++++++++++++ StdPeriphDriver/inc/CH59x_adc.h | 2 +- 7 files changed, 141 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 BSP/inc/bsp_adc.h create mode 100644 BSP/src/bsp_adc.c diff --git a/.cproject b/.cproject index 8db3d50..26f5b24 100644 --- a/.cproject +++ b/.cproject @@ -56,6 +56,7 @@