Skip to content

Releases: adafruit/Adafruit_CircuitPython_MagTag

2.2.1 - Switched to pyproject.toml

09 Aug 19:33
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-magtag.

Read the docs for info on how to use it.

2.2.0 - Added BOOT0 as a fifth pin for the Peripherals.buttons list

28 Jul 19:55
71d74c8
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-magtag.

Read the docs for info on how to use it.

2.1.12 - Adding library to PyPI

22 Jul 16:47
5a5de05
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-magtag.

Read the docs for info on how to use it.

2.1.11 - Added cp.org link to index.rst

09 Jun 18:39
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.10 - Repo documentation and config updates

07 Jun 17:20
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.9 - Typing Information

21 Mar 13:33
0aea7e6
Compare
Choose a tag to compare

This release includes typing information for function arguments and returns. Thank you @UnicycleDumpTruck

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.8 - Updated examples

17 Mar 12:57
2926b90
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.7 - Corrected use of board.NEOPIXEL as status_neopixel parameter

10 Feb 20:16
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.6 - Updated documentation link, python version

04 Feb 21:02
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.5 - Allow Tone Frequency 0

11 Dec 02:18
a3e8d28
Compare
Choose a tag to compare

This release allows you to pass 0 as the frequency to play_tone() it will remain silent for the duration given.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.