espressif_idf-extra-components/led_strip/README.md

11 lines
419 B
Markdown
Raw Normal View History

2022-08-11 09:05:13 +02:00
# 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).