Skip to content

Releases: adafruit/Adafruit_CircuitPython_MagTag

2.1.4 Fix neopixel_disable functionality

10 Dec 16:24
cf66ddb
Compare
Choose a tag to compare

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

08 Dec 21:13
e1e6a63
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.2 - Updated pylint version, linted

15 Nov 18:37
256a8a3
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.

Fixed NeoPixel Error on CircuitPython 7.0

19 Jul 16:02
a72f2e3
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.

WiFi is now disable-able

28 Apr 17:41
2db4215
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.

WiFi module has been moved to PortalBase

21 Apr 21:57
36b4921
Compare
Choose a tag to compare

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

23 Feb 20:14
2b1c20a
Compare
Choose a tag to compare

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.

Fixed an issue where tone could be set out of range and cause a crash

15 Feb 16:11
491d0ee
Compare
Choose a tag to compare

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.

Allow skipping display autorefresh on fetch

11 Feb 19:16
5c6d563
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.

1.5.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:05
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.