Skip to content

Commit 96282bb

Browse files
committed
typo: 16-bit to 8-bit
1 parent 835eeba commit 96282bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_lsm9ds1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ class LSM9DS1_I2C(LSM9DS1):
370370
.. note:: This object should be shared among other driver classes that use the
371371
same I2C bus (SDA & SCL pins) to connect to different I2C devices.
372372
373-
:param int mag_address: A 16-bit integer that represents the i2c address of the
373+
:param int mag_address: A 8-bit integer that represents the i2c address of the
374374
LSM9DS1's magnetometer. Options are limited to ``0x1C`` or ``0x1E``.
375375
Defaults to ``0x1E``.
376376
377-
:param int xg_address: A 16-bit integer that represents the i2c address of the
377+
:param int xg_address: A 8-bit integer that represents the i2c address of the
378378
LSM9DS1's accelerometer and gyroscope. Options are limited to ``0x6A`` or ``0x6B``.
379379
Defaults to ``0x6B``.
380380

0 commit comments

Comments
 (0)