We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88e7ad + f286dcd commit 11eef6dCopy full SHA for 11eef6d
adafruit_lis2mdl.py
@@ -59,7 +59,6 @@
59
__version__ = "0.0.0-auto.0"
60
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS2MDL.git"
61
62
-# pylint: disable=bad-whitespace
63
_ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x
64
65
@@ -101,7 +100,6 @@ class DataRate: # pylint: disable=too-few-public-methods
101
100
OUTZ_L_REG = 0x6C
102
OUTZ_H_REG = 0x6D
103
104
-# pylint: enable=bad-whitespace
105
106
_MAG_SCALE = 0.15 # 1.5 milligauss/LSB * 0.1 microtesla/milligauss
107
0 commit comments