Skip to content

Releases: adafruit/Adafruit_CircuitPython_PIOASM

Fix Origin Directive

29 Jan 21:02
fcc52f3
Compare
Choose a tag to compare

This is a breaking change, you must update your code if you were using offset directive.

What's Changed

  • repair inscorect directive .offset to .origin by @Gebhartj in #61

New Contributors

Full Changelog: 0.8.2...1.0.0

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.

0.8.2 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:45
Compare
Choose a tag to compare

Changes: 0.8.1...0.8.2

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.

0.8.1 - Fix RTD Theme Issue

25 Sep 16:03
Compare
Choose a tag to compare

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.

0.8.0 - Support .offset Psuedo-Op

14 Aug 14:03
7ec05cd
Compare
Choose a tag to compare

This release adds support for the .offset pseudo-op. Thank you @jepler.

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.

0.7.11 - Added missing pio_kwargs to constructor call in morse example

27 Jul 19:29
718dd13
Compare
Choose a tag to compare

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.

What's Changed

  • morse example: add missing pio_kwargs to constructor call by @jepler in #58

Full Changelog: 0.7.10...0.7.11

0.7.10 - Updated repo infrastructure

26 May 13:19
0d58eb4
Compare
Choose a tag to compare

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.

0.7.9 - Fixed issue with E and T (more info in #52)

06 Oct 18:13
4fe48ae
Compare
Choose a tag to compare

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.

0.7.8 - Made copyright stay up to date in docs/conf.py

26 Aug 02:40
Compare
Choose a tag to compare

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.

0.7.7 - Fixed version string

22 Aug 19:00
Compare
Choose a tag to compare

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.

0.7.6 - Switched to pyproject.toml

09 Aug 19:37
Compare
Choose a tag to compare

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.