Merge branch 'docs/ledc_datasheet' into 'master'

docs: update readme links to ledstrip datasheet

See merge request espressif/esp-idf!22949
This commit is contained in:
Marius Vikhammer
2023-03-29 11:21:58 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
Almost any waveform can be generated by RMT peripheral, as long as a proper encoder is implemented. The RMT encoder is used to encode user data (e.g. RGB pixels) into format that can be recognized by hardware.
This example shows how to drive an addressable LED strip [WS2812](http://www.world-semi.com/Certifications/WS2812B.html) by implementing the [led_strip_encoder](main/led_strip_encoder.c).
This example shows how to drive an addressable LED strip [WS2812](https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) by implementing the [led_strip_encoder](main/led_strip_encoder.c).
## How to Use Example