From 68adb55c792d85fa069d5bcb37649f6c05715aa3 Mon Sep 17 00:00:00 2001 From: MrEditor97 Date: Fri, 23 Feb 2024 06:05:04 +0000 Subject: [PATCH] Update I2C minimum bus speed (#3493) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: H. Árkosi Róbert --- components/sensor/mcp9600.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sensor/mcp9600.rst b/components/sensor/mcp9600.rst index 6236961dd..5d5a6a809 100644 --- a/components/sensor/mcp9600.rst +++ b/components/sensor/mcp9600.rst @@ -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 ` is required to be set up in your configuration for this sensor to work. -.. warning:: +.. note:: - The :ref:`I²C ` bus must be set to a minimum of ``100khz`` due to the limitations of the MCP9600 and MCP9601. + The :ref:`I²C ` bus must be set to a minimum of ``10khz`` due to the limitations of the MCP9600 and MCP9601. .. figure:: images/mcp9600.jpg :align: center