Jun Furutani / libMiMic

Fork of libMiMic by Ryo Iizuka

Revision:
76:b375b3d750d8
Parent:
75:2a18df0ef111
Child:
77:8651d3c19a55
--- 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
+}