mirror of
https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno.git
synced 2025-08-07 11:18:47 +00:00
.
This commit is contained in:
@@ -6,10 +6,12 @@ _ESP32-S3 Module embeded on Arduino Uno board_
|
|||||||
|
|
||||||
## I2C Pins
|
## 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Micropython LED Blinky Code
|
### Micropython LED Blinky Code
|
||||||
``` python
|
``` python
|
||||||
import esp, esp32, time, os, _thread
|
import esp, esp32, time, os, _thread
|
||||||
|
Reference in New Issue
Block a user