Releases: adafruit/Adafruit_CircuitPython_MagTag
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.
2.1.4 Fix neopixel_disable functionality
This release contains a change to fix an issue causing the neopixel_disable
property not to have the intended behavior.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
2.1.3 - Made proper package
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
2.1.2 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
Fixed NeoPixel Error on CircuitPython 7.0
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
WiFi is now disable-able
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
WiFi module has been moved to PortalBase
Potentially Code breaking change
You will need Adafruit CircuitPython PortalBase 1.6.0 or later. The WiFi Module has been moved to PortalBase, so if your code was using it, you will need to update your code.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
1.7.0 - Added deinit function
Fixed an issue where tone could be set out of range and cause a crash if the value was less than or equal to 0. Thanks @KTibow
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.