From 561d30a817f6016a2b79c3c87d1e23d12d679063 Mon Sep 17 00:00:00 2001 From: Evan Allan Date: Sat, 24 Sep 2022 21:49:20 -0500 Subject: [PATCH] Update future plans --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 7f5d37e..61b0e82 100644 --- a/todo.md +++ b/todo.md @@ -2,7 +2,7 @@ Structure ========= ## Thread 1 -* CommandManager runs commands and based on outputs determines what patterns should be active and sends that to the PatternManager +* Open socket with inputs that determine which patterns should be active and send them to PatternManager * PatternManager generates super-pattern * Loops through all active patterns to see which are compatible with each other * Two patterns are compatible if neither uses LED 0 and if the sets of their LEDs don't intersect