diff options
| author | Selene ToyKeeper | 2017-08-25 02:14:31 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-25 02:14:31 -0600 |
| commit | 39b30b41f92978a3e05a8de0a416279fb35b35b1 (patch) | |
| tree | ab349e516b72389820703e8eb7d4dbf4854875e6 /spaghetti-monster/fsm-events.h | |
| parent | Started on some documentation, spaghetti-monster.txt. (diff) | |
| download | anduril-39b30b41f92978a3e05a8de0a416279fb35b35b1.tar.gz anduril-39b30b41f92978a3e05a8de0a416279fb35b35b1.tar.bz2 anduril-39b30b41f92978a3e05a8de0a416279fb35b35b1.zip | |
Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(
Added fsm-misc.*, which currently only has interruptible blink functions in it.
(for blinking out numbers and such)
Diffstat (limited to 'spaghetti-monster/fsm-events.h')
| -rw-r--r-- | spaghetti-monster/fsm-events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-events.h b/spaghetti-monster/fsm-events.h index a3ef130..141a0dc 100644 --- a/spaghetti-monster/fsm-events.h +++ b/spaghetti-monster/fsm-events.h @@ -221,5 +221,7 @@ void emit(EventPtr event, uint16_t arg); void emit_current_event(uint16_t arg); uint8_t nice_delay_ms(uint16_t ms); +//uint8_t nice_delay_4ms(uint8_t ms); +//uint8_t nice_delay_s(); #endif |
