ESPHome  2024.4.1
Data Structures | Namespaces | Enumerations
mcp23x08_base.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::mcp23x08_base::MCP23X08Base
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::mcp23x08_base
 

Enumerations

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