add i2c_config

This commit is contained in:
2024-09-27 00:12:13 +08:00
parent 9d7d0935ba
commit 9ce4cd2e44
7 changed files with 188 additions and 52 deletions

View File

@@ -5,4 +5,7 @@
#ifndef MLX90614_H
#define MLX90614_H
void i2c_config(void);
int read_ir_mlx90614(void);
#endif //MLX90614_H