Skip to content

Releases: PyMCU/pymcu-micropython

pymcu-micropython v0.1.0a1.post1

Pre-release

Choose a tag to compare

@begeistert begeistert released this 08 Jun 17:41
df47e73

What's changed

Bug fix

  • time module alias for utime — MicroPython exposes both time and utime as the same module. PyMCU now ships pymcu_micropython/time.py so that from time import sleep_ms (common in MicroPython tutorials and generated scaffolding) compiles without a Module not found: time error. from utime import sleep_ms continues to work as before.

Upgrade

pymcu upgrade
# or
pip install --pre pymcu-micropython==0.1.0a1.post1

Pre-Release v0.1.0a1

Choose a tag to compare

@begeistert begeistert released this 08 Jun 06:42
32ac608

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