Add a struct defining EEPROM storage

This commit is contained in:
Scott Lahteine
2018-01-03 20:39:08 -06:00
parent 42216f52ab
commit 51977c64ee
5 changed files with 198 additions and 168 deletions

View File

@@ -41,8 +41,6 @@
#ifndef VECTOR_3_H
#define VECTOR_3_H
#if HAS_ABL
class matrix_3x3;
struct vector_3 {
@@ -79,5 +77,4 @@ struct matrix_3x3 {
void apply_rotation_xyz(matrix_3x3 rotationMatrix, float &x, float &y, float &z);
#endif // HAS_ABL
#endif // VECTOR_3_H