#ifndef __TEMP_H #define __TEMP_H #include "main.h" typedef struct sensor_temp{ _Bool presence; _Bool sign; uint8_t info; uint8_t share; }sensor_temp_typeDef; void temp_sensor_init(void); void IRQ_Timer_1us(void); #endif /* __TEMP_H */