Jun Furutani / libMiMic

Fork of libMiMic by Ryo Iizuka

Revision:
85:416f8bbbdf54
Parent:
77:8651d3c19a55
--- a/mbed/jsonrpc/MbedJsApi.h	Fri Jul 04 02:10:40 2014 +0000
+++ b/mbed/jsonrpc/MbedJsApi.h	Fri Jul 04 14:28:46 2014 +0000
@@ -17,5 +17,9 @@
         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_IN;
         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI;
         const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI_SLAVE;
+        const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SERIAL;
+        const static struct NyLPC_TJsonRpcClassDef RPC_MBED_I2C;
+        const static struct NyLPC_TJsonRpcClassDef RPC_MBED_I2C_SLAVE;
+        const static struct NyLPC_TJsonRpcClassDef RPC_MBED_MCU;
     };
 }