ampy
adafruit-ampy モジュール
micropythonと通信するPC用のpythonプログラム
ボード上のファイルを読み書きする.手元のファイルをオンボードで実行する などが可能
Pythonが導入できていればpipで簡単に導入できる.
pip install adafruit-ampy
使い方
ampy -p シリアルポート名 cmd [ファイル名]
シリアルポート名はWindowsの場合 COM5とか
macの場合は /dev/cu.SLAB_USBtoUART みたいなやつ
コマンド
get Retrieve a file from the board.
ls List contents of a directory on the board.
mkdir Create a directory on the board.
put Put a file or folder and its contents on the...
reset Perform soft reset/reboot of the board.
rm Remove a file from the board.
rmdir Forcefully remove a folder and all its...
run Run a script and print its output.
getコマンドはボード上のファイル名のあとに手元でのファイル名を並べると,そのファイル名でセーブされる.指定しない場合には画面上(STDOUT)に表示する