ESPHome  2024.4.1
Public Member Functions | Protected Attributes
esphome::max6956::MAX6956GPIOPin Class Reference

#include <max6956.h>

Inheritance diagram for esphome::max6956::MAX6956GPIOPin:
esphome::GPIOPin

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 (MAX6956 *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

MAX6956parent_
 
uint8_t pin_
 
bool inverted_
 
gpio::Flags flags_
 

Detailed Description

Definition at line 73 of file max6956.h.

Member Function Documentation

◆ digital_read()

bool esphome::max6956::MAX6956GPIOPin::digital_read ( )
overridevirtual

Implements esphome::GPIOPin.

Definition at line 161 of file max6956.cpp.

◆ digital_write()

void esphome::max6956::MAX6956GPIOPin::digital_write ( bool  value)
overridevirtual

Implements esphome::GPIOPin.

Definition at line 162 of file max6956.cpp.

◆ dump_summary()

std::string esphome::max6956::MAX6956GPIOPin::dump_summary ( ) const
overridevirtual

Implements esphome::GPIOPin.

Definition at line 163 of file max6956.cpp.

◆ pin_mode()

void esphome::max6956::MAX6956GPIOPin::pin_mode ( gpio::Flags  flags)
overridevirtual

Implements esphome::GPIOPin.

Definition at line 160 of file max6956.cpp.

◆ set_flags()

void esphome::max6956::MAX6956GPIOPin::set_flags ( gpio::Flags  flags)
inline

Definition at line 84 of file max6956.h.

◆ set_inverted()

void esphome::max6956::MAX6956GPIOPin::set_inverted ( bool  inverted)
inline

Definition at line 83 of file max6956.h.

◆ set_parent()

void esphome::max6956::MAX6956GPIOPin::set_parent ( MAX6956 parent)
inline

Definition at line 81 of file max6956.h.

◆ set_pin()

void esphome::max6956::MAX6956GPIOPin::set_pin ( uint8_t  pin)
inline

Definition at line 82 of file max6956.h.

◆ setup()

void esphome::max6956::MAX6956GPIOPin::setup ( )
overridevirtual

Implements esphome::GPIOPin.

Definition at line 159 of file max6956.cpp.

Field Documentation

◆ flags_

gpio::Flags esphome::max6956::MAX6956GPIOPin::flags_
protected

Definition at line 90 of file max6956.h.

◆ inverted_

bool esphome::max6956::MAX6956GPIOPin::inverted_
protected

Definition at line 89 of file max6956.h.

◆ parent_

MAX6956* esphome::max6956::MAX6956GPIOPin::parent_
protected

Definition at line 87 of file max6956.h.

◆ pin_

uint8_t esphome::max6956::MAX6956GPIOPin::pin_
protected

Definition at line 88 of file max6956.h.


The documentation for this class was generated from the following files: