building events
This commit is contained in:
@@ -16,11 +16,12 @@
|
||||
#include <fstream>
|
||||
|
||||
#include "../lib/wiringPi/wiringPi.h"
|
||||
#include "../lib/json/json.hpp"
|
||||
|
||||
class GPIOInterface
|
||||
{
|
||||
public:
|
||||
GPIOInterface(std::string config_path);
|
||||
GPIOInterface(nlohmann::json config);
|
||||
virtual ~GPIOInterface();
|
||||
|
||||
static void write_pin(char address, char data)
|
||||
|
||||
Reference in New Issue
Block a user