Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/SparkFun_VL53L1X_Arduino_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ class VL53L1X {

//Variables
TwoWire *_i2cPort; //The generic connection to user's chosen I2C hardware
uint8_t _deviceAddress; //Keeps track of I2C address. setI2CAddress changes this.
_distanceMode = 0;
uint8_t _deviceAddress;
uint8_t _distanceMode = 0;
};

#endif
Expand Down