Plymouth ELEC351 Group T / Mbed OS ELEC351_Group_T

Fork of ELEC351 by Plymouth ELEC351 Group T

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