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 1a4529d commit f561618Copy full SHA for f561618
src/SparkFun_VL53L1X_Arduino_Library.h
@@ -102,8 +102,7 @@ class VL53L1X {
102
103
//Variables
104
TwoWire *_i2cPort; //The generic connection to user's chosen I2C hardware
105
- uint8_t _deviceAddress; //Keeps track of I2C address. setI2CAddress changes this.
106
- _distanceMode = 0;
+ uint8_t _distanceMode = 0;
107
};
108
109
#endif
0 commit comments