added planar spin animation

This commit is contained in:
Sean 2022-04-17 23:09:53 -04:00
parent 4e72a85d49
commit c9479eaee8
4 changed files with 78 additions and 2 deletions

View file

@ -42,9 +42,13 @@ void loop() {
fountain();
break;
case PLANARSPIN:
planar_spin();
break;
case RAINBOWCORNER:
rainbow_corner();
break;
break;
case PLANARFLOP3D:
planarFlop3D();