Python: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
Zeile 25: Zeile 25:
  
 
  rshell --help
 
  rshell --help
 +
 +
=== mpfshell ===
 +
pip install mpfshell
 +
 +
mpfshell --help

Version vom 10. Januar 2020, 12:36 Uhr

Python

MicroPython

MicroPython.org

 http://www.micropython.org

MicroPython Doku

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

ampy

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

esptool

pip install esptool
esptool --help

rshell

pip install rshell
rshell --help

mpfshell

pip install mpfshell
mpfshell --help