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.4.0.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for adafruit-circuitpython-ds18x20-1.4.0.tar.gz
Algorithm Hash digest
SHA256 59515bfa7ce284a010cdf0d8c970f662970d175498586833da1d698d11703a66
MD5 458e937bf852d789521ba06933ae1e0a
BLAKE2b-256 97abbfa47e8f8fca75b9ec1446ff67135340ae6afcecd13c302ee9b2f8a95e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_ds18x20-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb49ddff5d8a262b53e8cc8f122d37fe12df35898ca846a02c581f19b7094ddc
MD5 55ba78fca1f11a6224748b3f7a2dcba0
BLAKE2b-256 cecb2892eba4f22186428fcbea16dfe10b023aa9071ff0147c3d35f4f0040465

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