V4

Dependencies:   BMP280

Fork of Thread_Communication_V4_fortest by BDG

Revision:
14:7c4d87dfc388
Parent:
13:089f3adb3813
Child:
16:f30928e622a2
--- a/main.h	Fri Jan 05 19:47:33 2018 +0000
+++ b/main.h	Sat Jan 06 12:22:12 2018 +0000
@@ -7,6 +7,8 @@
 #define MAX_SAMPLES 120
 #define SENSOR_UPDATE 1
 #define DATA_READY 1
+#define LCD_REFRESH 1  // define time for LCD to refresh (ever 1 second for clock)
+#define LCD_READY 1         // LCD ISR to LCD thread Signal
 #define ON 1
 #define OFF 0