10-15-2018 12:14 AM
i want to pause and reset this timer . can anyone help me please
thanks in advance )
10-15-2018 01:31 AM
Hi akshay,
i want to pause and reset this timer
Then you need to implement those features in your algorithm!
can anyone help me please
- You need two buttons, so the user can switch to a "pause" mode and "reset" the timer.
- Using shift registers you can store values to be used in a loop for later iterations.
- I envision a simple state machine approach to solve your problem…
10-15-2018 03:12 AM
i have the buttons added
Do i need to use case or an event structure?
10-15-2018 03:14 AM