Command Line Interface

mpy-fuse

Mounts a device file system

usage: mpy_fuse.py [-h] device mntpoint

Positional Arguments

device Micropython Device
mntpoint Mounting point

mpy-sync

Synchronizes a local folder with the device file system

usage: mpy_sync.py [-h] src dest

Positional Arguments

src Local source code directory
dest Micropython device mountpoint

mpy-run

Runs a script on the device

usage: mpy_run.py [-h] [-s SYNC_PATH] device script

Positional Arguments

device Micropython Device
script .py-Script to run

Named Arguments

-s, --sync_path
 Synchronization path