added tunnel animation

This commit is contained in:
Sean 2022-04-14 20:26:43 -04:00
parent f2e601bc66
commit 0a36308aa9
3 changed files with 6 additions and 1 deletions

View file

@ -30,6 +30,10 @@ void loop() {
rainbow_random();
break;
case TUNNEL:
tunnel();
break;
case RAINBOWCORNER:
rainbow_corner();
break;