mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
13 lines
153 B
YAML
13 lines
153 B
YAML
|
i2c:
|
||
|
- id: i2c_mcp3428
|
||
|
scl: 16
|
||
|
sda: 17
|
||
|
|
||
|
mcp3428:
|
||
|
address: 0b1101000
|
||
|
|
||
|
sensor:
|
||
|
- platform: mcp3428
|
||
|
multiplexer: 1
|
||
|
id: mcp3428_sensor
|