mirror of
https://github.com/esphome/esphome.git
synced 2024-12-12 16:34:56 +01:00
12 lines
216 B
YAML
12 lines
216 B
YAML
|
i2c:
|
||
|
- id: i2c_external_eeprom
|
||
|
sda: GPIO21
|
||
|
scl: GPIO22
|
||
|
|
||
|
external_eeprom:
|
||
|
- id: ext_eeprom_component_1
|
||
|
address: 0x57
|
||
|
ee_memory_type: 24XX32
|
||
|
i2c_buffer_size: 128
|
||
|
i2c_id: i2c_external_eeprom
|