0.2.0 - Multiple improvements to assembler and two new examples
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.