|
ESPHome 2025.10.3
|
Helper class to expose a MPR121 pin as an internal input GPIO pin. More...
#include <mpr121.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 (MPR121Component *parent) |
| void | set_pin (uint8_t pin) |
| void | set_inverted (bool inverted) |
| void | set_flags (gpio::Flags flags) |
| gpio::Flags | get_flags () const override |
Public Member Functions inherited from esphome::GPIOPin | |
| virtual bool | is_internal () |
Protected Attributes | |
| MPR121Component * | parent_ |
| uint8_t | pin_ |
| bool | inverted_ |
| gpio::Flags | flags_ |
Helper class to expose a MPR121 pin as an internal input GPIO pin.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 146 of file mpr121.cpp.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 151 of file mpr121.cpp.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 156 of file mpr121.cpp.
|
inlineoverridevirtual |
Implements esphome::GPIOPin.
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 141 of file mpr121.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements esphome::GPIOPin.
Definition at line 139 of file mpr121.cpp.
|
protected |
|
protected |