From 32eaeddee34c76dda5456ed960be6278ed68e48d Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 24 Aug 2017 16:21:45 -0600 Subject: 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. --- spaghetti-monster/momentary.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spaghetti-monster/momentary.c') diff --git a/spaghetti-monster/momentary.c b/spaghetti-monster/momentary.c index 23cc359..fc26db3 100644 --- a/spaghetti-monster/momentary.c +++ b/spaghetti-monster/momentary.c @@ -75,3 +75,6 @@ void setup() { debug_blink(2); push_state(momentary_state, 0); } + +void loop() { } + -- cgit v1.2.3