aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-misc.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-05-23 15:30:08 -0600
committerSelene ToyKeeper2019-05-23 15:30:08 -0600
commita0ba6460f7b6742c7fa14ada0d4c72f53b213168 (patch)
treeee10fc3c698849c872e24a9edb04f15b3453c01a /spaghetti-monster/fsm-misc.h
parentmerged from lantern branch, to get candle mode updates (diff)
parentD4S actually steps down a bit too fast, so... minimize that (diff)
downloadanduril-a0ba6460f7b6742c7fa14ada0d4c72f53b213168.tar.gz
anduril-a0ba6460f7b6742c7fa14ada0d4c72f53b213168.tar.bz2
anduril-a0ba6460f7b6742c7fa14ada0d4c72f53b213168.zip
merged from fsm branch to get lots of updates
Diffstat (limited to 'spaghetti-monster/fsm-misc.h')
-rw-r--r--spaghetti-monster/fsm-misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.h b/spaghetti-monster/fsm-misc.h
index 4e0eb4f..6e41b6c 100644
--- a/spaghetti-monster/fsm-misc.h
+++ b/spaghetti-monster/fsm-misc.h
@@ -46,5 +46,8 @@ uint8_t blink(uint8_t num, uint8_t speed);
void indicator_led(uint8_t lvl);
#endif
+#ifdef USE_TRIANGLE_WAVE
+uint8_t triangle_wave(uint8_t phase);
+#endif
#endif