mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
12 lines
161 B
YAML
12 lines
161 B
YAML
|
spi:
|
||
|
- id: spi_device1
|
||
|
clk_pin: 16
|
||
|
mosi_pin: 17
|
||
|
miso_pin: 15
|
||
|
|
||
|
spi_device:
|
||
|
id: spi_device_test
|
||
|
data_rate: 2MHz
|
||
|
mode: 3
|
||
|
bit_order: lsb_first
|