aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-misc.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-11-25 18:46:03 -0700
committerSelene ToyKeeper2019-11-25 18:46:03 -0700
commit2cf2c42678a5cd92bbfa3096101ceaea984df1dd (patch)
tree32931a8fd5f65b5ba93a972c43d35f160372b8ce /spaghetti-monster/fsm-misc.h
parentincreased Noctigon K1's default temperature limit to 55 C (diff)
parentenabled muggle mode again in all build targets, since it fits now (diff)
downloadanduril-2cf2c42678a5cd92bbfa3096101ceaea984df1dd.tar.gz
anduril-2cf2c42678a5cd92bbfa3096101ceaea984df1dd.tar.bz2
anduril-2cf2c42678a5cd92bbfa3096101ceaea984df1dd.zip
merged upstream fsm branch
Diffstat (limited to 'spaghetti-monster/fsm-misc.h')
-rw-r--r--spaghetti-monster/fsm-misc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.h b/spaghetti-monster/fsm-misc.h
index a39d31a..66d31ba 100644
--- a/spaghetti-monster/fsm-misc.h
+++ b/spaghetti-monster/fsm-misc.h
@@ -43,10 +43,16 @@ uint8_t blink(uint8_t num, uint8_t speed);
*/
#ifdef USE_INDICATOR_LED
+// FIXME: Remove this, replace with button_led()
// lvl: 0=off, 1=low, 2=high
void indicator_led(uint8_t lvl);
#endif
+#ifdef USE_BUTTON_LED
+// lvl: 0=off, 1=low, 2=high
+void button_led_set(uint8_t lvl);
+#endif
+
#ifdef USE_AUX_RGB_LEDS
// value: 0b00BBGGRR
// each pair of bits: 0=off, 1=low, 2=high