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:20:48 -10:00
parent 82bdb08884
commit e8adcb539c
1783 changed files with 3982 additions and 5115 deletions

View File

@@ -0,0 +1,12 @@
# Common I2C configuration for ESP32 Arduino tests - Low Frequency (10kHz)
substitutions:
scl_pin: GPIO22
sda_pin: GPIO21
i2c:
- id: i2c_bus
scl: ${scl_pin}
sda: ${sda_pin}
frequency: 10kHz
scan: true