This is library for using WizFi250

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

Revision:
6:e149bf87a1bd
Parent:
4:085e7efeae47
Child:
13:0b8e51d3c0e8
--- a/WizFi250Interface.h	Fri Nov 14 15:14:56 2014 +0900
+++ b/WizFi250Interface.h	Fri Nov 14 15:22:27 2014 +0900
@@ -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);
+    WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200, mbed::Serial *debug = NULL);
 
     int init(const char *name = NULL);
     int init(const char* ip, const char* mask, const char* gateway, const char* name = NULL);