blinking task

This commit is contained in:
Paul Nehlich
2023-09-22 13:18:15 +02:00
parent 95c26b34c7
commit 809c41a4d7
6 changed files with 65 additions and 20 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#include <xgpiops.h>
#include <fsfw/objectmanager/SystemObject.h>
#include <fsfw/tasks/ExecutableObjectIF.h>
@ -15,6 +13,4 @@ class PrintController: public SystemObject, public ExecutableObjectIF {
ReturnValue_t performOperation(uint8_t operationCode) override;
private:
XGpioPs gpio;
};