
micropython
micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
AI 简介
MicroPython 是一个专为微控制器和资源受限系统设计的精简高效 Python 3.x 实现。它支持完整的 Python 3.4 语法,包括异常处理、`with` 语句、`yield from` 以及 `async`/`await` 等关键字,并提供了丰富的内置数据类型和模块,如 `os`、`sys`、`time`、`re` 和 `struct` 等。此外,MicroPython 还包含特定于硬件的模块,用于访问 GPIO、定时器、ADC、DAC、PWM、SPI、I2C、CAN、蓝牙和 USB 等外设。该项目适用于需要在嵌入式设备上运行 Python 代码的各种场景,如物联网项目、教育工具或快速原型开发。
C
Other21.8k
Stars
8.9k
Forks
711
Watchers
1.2k
Issues
Star 增长
今日+3
近 7 天+23
近 30 天+115
综合评分97.5
默认分支master