We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5689066 + d9e54fc commit f85f75dCopy full SHA for f85f75d
adafruit_lsm9ds0.py
@@ -63,7 +63,6 @@
63
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS0.git"
64
65
# Internal constants and register values:
66
-# pylint: disable=bad-whitespace
67
_LSM9DS0_ADDRESS_ACCELMAG = const(0x1D) # 3B >> 1 = 7bit default
68
_LSM9DS0_ADDRESS_GYRO = const(0x6B) # D6 >> 1 = 7bit default
69
_LSM9DS0_XM_ID = const(0b01001001)
@@ -131,7 +130,6 @@
131
130
GYROSCALE_245DPS = 0b00 << 4 # +/- 245 degrees per second rotation
132
GYROSCALE_500DPS = 0b01 << 4 # +/- 500 degrees per second rotation
133
GYROSCALE_2000DPS = 0b10 << 4 # +/- 2000 degrees per second rotation
134
-# pylint: enable=bad-whitespace
135
136
137
def _twos_comp(val, bits):
0 commit comments