This repository contains a stopwatch program written in assembly language for the ATmega64 microcontroller. The program simulates a stopwatch functionality using the timer interrupts and GPIO ...
Measures the elapsed time starting from when the "Start" button is pressed. Allows pausing and resetting the stopwatch through dedicated buttons. Uses the millis() function to continuously update and ...