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
Close
Hashes for onion_w1_sysfs-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e6f8c8922c53a047e0a528802d46c8d5a7dedc472808e4aa0376fe5ad160917 |
|
MD5 | 652847bdafc5cbb4b28f418753e36a6d |
|
BLAKE2b-256 | 5be7906d56c1a6a6694e96f12f067b44f725889432d1d8ab52253171480126fd |