ESPHome  2024.3.1
Data Structures | Enumerations
esphome::mcp23x08_base Namespace Reference

Data Structures

class  MCP23X08Base
 

Enumerations

enum  MCP23S08GPIORegisters {
  MCP23X08_IODIR = 0x00, MCP23X08_IPOL = 0x01, MCP23X08_GPINTEN = 0x02, MCP23X08_DEFVAL = 0x03,
  MCP23X08_INTCON = 0x04, MCP23X08_IOCON = 0x05, MCP23X08_GPPU = 0x06, MCP23X08_INTF = 0x07,
  MCP23X08_INTCAP = 0x08, MCP23X08_GPIO = 0x09, MCP23X08_OLAT = 0x0A
}
 

Enumeration Type Documentation

◆ MCP23S08GPIORegisters

Enumerator
MCP23X08_IODIR 
MCP23X08_IPOL 
MCP23X08_GPINTEN 
MCP23X08_DEFVAL 
MCP23X08_INTCON 
MCP23X08_IOCON 
MCP23X08_GPPU 
MCP23X08_INTF 
MCP23X08_INTCAP 
MCP23X08_GPIO 
MCP23X08_OLAT 

Definition at line 10 of file mcp23x08_base.h.