Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
53:71f59e195f06
Parent:
52:99915f5240b2
--- a/SERIAL.hpp	Tue Jan 09 22:27:49 2018 +0000
+++ b/SERIAL.hpp	Mon May 07 15:44:34 2018 +0000
@@ -7,9 +7,9 @@
 //Libraries and header includes
 #include "mbed.h"
 #include <iostream>
-#include "FIFO.hpp"
 using namespace std;
 static Serial pc(USBTX, USBRX);         //Define serial namespace so the serial comms can be printed to
 bool Decimal_Check(char Input[100]);    //Checks if the input character array as a decimal within it
 int Decimal_Position(char Input[100]);  //Finds where the Decimal Position is within the array
+extern bool motor_direction;
 #endif
\ No newline at end of file