Skip to content

2.0.0 - Changed magnetic units to microTesla

Compare
Choose a tag to compare
@tekktrik tekktrik released this 08 Sep 17:04
· 20 commits to main since this release
0cf061d

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.