X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ssr%2FInc%2Fmain.h;h=488241bd917a700a00dc9275f91d9b711d34e1b9;hb=f19cf5facdc70fe5be46208cb0b9a3ba5a72655a;hp=feddc774532a62bb95e97f3fe7070e462df92864;hpb=08f734c44598ca90f47f4ab0dfed232c045dd403;p=home-hw.git diff --git a/ssr/Inc/main.h b/ssr/Inc/main.h index feddc77..488241b 100644 --- a/ssr/Inc/main.h +++ b/ssr/Inc/main.h @@ -42,7 +42,6 @@ #define __MAIN_H__ /* Includes ------------------------------------------------------------------*/ -#include "stm32f1xx_ll_i2c.h" #include "stm32f1xx_ll_rcc.h" #include "stm32f1xx_ll_bus.h" #include "stm32f1xx_ll_system.h" @@ -52,6 +51,7 @@ #include "stm32f1xx_ll_pwr.h" #include "stm32f1xx_ll_dma.h" #include "stm32f1xx_ll_tim.h" +#include "stm32f1xx_ll_usart.h" #include "stm32f1xx.h" #include "stm32f1xx_ll_gpio.h" @@ -63,8 +63,14 @@ #define LED_Pin LL_GPIO_PIN_13 #define LED_GPIO_Port GPIOC -#define BMP_DONE_Pin LL_GPIO_PIN_5 -#define BMP_DONE_GPIO_Port GPIOB +#define SSR3_Pin LL_GPIO_PIN_10 +#define SSR3_GPIO_Port GPIOB +#define SSR4_Pin LL_GPIO_PIN_11 +#define SSR4_GPIO_Port GPIOB +#define SSR1_Pin LL_GPIO_PIN_8 +#define SSR1_GPIO_Port GPIOB +#define SSR2_Pin LL_GPIO_PIN_9 +#define SSR2_GPIO_Port GPIOB /* ########################## Assert Selection ############################## */ /**