1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

SPI: Revert clk_pin to standard output pin schema (#6368)

This commit is contained in:
Clyde Stubbs
2024-03-14 13:42:54 +11:00
committed by GitHub
parent bbf7e2be28
commit dbf50381f1
2 changed files with 4 additions and 16 deletions

View File

@@ -2,7 +2,8 @@ spi:
- id: spi_id_1
type: single
clk_pin:
number: GPIO7
number: GPIO0
ignore_strapping_warning: true
allow_other_uses: false
mosi_pin: GPIO6
interface: hardware