Skip to content

Commit a124757

Browse files
authored
Merge pull request #10 from AndyEngland521/master
Fixed typos
2 parents 70f682b + b1833cf commit a124757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SparkFun_VL53L1X_Arduino_Library.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ class VL53L1X {
102102

103103
//Variables
104104
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;
105+
uint8_t _deviceAddress;
106+
uint8_t _distanceMode = 0;
107107
};
108108

109109
#endif

0 commit comments

Comments
 (0)