Code to control HC05 bluetooth bot

Dependencies:   mbed 4DGL-uLCD-SE Motor RPCInterface

main.cpp

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

File content as of revision 2:5cd9ce9152a7:

/**
* 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) {

    }
}