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 fac2028 commit 417009aCopy full SHA for 417009a
src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h
@@ -51,7 +51,7 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver {
51
*/
52
/*******************************************************************************/
53
bool begin() {
54
- _scd = new SensirionI2CScd4x();
+ _scd = new SensirionI2cScd4x();
55
_scd->begin(*_i2c);
56
57
// stop previously started measurement
0 commit comments