diff options
Diffstat (limited to 'docs/esp32')
-rw-r--r-- | docs/esp32/quickref.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index 76a3827e36..337f87b66f 100644 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -573,6 +573,9 @@ For low-level driving of a NeoPixel:: 400kHz) devices by passing ``timing=0`` when constructing the ``NeoPixel`` object. +The low-level driver uses an RMT channel by default. To configure this see +`RMT.bitstream_channel`. + APA102 (DotStar) uses a different driver as it has an additional clock pin. Capacitive touch |