From c4d8e72e8e4a87480818a73843c1c449cce345bc Mon Sep 17 00:00:00 2001 From: nopnop2002 <> Date: Sat, 14 Jun 2025 13:24:44 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c75cf2e..8d2670f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ If you use this module at the same time as another I2C device using I2C port 0, |GND|--|GND|GND|GND| |VCC|--|3.3V|3.3V|3.3V| -__Note:__ It is recommended to add external pull-up resistors for SDA/SCL pins to make the communication more stable, though the driver will enable internal pull-up resistors. +__Note__ +It is recommended to add external pull-up resistors for SDA/SCL pins to make the communication more stable, though the driver will enable internal pull-up resistors. __You can change it to any pin using menuconfig.__