diff options
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/neopixel.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst index edcbc9345c..b618e6012c 100644 --- a/docs/library/neopixel.rst +++ b/docs/library/neopixel.rst @@ -43,7 +43,8 @@ Constructors - *pin* is a machine.Pin instance. - *n* is the number of LEDs in the strip. - *bpp* is 3 for RGB LEDs, and 4 for RGBW LEDs. - - *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 + may also supply a timing tuple as accepted by `machine.bitstream()`. Pixel access methods -------------------- |