Skip to content

v0.1.0a4

Pre-release
Pre-release

Choose a tag to compare

@begeistert begeistert released this 02 Aug 04:54
9ecd28a

Companion release to PyMCU v0.1.0a4.

  • Constant-delay outlining: repeated delay_ms/delay_us busy loops share one subroutine per iteration count — lcd −51%, blink 56→44 B, with a hard guarantee the delay never gets shorter (cycle-verified; disabled on reduced-core ATtiny).
  • New integration fixtures: tuple return annotations, the real async timebase, MAX7219 chip-select (mutation-checked), branchy-region outlining, shared-delay cycle counts. Suite: 1063 tests.

Install: pip install --pre "pymcu-compiler[avr]"