CSC230-Assignment 4 C Programming on AVR Architecture and Applied Programming Component Solved
This assignment covers low level C programming on the AVR architecture, and is the last piece of the applied programming component of the course. You are already familiar with the task: Implement an accurate stopwatch. In fact, the overall specification of the program is identical to assignment 3; the only difference is that your implementation must be written in C instead of assembly.
Consult the assignment 3 specification for details on the expected functionality of the program. Section 2 below describes the evaluation process for this assignment.