fix 2 i2c buses

This commit is contained in:
Paweł Szafer
2022-12-20 10:14:11 +01:00
parent cd53de9f9d
commit d52c7ded2d
4 changed files with 5 additions and 48 deletions

View File

@@ -1,14 +1,8 @@
i2c:
- id: bus_a
sda: GPIO14
scl: GPIO15
scan: True
frequency: 100kHz
- id: bus_b
sda: GPIO17
scl: GPIO33
scan: True
frequency: 100kHz
sda: GPIO14
scl: GPIO15
scan: True
frequency: 100kHz
esphome:
name: ${node_name}