From 1d385074e33f831e88499603c46e25170b770ada Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 11 Oct 2022 18:22:32 +0200 Subject: working data receive from si7021 module --- stm32f091/setup.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'stm32f091/setup.h') diff --git a/stm32f091/setup.h b/stm32f091/setup.h index bca0e82..713ed58 100644 --- a/stm32f091/setup.h +++ b/stm32f091/setup.h @@ -1,5 +1,6 @@ #pragma once +#include #include #include @@ -17,3 +18,9 @@ extern UART_HandleTypeDef huart2; void ws_io_setup(); +void NMI_Handler(); +void HardFault_Handler(); +void SysTick_Handler(); +void HAL_MspInit(); +void HAL_I2C_MspInit(I2C_HandleTypeDef* hi2c); +void HAL_UART_MspInit(UART_HandleTypeDef *huart); -- cgit v1.2.3