Skip to content

0.2.0 - Multiple improvements to assembler and two new examples

Compare
Choose a tag to compare
@evaherrada evaherrada released this 26 Feb 20:33
· 191 commits to main since this release
94dccca

Assembler improvements:

  • Diagnose duplicate labels
  • Better diagnostic for jmp to invalid label

Examples:

  • Added "3 levels of led brightness" from the micropython book
  • Added "hello" example from pico-examples (turn an LED on and off while needlessly using PIO)

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pioasm.

Read the docs for info on how to use it.