Skip to content

Commit

Permalink
Update WipperSnapper_I2C_Driver_SCD4X.h - update instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Jan 31, 2025
1 parent fac2028 commit 417009a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver {
*/
/*******************************************************************************/
bool begin() {
_scd = new SensirionI2CScd4x();
_scd = new SensirionI2cScd4x();
_scd->begin(*_i2c);

// stop previously started measurement
Expand Down

0 comments on commit 417009a

Please sign in to comment.