diff options
Diffstat (limited to 'bin/flash-tiny1616.sh')
| -rwxr-xr-x | bin/flash-tiny1616.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/flash-tiny1616.sh b/bin/flash-tiny1616.sh new file mode 100755 index 0000000..31c8406 --- /dev/null +++ b/bin/flash-tiny1616.sh @@ -0,0 +1,3 @@ +#/bin/sh +FIRMWARE=$1 +avrdude -c jtag2updi -P /dev/ttyUSB0 -p t1616 -u -Uflash:w:$FIRMWARE
\ No newline at end of file |
