mirror of
https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno.git
synced 2025-10-02 11:44:26 +00:00
f4a3f5d32fb9d2a4cf03537ce54f603bef199fdb
ESP32-S3 Arduino Uno
ESP32-S3 Module embeded on Arduino Uno board
Micropython LED Blinky Code
import esp, esp32, time, os, _thread
from machine import Pin, SoftI2C, I2C
def status_led():
while True:
led.value(1)
time.sleep_ms(250)
led.value(0)
time.sleep_ms(250)
led.value(1)
time.sleep_ms(250)
led.value(0)
time.sleep_ms(750)
Languages
TeX
73.3%
CSS
11%
JavaScript
8.7%
Common Lisp
3.4%
HTML
2.4%
Other
1.1%