forked from ROMEO/obsw
BlinkController is now a own task;
I learned to add a new system object; Blinkers gonna blink; Printers gonna print;
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <xgpiops.h>
|
||||
|
||||
#include <fsfw/objectmanager/SystemObject.h>
|
||||
#include <fsfw/tasks/ExecutableObjectIF.h>
|
||||
|
||||
#include <xgpiops.h>
|
||||
|
||||
class BlinkController: public SystemObject, public ExecutableObjectIF {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user