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

Dependencies:   BME280 BMP280 TextLCD

Working Repository

Revision:
47:6d128e500875
Parent:
45:875f7e18a386
Child:
48:244d6d81bb52
--- a/NETWORK.hpp	Mon Jan 08 19:03:49 2018 +0000
+++ b/NETWORK.hpp	Mon Jan 08 21:53:40 2018 +0000
@@ -13,6 +13,7 @@
 #include <iostream>
 #include <string> 
 #include "TIME.hpp"
+#include "SERIAL.hpp"
 
 
 #define HTTP_STATUS_LINE "HTTP/1.0 200 OK"
@@ -41,6 +42,6 @@
 
 
 int Network_Init();
-void Networking(int network_day, int network_month, int network_year, int network_hours, int network_minute,int network_seconds, float network_temperature, float network_pressure, float network_light);
+void Networking();
 
 #endif
\ No newline at end of file