From 9d92def44dc84a0fd125850c81ec99aecee2b899 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 07 Oct 2025 01:25:58 +0800 Subject: [PATCH] 楼道声光控灯项目程序 --- Core/Inc/main.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Core/Inc/main.h b/Core/Inc/main.h index 8de24bd..b91e590 100644 --- a/Core/Inc/main.h +++ b/Core/Inc/main.h @@ -57,6 +57,10 @@ /* USER CODE END EFP */ /* Private defines -----------------------------------------------------------*/ +#define AdcLux_Pin GPIO_PIN_0 +#define AdcLux_GPIO_Port GPIOB +#define AdcMix_Pin GPIO_PIN_1 +#define AdcMix_GPIO_Port GPIOB #define Key1_Pin GPIO_PIN_12 #define Key1_GPIO_Port GPIOB #define Key1_EXTI_IRQn EXTI15_10_IRQn -- Gitblit v1.9.1