FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

Revision:
47:6d128e500875
Child:
48:244d6d81bb52
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SERIAL_COMMANDS.hpp	Mon Jan 08 21:53:40 2018 +0000
@@ -0,0 +1,15 @@
+#ifndef SERIAL_COMMANDS_hpp
+#define SERIAL_COMMANDS_HPP
+#include "TIME.hpp"
+#include "DATA.hpp"
+#include "SERIAL.hpp"
+#include "SAMPLE.hpp"
+extern float Sample_Rate;
+void Serial_Commands_Output();
+//Tickers
+extern Ticker Console_Output_Timer;//Controls Serial comms
+extern Ticker Sampling_Timer;//Controls Sampling
+
+extern char input[100];
+
+#endif
\ No newline at end of file