From 8ac04cbb96f8b6ed2bb28fbb559c93b032b4bfe6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 5 Mar 2007 04:34:32 +0000 Subject: got 'report analog ports' working, but the analog data reporting isn't working properly yet svn path=/trunk/externals/hardware/arduino/; revision=7460 --- Pd_firmware/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pd_firmware/Makefile') diff --git a/Pd_firmware/Makefile b/Pd_firmware/Makefile index 0e4fdc7..d31c48a 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.4 2007-03-01 05:39:49 eighthave Exp $ +# $Id: Makefile,v 1.5 2007-03-05 04:34:32 eighthave Exp $ PORT = /dev/tty.usbserial-1* TARGET = Pd_firmware @@ -123,6 +123,7 @@ ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS) # Default target. all: build + echo 'close;' | /Applications/Pd-0.39.2-extended-RC1.app/Contents/Resources/bin/pdsend 34567 || true say "press the button" make upload -- cgit v1.2.1