Releases: adafruit/Adafruit_CircuitPython_PIOASM
Releases · adafruit/Adafruit_CircuitPython_PIOASM
Fix bare pull/push
Fix parsing of bare "pull" and "push". Thanks @LuminousOwl
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fix wait encoding
Fixes wait
source encoding thanks to @ryang14.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
First release
This Python library converts pioasm
text to encoded instruction bytes. It only supports a subset of the pioasm
syntax currently but includes all instructions.
See the RP2040 data sheet for details: https://datasheets.raspberrypi.org/pico/pico_datasheet.pdf
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.