![]() |
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.
|
#include <sys_gpio_impl.h>
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 | |
SysGpio (unsigned int pin, spidevpp::Gpio::Direction direction, spidevpp::Gpio::Value value) | |
void | setValue (Value value) final |
Value | getValue () final |
Public Attributes | |
spidevpp::Gpio | mGpio |
|
stronginherited |
|
stronginherited |
|
inline |
|
inlinefinalvirtual |
|
inlinefinalvirtual |
spidevpp::Gpio SysGpio::mGpio |