We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1d110 commit 9c9a98dCopy full SHA for 9c9a98d
src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h
@@ -18,7 +18,7 @@
18
#define WipperSnapper_I2C_Driver_SCD4X_H
19
20
#include "WipperSnapper_I2C_Driver.h"
21
-#include <SensirionI2CScd4x.h>
+#include <SensirionI2cScd4x.h>
22
#include <Wire.h>
23
24
/**************************************************************************/
@@ -151,4 +151,4 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver {
151
float _humidity; ///< SCD4x humidity reading
152
};
153
154
-#endif // WipperSnapper_I2C_Driver_SCD4X
+#endif // WipperSnapper_I2C_Driver_SCD4X
0 commit comments