.MPY 文件扩展名

MicroPython Module

开发者 Damien George
受欢迎程度
1.3  |  3 
 

什么是 MPY 文件?

An MPY file is a MicroPython module. It contains binary data, which is usually generated by compiling Python source code (.PY) files. MPY files may also contain machine code compiled from source code files written in other languages, such as C.

更多信息

MicroPython is a Python implementation that is optimized to run programs on a microcontroller. It contains a cross-compiler, known as mpy-cross, which is used to pre-compile Python scripts to MPY files. These bytecode files are meant to be included in a microcontroller's firmware, so they are available to MicroPython programs run on that microcontroller.

Some MPY files may contain machine code compiled from programs written in a language other than Python. These files are used to import non-Python libraries and functions into MicroPython programs. Non-Python MPY files are created using MicroPython's mpy_ld.py tool, which links together and compiles a set of .O files.

如何打开 MPY 文件

MPY files are not meant to be opened. Instead, they are meant to be run using MicroPython and referenced within MicroPython programs.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 MPY 文件的程序

Windows
Mac
Linux
分类: 开发者
更新时间: 2022-04-13

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 MicroPython Module 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们