Skip to content

Commit f1953d5

Browse files
authored
Merge pull request #27 from Helemen7/fix/readme-typo
Fix readme saying VL53L0X instead of VL53L1X
2 parents c2875b6 + b8cc3c1 commit f1953d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vl53l1x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def _read_register(self, address, length=1):
370370
def set_address(self, new_address):
371371
"""
372372
Set a new I2C address to the instantaited object. This is only called when using
373-
multiple VL53L0X sensors on the same I2C bus (SDA & SCL pins). See also the
373+
multiple VL53L1X sensors on the same I2C bus (SDA & SCL pins). See also the
374374
`example <examples.html#multiple-vl53l1x-on-same-i2c-bus>`_ for proper usage.
375375
"""
376376
self._write_register(_VL53L1X_I2C_SLAVE_DEVICE_ADDRESS, struct.pack(">B", new_address))

0 commit comments

Comments
 (0)