diff --git a/adafruit_vl53l1x.py b/adafruit_vl53l1x.py index 055848f..8836938 100644 --- a/adafruit_vl53l1x.py +++ b/adafruit_vl53l1x.py @@ -370,7 +370,7 @@ def _read_register(self, address, length=1): def set_address(self, new_address): """ Set a new I2C address to the instantaited object. This is only called when using - multiple VL53L0X sensors on the same I2C bus (SDA & SCL pins). See also the + multiple VL53L1X sensors on the same I2C bus (SDA & SCL pins). See also the `example `_ for proper usage. """ self._write_register(_VL53L1X_I2C_SLAVE_DEVICE_ADDRESS, struct.pack(">B", new_address))