#pragma once #include #include #define hi2c1 hi2c2 extern I2C_HandleTypeDef hi2c2; extern UART_HandleTypeDef huart2; void task_1(); int main();