Skip to content

First release

Compare
Choose a tag to compare
@tannewt tannewt released this 22 Jan 00:22
· 220 commits to main since this release
25618d8

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.