mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:35:25 +00:00
[i2c] Add basic host platform support (#14489)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
7
tests/test_build_components/common/i2c/host.yaml
Normal file
7
tests/test_build_components/common/i2c/host.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Common I2C configuration for host platform tests
|
||||
|
||||
i2c:
|
||||
- id: i2c_bus
|
||||
device: /dev/i2c-0
|
||||
frequency: 100kHz
|
||||
scan: true
|
||||
Reference in New Issue
Block a user