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 c4ca061 commit fe3f2b0Copy full SHA for fe3f2b0
neopixel_spi.py
@@ -122,6 +122,7 @@ def show(self):
122
"""Shows the new colors on the pixels themselves if they haven't already
123
been autowritten."""
124
self._transmogrify()
125
+ #pylint: disable=no-member
126
with self._spi as spi:
127
# write out special byte sequence surrounded by RESET
128
# leading RESET needed for cases where MOSI rests HI
0 commit comments