mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 07:28:10 +01:00
Add test coverage
This commit is contained in:
parent
ba14c78193
commit
d64f34b4e0
2 changed files with 6 additions and 0 deletions
|
@ -2,3 +2,6 @@ i2c:
|
|||
- id: i2c_i2c
|
||||
scl: 5
|
||||
sda: 4
|
||||
scan: true
|
||||
frequency: "280kHz"
|
||||
timeout: "1000us"
|
||||
|
|
|
@ -2,3 +2,6 @@ i2c:
|
|||
- id: i2c_i2c
|
||||
scl: 16
|
||||
sda: 17
|
||||
scan: true
|
||||
frequency: "280kHz"
|
||||
timeout: "1000us"
|
||||
|
|
Loading…
Reference in a new issue