From d5c1c6744d1928706047b16006b9ba622e23e2ed Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Mon, 9 Sep 2024 20:56:47 +0900 Subject: [PATCH] Update README.md --- DeviceAddDemo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeviceAddDemo/README.md b/DeviceAddDemo/README.md index 09ed5a9..543f3ab 100644 --- a/DeviceAddDemo/README.md +++ b/DeviceAddDemo/README.md @@ -25,7 +25,7 @@ I2C_NUM_1 --+-- I2C SSD1306 - Legacy driver We only need to run this code once. -There is no need to memorize any data. +There is no need to remember any variables. SSD1306 and other device use the same frequency. __Please note that the maximum i2c clock frequency of SSD1306 is 400KHz.__ Under ESP-IDF V5.2 or later, this project uses the new I2C driver, but there is an option to force the use of the legacy I2C driver.