PROJ515 - LED - ROS Serial library for Mbed platforms for ROS Kinetic Kame. Check http://wiki.ros.org/rosserial_mbed/ for more information.

Dependencies:   BufferedSerial

Files at this revision

API Documentation at this revision

Comitter:
Luka_Danilovic
Date:
Tue May 14 12:18:55 2019 +0000
Parent:
2:6dc1aca70277
Commit message:
a

Changed in this revision

ros/node_handle.h Show annotated file Show diff for this revision Revisions of this file
diff -r 6dc1aca70277 -r 7bc03f1f0d03 ros/node_handle.h
--- a/ros/node_handle.h	Thu May 09 10:02:50 2019 +0000
+++ b/ros/node_handle.h	Tue May 14 12:18:55 2019 +0000
@@ -93,8 +93,8 @@
   template<class Hardware,
            int MAX_SUBSCRIBERS=25,
            int MAX_PUBLISHERS=25,
-           int INPUT_SIZE=(512*2),
-           int OUTPUT_SIZE=512>
+           int INPUT_SIZE=(512*8),
+           int OUTPUT_SIZE=(512*4)>
   class NodeHandle_ : public NodeHandleBase_
   {
     protected: