ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::mcp23016 Namespace Reference

Data Structures

class  MCP23016
 
class  MCP23016GPIOPin
 

Enumerations

enum  MCP23016GPIORegisters {
  MCP23016_GP0 = 0x00 , MCP23016_OLAT0 = 0x02 , MCP23016_IPOL0 = 0x04 , MCP23016_IODIR0 = 0x06 ,
  MCP23016_INTCAP0 = 0x08 , MCP23016_IOCON0 = 0x0A , MCP23016_GP1 = 0x01 , MCP23016_OLAT1 = 0x03 ,
  MCP23016_IPOL1 = 0x04 , MCP23016_IODIR1 = 0x07 , MCP23016_INTCAP1 = 0x08 , MCP23016_IOCON1 = 0x0B
}
 

Enumeration Type Documentation

◆ MCP23016GPIORegisters

Enumerator
MCP23016_GP0 
MCP23016_OLAT0 
MCP23016_IPOL0 
MCP23016_IODIR0 
MCP23016_INTCAP0 
MCP23016_IOCON0 
MCP23016_GP1 
MCP23016_OLAT1 
MCP23016_IPOL1 
MCP23016_IODIR1 
MCP23016_INTCAP1 
MCP23016_IOCON1 

Definition at line 10 of file mcp23016.h.