charlie-------------------------------------

In ubuntu environment using terminal
sudo make -f array.make
sudo avrdude -p t44 -p usb -c avrismpkii -U flash:w:hello.array.44.c.hex


array.make
ccode

charlie from jgozde on Vimeo.

dc motor-------------------------------------

In ubuntu environment using terminal
sudo make -f motor.make
sudo avrdude -p t44 -p usb -c avrismpkii -U flash:w:hello.H-bridge.44.c.hex

motor.make
ccode

motor from jgozde on Vimeo.

lcd-------------------------------------

In ubuntu environment using terminal
sudo make -f lcd.make
sudo avrdude -p t44 -p usb -c avrismpkii -U flash:w:hello.LCD.44.c.hex

lcd.make
ccode



speaker-------------------------------------

In ubuntu environment using terminal
sudo make -f speaker.make
sudo avrdude -p t45 -p usb -c avrismpkii -U flash:w:hello.speaker.45.c.hex

speaker.make
ccode


speaker from jgozde on Vimeo.