""" MicroPython Remote - Interaction and automation tool for MicroPython MIT license; Copyright (c) 2019-2022 Damien P. George This program provides a set of utilities to interact with and automate a MicroPython device over a serial connection. Commands supported are: mpremote -- auto-detect, connect and enter REPL mpremote -- connect to given device mpremote connect -- connect to given device mpremote disconnect -- disconnect current device mpremote mount -- mount local directory on device mpremote eval -- evaluate and print the string mpremote exec -- execute the string mpremote run