8000 Release 2.0.0 Refactor to Use Register · adafruit/Adafruit_CircuitPython_ADT7410 · GitHub
[go: up one dir, main page]

Skip to content

2.0.0 Refactor to Use Register

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 08 Jan 17:27
· 6 commits to main since this release
caffb4a

This release includes a refactor of the library to use register library for I2C communication. Resolution mode is now accessible with a direct configuration property in addition to the original high_resolution boolean property. Thank you @jposada202020.

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

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

Read the docs for info on how to use it.

What's Changed

Full Changelog: 1.3.13...2.0.0

0