diff options
| author | Selene ToyKeeper | 2019-11-25 18:46:03 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-11-25 18:46:03 -0700 |
| commit | 2cf2c42678a5cd92bbfa3096101ceaea984df1dd (patch) | |
| tree | 32931a8fd5f65b5ba93a972c43d35f160372b8ce /spaghetti-monster/fsm-misc.h | |
| parent | increased Noctigon K1's default temperature limit to 55 C (diff) | |
| parent | enabled muggle mode again in all build targets, since it fits now (diff) | |
| download | anduril-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.h | 6 |
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 |
