making moves
All checks were successful
build rgb-board / build (push) Successful in 2m24s

This commit is contained in:
2024-02-15 22:42:18 +00:00
parent 89ad771eab
commit 476ed823bc
6 changed files with 191 additions and 151 deletions

View File

@@ -62,7 +62,7 @@ func main() {
tk := rgbmatrix.NewToolKit(m)
defer tk.Close()
log.Println("making animator")
go animator(tk, mqMessages)
go orchestrator(tk, mqMessages)
log.Println("I guess I'm at the end")
sigs := make(chan os.Signal, 1)
signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)