Releases: adafruit/Adafruit_CircuitPython_MagTag
2.2.1 - Switched to pyproject.toml
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
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
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
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
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
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
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
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
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
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.