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
mbed/jsonrpc/MbedJsApi.h@85:416f8bbbdf54, 2014-07-04 (annotated)
- Committer:
- nyatla
- Date:
- Fri Jul 04 14:28:46 2014 +0000
- Revision:
- 85:416f8bbbdf54
- Parent:
- 77:8651d3c19a55
RPC???I2C/Slave/Memory/Serial???; ?????????????RPC????????;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| nyatla | 75:2a18df0ef111 | 1 | #pragma once |
| nyatla | 75:2a18df0ef111 | 2 | #include "NyLPC_http.h" |
| nyatla | 76:b375b3d750d8 | 3 | #include "mbed.h" |
| nyatla | 75:2a18df0ef111 | 4 | namespace MiMic |
| nyatla | 75:2a18df0ef111 | 5 | { |
| nyatla | 75:2a18df0ef111 | 6 | class MbedJsApi{ |
| nyatla | 75:2a18df0ef111 | 7 | public: |
| nyatla | 75:2a18df0ef111 | 8 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_OUT; |
| nyatla | 77:8651d3c19a55 | 9 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_IN; |
| nyatla | 77:8651d3c19a55 | 10 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_ANALOG_IN; |
| nyatla | 77:8651d3c19a55 | 11 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_ANALOG_OUT; |
| nyatla | 77:8651d3c19a55 | 12 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_IN; |
| nyatla | 77:8651d3c19a55 | 13 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_OUT; |
| nyatla | 77:8651d3c19a55 | 14 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_IN_OUT; |
| nyatla | 77:8651d3c19a55 | 15 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PWM_OUT; |
| nyatla | 77:8651d3c19a55 | 16 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_OUT; |
| nyatla | 77:8651d3c19a55 | 17 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_IN; |
| nyatla | 77:8651d3c19a55 | 18 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI; |
| nyatla | 77:8651d3c19a55 | 19 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI_SLAVE; |
| nyatla | 85:416f8bbbdf54 | 20 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SERIAL; |
| nyatla | 85:416f8bbbdf54 | 21 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_I2C; |
| nyatla | 85:416f8bbbdf54 | 22 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_I2C_SLAVE; |
| nyatla | 85:416f8bbbdf54 | 23 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_MCU; |
| nyatla | 75:2a18df0ef111 | 24 | }; |
| nyatla | 76:b375b3d750d8 | 25 | } |
