ESPHome
2024.9.0
|
Helper class to expose a PCA6416A pin as an internal input GPIO pin. More...
#include <pca6416a.h>
Public Member Functions | |
void | setup () override |
void | pin_mode (gpio::Flags flags) override |
bool | digital_read () override |
void | digital_write (bool value) override |
std::string | dump_summary () const override |
void | set_parent (PCA6416AComponent *parent) |
void | set_pin (uint8_t pin) |
void | set_inverted (bool inverted) |
void | set_flags (gpio::Flags flags) |
Public Member Functions inherited from esphome::GPIOPin | |
virtual bool | is_internal () |
Protected Attributes | |
PCA6416AComponent * | parent_ |
uint8_t | pin_ |
bool | inverted_ |
gpio::Flags | flags_ |
Helper class to expose a PCA6416A pin as an internal input GPIO pin.
Definition at line 42 of file pca6416a.h.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 165 of file pca6416a.cpp.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 166 of file pca6416a.cpp.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 167 of file pca6416a.cpp.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 164 of file pca6416a.cpp.
|
inline |
Definition at line 53 of file pca6416a.h.
|
inline |
Definition at line 52 of file pca6416a.h.
|
inline |
Definition at line 50 of file pca6416a.h.
|
inline |
Definition at line 51 of file pca6416a.h.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 163 of file pca6416a.cpp.
|
protected |
Definition at line 59 of file pca6416a.h.
|
protected |
Definition at line 58 of file pca6416a.h.
|
protected |
Definition at line 56 of file pca6416a.h.
|
protected |
Definition at line 57 of file pca6416a.h.