Accepts RPC commands over bluetooth (RN42)

Dependencies:   mbed m3pi

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Wed Nov 10 09:05:28 2010 +0000
Parent:
1:907687ab6d94
Child:
3:be428c849e1c
Commit message:
Updated to latest m3pi library

Changed in this revision

m3pi.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/m3pi.lib	Sun Nov 07 10:51:57 2010 +0000
+++ b/m3pi.lib	Wed Nov 10 09:05:28 2010 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/chris/code/m3pi/#09fb0636207b
+http://mbed.org/users/chris/code/m3pi/#62ee1486ecb9
--- 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() {