Skip to content

Releases: adafruit/Adafruit_CircuitPython_TLV493D

2.0.0 - Changed magnetic units to microTesla

08 Sep 17:04
0cf061d

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

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

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.

1.2.11 - Fixed version string

22 Aug 18:49

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.10 - Switched to pyproject.toml

09 Aug 19:51

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.9 - Added cp.org link to index.rst

09 Jun 18:29

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.8 - Repo documentation and config updates

07 Jun 17:10

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.7 - Updated documentation link, python version

04 Feb 20:34

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.6 - Updated pylint version, linted

15 Nov 18:25

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.5 - Improved documentation

04 May 17:51
4194599

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.