Output Devices

This assignment has two parts:

---Make Board Electronics
---Programming Board

Observation: I tried in Windows, and so far I have not been able to finish, so that I had to do in Ubuntu.

Electronics Board
I decided to make the LED array

For this part use the filesTraces and Interior, work is done in the modela and proceed to solder.

Photo 3 is an attempt that went wrong, not to connect, however the record.


Programming Board

I did the LED Array, files that are downloaded are C and makefile The file name it should make hello.array.44.make The archive hello.array.44.c is used to generate the hex, the makefile used to build the file hello.array.44.hex is important that all files are in one folder.
Let's start with the list of commands:

sudo make -f hello.array.44.make
avrdude -p t44 -c usbtiny -U flash:w:hello.array.44.c.hex

I show a video of the result