标签专题 · 共 1 篇文章

# REPL

关于「REPL」的技术文章、设计资料与工程师讨论,持续更新。

1
篇文章
4
人关注
86
次浏览
lvgl-micropython、lv_micropython和lv_binding_micropython到底啥关系?一文读懂

lvgl-micropython、lv_micropython和lv_binding_micropython到底啥关系?一文读懂

一、什么是 MicroPython? MicroPython 是面向微控制器的 Python 语言。借助 MicroPython,你可以编写 Python3 代码,甚至在资源受限的裸机架构上运行它。 💡 基础知识补充: 裸机架构 :指没有操作系统(OS)、直接在硬件上运行程序的环境,资源(RAM、Flash 存储)非常有限,比如 ESP32、STM32 等单片机。 Python3 兼容性 :