Cleanup
This commit is contained in:
@@ -78,14 +78,9 @@ bool pulse = false; //Basic effect
|
||||
|
||||
bool lightOn = false;
|
||||
bool lightOld = true;
|
||||
//int oldBrightness = ledBrightness;
|
||||
int currentColor[3] = {255,255,255};
|
||||
int pulseSpeed = 2;
|
||||
|
||||
//bool pwmOn = false;
|
||||
//bool pwmOld = false;
|
||||
//int pwmBrightness = 0;
|
||||
|
||||
pwmStruct pwm = {
|
||||
ledBrightness, //old
|
||||
0, //set
|
||||
|
||||
Reference in New Issue
Block a user