added service 20

This commit is contained in:
2021-02-22 17:36:44 +01:00
committed by Robin Mueller
parent 219150b8ab
commit 430cf22973
24 changed files with 358 additions and 196 deletions

View File

@ -23,7 +23,8 @@ public:
virtual ~LibgpiodTest();
protected:
virtual ReturnValue_t performPeriodicAction() override;
ReturnValue_t performOneShotAction() override;
ReturnValue_t performPeriodicAction() override;
private:
GpioIF* gpioInterface;