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