Public Attributes | |
name | |
![]() | |
banks | |
![]() | |
digitalChannelCount | |
digitalBanksCount | |
![]() | |
channel | |
slave | |
![]() | |
busName | |
device | |
flag | |
fd | |
Additional Inherited Members | |
![]() | |
int | IODIR = 0x00 |
int | IPOL = 0x01 |
int | GPINTEN = 0x02 |
int | DEFVAL = 0x03 |
int | INTCON = 0x04 |
int | IOCON = 0x05 |
int | GPPU = 0x06 |
int | INTF = 0x07 |
int | INTCAP = 0x08 |
int | GPIO = 0x09 |
int | OLAT = 0x0A |
![]() | |
int | IN = 0 |
int | OUT = 1 |
LOW = False | |
HIGH = True | |
Definition at line 87 of file mcp23XXX.py.
def webiopi.devices.digital.mcp23XXX.MCP230XX.__init__ | ( | self, | |
slave, | |||
channelCount, | |||
name | |||
) |
Definition at line 88 of file mcp23XXX.py.
References webiopi.utils.types.toint().
def webiopi.devices.digital.mcp23XXX.MCP230XX.__str__ | ( | self | ) |
Definition at line 93 of file mcp23XXX.py.
References webiopi.devices.analog.mcp3x0x.MCP3X0X.name, webiopi.devices.analog.mcp48XX.MCP48XX.name, webiopi.devices.analog.ads1x1x.ADS1X1X.name, webiopi.devices.digital.mcp23XXX.MCP230XX.name, webiopi.devices.analog.mcp3424.MCP3424.name, webiopi.devices.i2c.I2C.slave, and webiopi.devices.digital.mcp23XXX.MCP23SXX.slave.
webiopi.devices.digital.mcp23XXX.MCP230XX.name |
Definition at line 91 of file mcp23XXX.py.
Referenced by webiopi.devices.sensor.onewiretemp.OneWireTemp.__str__(), webiopi.devices.digital.pcf8574.PCF8574.__str__(), webiopi.devices.sensor.tslXXXX.TSL_LIGHT_X.__str__(), webiopi.devices.digital.mcp23XXX.MCP230XX.__str__(), and webiopi.devices.digital.mcp23XXX.MCP23SXX.__str__().