diff options
| author | Selene ToyKeeper | 2019-08-05 01:49:46 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-08-05 01:49:46 -0600 |
| commit | 09213cc3c27b70727f8296f8f661a308100ff40c (patch) | |
| tree | 590e59a29adb91fe00abb1a0deddf28cdf9bed1f /bin/flash-tiny1634.sh | |
| parent | merged Emisar D4v2 branch, or at least a sanitized version of it (diff) | |
| download | anduril-09213cc3c27b70727f8296f8f661a308100ff40c.tar.gz anduril-09213cc3c27b70727f8296f8f661a308100ff40c.tar.bz2 anduril-09213cc3c27b70727f8296f8f661a308100ff40c.zip | |
added scripts to flash attiny1634, which were missing before
Diffstat (limited to 'bin/flash-tiny1634.sh')
| -rwxr-xr-x | bin/flash-tiny1634.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/flash-tiny1634.sh b/bin/flash-tiny1634.sh new file mode 100755 index 0000000..2eb9b77 --- /dev/null +++ b/bin/flash-tiny1634.sh @@ -0,0 +1,3 @@ +#/bin/sh +FIRMWARE=$1 +avrdude -c usbasp -p t1634 -u -Uflash:w:$FIRMWARE |
