]> mj.ucw.cz Git - home-hw.git/blobdiff - ssr/Inc/main.h
Auto: Meditation mode turned off
[home-hw.git] / ssr / Inc / main.h
index 488241bd917a700a00dc9275f91d9b711d34e1b9..63231fb47ececcca3ca4e6ed9bbdc7b2e2deedad 100644 (file)
@@ -42,6 +42,7 @@
 #define __MAIN_H__
 
 /* Includes ------------------------------------------------------------------*/
+#include "stm32f1xx_ll_dma.h"
 #include "stm32f1xx_ll_rcc.h"
 #include "stm32f1xx_ll_bus.h"
 #include "stm32f1xx_ll_system.h"
@@ -49,7 +50,6 @@
 #include "stm32f1xx_ll_cortex.h"
 #include "stm32f1xx_ll_utils.h"
 #include "stm32f1xx_ll_pwr.h"
-#include "stm32f1xx_ll_dma.h"
 #include "stm32f1xx_ll_tim.h"
 #include "stm32f1xx_ll_usart.h"
 #include "stm32f1xx.h"
@@ -63,6 +63,8 @@
 
 #define LED_Pin LL_GPIO_PIN_13
 #define LED_GPIO_Port GPIOC
+#define THERMO_Pin LL_GPIO_PIN_7
+#define THERMO_GPIO_Port GPIOA
 #define SSR3_Pin LL_GPIO_PIN_10
 #define SSR3_GPIO_Port GPIOB
 #define SSR4_Pin LL_GPIO_PIN_11