Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
25:36699ed589ab
Child:
47:6d128e500875
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SERIAL.hpp	Mon Jan 01 20:14:19 2018 +0000
@@ -0,0 +1,18 @@
+#ifndef SERIAL_HPP //Known as header guards
+#define SERIAL_HPP
+
+#include "mbed.h"
+#include <iostream>
+using namespace std;
+
+void DELETE_ALL();
+void READ_n();
+void DELETE_n();
+float SETDATE();
+float SETT();//Set the sampling rate
+void STATE();//Start or Stop sampling
+void LOGGING();
+void HELP();    
+
+
+#endif
\ No newline at end of file