Skip to content

Commit 9071843

Browse files
committed
docs: update readme links to ledstrip datasheet
1 parent 3c25ecb commit 9071843

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/common_components/led_strip/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains an implementation for addressable LEDs using the RMT per
44

55
It's compatible with:
66

7-
* [WS2812](http://www.world-semi.com/Certifications/WS2812B.html)
7+
* [WS2812](https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf)
88
* SK68XX
99

1010
This component is used as part of the following ESP-IDF examples:

examples/get-started/blink/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(See the README.md file in the upper level 'examples' directory for more information about examples.)
44

5-
This example demonstrates how to blink a LED using GPIO or RMT for the addressable LED, i.e. [WS2812](http://www.world-semi.com/Certifications/WS2812B.html).
5+
This example demonstrates how to blink a LED using GPIO or RMT for the addressable LED, i.e. [WS2812](https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf).
66

77
See the RMT examples in the [RMT Peripheral](../../peripherals/rmt) for more information about how to use it.
88

examples/peripherals/rmt/led_strip/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(See the README.md file in the upper level 'examples' directory for more information about examples.)
44

5-
Although RMT peripheral is mainly designed for infrared remote applications, it can also support other generic protocols thanks to its flexible data format. [WS2812](http://www.world-semi.com/Certifications/WS2812B.html) is a digital RGB LED which integrates a driver circuit and a single control wire. The protocol data format defined in WS2812 is compatible to that in RMT peripheral. This example will illustrate how to drive an WS2812 LED strip based on the RMT driver.
5+
Although RMT peripheral is mainly designed for infrared remote applications, it can also support other generic protocols thanks to its flexible data format. [WS2812](https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) is a digital RGB LED which integrates a driver circuit and a single control wire. The protocol data format defined in WS2812 is compatible to that in RMT peripheral. This example will illustrate how to drive an WS2812 LED strip based on the RMT driver.
66

77
## How to Use Example
88

0 commit comments

Comments
 (0)