mirror of
https://github.com/esphome/esphome.git
synced 2026-08-27 16:29:29 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
8 lines
133 B
YAML
8 lines
133 B
YAML
# Common I2C configuration for host platform tests
|
|
|
|
i2c:
|
|
- id: i2c_bus
|
|
device: /dev/i2c-0
|
|
frequency: 100kHz
|
|
scan: true
|