mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
14 lines
225 B
YAML
14 lines
225 B
YAML
|
spi:
|
||
|
- id: spi_spi_led_strip
|
||
|
clk_pin: 14
|
||
|
mosi_pin: 13
|
||
|
miso_pin: 12
|
||
|
|
||
|
light:
|
||
|
- platform: spi_led_strip
|
||
|
num_leds: 4
|
||
|
color_correct: [80%, 60%, 100%]
|
||
|
id: rgb_led
|
||
|
name: "RGB LED"
|
||
|
data_rate: 8MHz
|