got motor running
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
#include "UartHandler.hpp"
|
||||
#include "AdafruitPWMBoard.hpp"
|
||||
#include"AdafruitServoMotor.hpp"
|
||||
|
||||
// Singleton-instance
|
||||
class MainLoop
|
||||
@@ -16,4 +18,7 @@ class MainLoop
|
||||
|
||||
MainLoop() noexcept;
|
||||
~MainLoop() noexcept;
|
||||
|
||||
AdafruitPWMBoard pwmBoard;
|
||||
AdafruitServoMotor m0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user