From 09213cc3c27b70727f8296f8f661a308100ff40c Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Mon, 5 Aug 2019 01:49:46 -0600 Subject: added scripts to flash attiny1634, which were missing before --- bin/flash-tiny1634.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/flash-tiny1634.sh (limited to 'bin/flash-tiny1634.sh') 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 -- cgit v1.2.3