diff --git a/soundcube-firmware/soundcube-firmware.ino b/soundcube-firmware/soundcube-firmware.ino index 118f2b5..36dd8ce 100644 --- a/soundcube-firmware/soundcube-firmware.ino +++ b/soundcube-firmware/soundcube-firmware.ino @@ -3,7 +3,6 @@ #include #include -//#include #include #include #include @@ -26,10 +25,6 @@ enum BUTTON {CVINL, CVINR, INL, INR, OUTR, OUTL, CVOUTR, CVOUTL, RIGHT, LEFT, SE CRGB ui_leds[74]; CRGB edge_leds[11]; -//Adafruit_NeoPixel ui_pixels(74, 5, NEO_GRB + NEO_KHZ800); -//Adafruit_NeoPixel edge_pixels(11, 4, NEO_GRB + NEO_KHZ800); - - volatile bool flag = false; volatile bool click = false; volatile bool amp = false; @@ -188,9 +183,6 @@ uint32_t lastTime = 0; int32_t position = 0; void loop() { - //ui_pixels.clear(); // Set all pixel colors to 'off' - //edge_pixels.clear(); // Set all pixel colors to 'off' - position = ENC.getCumulativePosition(); sd_card_detected = !digitalRead(21);