Home | Trees | Indices | Help |
---|
|
List devices connected to the onewire bus (W1-Bus).
>>> w1 = W1Bus() >>> print w1.devices ['10-0008028d5c8a', 'w1_bus_master1']
Read temperature value of a connected device identified by the list index.
>>> w1.read_value(0) 29.312
Author: Stefan Lehmann
Version: 1.0.0
|
|||
W1Bus Class for accessing the onewire bus of the Raspberry Pi |
|
|||
W1_DEVICE_DIRECTORY =
|
|||
__package__ =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Oct 17 20:42:02 2013 | http://epydoc.sourceforge.net |