This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/temp/avrTest/autogen.sh

7 lines
92 B
Bash
Raw Normal View History

2007-02-10 20:58:05 +00:00
#!/bin/bash
make
avrdude -p atmega128 -c stk200 -P /dev/parport0 -U flash:w:main.HEX
exit