From 5c27ce9680bb3ee3f51d3810496bea7ea2aab812 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Fri, 23 Apr 2021 18:14:09 -0400 Subject: [PATCH] changing address reference --- adafruit_icm20x.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adafruit_icm20x.py b/adafruit_icm20x.py index 62ea829..71132fe 100644 --- a/adafruit_icm20x.py +++ b/adafruit_icm20x.py @@ -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. """ @@ -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** @@ -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**