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 11/* !
2- * @file WipperSnapper_I2C_Driver_MLX90632 .h
2+ * @file WipperSnapper_I2C_Driver_MLX90632D .h
33 *
44 * Device driver for a Melexis MLX90632-D (medical) thermal FIR sensor.
55 *
1313 *
1414 */
1515
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
1818
1919#include < Adafruit_MLX90632.h>
2020
@@ -230,4 +230,4 @@ class WipperSnapper_I2C_Driver_MLX90632D : public WipperSnapper_I2C_Driver {
230230 Adafruit_MLX90632 *_mlx90632 = nullptr ; // /< MLX90632 object
231231};
232232
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