Folder structure: | |- micropython # Clone the MicroPython repo here | |- ports | |- rp2 | |- build # Create this build folder | |- modules # Place all py files from ...
This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. You can find the official website at micropython.org. WARNING: this ...