Skip to content

Releases: adafruit/Adafruit_CircuitPython_PIOASM

First release

22 Jan 00:22
25618d8
Compare
Choose a tag to compare

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.