mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix FastLED links
This commit is contained in:
parent
9bb7955599
commit
850272f99d
@ -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>`__.
|
in esphomelib for a `number of supported chipsets <#supported-chipsets>`__.
|
||||||
|
|
||||||
Clockless FastLED lights differ from the
|
Clockless FastLED lights differ from the
|
||||||
`FastLED SPI lights </esphomeyaml/components/fastled_spi.html>`__ in that they only have
|
`FastLED SPI lights </esphomeyaml/components/light/fastled_spi.html>`__ in that they only have
|
||||||
a single data wire to connect, and not separate data and clock wires.
|
a single data wire to connect, and not separate data and clock wires.
|
||||||
|
|
||||||
|image0|
|
|image0|
|
||||||
|
@ -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>`__.
|
in esphomelib for a `number of supported chipsets <#supported-chipsets>`__.
|
||||||
|
|
||||||
SPI FastLED lights differ from the
|
SPI FastLED lights differ from the
|
||||||
`FastLED Clockless lights </esphomeyaml/components/fastled_clockless.html>`__ in that they require
|
`FastLED Clockless lights </esphomeyaml/components/light/fastled_clockless.html>`__ in that they require
|
||||||
two pins to be connected, one for a data and one for a clock signal whereas the clockless lights
|
two pins to be connected, one for a data and one for a clock signal whereas the clockless lights
|
||||||
only need a single pin.
|
only need a single pin.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user