Jun Furutani / libMiMic

Fork of libMiMic by Ryo Iizuka

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;
    };
}