File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class ICM20X: # pylint:disable=too-many-instance-attributes
140
140
141
141
142
142
:param ~busio.I2C i2c_bus: The I2C bus the ICM20X is connected to.
143
- :param int address: The I2C slave address of the sensor
143
+ :param int address: The I2C address of the device.
144
144
145
145
"""
146
146
@@ -516,7 +516,7 @@ class ICM20649(ICM20X):
516
516
"""Library for the ST ICM-20649 Wide-Range 6-DoF Accelerometer and Gyro.
517
517
518
518
:param ~busio.I2C i2c_bus: The I2C bus the ICM20649 is connected to.
519
- :param int address: The I2C slave address of the sensor . Defaults to :const:`0x68`
519
+ :param int address: The I2C address of the device . Defaults to :const:`0x68`
520
520
521
521
**Quickstart: Importing and using the ICM20649 temperature sensor**
522
522
@@ -592,7 +592,7 @@ class ICM20948(ICM20X): # pylint:disable=too-many-instance-attributes
592
592
"""Library for the ST ICM-20948 Wide-Range 6-DoF Accelerometer and Gyro.
593
593
594
594
:param ~busio.I2C i2c_bus: The I2C bus the ICM20948 is connected to.
595
- :param int address: The I2C slave address of the sensor . Defaults to :const:`0x69`
595
+ :param int address: The I2C address of the device . Defaults to :const:`0x69`
596
596
597
597
**Quickstart: Importing and using the ICM20948 temperature sensor**
598
598
You can’t perform that action at this time.
0 commit comments