reworked inputgpiointerface
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user