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 611999d commit 23456e6Copy full SHA for 23456e6
neopixel_spi.py
@@ -91,7 +91,7 @@ class NeoPixel_SPI(NeoPixel):
91
pixels = neopixel_spi.NeoPixel_SPI(board.SPI(), 10)
92
pixels.fill(0xff0000)
93
"""
94
- #pylint: disable=invalid-name, super-init-not-called
+ #pylint: disable=invalid-name, super-init-not-called, too-many-instance-attributes
95
96
FREQ = 6400000 # 800kHz * 8, actual may be different
97
TRST = 80e-6 # Reset code low level time
0 commit comments