mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
21 lines
350 B
YAML
21 lines
350 B
YAML
|
i2c:
|
||
|
id: i2c_bus
|
||
|
scl: ${scl_pin}
|
||
|
sda: ${sda_pin}
|
||
|
scan: true
|
||
|
frequency: 600kHz
|
||
|
|
||
|
wk2132_i2c:
|
||
|
- id: wk2132_i2c_id
|
||
|
address: 0x70
|
||
|
i2c_id: i2c_bus
|
||
|
uart:
|
||
|
- id: wk2132_id_0
|
||
|
channel: 0
|
||
|
baud_rate: 115200
|
||
|
stop_bits: 1
|
||
|
parity: none
|
||
|
- id: wk2132_id_1
|
||
|
channel: 1
|
||
|
baud_rate: 19200
|