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:
17:d8bc02c455a6
Parent:
16:6100acfeb1f1
--- a/SNIC/SNIC_Core.h	Thu Mar 27 05:43:54 2014 +0000
+++ b/SNIC/SNIC_Core.h	Thu Mar 27 06:04:00 2014 +0000
@@ -237,14 +237,12 @@
     */
     static C_SNIC_Core *getInstance();
 
-protected:
-    static C_SNIC_Core   *mInstance_p;
-    Thread               *mUartRecvThread_p;
-    RawSerial            *mUart_p;
-    Mutex                 mUartMutex;
-//    DigitalInOut        mModuleReset;
- 
 private:
+    static C_SNIC_Core        *mInstance_p;
+    Thread                    *mUartRecvThread_p;
+    RawSerial                 *mUart_p;
+    Mutex                      mUartMutex;
+//    DigitalInOut             mModuleReset;
     C_SNIC_UartCommandManager *mUartCommand_p;
 
     /** MemoryPool for payload of UART response */