Skip to content

Commit b1833cf

Browse files
fixed issue with deviceaddress
1 parent f561618 commit b1833cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SparkFun_VL53L1X_Arduino_Library.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class VL53L1X {
102102

103103
//Variables
104104
TwoWire *_i2cPort; //The generic connection to user's chosen I2C hardware
105+
uint8_t _deviceAddress;
105106
uint8_t _distanceMode = 0;
106107
};
107108

0 commit comments

Comments
 (0)