Skip to main content

CircuitPython driver for Dallas 1-Wire temperature sensor.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

CircuitPython driver for Dallas 1-Wire 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.

Usage Example

import board
from adafruit_onewire.bus import OneWireBus
from adafruit_ds18x20 import DS18X20

ow_bus = OneWireBus(board.D2)
ds18 = DS18X20(ow_bus, ow_bus.scan()[0])
ds18.temperature

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adafruit-circuitpython-ds18x20-1.3.14.tar.gz (28.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file adafruit-circuitpython-ds18x20-1.3.14.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-ds18x20-1.3.14.tar.gz
Algorithm Hash digest
SHA256 a247c897c216345677c096e33daffe7b95e36456da9c01bc07de544f1d611546
MD5 ecb484eb1ab1ad7b0eea11f963594ca7
BLAKE2b-256 377dda157f23d5e9b92d8efb23e0af25b566073d59259296e4e6ba49810accaf

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_ds18x20-1.3.14-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_ds18x20-1.3.14-py3-none-any.whl
Algorithm Hash digest
SHA256 573157ad0db50173d38a634193411097be2982b7bb3a8e8f33ed9ea03c28166c
MD5 0860fda4973b3e3b70e98073d4bcdd23
BLAKE2b-256 7daf6b9f2e77fcdcf6846a49540684bd8a2070e2aaefd5c1a387c4413958a078

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page