Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
34:c0b8705f183d
Parent:
30:4cde05cc7c4f
Child:
35:26b0a9b55d82
--- a/SETUP.hpp	Sun Jan 07 00:45:11 2018 +0000
+++ b/SETUP.hpp	Sun Jan 07 03:08:00 2018 +0000
@@ -63,6 +63,7 @@
 Thread t4;
 Thread t5;
 
+int Log_Value = 0;
 double temp = 0;
 double pressure = 0;
 double lux = 0;
@@ -79,13 +80,12 @@
 void SW1RisingEdge();
 void SW2RisingEdge();
 
+DATA Data_Active;
+DATA Data_Buffer[mailsize];
 
 using namespace std;
 
 int mode = 0;
 
-Mail<DATA, mailsize> mail_box;       //Mail Queue, Type DATA, Capacity mailsize(defined above), name mail_box
-
-
 //DigitalIn  onBoardSwitch(USER_BUTTON);
 #endif 
\ No newline at end of file