This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
69:8c5f220441f5
Parent:
63:157ee3202edb
--- a/core/NyLPC_cMiMicEnv.h	Thu May 22 12:59:50 2014 +0000
+++ b/core/NyLPC_cMiMicEnv.h	Thu May 29 14:29:15 2014 +0000
@@ -11,10 +11,15 @@
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
+#include "NyLPC_stdlib.h"
 
 
-#define NyLPC_cMiMicEnv_VERSION "MiMic/1.4.73"
+#define NyLPC_cMiMicEnv_VERSION         1
+#define NyLPC_cMiMicEnv_SHORT_NAME      2
+#define NyLPC_cMiMicEnv_ETHERNET_PHY    3
+#define NyLPC_cMiMicEnv_MCU_NAME        4
 
+const char* NyLPC_cMiMicEnv_getStrProperty(NyLPC_TUInt16 i_id);
 
 #ifdef __cplusplus
 }