File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* !
2
- * @file WipperSnapper_I2C_Driver_MLX90632 .h
2
+ * @file WipperSnapper_I2C_Driver_MLX90632D .h
3
3
*
4
4
* Device driver for a Melexis MLX90632-D (medical) thermal FIR sensor.
5
5
*
13
13
*
14
14
*/
15
15
16
- #ifndef WipperSnapper_I2C_Driver_MLX90632_H
17
- #define WipperSnapper_I2C_Driver_MLX90632_H
16
+ #ifndef WipperSnapper_I2C_Driver_MLX90632D_H
17
+ #define WipperSnapper_I2C_Driver_MLX90632D_H
18
18
19
19
#include < Adafruit_MLX90632.h>
20
20
@@ -230,4 +230,4 @@ class WipperSnapper_I2C_Driver_MLX90632D : public WipperSnapper_I2C_Driver {
230
230
Adafruit_MLX90632 *_mlx90632 = nullptr ; // /< MLX90632 object
231
231
};
232
232
233
- #endif // WipperSnapper_I2C_Driver_MLX90632
233
+ #endif // WipperSnapper_I2C_Driver_MLX90632D_H
You can’t perform that action at this time.
0 commit comments