development:python:micropython
This is an old revision of the document!
Table of Contents
ESP32 - Micropython
Cấu trúc thư mục
- boot.py: File khởi tạo các cấu hình pyboard.
- main.py: File chương trình, được thực thi sau file boot.py.
Thony IDE
- boot.py
import gc import esp from machine import Pin esp.osdebug(None) gc.collect() led2 = Pin(2, Pin.OUT)
development/python/micropython.1723648902.txt.gz · Last modified: 2024/08/14 15:21 by tungnt