We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a1a1b + 7719c08 commit c8c060aCopy full SHA for c8c060a
adafruit_adxl34x.py
@@ -52,7 +52,6 @@
52
from ustruct import unpack
53
__version__ = "0.0.0-auto.0"
54
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git"
55
-# pylint: disable=bad-whitespace
56
_ADXL345_DEFAULT_ADDRESS = const(0x53) # Assumes ALT address pin low
57
58
# Conversion factors
@@ -155,7 +154,6 @@ class Range: # pylint: disable=too-few-public-methods
155
154
RANGE_2_G = const(0b00) # +/- 2g (default value)
156
157
158
-# pylint: enable=bad-whitespace
159
class ADXL345:
160
"""Driver for the ADXL345 3 axis accelerometer
161
0 commit comments