File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ ignore-comments=yes
250
250
ignore-docstrings =yes
251
251
252
252
# Ignore imports when computing similarities.
253
- ignore-imports =no
253
+ ignore-imports =yes
254
254
255
255
# Minimum lines number of a similarity.
256
256
min-similarity-lines =4
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ class LSM6DS: # pylint: disable=too-many-instance-attributes
163
163
164
164
"""Driver for the LSM6DSOX 6-axis accelerometer and gyroscope.
165
165
166
- :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
167
- :param address: The I2C slave address of the sensor
166
+ :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
167
+ :param address: The I2C slave address of the sensor
168
168
169
169
"""
170
170
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ class ISM330DHCX(LSM6DS): # pylint: disable=too-many-instance-attributes
14
14
15
15
"""Driver for the LSM6DS33 6-axis accelerometer and gyroscope.
16
16
17
- :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
18
- :param address: The I2C slave address of the sensor
17
+ :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
18
+ :param address: The I2C slave address of the sensor
19
19
20
20
"""
21
21
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class LSM6DS33(LSM6DS): # pylint: disable=too-many-instance-attributes
11
11
12
12
"""Driver for the LSM6DS33 6-axis accelerometer and gyroscope.
13
13
14
- :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
15
- :param address: The I2C slave address of the sensor
14
+ :param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
15
+ :param address: The I2C slave address of the sensor
16
16
17
17
"""
18
18
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class LSM6DSO32(LSM6DS): # pylint: disable=too-many-instance-attributes
11
11
12
12
"""Driver for the LSM6DSO32 6-axis accelerometer and gyroscope.
13
13
14
- :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSO32 is connected to.
15
- :param address: The I2C slave address of the sensor
14
+ :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSO32 is connected to.
15
+ :param address: The I2C slave address of the sensor
16
16
17
17
"""
18
18
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class LSM6DSOX(LSM6DS): # pylint: disable=too-many-instance-attributes
11
11
12
12
"""Driver for the LSM6DSOX 6-axis accelerometer and gyroscope.
13
13
14
- :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
15
- :param address: The I2C slave address of the sensor
14
+ :param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
15
+ :param address: The I2C slave address of the sensor
16
16
17
17
"""
18
18
You can’t perform that action at this time.
0 commit comments