This commit is contained in:
2024-09-27 18:22:57 +08:00
parent 0bbec6209f
commit 1cf43e0371
4 changed files with 38 additions and 53 deletions

View File

@@ -5,6 +5,8 @@
#ifndef MLX90614_H
#define MLX90614_H
#define I2C_EVENT_MASTER_MODE_SELECT ((uint32_t)(I2C_FLAG_I2CBSY | I2C_FLAG_MASTER | I2C_FLAG_RBNE))
void i2c_config(void);
int read_ir_mlx90614(void);