From 694a8ab793affb65ac7901c1d5309513ed542131 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 27 Oct 2025 16:47:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BF=D0=B8=D0=BD=D0=BE=D0=B2=D0=BA=D1=83=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D1=8A=D0=B5=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- john103C6T6/Core/Inc/main.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/john103C6T6/Core/Inc/main.h b/john103C6T6/Core/Inc/main.h index d16d4a7..5fff0cd 100644 --- a/john103C6T6/Core/Inc/main.h +++ b/john103C6T6/Core/Inc/main.h @@ -1,5 +1,12 @@ /* USER CODE BEGIN Header */ /** +*************************************************************** +* 1 2 3 4 5 6 7 8 * +* --- +++ * +* * +***************************************************************** + + ****************************************************************************** * @file : main.h * @brief : Header for main.c file. @@ -96,6 +103,8 @@ void Error_Handler(void); /* USER CODE END EFP */ /* Private defines -----------------------------------------------------------*/ +#define Relay_dc5v_Pin GPIO_PIN_10 +#define Relay_dc5v_GPIO_Port GPIOA #define One_wire_Pin GPIO_PIN_15 #define One_wire_GPIO_Port GPIOA