mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
13 lines
168 B
YAML
13 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
|