![]() |
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 "ControllerThread.h"
#include <iostream>
#include <fstream>
#include <string>
#include <boost/filesystem.hpp>
#include <pigpio.h>
Functions | |
int | main (int argc, const char *argv[]) |
This is main entry for the program.
int main | ( | int | argc, |
const char * | argv[] | ||
) |