aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-misc.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-05-18 03:30:34 -0600
committerSelene ToyKeeper2019-05-18 03:30:34 -0600
commit2f46400dd5c13bf715331695a699a21da57aeb7f (patch)
tree6a00fdeaff532b558a7358b21c811ade29fe5a22 /spaghetti-monster/fsm-misc.h
parentFixed an off-by-one error in lightning mode. (diff)
parentthe lantern middle-tint power correction factor wasn't quite right... (diff)
downloadanduril-2f46400dd5c13bf715331695a699a21da57aeb7f.tar.gz
anduril-2f46400dd5c13bf715331695a699a21da57aeb7f.tar.bz2
anduril-2f46400dd5c13bf715331695a699a21da57aeb7f.zip
merged in BLF Lantern branch, even though it's not quite finished, because it's a public project and long overdue for a merge
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