From 273f0760dc4e152a2d203ad2e88910d98d07a773 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Mon, 5 May 2025 19:22:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8337e9..c20d689 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _ESP32-S3 Module embeded on Arduino Uno board_ ## I2C Pins -The provided schematic excerpt below shows the wiring of SDA and SCL; __SDA__ is wired to the _GPIO 8_ and __SCL__ is wired to the _GPIO 9_ on the ESP32-S3 Module. +The schematic excerpt provided below illustrates the wiring configuration for the __SDA__ and __SCL__ lines. Specifically, the __SDA__ line is connected to _GPIO 8_, while the __SCL__ line is connected to _GPIO 9_ on the ESP32-S3 module. ![ESP32-S3 Module Pinouts](assets/ESP32-Uno-Board-Module-Pinout.png)