ESPHome  2024.3.1
Data Structures | Variables
esphome::pca9554 Namespace Reference

Data Structures

class  PCA9554Component
 
class  PCA9554GPIOPin
 Helper class to expose a PCA9554 pin as an internal input GPIO pin. More...
 

Variables

const uint8_t INPUT_REG = 0
 
const uint8_t OUTPUT_REG = 1
 
const uint8_t INVERT_REG = 2
 
const uint8_t CONFIG_REG = 3
 

Variable Documentation

◆ CONFIG_REG

const uint8_t esphome::pca9554::CONFIG_REG = 3

Definition at line 11 of file pca9554.cpp.

◆ INPUT_REG

const uint8_t esphome::pca9554::INPUT_REG = 0

Definition at line 8 of file pca9554.cpp.

◆ INVERT_REG

const uint8_t esphome::pca9554::INVERT_REG = 2

Definition at line 10 of file pca9554.cpp.

◆ OUTPUT_REG

const uint8_t esphome::pca9554::OUTPUT_REG = 1

Definition at line 9 of file pca9554.cpp.