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.
1 parent 2d98121 commit e7f3bf8Copy full SHA for e7f3bf8
adafruit_mpr121.py
@@ -40,7 +40,6 @@
40
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPR121.git"
41
42
# Register addresses. Unused registers commented out to save memory.
43
-# pylint: disable=bad-whitespace
44
MPR121_I2CADDR_DEFAULT = const(0x5A)
45
MPR121_TOUCHSTATUS_L = const(0x00)
46
# MPR121_TOUCHSTATUS_H = const(0x01)
@@ -77,7 +76,6 @@
77
76
# MPR121_GPIOCLR = const(0x79)
78
# MPR121_GPIOTOGGLE = const(0x7A)
79
MPR121_SOFTRESET = const(0x80)
80
-# pylint: enable=bad-whitespace
81
82
83
class MPR121_Channel:
0 commit comments