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 a6da532 commit 7356c89Copy full SHA for 7356c89
src/components/i2c/drivers/WipperSnapper_I2C_Driver_DS2484.h
@@ -42,8 +42,7 @@ class WipperSnapper_I2C_Driver_DS2484 : public WipperSnapper_I2C_Driver {
42
7-bit device address.
43
*/
44
/*******************************************************************************/
45
- WipperSnapper_I2C_Driver_DS2484(TwoWire *i2c,
46
- uint16_t sensorAddress = _DS2484_ADDRESS)
+ WipperSnapper_I2C_Driver_DS2484(TwoWire *i2c, uint16_t sensorAddress)
47
: WipperSnapper_I2C_Driver(i2c, sensorAddress) {
48
_i2c = i2c;
49
_sensorAddress = sensorAddress;
0 commit comments