ESPHome
2024.10.2
|
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 |
const uint8_t esphome::pca9554::CONFIG_REG = 3 |
Definition at line 11 of file pca9554.cpp.
const uint8_t esphome::pca9554::INPUT_REG = 0 |
Definition at line 8 of file pca9554.cpp.
const uint8_t esphome::pca9554::INVERT_REG = 2 |
Definition at line 10 of file pca9554.cpp.
const uint8_t esphome::pca9554::OUTPUT_REG = 1 |
Definition at line 9 of file pca9554.cpp.