ESPHome
2024.9.0
|
Helper class to expose a SC74HC165 pin as an internal input GPIO pin. More...
#include <sn74hc165.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_pin (uint16_t pin) |
void | set_inverted (bool inverted) |
Public Member Functions inherited from esphome::GPIOPin | |
virtual bool | is_internal () |
Public Member Functions inherited from esphome::Parented< SN74HC165Component > | |
Parented () | |
Parented (SN74HC165Component *parent) | |
SN74HC165Component * | get_parent () const |
Get the parent of this object. More... | |
void | set_parent (SN74HC165Component *parent) |
Set the parent of this object. More... | |
Protected Attributes | |
uint16_t | pin_ |
bool | inverted_ |
Protected Attributes inherited from esphome::Parented< SN74HC165Component > | |
SN74HC165Component * | parent_ |
Helper class to expose a SC74HC165 pin as an internal input GPIO pin.
Definition at line 44 of file sn74hc165.h.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 67 of file sn74hc165.cpp.
|
inlineoverridevirtual |
Implements esphome::GPIOPin.
Definition at line 49 of file sn74hc165.h.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 69 of file sn74hc165.cpp.
|
inlineoverridevirtual |
Implements esphome::GPIOPin.
Definition at line 47 of file sn74hc165.h.
|
inline |
Definition at line 53 of file sn74hc165.h.
|
inline |
Definition at line 52 of file sn74hc165.h.
|
inlineoverridevirtual |
Implements esphome::GPIOPin.
Definition at line 46 of file sn74hc165.h.
|
protected |
Definition at line 57 of file sn74hc165.h.
|
protected |
Definition at line 56 of file sn74hc165.h.