FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

Revision:
53:71f59e195f06
Parent:
52:99915f5240b2
Child:
57:aba1296e51b1
--- a/SERIAL_COMMANDS.hpp	Tue Jan 09 22:27:49 2018 +0000
+++ b/SERIAL_COMMANDS.hpp	Mon May 07 15:44:34 2018 +0000
@@ -6,16 +6,17 @@
 #define SERIAL_COMMANDS_HPP
 //Libraries and header includes
 #include "TIME.hpp"
-#include "DATA.hpp"
 #include "SERIAL.hpp"
-#include "SAMPLE.hpp"
+#include "LED_LOGGING.hpp"
 
 extern float Sample_Rate;       
 void Serial_Commands_Output();
 
 extern int NetworkWaitTime;
 extern Ticker Sampling_Timer;   //Controls Sampling
-
+extern int direction;
+extern int steps;
+extern int Motor_To_Select;
 extern char input[100];         //Character input buffer used for the serial inputs
 
 #endif
\ No newline at end of file