From 710bdcd7f743d35d312760890705afdeb7482eaa Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 4 May 2025 16:43:59 -0400 Subject: [PATCH] . --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b78e831..7bb1509 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ _ESP32-S3 Module embeded on Arduino Uno board_ ## I2C Pins -SDA is wired to the GPIO 8 and SCL is wired to the GPIO 9 +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. ![ESP32-S3 Module Pinouts](assets/ESP32-Uno-Board-Module-Pinout.png) + + ### Micropython LED Blinky Code ``` python import esp, esp32, time, os, _thread