Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: mbed/jsonrpc/MbedJsApi.h
- Revision:
- 85:416f8bbbdf54
- Parent:
- 77:8651d3c19a55
diff -r a5f5973591d8 -r 416f8bbbdf54 mbed/jsonrpc/MbedJsApi.h
--- 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;
};
}
