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 066243e commit d1685a3Copy full SHA for d1685a3
docs/library/neopixel.rst
@@ -43,7 +43,8 @@ Constructors
43
- *pin* is a machine.Pin instance.
44
- *n* is the number of LEDs in the strip.
45
- *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).
+ - *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()`.
48
49
Pixel access methods
50
--------------------
0 commit comments