From b8cc3c18b925d55f5306509cdc5b161774aafb7a Mon Sep 17 00:00:00 2001 From: helemen7 Date: Wed, 29 Oct 2025 17:47:52 +0100 Subject: [PATCH] Fix readme typo --- adafruit_vl53l1x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))