mirror of
https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno.git
synced 2025-08-06 19:05:05 +00:00
.
This commit is contained in:
@@ -20,6 +20,15 @@ def status_led():
|
||||
time.sleep_ms(250)
|
||||
led.value(0)
|
||||
time.sleep_ms(750)
|
||||
|
||||
# Display information about ESP32S3 module
|
||||
print(os.uname())
|
||||
print("Flash size: ", esp.flash_size()/1024/1024, "Mb")
|
||||
print("MCU Temperature: ", esp32.mcu_temperature(), "C")
|
||||
|
||||
led = Pin(45, Pin.OUT)
|
||||
led.value(0)
|
||||
_thread.start_new_thread(status_led, ())
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user