diff options
| author | Selene ToyKeeper | 2018-11-08 17:45:09 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-11-08 17:45:09 -0700 |
| commit | e143d03198ff1d16cc91ed94d5ea529170e9bfbf (patch) | |
| tree | 0f5ebc8816bea516722dfec7ea832994e4b3c9bf /bin/flash-tiny85.sh | |
| parent | added lantern pin layout (diff) | |
| parent | Made it easier to override hwdef-*.h values in cfg-*.h files. (diff) | |
| download | anduril-e143d03198ff1d16cc91ed94d5ea529170e9bfbf.tar.gz anduril-e143d03198ff1d16cc91ed94d5ea529170e9bfbf.tar.bz2 anduril-e143d03198ff1d16cc91ed94d5ea529170e9bfbf.zip | |
merged upstream changes from fsm branch
Diffstat (limited to 'bin/flash-tiny85.sh')
| -rwxr-xr-x | bin/flash-tiny85.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/flash-tiny85.sh b/bin/flash-tiny85.sh new file mode 100755 index 0000000..0f5a292 --- /dev/null +++ b/bin/flash-tiny85.sh @@ -0,0 +1,3 @@ +#/bin/sh +FIRMWARE=$1 +avrdude -c usbasp -p t85 -u -Uflash:w:$FIRMWARE |
