This commit is contained in:
2025-05-04 16:43:59 -04:00
parent cb3bb14cc7
commit 710bdcd7f7

View File

@@ -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