Have this module be able to create countdown timer, interval timer and stopwatch sequences. Any of these sequences can be joined together.
Interval timer sequence is composite; contains alternating countdown timers. Stopwatch sequence would need to observe user event (lap or stop) if there are any sequences after it.
Have this module be able to create countdown timer, interval timer and stopwatch sequences. Any of these sequences can be joined together.
Interval timer sequence is composite; contains alternating countdown timers. Stopwatch sequence would need to observe user event (lap or stop) if there are any sequences after it.