diff --git a/.cproject b/.cproject index 8df7f75..d3705ff 100644 --- a/.cproject +++ b/.cproject @@ -18,15 +18,19 @@ - + - - @@ -63,15 +67,21 @@ - + - - @@ -111,5 +121,13 @@ - + + + + + + + + + diff --git a/.project b/.project index ceb95d7..3a44197 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - test1 + mrlcomm diff --git a/LinkedList.cpp b/LinkedList.cpp index 4a18eed..f44f021 100644 --- a/LinkedList.cpp +++ b/LinkedList.cpp @@ -1,8 +1,8 @@ #ifndef LinkedList_cpp #define LinkedList_cpp -#include "Emulator.h" #include "LinkedList.h" +#include "Arduino.h" // Initialize LinkedList with false values template diff --git a/LinkedList.h b/LinkedList.h index 4202e04..ab3ee78 100644 --- a/LinkedList.h +++ b/LinkedList.h @@ -10,8 +10,6 @@ #ifndef LinkedList_h #define LinkedList_h -#include "Arduino.h" - template struct ListNode { diff --git a/virtual/Servo.cpp b/virtual/Servo.cpp index 021d651..77fd77e 100644 --- a/virtual/Servo.cpp +++ b/virtual/Servo.cpp @@ -5,6 +5,7 @@ * Author: gperry */ +#include "Arduino.h" #include "Servo.h" Servo::Servo() {