This is library for using WizFi250

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

Revision:
13:0b8e51d3c0e8
Parent:
8:431172d536ee
Child:
14:1f5121c5efcd
--- a/WizFi250Interface.cpp	Thu Jun 25 05:16:39 2015 +0000
+++ b/WizFi250Interface.cpp	Fri Jun 26 04:19:01 2015 +0000
@@ -23,8 +23,8 @@
 
 #include "WizFi250Interface.h"
 
-WizFi250Interface::WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud, mbed::Serial *debug):
-    WizFi250(tx, rx, cts, rts, reset, alarm, baud, debug)
+WizFi250Interface::WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud):
+    WizFi250(tx, rx, cts, rts, reset, alarm, baud)
 {
 
 }