esp-idf-lib/components/led_strip/README.md

Mon, 17 Apr 2023 14:54:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 17 Apr 2023 14:54:35 +0200
changeset 31
ec5c7794dcd6
parent 1
1c9894662795
permissions
-rw-r--r--

Added basic BLE code.

# RMT-based ESP-IDF driver for WS2812B/SK6812/APA106 LED strips

**WARNING!** If you try to use this driver simultaneously with Wi-Fi, you may
encounter RMT transmission bugs. To avoid them, simply initialize device
descriptor from the task bound to the second processor core.

Interrupt handlers assigned during the initialization of the RMT driver are
bound to the core on which the initialization took place.

mercurial