Skip to content

Commit d1685a3

Browse files
scydpgeorge
authored andcommitted
docs/library/neopixel: Mention bitstream timing tuple.
Signed-off-by: Tim Weber <[email protected]>
1 parent 066243e commit d1685a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/library/neopixel.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Constructors
4343
- *pin* is a machine.Pin instance.
4444
- *n* is the number of LEDs in the strip.
4545
- *bpp* is 3 for RGB LEDs, and 4 for RGBW LEDs.
46-
- *timing* is 0 for 400KHz, and 1 for 800kHz LEDs (most are 800kHz).
46+
- *timing* is 0 for 400KHz, and 1 for 800kHz LEDs (most are 800kHz). You
47+
may also supply a timing tuple as accepted by `machine.bitstream()`.
4748

4849
Pixel access methods
4950
--------------------

0 commit comments

Comments
 (0)