summaryrefslogtreecommitdiffstats
path: root/temp/avrTest/autogen.sh
blob: e6476b541dbf6771cb0ba7c7eb3d6f58ed5f8157 (plain)
1
2
3
4
5
6
#!/bin/bash

make
avrdude -p atmega128 -c stk200 -P /dev/parport0 -U flash:w:main.HEX

exit