Python: Unterschied zwischen den Versionen
Stefan (Diskussion | Beiträge) |
Stefan (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
==== MicroPython Doku ==== | ==== MicroPython Doku ==== | ||
http://docs.micropython.org/en/latest/index.html | 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 | ||
+ | |||
+ | ampy --help | ||
=== esptool === | === esptool === | ||
pip install esptool | pip install esptool | ||
+ | |||
+ | esptool --help | ||
=== rshell === | === rshell === | ||
pip install rshell | pip install rshell | ||
+ | |||
+ | rshell --help |
Version vom 10. Januar 2020, 12:30 Uhr
Inhaltsverzeichnis
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
ampy --help
esptool
pip install esptool
esptool --help
rshell
pip install rshell
rshell --help