FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

Revision:
23:3c85d7f657a2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SERIAL.hpp	Sat Dec 30 20:55:48 2017 +0000
@@ -0,0 +1,17 @@
+#ifndef _SERIAL_HPP_ //Known as header guards
+#define _SERIAL_HPP_
+
+#include "mbed.h"
+#include <iostream>
+void READ_ALL();
+void DELETE_ALL();
+void READ_n();
+void DELETE_n();
+void SETDATE();
+void SETT();//Set the sampling rate
+void STATE();//Start or Stop sampling
+void LOGGING();
+void HELP();    
+
+
+#endif
\ No newline at end of file