You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classNeoPixel:
# ...def__len__(self) ->int:
""" Returns the number of pixels in the strip. """def__setitem__(self,index, val) ->None:
""" Set the pixel at index to the value, which is an RGB/RGBW tuple. """
...
def__getitem__(self,index) ->Tuple:
""" Returns the pixel at index as an RGB/RGBW tuple. """
The text was updated successfully, but these errors were encountered:
Should have
The text was updated successfully, but these errors were encountered: