reworked inputgpiointerface

This commit is contained in:
Jonas Zeunert
2018-05-31 16:11:46 +02:00
parent 9ab84bb060
commit fffaa9ccc8
3 changed files with 10 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ using namespace nlohmann;
class GPIOInterface
{
public:
GPIOInterface(std::string config_path) = 0;
~GPIOInterface();
GPIOInterface(std::string config_path);
virtual ~GPIOInterface();
static void write_pin(char address, char data)
{