mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
14 lines
168 B
YAML
14 lines
168 B
YAML
|
i2c:
|
||
|
- id: i2c_ads1115
|
||
|
scl: 16
|
||
|
sda: 17
|
||
|
|
||
|
ads1115:
|
||
|
address: 0x48
|
||
|
|
||
|
sensor:
|
||
|
- platform: ads1115
|
||
|
multiplexer: A0_A1
|
||
|
gain: 1.024
|
||
|
id: ads1115_sensor
|