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

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NyLPC_mimicvm_utils_protected.h Source File

NyLPC_mimicvm_utils_protected.h

00001 /*
00002  * NyLPC_mimicvm_utils_protected.h
00003  *
00004  *  Created on: 2011/09/10
00005  *      Author: nyatla
00006  */
00007 
00008 #ifndef NYLPC_MIMICVM_UTILS_PROTECTED_H_
00009 #define NYLPC_MIMICVM_UTILS_PROTECTED_H_
00010 #include "NyLPC_stdlib.h"
00011 
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif /* __cplusplus */
00015 
00016 NyLPC_TBool NyLPC_mimicvm_txt2UInt(const NyLPC_TChar* i_txt,NyLPC_TUInt8 i_num,void* out);
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif /* __cplusplus */
00021 
00022 #endif /* NYLPC_MIMICVM_UTILS_PROTECTED_H_ */