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

@ -582,7 +582,7 @@ int currentTimer = 0;
int maxTimer = 6250; // 100ms delay / 16uS interrupt time
int nextState(int state) {
return (state + 1) % 7;
return (state + 1) % 8;
}
// the interrupt function to display the leds (T2 = 8 bit timer)