1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 12:12:02 -10:00
parent fc75c6f2a3
commit 21f9ee588b
5 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Common SPI configuration for ESP32-S2 IDF tests
substitutions:
clk_pin: GPIO36
mosi_pin: GPIO35
miso_pin: GPIO37
spi:
- id: spi_bus
clk_pin: ${clk_pin}
mosi_pin: ${mosi_pin}
miso_pin: ${miso_pin}