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 MbedJsApi.h Source File

MbedJsApi.h

00001 #pragma once
00002 #include "NyLPC_http.h"
00003 #include "mbed.h"
00004 namespace MiMic
00005 {
00006     class MbedJsApi{
00007     public:
00008         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_OUT;
00009         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_IN;
00010         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_ANALOG_IN;
00011         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_ANALOG_OUT;
00012         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_IN;
00013         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_OUT;
00014         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_IN_OUT;
00015         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PWM_OUT;
00016         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_OUT;
00017         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_IN;
00018         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI;
00019         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI_SLAVE;
00020         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SERIAL;
00021         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_I2C;
00022         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_I2C_SLAVE;
00023         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_MCU;
00024     };
00025 }