Skip to content

Sapfir0/micropython-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micropython Uploader

The script can:

  • Recursively bypass the current directory
  • Download detected files to mk. It was decided that you should push only .py files.
  • Delete all files with mk (ps directory is also a file)

Installation

On MacOS or Linux, in a terminal run the following command (assuming Python 3):

pip3 install --user micropython-uploader

On Windows, do:

pip install micropython-uploader

Usage

In terminal run:

mploader

Requirements:

  • ampy

      pip3 install ampy
    
  • micropython as firmware for microcontroller

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published