|
8 жил өмнө | |
---|---|---|
EsPy | 8 жил өмнө | |
.gitattributes | 8 жил өмнө | |
.gitignore | 8 жил өмнө | |
EsPy.sln | 8 жил өмнө | |
README.md | 8 жил өмнө |
Only unzip the downloaded file.
To run the esptool, you need to install python environment.
After Python intsallation:
###Quick Start:
quick test:
from machine import Pin
import time
p = Pin(2, Pin.OUT)
for i in range(5):
print(i)
time.sleep_ms(500)
p.low()
time.sleep_ms(500)
p.high()
Good to know:
https://github.com/jungervin/EsPy/raw/master/EsPy/EsPy.1.0.0.2.7z