Time: 17:33 Date: 10/12/2017 Description: Task 1,7,8 Currently Functioning

Dependencies:   BME280 BMP280 TextLCD

Working Repository

Revision:
41:859b5e1e3d9a
Parent:
37:7c4d7f206039
Child:
48:244d6d81bb52
--- a/sample_hardware.hpp	Sun Jan 07 23:01:38 2018 +0000
+++ b/sample_hardware.hpp	Mon Jan 08 14:20:30 2018 +0000
@@ -10,7 +10,7 @@
 #include "FATFileSystem.h"
 #include "LCD.hpp"
 
-enum ELEC350_ERROR_CODE {OK, FATAL};
+enum ELEC350_ERROR_CODE {OK, NETWORK_FATAL,FATAL};//Error Codes
 
 extern DigitalOut onBoardLED;
 extern DigitalOut redLED;