#!/bin/bash

# Make this file executable (chmod 700 script) and run (./script) to download the 
# necessary files. 

wget http://www.ece.orst.edu/~traylor/ece473/inclass_exercises/interrupts/tcnt0_volatile_skel.c 
wget http://www.ece.orst.edu/~traylor/ece473/inclass_exercises/interrupts/tcnt0_whats_happening.pdf
wget http://www.ece.orst.edu/~traylor/ece473/inclass_exercises/interrupts/Makefile

# You may need to edit the makefile depending upon your programmer. Its setup for the
# usbasp programmer presently.
