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:
7:e88ccbe0225f
Parent:
2:0ba43344c814
--- a/YDwifi/YDwifi_uartmsg.h	Thu Mar 13 10:33:18 2014 +0000
+++ b/YDwifi/YDwifi_uartmsg.h	Fri Mar 14 08:48:12 2014 +0000
@@ -5,6 +5,9 @@
 #include "rtos.h"
 #include "RawSerial.h"
 
+namespace murata_wifi
+{
+
 #define UART_CMD_SOM        0x02
 #define UART_CMD_EOM        0x04
 #define UART_CMD_ESC        0x10
@@ -119,4 +122,5 @@
 protected:
 
 };
+}
 #endif /* _YD_WIFI_UART_MSG_H_ */
\ No newline at end of file