Skip to content

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-u…

Notifications You must be signed in to change notification settings

yousefosama654/Stop-Watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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-u…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages