Skip to content

Commit

Permalink
Update i2c.rst (#4580)
Browse files Browse the repository at this point in the history
esphome/esphome#6145

Allows esp8266 to handle multiple i2c busses, tested and working.
  • Loading branch information
jakeapp authored Jan 13, 2025
1 parent cca1098 commit 8d65c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/i2c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Configuration variables:

.. note::

If the device can support multiple I²C buses (ESP32 has 2, ESP8266 does not support more than one) these buses need to be defined as below and sensors need to be setup specifying the correct bus:
If the device can support multiple I²C buses these buses need to be defined as below and sensors need to be setup specifying the correct bus:

.. code-block:: yaml
Expand Down

0 comments on commit 8d65c41

Please sign in to comment.