To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-pioasm`.
Read the [docs](https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-pioasm/en/latest/) for info on how to use it.
0.8.0
This release adds support for the .offset pseudo-op. Thank you jepler.
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-pioasm`.
Read the [docs](http://circuitpython.readthedocs.io/projects/pioasm/en/latest/) for info on how to use it.
0.7.11
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-pioasm`.
Read the [docs](http://circuitpython.readthedocs.io/projects/pioasm/en/latest/) for info on how to use it.
What's Changed * morse example: add missing pio_kwargs to constructor call by jepler in https://github.com/adafruit/Adafruit_CircuitPython_PIOASM/pull/58