Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

CircuitPython driver for reading temperature from the Analog Devices ADT7410 precision temperature sensor

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-adt7410

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-adt7410

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-adt7410

Usage Example

import time
import board
import adafruit_adt7410

i2c = board.I2C()  # uses board.SCL and board.SDA
adt = adafruit_adt7410.ADT7410(i2c, address=0x48)
adt.high_resolution = True

while True:
    print(adt.temperature)
    time.sleep(0.5)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Release files for adafruit-circuitpython-adt7410 2.0.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adafruit-circuitpython-adt7410 2.0.8
File Size Uploaded
adafruit_circuitpython_adt7410-2.0.8.tar.gz 26.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for adafruit-circuitpython-adt7410 2.0.8
File Interpreter ABI Platform
adafruit_circuitpython_adt7410-2.0.8-py3-none-any.whl Python 3 none any Details

Total release size: 33.4 kB

Release files / adafruit_circuitpython_adt7410-2.0.8.tar.gz

Download URL adafruit_circuitpython_adt7410-2.0.8.tar.gz
Size 26.1 kB
Tags Source
SHA-256 checksum
How to use checksums
881126032a6a5c0ca95910a00020527e9155dff2584d46c88e1ce409719150c6
BLAKE2b-256 checksum
How to use checksums
ccbee806c77db882150efe864704c63be6d9d0e4fbac9d8506ca0698bcf61a1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / adafruit_circuitpython_adt7410-2.0.8-py3-none-any.whl

Download URL adafruit_circuitpython_adt7410-2.0.8-py3-none-any.whl
Size 7.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
25771f6963786a2fa3d53af27e48d57511a2f828682abe500d5eccdbaa5544f2
BLAKE2b-256 checksum
How to use checksums
a240b7adc4f8f85cb91ab81522774d846d6fb1e06da6fa8b55fd8766c4a97a0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

2.0.8 This release

2 release files

2.0.7

2 release files

2.0.6

2 release files

2.0.5

2 release files

2.0.4

2 release files

2.0.3

2 release files

2.0.2

2 release files

2.0.1

2 release files

2.0.0

2 release files

1.3.12

2 release files

1.3.11

2 release files

1.3.10

2 release files

1.3.9

2 release files

1.3.8

2 release files

1.3.7

2 release files

1.3.6

2 release files

1.3.5

1 release file

1.3.4

1 release file

1.3.3

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.2.7

1 release file

1.2.6

1 release file

1.2.5

1 release file

1.2.4

1 release file

1.2.3

1 release file

1.2.2

1 release file

1.2.1

1 release file

1.2.0

1 release file

1.1.0

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page