|
ESPHome 2026.3.0-dev
|
Helper class to expose a CH423 pin as a GPIO pin. More...
#include <ch423.h>
Public Member Functions | |
| void | setup () override |
| void | pin_mode (gpio::Flags flags) override |
| bool | digital_read () override |
| void | digital_write (bool value) override |
| size_t | dump_summary (char *buffer, size_t len) const override |
| void | set_parent (CH423Component *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 | |
Protected Attributes | |
| CH423Component * | parent_ {} |
| uint8_t | pin_ {} |
| bool | inverted_ {} |
| gpio::Flags | flags_ {} |
Additional Inherited Members | |
Data Fields inherited from esphome::GPIOPin | |
| virtual ESPDEPRECATED("Override dump_summary(char*, size_t) instead. Will be removed in 2026.7.0.", "2026.1.0") virtual std boo | is_internal )() |
| Get a summary of this pin as a string. | |
|
overridevirtual |
Implements esphome::GPIOPin.
|
overridevirtual |
Implements esphome::GPIOPin.
|
overridevirtual |
Reimplemented from esphome::GPIOPin.
|
inlineoverridevirtual |
Implements esphome::GPIOPin.
|
overridevirtual |
Implements esphome::GPIOPin.
| void esphome::ch423::CH423GPIOPin::set_flags | ( | gpio::Flags | flags | ) |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements esphome::GPIOPin.
|
protected |
|
protected |