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-20
- Revision:
- 77:8651d3c19a55
- Parent:
- 76:b375b3d750d8
- Child:
- 85:416f8bbbdf54
File content as of revision 77:8651d3c19a55:
#pragma once
#include "NyLPC_http.h"
#include "mbed.h"
namespace MiMic
{
class MbedJsApi{
public:
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_OUT;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_DIGITAL_IN;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_ANALOG_IN;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_ANALOG_OUT;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_IN;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_OUT;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_BUS_IN_OUT;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PWM_OUT;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_OUT;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_PORT_IN;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI;
const static struct NyLPC_TJsonRpcClassDef RPC_MBED_SPI_SLAVE;
};
}
