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/SNIC_UartMsgUtil.h	Tue Apr 01 07:19:19 2014 +0000
+++ b/SNIC/SNIC_UartMsgUtil.h	Mon May 26 05:17:28 2014 +0000
@@ -18,9 +18,6 @@
 #include "rtos.h"
 #include "RawSerial.h"
 
-namespace murata_wifi
-{
-
 #define UART_CMD_SOM        0x02
 #define UART_CMD_EOM        0x04
 #define UART_CMD_ESC        0x10
@@ -170,5 +167,5 @@
 protected:
 
 };
-}
+
 #endif /* _YD_WIFI_UART_MSG_H_ */
\ No newline at end of file