File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class LSM6DS: # pylint: disable=too-many-instance-attributes
164164 """Driver for the LSM6DSOX 6-axis accelerometer and gyroscope.
165165
166166 :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
167- :param address: The I2C slave address of the sensor
167+ :param address: The I2C address of the sensor
168168
169169 """
170170
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ISM330DHCX(LSM6DS): # pylint: disable=too-many-instance-attributes
1515 """Driver for the LSM6DS33 6-axis accelerometer and gyroscope.
1616
1717 :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
18- :param address: The I2C slave address of the sensor
18+ :param address: The I2C address of the sensor
1919
2020 """
2121
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class LSM6DS33(LSM6DS): # pylint: disable=too-many-instance-attributes
1212 """Driver for the LSM6DS33 6-axis accelerometer and gyroscope.
1313
1414 :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
15- :param address: The I2C slave address of the sensor
15+ :param address: The I2C address of the sensor
1616
1717 """
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class LSM6DSO32(LSM6DS): # pylint: disable=too-many-instance-attributes
1212 """Driver for the LSM6DSO32 6-axis accelerometer and gyroscope.
1313
1414 :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSO32 is connected to.
15- :param address: The I2C slave address of the sensor
15+ :param address: The I2C address of the sensor
1616
1717 """
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class LSM6DSOX(LSM6DS): # pylint: disable=too-many-instance-attributes
1212 """Driver for the LSM6DSOX 6-axis accelerometer and gyroscope.
1313
1414 :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
15- :param address: The I2C slave address of the sensor
15+ :param address: The I2C address of the sensor
1616
1717 """
1818
You can’t perform that action at this time.
0 commit comments