onewire - 1-Wire devices support extension
The 1-Wire extension adds the support of 1-wire devices such as the DS18x20 temperature sensor.
It includes the driver for the DS1820 as a starting point for adding other 1-wire devices. The
implementation is
pycstbox.onewire
1-Wire devices helpers.
-
pycstbox.onewire.
init
()
Wrapper of ow library init() function, hard linked to owserver.
pycstbox.onewiresvc
1-Wire devices sub-network support.
-
class
pycstbox.onewiresvc.
OneWireSvc
(conn)
This class implements the model of the service managing the sub-network
built with 1-Wire products.
Parameters: | conn – D-Bus connection (see service.ServiceObject.__init__()) |