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 14f8ff4 + 4b3e67e commit ed2ea31Copy full SHA for ed2ea31
adafruit_trellis.py
@@ -53,7 +53,6 @@
53
from adafruit_bus_device import i2c_device
54
55
# HT16K33 Command Contstants
56
-# pylint: disable=bad-whitespace, invalid-name
57
_HT16K33_OSCILATOR_ON = const(0x21)
58
_HT16K33_BLINK_CMD = const(0x80)
59
_HT16K33_BLINK_DISPLAYON = const(0x01)
@@ -99,7 +98,6 @@
99
98
0x11,
100
0x31,
101
)
102
-# pylint: enable=bad-whitespace, invalid-name
103
# pylint: disable=missing-docstring, protected-access
104
class TrellisLEDs:
105
def __init__(self, trellis_obj):
0 commit comments