OLD

OLD

Revision:
10:698c5e96b5b1
Parent:
7:b75b7fc144ff
Child:
12:63e714550791
--- a/GSwifi.h	Wed Aug 22 00:27:58 2012 +0000
+++ b/GSwifi.h	Wed Aug 22 01:33:46 2012 +0000
@@ -117,11 +117,11 @@
     /**
      * default constructor
      */
-    GSwifi (PinName p_tx, PinName p_rx);
+    GSwifi (PinName p_tx, PinName p_rx, int baud = GS_BAUD);
     /**
      * Default constructor (with hardware fllow controll)
      */
-    GSwifi (PinName p_tx, PinName p_rx, PinName p_cts, PinName p_rts);
+    GSwifi (PinName p_tx, PinName p_rx, PinName p_cts, PinName p_rts, int baud = GS_BAUD);
     /**
      * send command
      */