From 686f76b0fd16adc58c4f635cb991a6b86ad54379 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 28 May 2025 00:48:38 +0200 Subject: [PATCH] merged fastled into main --- soundcube-firmware/soundcube-firmware.ino | 8 -------- 1 file changed, 8 deletions(-) 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);