EthW5500+STM32

Dependencies:   MQTT WIZnet_Library mbed

Fork of EthW5500 by YX ZHANG

Revision:
3:54ad271708ff
Parent:
2:566a6b762cdf
Child:
5:23424c038538
--- a/ETHW5500.h	Thu Apr 19 13:57:24 2018 +0000
+++ b/ETHW5500.h	Fri Apr 20 01:37:27 2018 +0000
@@ -6,6 +6,7 @@
 #include "MQTTClient.h"
 typedef MQTT::Client<MQTTSocket,Countdown> MClient;
 int Eth_Init(uint8_t *mar_addr);
+int Eth_ConnectToSer(char *URL);
 int Eth_Subscribe(const char* ns,const char *NODE_NAME, const char* type);
 void Eth_Report(const char* ns,const char *NODE_NAME, const char* type,const char* payload , size_t payload_len , 
                     bool retain );