rearrange the folder structure

This commit is contained in:
2021-05-10 15:40:01 +02:00
parent 455439f2a9
commit 4c2cdcb040
13 changed files with 7 additions and 7 deletions
View File
View File
View File
View File
+2 -2
View File
@@ -5,9 +5,9 @@
#include <time.h> #include <time.h>
#include "config.h" #include "config.h"
#include "motorControl.h" #include "hardware/motorControl.h"
#include "moveControl.h" #include "moveControl.h"
#include "speedometer.h" #include "hardware/speedometer.h"
#include "debugMqtt.h" #include "debugMqtt.h"
void callbackControllerAction(); void callbackControllerAction();
+2 -2
View File
@@ -3,8 +3,8 @@
#include <cstdint> #include <cstdint>
#include "motorControl.h" #include "hardware/motorControl.h"
#include "speedometer.h" #include "hardware/speedometer.h"
#include "config.h" #include "config.h"
#include "debugMqtt.h" #include "debugMqtt.h"
+2 -2
View File
@@ -4,8 +4,8 @@
#include <cstdint> #include <cstdint>
#include <list> #include <list>
#include "motorControl.h" #include "hardware/motorControl.h"
#include "speedometer.h" #include "hardware/speedometer.h"
#include "config.h" #include "config.h"
struct Point{ struct Point{