refactored json bib

This commit is contained in:
Jonas Zeunert
2018-05-31 18:04:47 +02:00
parent ed83469dc3
commit 25590b3de2

View File

@@ -15,11 +15,8 @@
#include <fstream>
#include "../lib/json/json.hpp"
#include "../lib/wiringPi/wiringPi.h"
using namespace nlohmann;
class GPIOInterface
{
public:
@@ -35,9 +32,6 @@ public:
{
return digitalRead(address);
}
protected:
json config;
};