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

Dependencies:   BME280 BMP280 TextLCD

Working Repository

Revision:
45:875f7e18a386
Parent:
37:7c4d7f206039
Child:
47:6d128e500875
--- a/NETWORK.hpp	Mon Jan 08 15:38:53 2018 +0000
+++ b/NETWORK.hpp	Mon Jan 08 18:43:58 2018 +0000
@@ -41,6 +41,6 @@
 
 
 int Network_Init();
-void Networking(int network_day, int network_month, int network_year, int network_hours, int network_minute, float network_temperature, float network_pressure, float network_light);
+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);
 
 #endif
\ No newline at end of file