Skip to content

Commit f31a417

Browse files
NeoPixel fill is not on V1 (#94)
Closes #92
1 parent 872fb5f commit f31a417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/typeshed/stdlib/neopixel.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class NeoPixel:
5050
"""
5151
...
5252
def fill(self, colour: Tuple[int, ...]) -> None:
53-
"""Colour all pixels a given RGB/RGBW value.
53+
"""Colour all pixels a given RGB/RGBW value (micro:bit V2 only).
5454
5555
Example: ``np.fill((0, 0, 255))``
5656

0 commit comments

Comments
 (0)