Table controller for piswarm-office

Dependencies:   mbed

Fork of PiSwarmTableController by piswarm

Revision:
5:68a1ce96bfeb
Parent:
2:c81f4ef63132
diff -r 3cbff30b7b7b -r 68a1ce96bfeb communications.cpp
--- a/communications.cpp	Fri Jul 18 21:23:37 2014 +0000
+++ b/communications.cpp	Thu Aug 14 09:06:31 2014 +0000
@@ -47,7 +47,7 @@
     }
     message[4+length]=NULL;
    rf.sendString(4+length,message);
-    if(RF_DEBUG==1)pc.printf("RF message sent");
+    //if(RF_DEBUG==1)//pc.printf("RF message sent");
 }
 
 
@@ -171,7 +171,7 @@
         case 0: // Stop             [0 data]
             if(length==0) {
                 //piswarm.stop();
-                if(RF_DEBUG==1) pc.printf(" - Stop Command Issued - ");
+                if(RF_DEBUG==1) //pc.printf(" - Stop Command Issued - ");
                 success = 1;
             } else if(RF_DEBUG==1) pc.printf(" - Invalid\n");
             break;