|
vor 8 Jahren | |
---|---|---|
EsPy | vor 8 Jahren | |
.gitattributes | vor 8 Jahren | |
.gitignore | vor 8 Jahren | |
EsPy.sln | vor 8 Jahren | |
README.md | vor 8 Jahren |
Only unzip the downloaded file.
To use all features (esptool, jedi, pylint) Python installation is recomended
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/Release/EsPy.1.0.0.5.7z