demo code for mbed iterface

Dependencies:   RPCInterface mbed

Fork of RPC_RangeFinderDemo by Michael Walker

main.cpp

Committer:
kennyainny
Date:
2016-11-04
Revision:
3:5d573864f5a2
Parent:
2:5cd9ce9152a7

File content as of revision 3:5d573864f5a2:

/**
* Copyright (c)2010 ARM Ltd.
* Released under the MIT License: http://mbed.org/license/mit
*/
#include "mbed.h"
#include "SerialRPCInterface.h"

using namespace mbed;

//Create the interface on the USB Serial Port
SerialRPCInterface RPC(USBTX, USBRX);

int main() {

    while(1) {


    }
}