Freedman v2
Fork of WizFi250Interface by
Diff: WizFi250Interface.h
- Revision:
- 13:0b8e51d3c0e8
- Parent:
- 6:e149bf87a1bd
diff -r bb8e979df6df -r 0b8e51d3c0e8 WizFi250Interface.h --- 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);