aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-02-28 04:10:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-02-28 04:10:41 +0000
commit0b71f5237195b387f240469e3ca403382c8e8830 (patch)
treeef468344b2b66ae7274f7e5b037582f960134012
parent2e4887f3a41400f179da558976ff0040c0229acb (diff)
added voice prompt to press the reset button so that avrdude can upload the new firmware
svn path=/trunk/externals/hardware/arduino/; revision=7452
-rw-r--r--Pd_firmware/Makefile4
-rw-r--r--Pd_firmware/press.wavbin0 -> 37568 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/Pd_firmware/Makefile b/Pd_firmware/Makefile
index 0343de5..dada33c 100644
--- a/Pd_firmware/Makefile
+++ b/Pd_firmware/Makefile
@@ -43,7 +43,7 @@
# 7. Type "make upload", reset your Arduino board, and press enter to
# upload your program to the Arduino board.
#
-# $Id: Makefile,v 1.2 2007-02-28 04:02:06 eighthave Exp $
+# $Id: Makefile,v 1.3 2007-02-28 04:10:41 eighthave Exp $
PORT = /dev/tty.usbserial-1*
TARGET = Pd_firmware
@@ -123,6 +123,8 @@ ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS)
# Default target.
all: build
+ qtplay press.wav
+ make upload
build: applet_files elf hex
diff --git a/Pd_firmware/press.wav b/Pd_firmware/press.wav
new file mode 100644
index 0000000..dfb181b
--- /dev/null
+++ b/Pd_firmware/press.wav
Binary files differ