]> mj.ucw.cz Git - home-hw.git/blobdiff - nucleo-test/Inc/main.h
Auto: Meditation mode turned off
[home-hw.git] / nucleo-test / Inc / main.h
index 732f137d18b92771319579d8320f4a3b104d85f3..fa3bf1859a4774390f495006a80abc3de997dcfb 100644 (file)
@@ -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