// // Created by dell on 24-9-26. // #ifndef MLX90614_H #define MLX90614_H void i2c_config(void); int read_ir_mlx90614(void); #endif //MLX90614_H