Additional Inherited Members | |
Public Attributes inherited from webiopi.devices.digital.mcp23XXX.MCP23SXX | |
| slave | |
| name | |
Public Attributes inherited from webiopi.devices.digital.mcp23XXX.MCP23XXX | |
| banks | |
Public Attributes inherited from webiopi.devices.digital.GPIOPort | |
| digitalChannelCount | |
| digitalBanksCount | |
Public Attributes inherited from webiopi.devices.spi.SPI | |
| chip | |
| mode | |
| bits | |
| speed | |
Public Attributes inherited from webiopi.devices.bus.Bus | |
| busName | |
| device | |
| flag | |
| fd | |
Static Public Attributes inherited from webiopi.devices.digital.mcp23XXX.MCP23SXX | |
| int | SLAVE = 0x20 |
| int | WRITE = 0x00 |
| int | READ = 0x01 |
Static Public Attributes inherited from webiopi.devices.digital.mcp23XXX.MCP23XXX | |
| 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 |
Static Public Attributes inherited from webiopi.devices.digital.GPIOPort | |
| int | IN = 0 |
| int | OUT = 1 |
| LOW = False | |
| HIGH = True | |
Definition at line 150 of file mcp23XXX.py.
| def webiopi.devices.digital.mcp23XXX.MCP23S18.__init__ | ( | self, | |
chip = 0, |
|||
slave = 0x20 |
|||
| ) |
Definition at line 151 of file mcp23XXX.py.
1.8.8