Modified for W5500 Ethernet initialize Added the Ethernet interface re-initialize code Added the connection retry
Dependents: ThingPlug_Ethernet_Example
Fork of GMMP_mbed by
Diff: Network/TCPclient/Utility.h
- Revision:
- 0:7e575e5f88ec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Network/TCPclient/Utility.h Sun Aug 09 14:11:35 2015 +0000 @@ -0,0 +1,18 @@ +#ifndef UTILITY_H_ +#define UTILITY_H_ + +#include "mbed.h" +#include <string.h> + +#ifdef __cplusplus +extern "C" { +#endif + +void delay(int ms); +char* strdup(const char* s); + +#ifdef __cplusplus +} +#endif + +#endif \ No newline at end of file