mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
13 lines
225 B
YAML
13 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
|