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

This commit is contained in:
Christopher Tse 2021-01-26 22:52:55 -06:00 committed by Damien George
parent 5c37e76e4f
commit ddb53c9458
1 changed files with 7 additions and 0 deletions

View File

@ -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
-------------