Python: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
Zeile 33: Zeile 33:
 
=== upyCraft ===
 
=== upyCraft ===
 
  https://github.com/DFRobot/uPyCraft
 
  https://github.com/DFRobot/uPyCraft
 +
 +
http://docs.dfrobot.com/upycraft/

Version vom 10. Januar 2020, 14:27 Uhr

Python

MicroPython

MicroPython.org

 http://www.micropython.org

MicroPython Doku

http://docs.micropython.org/en/latest/index.html

esptool

pip install esptool
esptool --help

ampy

https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy
pip install adafruit-ampy
python -m ampy
ampy --help

rshell

pip install rshell
rshell --help

mpfshell

pip install mpfshell
mpfshell --help

upyCraft

https://github.com/DFRobot/uPyCraft
http://docs.dfrobot.com/upycraft/