aboutsummaryrefslogtreecommitdiff
path: root/unicorn/Unicorn.go
diff options
context:
space:
mode:
Diffstat (limited to 'unicorn/Unicorn.go')
-rw-r--r--unicorn/Unicorn.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/unicorn/Unicorn.go b/unicorn/Unicorn.go
index 8a2b68d..07fa3c2 100644
--- a/unicorn/Unicorn.go
+++ b/unicorn/Unicorn.go
@@ -21,6 +21,9 @@ type Unicorn interface {
// Turns off the LEDs
Off()
+
+ // Unicorn needs to be in charge of the main thread
+ MainLoop()
}
// GetUnicorn ...