Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 396 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 396 Bytes

Stop-Watch

This is a project of ATmega32 AVR architecture, It's a stopwatch consisting of seconds, minutes, and hours. it counts till one day and overflows again to zero. I used the Timer1 16-bit timer on compare mode to detect the second and increment time. There are also three push buttons to reset, pause, and resume using external interrupts with pull-up and pull-down resistors design.