Skip to content

Commit 7356c89

Browse files
committed
Remove default address for DS2484
1 parent a6da532 commit 7356c89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_DS2484.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ class WipperSnapper_I2C_Driver_DS2484 : public WipperSnapper_I2C_Driver {
4242
7-bit device address.
4343
*/
4444
/*******************************************************************************/
45-
WipperSnapper_I2C_Driver_DS2484(TwoWire *i2c,
46-
uint16_t sensorAddress = _DS2484_ADDRESS)
45+
WipperSnapper_I2C_Driver_DS2484(TwoWire *i2c, uint16_t sensorAddress)
4746
: WipperSnapper_I2C_Driver(i2c, sensorAddress) {
4847
_i2c = i2c;
4948
_sensorAddress = sensorAddress;

0 commit comments

Comments
 (0)