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 97e36fa commit cf56e60Copy full SHA for cf56e60
neopixel.py
@@ -178,7 +178,7 @@ class NeoPixel_SPI(NeoPixel):
178
pixels = neopixel.NeoPixel_SPI(board.SPI(), 10)
179
pixels.fill(0xff0000)
180
"""
181
- # pylint: disable=invalid-name, super-init-not-called, import-outside-toplevel
+ # pylint: disable=invalid-name, super-init-not-called
182
183
FREQ = 6400000 # 800kHz * 8, actual may be different
184
TRST = 80e-6 # Reset code low level time
0 commit comments