add planarFlop3D animation

This commit is contained in:
Sean 2022-04-18 22:39:19 -04:00
parent 86376ae168
commit c5e12398be
4 changed files with 68 additions and 121 deletions

View file

@ -46,14 +46,14 @@ void loop() {
case TRIFADE:
trifade();
break;
case RAINBOWCORNER:
rainbow_corner();
break;
case PLANARFLOP3D:
planarFlop3D();
break;
case RAINBOWCORNER:
rainbow_corner();
break;
}
}