diff options
Diffstat (limited to 'spaghetti-monster/fsm-misc.h')
| -rw-r--r-- | spaghetti-monster/fsm-misc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.h b/spaghetti-monster/fsm-misc.h index 5e4f3d6..4e0eb4f 100644 --- a/spaghetti-monster/fsm-misc.h +++ b/spaghetti-monster/fsm-misc.h @@ -42,4 +42,9 @@ uint8_t blink(uint8_t num, uint8_t speed); #endif */ +#ifdef USE_INDICATOR_LED +void indicator_led(uint8_t lvl); +#endif + + #endif |
