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:
29:6a0ba999597d
Parent:
26:f2e1030964e4
Child:
31:15c22824cc46
--- a/SNIC_WifiInterface.h	Tue Apr 01 07:19:19 2014 +0000
+++ b/SNIC_WifiInterface.h	Mon May 26 05:17:28 2014 +0000
@@ -16,9 +16,6 @@
 #include "SNIC_Core.h"
 #include "MurataObject.h"
 
-namespace murata_wifi
-{
-
 /** Wi-Fi status used by getWifiStatus(). */
 typedef struct
 {
@@ -154,5 +151,4 @@
     int     mUART_baud;
     PinName mModuleReset;
 };
-}
 #endif  /* _YD_WIFIINTERFACE_H_ */
\ No newline at end of file