Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
48:244d6d81bb52
Parent:
47:6d128e500875
Child:
52:99915f5240b2
--- a/SERIAL.hpp	Mon Jan 08 21:53:40 2018 +0000
+++ b/SERIAL.hpp	Tue Jan 09 00:37:01 2018 +0000
@@ -12,10 +12,9 @@
 float SETDATE();
 float SETT();//Set the sampling rate
 void STATE();//Start or Stop sampling
-void LOGGING();
-void HELP();    
+void LOGGING();   
 static Serial pc(USBTX, USBRX);//Define serial namespace so the serial comms can be printed to
-static int Log_Value = 0;//Value of the Log
+extern int Log_Value;//Value of the Log
 
 bool Decimal_Check(char Input[100]);