HomeGPT v.1.0
HomeGPT revolutionizes home automation with advanced features such as facial recognition for secure access, mood-responsive lighting, RFID-enabled garage entry, and clap-activated door closures. This system elevates the living experience by seamlessly blending security, convenience, and ambiance-enhancing technology.
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
mfrc522::IGpio Struct Referenceabstract

#include <igpio.h>

Inheritance diagram for mfrc522::IGpio:
Inheritance graph
[legend]

Public Types

enum class  Value { low = 0 , high = 1 , l = 0 , h = 1 }
 
enum class  Value { low = 0 , high = 1 , l = 0 , h = 1 }
 

Public Member Functions

virtual void setValue (Value)=0
 
virtual Value getValue ()=0
 
virtual void setValue (Value)=0
 
virtual Value getValue ()=0
 

Member Enumeration Documentation

◆ Value [1/2]

enum class mfrc522::IGpio::Value
strong
Enumerator
low 
high 

◆ Value [2/2]

enum class mfrc522::IGpio::Value
strong
Enumerator
low 
high 

Member Function Documentation

◆ getValue() [1/2]

virtual Value mfrc522::IGpio::getValue ( )
pure virtual

Implemented in BcmGpio, and SysGpio.

◆ getValue() [2/2]

virtual Value mfrc522::IGpio::getValue ( )
pure virtual

Implemented in BcmGpio, and SysGpio.

◆ setValue() [1/2]

virtual void mfrc522::IGpio::setValue ( Value  )
pure virtual

Implemented in BcmGpio, and SysGpio.

Here is the caller graph for this function:

◆ setValue() [2/2]

virtual void mfrc522::IGpio::setValue ( Value  )
pure virtual

Implemented in BcmGpio, and SysGpio.


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