Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ELEC351 by
Diff: NETWORK.hpp
- 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
