mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 06:45:48 +00:00
17 lines
252 B
YAML
17 lines
252 B
YAML
spi:
|
|
- id: quad_spi
|
|
type: quad
|
|
interface: hardware
|
|
clk_pin:
|
|
number: 6
|
|
data_pins:
|
|
- 7
|
|
- 2
|
|
- 10
|
|
- allow_other_uses: true
|
|
number: 3
|
|
- id: spi_id_2
|
|
interface: any
|
|
clk_pin: 4
|
|
mosi_pin: 5
|