April 2020
Intermediate to advanced
294 pages
7h 53m
English
When you first downloaded the MicroPython code, you may have noticed that in the main directory there is a mpy-cross folder. This folder contains the MicroPython cross compiler. Before running the cross compiler on our own code, we need to first rebuild it. The process to do this is straightforward:

make -C mpy-cross
Read now
Unlock full access