SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
50:d390d41d1405
Parent:
47:62ba69ff80d2
--- a/SNIC_WifiInterface.h	Sat Jan 31 13:41:56 2015 +0000
+++ b/SNIC_WifiInterface.h	Sun Mar 22 14:13:10 2015 +0000
@@ -47,9 +47,14 @@
         @param alarm alarm pin of the wifi module (default: NC)
         @param baud baud rate of Serial interface (default: 115200)
     */
+    C_SNIC_WifiInterface() {};
     C_SNIC_WifiInterface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
     virtual ~C_SNIC_WifiInterface();
 
+    /** Create instance.
+    */
+    void create(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
+
     /** Initialize the interface.
         @return 0 on success, a negative number on failure
     */