Removing remnants of copied code from another project.
This commit is contained in:
mrcory
2022-10-29 15:27:17 -04:00
parent d56fc65f37
commit 2a71d32ab0
-13
View File
@@ -40,17 +40,6 @@ int brightness = 30;
int originalBrightness = 8;
int oldBrightness = brightness;
int FPS = 60;
int glitterChance = 0;
int currentPattern = 5;
int gHue = 0;
int colorIndex;
int currentPalette;
bool hueRun = false;
bool runDemo = false;
int breatheB = 20; //Brightness for "breathing"
unsigned long breatheSpeed = 10;
int breatheMin = 120;
int chsvTest[3] = {random(256),random(200,256),255};
#include "clock.h"
@@ -208,8 +197,6 @@ void loop() {
}
}
if (timer(100,5)) {
CONVERT_TIME();
}