Intuitive file management script for MicroPython MCUs. Manage files on your MCU using some magic and your host operating system.
- Connect microcontroller to the computer via USB.
- Run the script:
python mpfm.py -s COM1- Create, delete, and modify files in the local temporary directory.
- Profit!