add trifade animation
This commit is contained in:
parent
c9479eaee8
commit
86376ae168
5 changed files with 70 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue