X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=nucleo-test%2FInc%2Fmain.h;h=fa3bf1859a4774390f495006a80abc3de997dcfb;hb=228f98a7bea12a3cc18aab18f50951d3256bc5fe;hp=732f137d18b92771319579d8320f4a3b104d85f3;hpb=985bd34a1d699d8870cd4be9e170bcb80dadcf3a;p=home-hw.git diff --git a/nucleo-test/Inc/main.h b/nucleo-test/Inc/main.h index 732f137..fa3bf18 100644 --- a/nucleo-test/Inc/main.h +++ b/nucleo-test/Inc/main.h @@ -42,6 +42,7 @@ #define __MAIN_H__ /* Includes ------------------------------------------------------------------*/ +#include "stm32f0xx_ll_dma.h" #include "stm32f0xx_ll_i2c.h" #include "stm32f0xx_ll_crs.h" #include "stm32f0xx_ll_rcc.h" @@ -51,7 +52,7 @@ #include "stm32f0xx_ll_cortex.h" #include "stm32f0xx_ll_utils.h" #include "stm32f0xx_ll_pwr.h" -#include "stm32f0xx_ll_dma.h" +#include "stm32f0xx_ll_tim.h" #include "stm32f0xx_ll_usart.h" #include "stm32f0xx_ll_gpio.h" @@ -69,6 +70,8 @@ #define USART_RX_GPIO_Port GPIOA #define LD2_Pin LL_GPIO_PIN_5 #define LD2_GPIO_Port GPIOA +#define THERMO_Pin LL_GPIO_PIN_7 +#define THERMO_GPIO_Port GPIOA #define BMP_DONE_Pin LL_GPIO_PIN_9 #define BMP_DONE_GPIO_Port GPIOC #define TMS_Pin LL_GPIO_PIN_13