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

pull/6820/head
Christopher Tse 2021-01-26 22:52:55 -06:00 zatwierdzone przez Damien George
rodzic 5c37e76e4f
commit ddb53c9458
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

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