V4

Dependencies:   BMP280

Fork of Thread_Communication_V4_fortest by BDG

Revision:
16:f30928e622a2
Parent:
14:7c4d87dfc388
Child:
17:aa585f901750
--- a/main.h	Sat Jan 06 13:52:46 2018 +0000
+++ b/main.h	Sat Jan 06 18:05:43 2018 +0000
@@ -77,12 +77,15 @@
 
 /* Mail */
 typedef struct {
+    char Time_Date[21];
     float LDR_Value;
     float temp_Value;
     float press_Value;
 } mail_t;
 
-Mail<mail_t, 16> mail_box;
+Mail<mail_t, 16> mail_LCD;
+Mail<mail_t, 16> mail_FIFO;
+Mail<mail_t, 16> mail_Network;
 //Mail<mail_t, 16> mail_box2;
 
 //data FIFO buffer