diff service/garageArduino/garage/garage.pde @ 40:62b3bb861e35

rename Ignore-this: 1e379baf7a8a5ae7cf361bd7c6228d7d
author drewp@bigasterisk.com
date Sat, 25 Aug 2012 14:23:32 -0700
parents 90ff65ccd46b
children
line wrap: on
line diff
--- a/service/garageArduino/garage/garage.pde	Sat Aug 25 14:22:50 2012 -0700
+++ b/service/garageArduino/garage/garage.pde	Sat Aug 25 14:23:32 2012 -0700
@@ -147,11 +147,6 @@
         one byte for the string length, then a buffer to be shifted
         out to all the shiftbrites
       */
-      /*
-      for (int i=0; i < arg / 4; i++) {
-        setCurrent(127, 127, 127);
-      }
-      */
       for (int i=0; i<arg; i++) {
         while (Serial.available() == 0) NULL;
         SHIFT(Serial.read());