|
пре 7 година | |
---|---|---|
EsPy | пре 7 година | |
.gitattributes | пре 8 година | |
.gitignore | пре 8 година | |
EsPy.sln | пре 8 година | |
README.md | пре 7 година |
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/tree/master/EsPy/Release