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

@ -1,5 +1,3 @@
// WIP. 4/13/2022: added pin change interrupt to handle changing animations
#include "config.h"
#include "cubeplex.h"
@ -44,6 +42,10 @@ void loop() {
case PLANARSPIN:
planar_spin();
break;
case TRIFADE:
trifade();
break;
case RAINBOWCORNER: