Update I2C minimum bus speed (#3493)

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
MrEditor97 2024-02-23 06:05:04 +00:00 committed by GitHub
parent 9871113af2
commit 68adb55c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,9 @@ The ``mcp9600`` sensor platform allows you to use your MCP9600 and MCP9601
`Adafruit`_) to measure the temperature of a connected thermocouple while also measuring the ambient temperature around the sensor with ESPHome. :ref:`I²C <i2c>` is
required to be set up in your configuration for this sensor to work.
.. warning::
.. note::
The :ref:`I²C <i2c>` bus must be set to a minimum of ``100khz`` due to the limitations of the MCP9600 and MCP9601.
The :ref:`I²C <i2c>` bus must be set to a minimum of ``10khz`` due to the limitations of the MCP9600 and MCP9601.
.. figure:: images/mcp9600.jpg
:align: center