SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Revision:
6:70f522934032
Parent:
5:ef3befe3edad
Child:
7:e88ccbe0225f
--- a/YDwifi/YDwifi.cpp	Thu Mar 13 08:44:33 2014 +0000
+++ b/YDwifi/YDwifi.cpp	Thu Mar 13 10:33:18 2014 +0000
@@ -19,7 +19,7 @@
 C_YDwifi *C_YDwifi::mInstance_p;
 
 C_YDwifi::C_YDwifi(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud):
-    mUart(tx, rx), mModuleReset(reset)
+    mUart(tx, rx)
 {
     mUartRecvThread_p = NULL;
     mInstance_p       = this;