Accepts RPC commands over bluetooth (RN42)

Dependencies:   mbed m3pi

Revision:
2:acdb15f683eb
Parent:
0:74f2e70fcd27
Child:
3:be428c849e1c
--- a/main.cpp	Sun Nov 07 10:51:57 2010 +0000
+++ b/main.cpp	Wed Nov 10 09:05:28 2010 +0000
@@ -4,6 +4,7 @@
 
 // RN42 module defaults to 115,200 and is on p28,p27
 SerialRPCInterface Interface(p28, p27, 115200);
+
 m3pi m3pi(p23,p9,p10);
 
 int main() {