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

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Tue Mar 31 02:50:55 2015 +0000
Parent:
48:ee7e07fb401f
Child:
50:cd632a13e4dc
Commit message:
disabled _DEBUG option. https://developer.mbed.org/users/ban4jp/code/SNICInterface_PullReq/rev/bed083d9f739

Changed in this revision

SNIC/MurataObject.h Show annotated file Show diff for this revision Revisions of this file
--- a/SNIC/MurataObject.h	Tue Mar 31 02:48:32 2015 +0000
+++ b/SNIC/MurataObject.h	Tue Mar 31 02:50:55 2015 +0000
@@ -20,7 +20,7 @@
 #define _MURATA_OBJECT_H_
 #include "mbed.h"
 
-#define _DEBUG      /* If this definition is enabled, debug log is output. */
+//#define _DEBUG      /* If this definition is enabled, debug log is output. */
 //#define _FUNC_TRACE
 
 #ifdef _DEBUG