espressif_idf-extra-components/led_strip/README.md

11 lines
419 B
Markdown

# LED Strip Component
This directory contains an implementation for addressable LEDs by different peripherals. Currently only RMT is supported as the led strip backend.
The driver should be compatible with:
* [WS2812](http://www.world-semi.com/Certifications/WS2812B.html)
* SK68XX
To learn more about how to use this component, please check API Documentation from header file [led_strip.h](./include/led_strip.h).