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

Thu, 06 Apr 2023 13:22:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 06 Apr 2023 13:22:03 +0200
changeset 17
1599e696d947
parent 1
1c9894662795
permissions
-rw-r--r--

Code changes to try to fix the not working ADPS9930 driver.

# 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