xMerge branch 'master' of https://github.com/swinginbird/flippr-code
This commit is contained in:
@@ -15,11 +15,8 @@
|
|||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#include "../lib/json/json.hpp"
|
|
||||||
#include "../lib/wiringPi/wiringPi.h"
|
#include "../lib/wiringPi/wiringPi.h"
|
||||||
|
|
||||||
using namespace nlohmann;
|
|
||||||
|
|
||||||
class GPIOInterface
|
class GPIOInterface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -35,9 +32,6 @@ public:
|
|||||||
{
|
{
|
||||||
return digitalRead(address);
|
return digitalRead(address);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
|
||||||
json config;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user