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
- Committer:
- nyatla
- Date:
- 2014-06-14
- Revision:
- 76:b375b3d750d8
- Parent:
- 75:2a18df0ef111
- Child:
- 77:8651d3c19a55
File content as of revision 76:b375b3d750d8:
#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;
};
}
