added pin change interupt for chaninging animation state

This commit is contained in:
Sean 2022-04-13 21:09:44 -04:00
parent 4f7736b055
commit f2e601bc66
8 changed files with 131 additions and 56 deletions

View file

@ -78,13 +78,7 @@ void chaseTheDot() {
drawLed(color, xpos, ypos, zpos);
flushBuffer();
clearBuffer();
//delay(animationSpeed);
//animationDelay.start();
//animationDelayTiming = true;
//Serial.println("start timer");
currentTimer = 0;
timerReset = false;
}
}