#include <pcm5122_gpio.h>
|
| 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.
|
| |
Definition at line 9 of file pcm5122_gpio.h.
◆ digital_read()
| bool esphome::pcm5122::PCM5122GPIOPin::digital_read |
( |
| ) |
|
|
overridevirtual |
◆ digital_write()
| void esphome::pcm5122::PCM5122GPIOPin::digital_write |
( |
bool | value | ) |
|
|
overridevirtual |
◆ dump_summary()
| size_t esphome::pcm5122::PCM5122GPIOPin::dump_summary |
( |
char * | buffer, |
|
|
size_t | len ) const |
|
overridevirtual |
◆ get_flags()
| gpio::Flags esphome::pcm5122::PCM5122GPIOPin::get_flags |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ pin_mode()
| void esphome::pcm5122::PCM5122GPIOPin::pin_mode |
( |
gpio::Flags | flags | ) |
|
|
overridevirtual |
◆ set_flags()
| void esphome::pcm5122::PCM5122GPIOPin::set_flags |
( |
gpio::Flags | flags | ) |
|
|
inline |
◆ set_inverted()
| void esphome::pcm5122::PCM5122GPIOPin::set_inverted |
( |
bool | inverted | ) |
|
|
inline |
◆ set_pin()
| void esphome::pcm5122::PCM5122GPIOPin::set_pin |
( |
uint8_t | pin | ) |
|
|
inline |
◆ setup()
| void esphome::pcm5122::PCM5122GPIOPin::setup |
( |
| ) |
|
|
overridevirtual |
◆ flags_
◆ inverted_
| bool esphome::pcm5122::PCM5122GPIOPin::inverted_ {false} |
|
protected |
◆ pin_
| uint8_t esphome::pcm5122::PCM5122GPIOPin::pin_ {0} |
|
protected |
◆ value_
| bool esphome::pcm5122::PCM5122GPIOPin::value_ {false} |
|
protected |
The documentation for this class was generated from the following files: