In ubuntu environment using terminal sudo make -f temp.make
sudo avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.temp.45.c.hex sudo python hello.temp.45.py
/dev/ttyUSB0 9600
or in windows environment using command prompt make -f temp.make
avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.temp.45.c.hex python hello.temp.45.py COM5
9600 (look for the port name...in this case mine is COM5) temp.make ccode .py
hello_temp
board
programing
t45
reading
temperature
microphone-------------------------------------
In ubuntu environment using terminal sudo make -f mic.make
sudo avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.mic.45.c.hex sudo python hello.mic.45.py
/dev/ttyUSB0 9600