We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deba1d commit 71b8dd4Copy full SHA for 71b8dd4
1 file changed
src/components/i2c/drivers/WipperSnapper_I2C_Driver_MLX90632D.h
@@ -1,5 +1,5 @@
1
/*!
2
- * @file WipperSnapper_I2C_Driver_MLX90632.h
+ * @file WipperSnapper_I2C_Driver_MLX90632D.h
3
*
4
* Device driver for a Melexis MLX90632-D (medical) thermal FIR sensor.
5
@@ -13,8 +13,8 @@
13
14
*/
15
16
-#ifndef WipperSnapper_I2C_Driver_MLX90632_H
17
-#define WipperSnapper_I2C_Driver_MLX90632_H
+#ifndef WipperSnapper_I2C_Driver_MLX90632D_H
+#define WipperSnapper_I2C_Driver_MLX90632D_H
18
19
#include <Adafruit_MLX90632.h>
20
@@ -230,4 +230,4 @@ class WipperSnapper_I2C_Driver_MLX90632D : public WipperSnapper_I2C_Driver {
230
Adafruit_MLX90632 *_mlx90632 = nullptr; ///< MLX90632 object
231
};
232
233
-#endif // WipperSnapper_I2C_Driver_MLX90632
+#endif // WipperSnapper_I2C_Driver_MLX90632D_H
0 commit comments