This program is porting rosserial_arduino for mbed http://www.ros.org/wiki/rosserial_arduino This program supported the revision of 169 of rosserial. This program contains an example.

Dependencies:   rosserial_mbed_lib mbed Servo

Revision:
1:098e75fd5ad2
Parent:
0:06fc856e99ca
Child:
3:dff241b66f84
--- a/std_msgs/Header.h	Fri Aug 19 09:06:16 2011 +0000
+++ b/std_msgs/Header.h	Sun Oct 16 07:17:43 2011 +0000
@@ -1,5 +1,5 @@
-#ifndef ros_Header_h
-#define ros_Header_h
+#ifndef ros_std_msgs_Header_h
+#define ros_std_msgs_Header_h
 
 #include <stdint.h>
 #include <string.h>
@@ -105,7 +105,7 @@
      return offset;
     }
 
-    virtual const char * getType(){ return "std_msgs/Header"; };
+    const char * getType(){ return "std_msgs/Header"; };
 
   };