12 lines
149 B
C
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
|