Lab 13: I/O: The Led-Switch Application

In this laboratory, you will implement the traditional led switch application. For that, you will use the Atmel STK500 development kit with an AVR-8 ATMEGA16L microcontroller.

Your job in this Lab is write a program that read the data of the development kit attached to the buttons and write the value on the leds GPIO port. As consequence, everytime someone press an button, the correspondent led will light on.

Supplied Files