Add test coverage

This commit is contained in:
Daniel Whitlow 2024-07-13 02:03:19 -07:00
parent ba14c78193
commit d64f34b4e0
2 changed files with 6 additions and 0 deletions

View file

@ -2,3 +2,6 @@ i2c:
- id: i2c_i2c - id: i2c_i2c
scl: 5 scl: 5
sda: 4 sda: 4
scan: true
frequency: "280kHz"
timeout: "1000us"

View file

@ -2,3 +2,6 @@ i2c:
- id: i2c_i2c - id: i2c_i2c
scl: 16 scl: 16
sda: 17 sda: 17
scan: true
frequency: "280kHz"
timeout: "1000us"