8000 docs/esp8266/quickref: Add warning block about NeoPixel timing. · micropython/micropython@ddb53c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddb53c9

Browse files
chris-tsedpgeorge
authored andcommitted
docs/esp8266/quickref: Add warning block about NeoPixel timing.
1 parent 5c37e76 commit ddb53c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/esp8266/quickref.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,13 @@ For low-level driving of a NeoPixel::
364364
import esp
365365
esp.neopixel_write(pin, grb_buf, is800khz)
366366

367+
.. Warning::
368+
By default ``NeoPixel`` is configured to control the more popular *800kHz*
369+
units. It is possible to use alternative timing to control other (typically
370+
400kHz) devices by passing ``timing=0`` when constructing the
371+
``NeoPixel`` object.
372+
373+
367374
APA102 driver
368375
-------------
369376

0 commit comments

Comments
 (0)
0