Got the animator completed tested and working

This commit is contained in:
2024-08-25 16:25:59 -04:00
parent 14ac96988a
commit 67c5cc7c19
3 changed files with 19 additions and 19 deletions

View File

@@ -197,7 +197,7 @@ void setup() {
Serial.println("Beginning Board Initializaiton");
boardManager.Init();
animator.SetLoop(true);
animator.StartAnimation(&(TestFrames::testAnimationSequence1));
animator.StartAnimation(&(TestFrames::testAnimationSequence2));
xTaskCreate(UpdateBoard, "UpdateBoard", 10000, NULL, 0, &updateBoardTask);
Serial.println("Setup Complete");