Public Member Functions | |
def | __init__ |
def | __str__ |
def | deviceList |
def | read |
![]() | |
def | __init__ |
def | open |
def | close |
def | read |
def | readBytes |
def | readByte |
def | write |
def | writeBytes |
def | writeByte |
Public Attributes | |
fd | |
family | |
slave | |
![]() | |
busName | |
device | |
flag | |
fd | |
Definition at line 29 of file onewire.py.
def webiopi.devices.onewire.OneWire.__init__ | ( | self, | |
slave = None , |
|||
family = 0 , |
|||
extra = None |
|||
) |
Definition at line 30 of file onewire.py.
References webiopi.devices.bus.Bus.fd.
def webiopi.devices.onewire.OneWire.__str__ | ( | self | ) |
Definition at line 54 of file onewire.py.
References webiopi.devices.onewire.OneWire.slave, webiopi.devices.i2c.I2C.slave, and webiopi.devices.digital.mcp23XXX.MCP23SXX.slave.
def webiopi.devices.onewire.OneWire.deviceList | ( | self | ) |
Definition at line 57 of file onewire.py.
References webiopi.devices.bus.Bus.device, webiopi.devices.onewire.OneWire.family, and webiopi.devices.bus.Bus.open().
def webiopi.devices.onewire.OneWire.read | ( | self | ) |
Definition at line 70 of file onewire.py.
References webiopi.devices.bus.Bus.open(), webiopi.devices.onewire.OneWire.slave, webiopi.devices.i2c.I2C.slave, and webiopi.devices.digital.mcp23XXX.MCP23SXX.slave.
webiopi.devices.onewire.OneWire.family |
Definition at line 36 of file onewire.py.
Referenced by webiopi.devices.onewire.OneWire.deviceList().
webiopi.devices.onewire.OneWire.fd |
Definition at line 34 of file onewire.py.
webiopi.devices.onewire.OneWire.slave |
Definition at line 40 of file onewire.py.
Referenced by webiopi.devices.sensor.onewiretemp.OneWireTemp.__str__(), webiopi.devices.digital.ds2408.DS2408.__str__(), webiopi.devices.onewire.OneWire.__str__(), webiopi.devices.onewire.OneWire.read(), webiopi.devices.digital.ds2408.DS2408.readByte(), webiopi.devices.digital.ds2408.DS2408.readState(), and webiopi.devices.digital.ds2408.DS2408.writeByte().