ladsidfs

Dependencies:   BMP280 LGLCDv2

Fork of 0NicksCoursework_copywithserialtime by Liam Grazier

Revision:
8:582ac4c5a524
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serialtx/stx.hpp	Tue Jan 09 05:43:43 2018 +0000
@@ -0,0 +1,20 @@
+#ifndef __stx__
+#define __stx__
+#define SIG_SX 1
+void welcomemsg(void);
+void datain();
+void useseriel();
+void readalldata(); //displays date, tim, temperature, presure, ligt
+void deletealldata(); //deletes all memory from th iternal memory
+void setdate(); //sets the day month and year
+void settime(); //sets the clock hours, minutes, seconds
+void setT(); //sets the sampling period to <T> seconds
+void stateon(); //turns ampling ON and OFF
+void stateoff(); //turns ampling ON and OFF
+void help();
+void loggingon();
+void loggingoff(); //turns diagnostic logging ON and OFF  
+void deleten();//deletes the <n> records
+void readdata();
+void printcommandlist();
+#endif
\ No newline at end of file