Skip to main content

w1 lib using the sysfs interface

Project description

w1-sysfs

One Wire protocol library using the sysfs interface

Compatibility

Now comptatible with all Python 3 versions.

Install

pip install onion-w1-sysfs

Usage

    OneWire# python
    Python 3.6.9 (default, Dec 06 2019, 16:28:06)
    [GCC 7.3.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from OneWire import OneWire
    >>> w1 = OneWire(0)
    >>> w1.read_device()
    ['85 01 4b 46 7f ff 0c 10 31 : crc=31 YES\n', '85 01 4b 46 7f ff 0c 10 31 t=24312\n']
    >>> w1.read_device()[1].split('=')[1].rstrip()
    '24312'
    >>>

Author

PyPi package by https://github.com/grizmin

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

onion_w1_sysfs-0.1.6-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

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