Commit ddb53c94 authored by Christopher Tse's avatar Christopher Tse Committed by Damien George

docs/esp8266/quickref: Add warning block about NeoPixel timing.

parent 5c37e76e
......@@ -364,6 +364,13 @@ For low-level driving of a NeoPixel::
import esp
esp.neopixel_write(pin, grb_buf, is800khz)
.. Warning::
By default ``NeoPixel`` is configured to control the more popular *800kHz*
units. It is possible to use alternative timing to control other (typically
400kHz) devices by passing ``timing=0`` when constructing the
``NeoPixel`` object.
APA102 driver
-------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment