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:
- 76:b375b3d750d8
- Parent:
- 75:2a18df0ef111
- Child:
- 77:8651d3c19a55
diff -r 2a18df0ef111 -r b375b3d750d8 mbed/jsonrpc/MbedJsApi.h
--- a/mbed/jsonrpc/MbedJsApi.h Sat Jun 14 15:55:57 2014 +0000
+++ b/mbed/jsonrpc/MbedJsApi.h Sat Jun 14 17:42:11 2014 +0000
@@ -1,9 +1,15 @@
#pragma once
#include "NyLPC_http.h"
+#include "mbed.h"
namespace MiMic
{
class MbedJsApi{
public:
+ /**
+ * MiMicRPCの定義するピンIDをmbedピンIDへ変換します。
+ */
+ static PinName pinId2PinName(unsigned int i_id);
+ public:
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_OUT;
};
-}
\ No newline at end of file
+}
