summaryrefslogtreecommitdiff
path: root/src/gyronardo.cpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-15 12:33:52 +0100
committerHampusM <hampus@hampusmat.com>2022-02-15 12:33:52 +0100
commitbcdce9633dc351d3bc7f347a165348b8fab87cd9 (patch)
tree88c2f5d8f0c5fac2bca28e4b543e5209f3bc98fb /src/gyronardo.cpp
parent917adc6a2b6b166e37fc3d4f94b41488f0c245a5 (diff)
refactor: reorganize files & improve classes
Diffstat (limited to 'src/gyronardo.cpp')
-rw-r--r--src/gyronardo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gyronardo.cpp b/src/gyronardo.cpp
index 1133f3f..e78bb1d 100644
--- a/src/gyronardo.cpp
+++ b/src/gyronardo.cpp
@@ -1,7 +1,7 @@
-#include "calibration.hpp"
+#include "sensor/calibration.hpp"
#include "sensor/sensor.hpp"
-#include "utils/memory.hpp"
-#include "utils/serial.hpp"
+#include "serial.hpp"
+#include "std/memory.hpp"
#include <Arduino.h>
#include <Wire.h>