Code to control HC05 bluetooth bot
Dependencies: mbed 4DGL-uLCD-SE Motor RPCInterface
main.cpp
- Committer:
- kennyainny
- Date:
- 2016-11-04
- Revision:
- 3:5d573864f5a2
- Parent:
- 2:5cd9ce9152a7
- Child:
- 4:92435cf4d9f8
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) { } }