Releases: PyMCU/pymcu-micropython
Releases · PyMCU/pymcu-micropython
Release list
pymcu-micropython v0.1.0a1.post1
What's changed
Bug fix
timemodule alias forutime— MicroPython exposes bothtimeandutimeas the same module. PyMCU now shipspymcu_micropython/time.pyso thatfrom time import sleep_ms(common in MicroPython tutorials and generated scaffolding) compiles without a Module not found: time error.from utime import sleep_mscontinues to work as before.
Upgrade
pymcu upgrade
# or
pip install --pre pymcu-micropython==0.1.0a1.post1Pre-Release v0.1.0a1
What's Changed
- refactor: remove Whipsnake branding, replace with PyMCU, add README by @Copilot in #1
New Contributors
- @Copilot made their first contribution in #1
Full Changelog: https://github.com/PyMCU/pymcu-micropython/commits/v0.1.0a1