Use dedicated timer for animation

This commit is contained in:
fruchti 2020-07-17 00:17:51 +02:00
parent bf50402ce2
commit e81daf59fe
4 changed files with 31 additions and 6 deletions

View file

@ -14,6 +14,7 @@ int main(void)
}
LED_Init();
Animation_Init();
while(1)
{