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:
- 47:6d128e500875
- Parent:
- 45:875f7e18a386
- Child:
- 48:244d6d81bb52
diff -r bd9e7e40b3f9 -r 6d128e500875 NETWORK.hpp --- 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
