1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 14:53:49 +01:00
Files
esphome/tests/test_build_components/common/i2c/bk72xx-ard.yaml
J. Nick Koston fc75c6f2a3 tweak
2025-10-08 12:11:46 -10:00

12 lines
175 B
YAML

# Common I2C configuration for BK72XX Arduino tests
substitutions:
scl_pin: P26
sda_pin: P24
i2c:
- id: i2c_bus
scl: ${scl_pin}
sda: ${sda_pin}
scan: true