This is library for using WizFi250

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

Revision:
13:0b8e51d3c0e8
Parent:
10:187e3fd24123
Child:
14:1f5121c5efcd
--- a/WizFi250/WizFi250.h	Thu Jun 25 05:16:39 2015 +0000
+++ b/WizFi250/WizFi250.h	Fri Jun 26 04:19:01 2015 +0000
@@ -115,7 +115,7 @@
     };
 
 
-    WizFi250 (PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200, mbed::Serial *debug = NULL);
+    WizFi250 (PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
 
     // --------- WizFi250_at.cpp ---------
     void clearFlags     ();
@@ -169,7 +169,6 @@
     DigitalIn *_cts;
     DigitalOut *_rts;
     int _flow;
-    mbed::Serial *_debug;
 
     DigitalInOut _reset;