Arduino IDE compatiblity

This commit is contained in:
Pascal Serrarens 2024-01-03 11:16:12 +01:00
parent 4957be37e7
commit c66a3215e1
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
#pragma once
#include "Thing.h"
#include "Vector2.h"
#include "Vector3.h"
#include "VectorAlgebra/include/Vector2.h"
#include "VectorAlgebra/include/Vector3.h"
namespace Passer {
namespace RoboidControl {

View File

@ -2,9 +2,9 @@
#include "Motor.h"
#include "Placement.h"
#include "Polar.h"
#include "Quaternion.h"
#include "Vector2.h"
#include "VectorAlgebra/include/Polar.h"
#include "VectorAlgebra/include/Quaternion.h"
#include "VectorAlgebra/include/Vector2.h"
namespace Passer {
namespace RoboidControl {