Skip to content

Commit

Permalink
fix i2c address
Browse files Browse the repository at this point in the history
  • Loading branch information
landonr committed Sep 24, 2024
1 parent 7e58329 commit a7b3137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ i2c:
sda: $sda_pin
scl: $scl_pin
# scan: TRUE
id: bus_a
id: i2cBusA
frequency: 100hz

pcf8574:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ i2c:
sda: $sda_pin
scl: $scl_pin
# scan: TRUE
id: bus_a
id: i2cBusA
frequency: 100hz

pcf8574:
Expand Down

0 comments on commit a7b3137

Please sign in to comment.