2024-09-27 00:12:13 +08:00

12 lines
149 B
C

//
// 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