mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-28 17:48:35 +01:00
Update RC522 i2c example and default (#1059)
This commit is contained in:
parent
5cbc078c9a
commit
cfc8ad709d
@ -53,7 +53,6 @@ I²C Option
|
|||||||
i2c:
|
i2c:
|
||||||
|
|
||||||
rc522_i2c:
|
rc522_i2c:
|
||||||
cs_pin: GPIO2
|
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: rc522
|
- platform: rc522
|
||||||
@ -84,7 +83,7 @@ SPI Only:
|
|||||||
I²C Only:
|
I²C Only:
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
||||||
- **address** (*Optional*, int): Manually specify the I²C address of the sensor. Defaults to ``0x28``.
|
- **address** (*Optional*, int): Manually specify the I²C address of the sensor. Defaults to ``0x2C``.
|
||||||
- **i2c_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`I²C Component <i2c>` if you want
|
- **i2c_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`I²C Component <i2c>` if you want
|
||||||
to use multiple I²C buses.
|
to use multiple I²C buses.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user