File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,11 +370,11 @@ class LSM9DS1_I2C(LSM9DS1):
370
370
.. note:: This object should be shared among other driver classes that use the
371
371
same I2C bus (SDA & SCL pins) to connect to different I2C devices.
372
372
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
374
374
LSM9DS1's magnetometer. Options are limited to ``0x1C`` or ``0x1E``.
375
375
Defaults to ``0x1E``.
376
376
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
378
378
LSM9DS1's accelerometer and gyroscope. Options are limited to ``0x6A`` or ``0x6B``.
379
379
Defaults to ``0x6B``.
380
380
You can’t perform that action at this time.
0 commit comments