Skip to content

Commit 5c27ce9

Browse files
committed
changing address reference
1 parent e965d7a commit 5c27ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_icm20x.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class ICM20X: # pylint:disable=too-many-instance-attributes
140140
141141
142142
: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.
144144
145145
"""
146146

@@ -516,7 +516,7 @@ class ICM20649(ICM20X):
516516
"""Library for the ST ICM-20649 Wide-Range 6-DoF Accelerometer and Gyro.
517517
518518
: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`
520520
521521
**Quickstart: Importing and using the ICM20649 temperature sensor**
522522
@@ -592,7 +592,7 @@ class ICM20948(ICM20X): # pylint:disable=too-many-instance-attributes
592592
"""Library for the ST ICM-20948 Wide-Range 6-DoF Accelerometer and Gyro.
593593
594594
: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`
596596
597597
**Quickstart: Importing and using the ICM20948 temperature sensor**
598598

0 commit comments

Comments
 (0)