🧼 Makes magnometer own class
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef IMU_h
|
||||
#define IMU_h
|
||||
#pragma once
|
||||
|
||||
#include <list>
|
||||
#include <SPI.h>
|
||||
@@ -61,6 +60,4 @@ class IMU {
|
||||
VectorFloat gravity;
|
||||
float ypr[3];
|
||||
float imu_temperature {-1};
|
||||
};
|
||||
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user