mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-28 22:42:05 +01:00
Remove warning about i2c scan
It is inaccurate, i2c scanning is no problem.
This commit is contained in:
parent
1cc9ffb494
commit
8957c35550
@ -19,7 +19,7 @@ put on external ones.
|
|||||||
i2c:
|
i2c:
|
||||||
sda: 21
|
sda: 21
|
||||||
scl: 22
|
scl: 22
|
||||||
scan: False
|
scan: True
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
@ -30,8 +30,7 @@ Configuration variables:
|
|||||||
Defaults to the default of your board (usually GPIO22 for ESP32 and
|
Defaults to the default of your board (usually GPIO22 for ESP32 and
|
||||||
GPIO5 for ESP8266).
|
GPIO5 for ESP8266).
|
||||||
- **scan** (*Optional*, boolean): If ESPHome should do a search of the I²C address space on startup.
|
- **scan** (*Optional*, boolean): If ESPHome should do a search of the I²C address space on startup.
|
||||||
Note that this can slow down startup and is only recommended for when setting up new sensors. Defaults to
|
Defaults to ``False``.
|
||||||
``False``.
|
|
||||||
- **frequency** (*Optional*, float): Set the frequency the I²C bus should operate on.
|
- **frequency** (*Optional*, float): Set the frequency the I²C bus should operate on.
|
||||||
Defaults to ``50kHz``. Values are ``50kHz``, ``100kHz``, ``200kHz``, ... ``800kHz``
|
Defaults to ``50kHz``. Values are ``50kHz``, ``100kHz``, ``200kHz``, ... ``800kHz``
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user