Arduino IDE compatiblity
This commit is contained in:
parent
4957be37e7
commit
c66a3215e1
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user