Description
Compiles Python scripts into MicroPython .mpy bytecode files for deployment to constrained devices. It is useful for embedded developers who want smaller, precompiled modules for MicroPython boards.
Generated .mpy files depend on MicroPython version and architecture compatibility. Match the target firmware before deploying, or the board may reject or fail to run the module.