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 @@ -139,7 +139,7 @@ class ICM20X: # pylint:disable=too-many-instance-attributes
139
139
"""Library for the ST ICM-20X Wide-Range 6-DoF Accelerometer and Gyro Family
140
140
141
141
142
- :param ~board .I2C i2c_bus: The I2C bus the ICM20X is connected to.
142
+ :param ~busio .I2C i2c_bus: The I2C bus the ICM20X is connected to.
143
143
:param int address: The I2C slave address of the sensor
144
144
145
145
"""
@@ -515,7 +515,7 @@ def _low_power(self, enabled):
515
515
class ICM20649 (ICM20X ):
516
516
"""Library for the ST ICM-20649 Wide-Range 6-DoF Accelerometer and Gyro.
517
517
518
- :param ~board .I2C i2c_bus: The I2C bus the ICM20649 is connected to.
518
+ :param ~busio .I2C i2c_bus: The I2C bus the ICM20649 is connected to.
519
519
:param int address: The I2C slave address of the sensor. Defaults to :const:`0x68`
520
520
521
521
**Quickstart: Importing and using the ICM20649 temperature sensor**
@@ -591,7 +591,7 @@ class MagDataRate(CV):
591
591
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
- :param ~board .I2C i2c_bus: The I2C bus the ICM20948 is connected to.
594
+ :param ~busio .I2C i2c_bus: The I2C bus the ICM20948 is connected to.
595
595
:param int address: The I2C slave address of the sensor. Defaults to :const:`0x69`
596
596
597
597
**Quickstart: Importing and using the ICM20948 temperature sensor**
You can’t perform that action at this time.
0 commit comments