Plymouth ELEC351 Group T / Mbed OS ELEC351_Group_T

Fork of ELEC351 by Plymouth ELEC351 Group T

Revision:
37:7c4d7f206039
Parent:
36:a0098306fc58
Child:
45:875f7e18a386
--- a/NETWORK.hpp	Sun Jan 07 16:17:24 2018 +0000
+++ b/NETWORK.hpp	Sun Jan 07 19:21:11 2018 +0000
@@ -40,7 +40,7 @@
 #define GATEWAY   "10.0.0.1"
 
 
-void Network_Init();
+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);
 
 #endif
\ No newline at end of file