Change mapping and debug tools to be generic, panda mappings totally generic
[SugarCubes.git] / _PandaDriver.pde
index 5e4776455e23f11f52a02c955e577c0ee1855d60..d90613e9de483b4c04ab8cebd5641edd87919f20 100644 (file)
@@ -54,7 +54,7 @@ public class PandaDriver {
   
   public void toggle() {
     enabled = !enabled;
-    println("PandaBoard/" + ip + " Output: " + (enabled ? "ON" : "OFF"));    
+    println("PandaBoard Output/" + ip + ": " + (enabled ? "ON" : "OFF"));    
   } 
 
   private ArrayList<Integer> buildMappedList(Model model, int[][] channelList) {