This is library for using WizFi250

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

Revision:
13:0b8e51d3c0e8
Parent:
6:e149bf87a1bd
Child:
21:86e26540cc84
--- a/WizFi250Interface.h	Thu Jun 25 05:16:39 2015 +0000
+++ b/WizFi250Interface.h	Fri Jun 26 04:19:01 2015 +0000
@@ -28,7 +28,7 @@
 class WizFi250Interface : public WizFi250{
 public:
 
-    WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200, mbed::Serial *debug = NULL);
+    WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
 
     int init(const char *name = NULL);
     int init(const char* ip, const char* mask, const char* gateway, const char* name = NULL);