We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1b17ae + db5c26e commit 4db4669Copy full SHA for 4db4669
adafruit_fxos8700.py
@@ -57,7 +57,6 @@
57
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FXOS8700.git"
58
59
# Register addresses and other constants:
60
-# pylint: disable=bad-whitespace
61
_FXOS8700_ADDRESS = const(0x1F) # 0011111
62
_FXOS8700_ID = const(0xC7) # 1100 0111
63
_FXOS8700_REGISTER_STATUS = const(0x00)
@@ -89,7 +88,6 @@
89
88
_ACCEL_MG_LSB_8G = 0.000976
90
_MAG_UT_LSB = 0.1
91
_SENSORS_GRAVITY_STANDARD = 9.80665
92
-# pylint: enable=bad-whitespace
93
94
# User-facing constants/module-level globals:
95
ACCEL_RANGE_2G = 0x00
0 commit comments