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@75:2a18df0ef111, 2014-06-14 (annotated)
- Committer:
- nyatla
- Date:
- Sat Jun 14 15:55:57 2014 +0000
- Revision:
- 75:2a18df0ef111
- Child:
- 76:b375b3d750d8
MiMicCore r360???; mbed???????
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 | 75:2a18df0ef111 | 3 | namespace MiMic |
| nyatla | 75:2a18df0ef111 | 4 | { |
| nyatla | 75:2a18df0ef111 | 5 | class MbedJsApi{ |
| nyatla | 75:2a18df0ef111 | 6 | public: |
| nyatla | 75:2a18df0ef111 | 7 | const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_OUT; |
| nyatla | 75:2a18df0ef111 | 8 | }; |
| nyatla | 75:2a18df0ef111 | 9 | } |
