aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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