Skip to content

Commit

Permalink
changing address reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Apr 23, 2021
1 parent e965d7a commit 5c27ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adafruit_icm20x.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class ICM20X: # pylint:disable=too-many-instance-attributes
:param ~busio.I2C i2c_bus: The I2C bus the ICM20X is connected to.
:param int address: The I2C slave address of the sensor
:param int address: The I2C address of the device.
"""

Expand Down Expand Up @@ -516,7 +516,7 @@ class ICM20649(ICM20X):
"""Library for the ST ICM-20649 Wide-Range 6-DoF Accelerometer and Gyro.
:param ~busio.I2C i2c_bus: The I2C bus the ICM20649 is connected to.
:param int address: The I2C slave address of the sensor. Defaults to :const:`0x68`
:param int address: The I2C address of the device. Defaults to :const:`0x68`
**Quickstart: Importing and using the ICM20649 temperature sensor**
Expand Down Expand Up @@ -592,7 +592,7 @@ class ICM20948(ICM20X): # pylint:disable=too-many-instance-attributes
"""Library for the ST ICM-20948 Wide-Range 6-DoF Accelerometer and Gyro.
:param ~busio.I2C i2c_bus: The I2C bus the ICM20948 is connected to.
:param int address: The I2C slave address of the sensor. Defaults to :const:`0x69`
:param int address: The I2C address of the device. Defaults to :const:`0x69`
**Quickstart: Importing and using the ICM20948 temperature sensor**
Expand Down

0 comments on commit 5c27ce9

Please sign in to comment.