mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 08:28:19 +00:00
13 lines
223 B
YAML
13 lines
223 B
YAML
|
spi:
|
||
|
- id: spi_spi_led_strip
|
||
|
clk_pin: ${clk_pin}
|
||
|
mosi_pin: ${mosi_pin}
|
||
|
|
||
|
light:
|
||
|
- platform: spi_led_strip
|
||
|
num_leds: 4
|
||
|
color_correct: [80%, 60%, 100%]
|
||
|
id: rgb_led
|
||
|
name: RGB LED
|
||
|
data_rate: 8MHz
|