Skip to content

Releases: adafruit/Adafruit_CircuitPython_PIOASM

0.5.4 - Expanded tests

11 Jan 19:12
fbafe00
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.5.3 - Tutorial Link

08 Jan 19:03
15e45fb
Compare
Choose a tag to compare

This release contains a link to the Learn Guide tutorial for getting started with PIO. Thank you @dannystaple

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.5.2 - Added more descriptive wrappers for errors

03 Jan 21:00
3922cdd
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.5.1 - Fix PyPi Readme Section

02 Jan 16:10
5bfd524
Compare
Choose a tag to compare

Thank you @gpshead

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.5.0 - Added sideset assembly support, linked the pioasm docs to the rp2pio docs

29 Dec 22:48
d43cdd0
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.4.1 - Updated pylint version, linted

15 Nov 18:49
0f3df84
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.4.0 - Added mov operators, corrected a too low frequency value

08 Apr 17:51
4fe8d3d
Compare
Choose a tag to compare

Allow commands like: mov [DESTINATION], !x
Supports operator ! ~ and ::

Thanks @gamblor21

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.3.0 - Added tests, added rxuart example

23 Mar 18:19
645d49a
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.2.3 - Addded rotary encoder example

16 Mar 18:45
3ff94aa
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.2.2 - Added audiobusio examples, fixed simpletest frequency, fixed pylint config

09 Mar 19:47
74330ed
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.