Removed commented lines + todos
[kaka/cakelight.git] / src / kaka / cakelight / LedController.java
index 97f14c9..559719a 100644 (file)
@@ -16,11 +16,6 @@ public class LedController {
     public LedController(Configuration config) {
         try {
             spi = SpiFactory.getInstance(SpiChannel.CS0);
-//            spi.write(
-//                    (byte)0xff, (byte)0x0, (byte)0x0,
-//                    (byte)0x00, (byte)0xff, (byte)0x0,
-//                    (byte)0x0, (byte)0x00, (byte)0xff
-//            );
         } catch (IOException e) {
             e.printStackTrace();
         }