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):
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
You can’t perform that action at this time.
0 commit comments