Adafruit_CircuitPython_ADT7410

A circuitpython library for the Analog Devices ADT7410 temperature sensor

MIT License

Downloads
1.9K
Stars
3
Committers
14

Bot releases are hidden (Show)

Adafruit_CircuitPython_ADT7410 - 2.0.0 Refactor to Use Register Latest Release

Published by FoamyGuy 9 months ago

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: https://github.com/adafruit/Adafruit_CircuitPython_ADT7410/compare/1.3.13...2.0.0

Adafruit_CircuitPython_ADT7410 - 1.3.13 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_ADT7410/compare/1.3.12...1.3.13

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.

Adafruit_CircuitPython_ADT7410 - 1.3.12 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.11 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_ADT7410 - Fixed readme.rst

Published by jposada202020 over 1 year ago

Fixing example in readme.rst. Thanks @matsujirushi

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.

Adafruit_CircuitPython_ADT7410 - 1.3.9 - Added commented out board.STEMMA_I2C with explanation

Published by evaherrada almost 2 years ago

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.

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

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.7 - Fixed version string

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.6 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.5 - Added missing return type annotation

Published by tekktrik over 2 years ago

Added missing None return type annotation for ADT7410.__init__(). Thanks @tcfranks!

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.

Adafruit_CircuitPython_ADT7410 - 1.3.4 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.3 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.2 - Added type hints

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.1 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.3.0 - Support Comparator Mode

Published by FoamyGuy almost 3 years ago

This release adds support for comparator mode where you can set high, low, and critical temp bounds and the device will tell you whether the current temp is outside of them.

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.

Adafruit_CircuitPython_ADT7410 - 1.2.7 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.2.6 - Improved documentation

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.2.5 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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.

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

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_ADT7410 - 1.2.3 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.

Package Rankings
Top 12.1% on Pypi.org
Related Projects