mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
Fix i2c typo
This commit is contained in:
parent
e01e8dca01
commit
f3da0304c6
@ -19,7 +19,7 @@ Configuration variables:
|
||||
|
||||
- **sda** (*Optional*, :ref:`config-pin`): The pin for the data line of the i²c bus.
|
||||
Defaults to the default of your board (usually GPIO21 for ESP32 and GPIO4 for ESP8266).
|
||||
- **sdc** (*Optional*, :ref:`config-pin`): The pin for the clock line of the i²c bus.
|
||||
- **scl** (*Optional*, :ref:`config-pin`): The pin for the clock line of the i²c bus.
|
||||
Defaults to the default of your board (usually GPIO22 for ESP32 and
|
||||
GPIO5 for ESP8266).
|
||||
- **scan** (*Optional*, boolean): If esphomelib should do a search of the i2c address space on startup.
|
||||
|
Loading…
Reference in New Issue
Block a user