A stopwatch is a timepiece designed to measure the amount of time that elapses between its activation and deactivation.
- Reset your stop watch
Configure External Interrupt INT0 with falling edge. Connect a push button with the internal pull-up resistor. If a falling edge detected the Stop Watch time should be reset.
- Pause your stop watch
Configure External Interrupt INT1 with raising edge. Connect a push button with the external pull-down resistor. If a raising edge detected the Stop Watch time should be paused.
- Resume your stop watch
Configure External Interrupt INT2 with falling edge. Connect a push button with the internal pull-up resistor. If a falling edge detected the Stop Watch time should be resumed.
Clone the repository and install all the necessary dependencies (eclipse is highly recommended)
git clone https://github.com/Esraa-alii/StopWatch-
- 🛠 Upcoming Features count down for your input time using keypad.