Skip to content

Releases: adafruit/Adafruit_CircuitPython_TLV493D

2.0.7 - Displayio Example

22 Jan 16:45
2ef257e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.6...2.0.7

2.0.6 - RTD Sphinx Config

16 Jan 19:16
Compare
Choose a tag to compare

2.0.5 - Fix For Sphinx RTD Theme

07 Oct 22:22
Compare
Choose a tag to compare

2.0.4 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:35
Compare
Choose a tag to compare

Changes: 2.0.3...2.0.4

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

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

Read the docs for info on how to use it.

2.0.3 - Fix RTD Theme Issue

25 Sep 15:53
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.2 - Updated .pylintrc, fixed jQuery

26 May 15:55
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.1 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:05
5fa9533
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.0 - Changed magnetic units to microTesla

08 Sep 17:04
0cf061d
Compare
Choose a tag to compare

The magnetic property now returns the value of the magnetic sensor in microTesla per the CircuitPython Design Guide. Previously, the units used in the return were milliTesla. Therefore, return values for each of the directions will be multiplied by a factor of 1000 compared to the last release. Thanks @BrianPugh!

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

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

Read the docs for info on how to use it.

1.2.13 - Made copyright stay up to date in docs/conf.py

26 Aug 02:25
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.2.12 - Added Type Annotations

23 Aug 01:21
7084075
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @tcfranks!

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

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

Read the docs for info on how to use it.