From 850272f99deb69f453de2eee576d3ea206eed338 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 16 May 2018 19:46:21 +0200 Subject: [PATCH] Fix FastLED links --- esphomeyaml/components/light/fastled_clockless.rst | 2 +- esphomeyaml/components/light/fastled_spi.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphomeyaml/components/light/fastled_clockless.rst b/esphomeyaml/components/light/fastled_clockless.rst index 7a2161c2a..28578e1c1 100644 --- a/esphomeyaml/components/light/fastled_clockless.rst +++ b/esphomeyaml/components/light/fastled_clockless.rst @@ -5,7 +5,7 @@ The ``fastled_clockless`` light platform allows you to create RGB lights in esphomelib for a `number of supported chipsets <#supported-chipsets>`__. Clockless FastLED lights differ from the -`FastLED SPI lights `__ in that they only have +`FastLED SPI lights `__ in that they only have a single data wire to connect, and not separate data and clock wires. |image0| diff --git a/esphomeyaml/components/light/fastled_spi.rst b/esphomeyaml/components/light/fastled_spi.rst index ed2553b0b..6d6f31ba5 100644 --- a/esphomeyaml/components/light/fastled_spi.rst +++ b/esphomeyaml/components/light/fastled_spi.rst @@ -5,7 +5,7 @@ The ``fastled_spi`` light platform allows you to create RGB lights in esphomelib for a `number of supported chipsets <#supported-chipsets>`__. SPI FastLED lights differ from the -`FastLED Clockless lights `__ in that they require +`FastLED Clockless lights `__ in that they require two pins to be connected, one for a data and one for a clock signal whereas the clockless lights only need a single pin.