implement basic arm class
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
#include "OSerialBus.h"
|
||||
#include "Motor.h"
|
||||
#include "Arm.h"
|
||||
|
||||
// Singleton-class, use MainLoop::getInstance() to get the only instance of the runtime
|
||||
class MainLoop
|
||||
@@ -15,10 +14,7 @@ public:
|
||||
private:
|
||||
MainLoop() noexcept;
|
||||
|
||||
OSerialBus oSerialBus;
|
||||
Motor j0;
|
||||
Motor j1;
|
||||
Motor j2;
|
||||
|
||||
bool isRunning = true;
|
||||
|
||||
Arm arm;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user