ESPHome
2024.10.2
|
Data Structures | |
class | MCP23X17Base |
Enumerations | |
enum | MCP23X17GPIORegisters { MCP23X17_IODIRA = 0x00, MCP23X17_IPOLA = 0x02, MCP23X17_GPINTENA = 0x04, MCP23X17_DEFVALA = 0x06, MCP23X17_INTCONA = 0x08, MCP23X17_IOCONA = 0x0A, MCP23X17_GPPUA = 0x0C, MCP23X17_INTFA = 0x0E, MCP23X17_INTCAPA = 0x10, MCP23X17_GPIOA = 0x12, MCP23X17_OLATA = 0x14, MCP23X17_IODIRB = 0x01, MCP23X17_IPOLB = 0x03, MCP23X17_GPINTENB = 0x05, MCP23X17_DEFVALB = 0x07, MCP23X17_INTCONB = 0x09, MCP23X17_IOCONB = 0x0B, MCP23X17_GPPUB = 0x0D, MCP23X17_INTFB = 0x0F, MCP23X17_INTCAPB = 0x11, MCP23X17_GPIOB = 0x13, MCP23X17_OLATB = 0x15 } |
Definition at line 10 of file mcp23x17_base.h.