1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 11:23:39 -10:00
parent cc17f8df9f
commit b079a4d199
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Common SPI configuration for ESP32-C3 Arduino tests
substitutions:
clk_pin: GPIO4
mosi_pin: GPIO6
miso_pin: GPIO5
spi:
- id: spi_bus
clk_pin: ${clk_pin}
mosi_pin: ${mosi_pin}
miso_pin: ${miso_pin}