Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
53:71f59e195f06
Parent:
52:99915f5240b2
diff -r 99915f5240b2 -r 71f59e195f06 SERIAL.cpp
--- a/SERIAL.cpp	Tue Jan 09 22:27:49 2018 +0000
+++ b/SERIAL.cpp	Mon May 07 15:44:34 2018 +0000
@@ -1,4 +1,5 @@
 #include "SERIAL.hpp"
+extern bool motor_direction = 0;
 bool Decimal_Check(char Input[100])         //Check if there is a decimal within the Array
 {
     for(int x = 0; x < sizeof(Input); x++)