add trifade animation

This commit is contained in:
Sean 2022-04-18 20:31:30 -04:00
parent c9479eaee8
commit 86376ae168
5 changed files with 70 additions and 4 deletions

View file

@ -18,7 +18,7 @@ void fountain() {
Serial.println(currentState);
currentTimer = 0;
maxTimer = 0.2 * 1000 * 1000 / 16; // 0.1 seconds
maxTimer = 0.2 * 1000 * 1000 / 16; // 0.2 seconds
fountain_loop = 0;
}