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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for adafruit-circuitpython-ds18x20-1.3.18.tar.gz
Algorithm Hash digest
SHA256 04955dca70ed46f43455aa24af88835e1e851d62c3f8205a0bfd0217ddd201b0
MD5 a04a6deaa4a6aca8851c42368ae74655
BLAKE2b-256 f6fa0f2d034425729f95c4888bfadd77c9a1977049afa927897ec449b88881a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_ds18x20-1.3.18-py3-none-any.whl
Algorithm Hash digest
SHA256 1bf271f9a967b319dc967e767ad8098a5c2a163700e63c0755cca47b295cd742
MD5 289e2aab03246d80bae4ef71625a0fe6
BLAKE2b-256 3bf9c428a87b8d583053970d238f301657abbce9fb3c6d0a37c0891299c1a392

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