Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
35:26b0a9b55d82
Parent:
34:c0b8705f183d
Child:
37:7c4d7f206039
--- a/SETUP.hpp	Sun Jan 07 03:08:00 2018 +0000
+++ b/SETUP.hpp	Sun Jan 07 13:32:54 2018 +0000
@@ -2,13 +2,14 @@
 #define _SETUP_HPP_
 
 #include "sample_hardware.hpp"
-#include "Networkbits.hpp"
+//#include "Networkbits.hpp"
 #include "rtos.h"
 #include "LED.hpp"
 #include "DATA.hpp"
 #include "LCD.hpp"
 #include "SERIAL.hpp"
 #include "TIME.hpp"
+//#include "NETWORK.hpp"
 #define SerialCommsTime 1
 #define NotSerialCommsTime 0
 #define SamplingTime 1
@@ -16,6 +17,7 @@
 #define Print_Time_to_LCD 1
 #define Dont_Print_Time_to_LCD 0
 #define TimerInterval 2 //This is in seconds
+#define Default_Mode_Toggle_Time 3000
 #define EDGE_RISEN 1
 #define EDGE_FALLEN 0
 #define mailsize 5