This is library for using WizFi250

Dependents:   WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more

Revision:
3:bb87855a8277
Parent:
1:23e6f886c8f1
Child:
4:085e7efeae47
--- a/WizFi250/WizFi250.h	Tue Jun 03 04:23:37 2014 +0000
+++ b/WizFi250/WizFi250.h	Thu Nov 13 09:16:02 2014 +0900
@@ -145,8 +145,8 @@
         return _inst;
     };
 
-    Serial getDebug() {
-        return _debug;
+    Serial *getDebug() {
+        return &_debug;
     }
 
 
@@ -294,4 +294,4 @@
 
 };
 
-#endif /* WIZFI250_H_ */
\ No newline at end of file
+#endif /* WIZFI250_H_ */