aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/baton.c
diff options
context:
space:
mode:
authorSelene ToyKeeper2017-08-24 16:21:45 -0600
committerSelene ToyKeeper2017-08-24 16:21:45 -0600
commit32eaeddee34c76dda5456ed960be6278ed68e48d (patch)
tree44cbbcfb3e1b47c777eacd1a707bba653bb4b49e /spaghetti-monster/baton.c
parentFixed repeating blinks at ends of ramp -- only blinks once now. (diff)
downloadanduril-32eaeddee34c76dda5456ed960be6278ed68e48d.tar.gz
anduril-32eaeddee34c76dda5456ed960be6278ed68e48d.tar.bz2
anduril-32eaeddee34c76dda5456ed960be6278ed68e48d.zip
Added loop() to API, executes constantly.
Added nice_delay_ms() to process events while waiting, and abort on state change. Converted ramping-ui strobe to smoothly variable with party and tactical modes.
Diffstat (limited to 'spaghetti-monster/baton.c')
-rw-r--r--spaghetti-monster/baton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/baton.c b/spaghetti-monster/baton.c
index 6b694e4..2489f4e 100644
--- a/spaghetti-monster/baton.c
+++ b/spaghetti-monster/baton.c
@@ -226,3 +226,5 @@ void setup() {
push_state(off_state, 0);
}
+
+void loop() { }