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:
25:67183ed15708
Parent:
24:987e412ae879
Child:
26:f2e1030964e4
--- a/SNIC_WifiInterface.h	Fri Mar 28 00:45:15 2014 +0000
+++ b/SNIC_WifiInterface.h	Fri Mar 28 01:56:08 2014 +0000
@@ -14,6 +14,7 @@
 #define _SNIC_WIFIINTERFACE_H_
 
 #include "SNIC_Core.h"
+#include "MurataObject.h"
 
 namespace murata_wifi
 {
@@ -31,7 +32,7 @@
 
 /** Interface class for using SNIC UART.
  */
-class C_SNIC_WifiInterface {
+class C_SNIC_WifiInterface : public C_MurataObject {
 public:
     /** Constructor
         @param tx mbed pin to use for tx line of Serial interface