eftf

Fork of WizFi310Interface_Legacy by WIZnet

Revision:
2:d25ec78141e1
Parent:
0:774ff1e8b26b
--- a/Socket/Socket.cpp	Tue May 02 00:31:36 2017 +0000
+++ b/Socket/Socket.cpp	Mon Nov 27 05:30:11 2017 +0000
@@ -27,6 +27,7 @@
 #include <cstring>
 
 Socket::Socket() {
+    printf("Socket Fn\n");
     _wizfi310 = NULL;
     _wizfi310 = WizFi310::getInstance();
     if (_wizfi310 == NULL)
@@ -37,6 +38,7 @@
     _server = false;
     _cid = -1;
     _port = 0;
+    printf("Socket done\n");
 }
 
 void Socket::set_blocking(bool blocking, unsigned int timeout) {