diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-03-05 04:34:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-03-05 04:34:32 +0000 |
commit | 8ac04cbb96f8b6ed2bb28fbb559c93b032b4bfe6 (patch) | |
tree | 3cb1b58ae4036e19c8513532ed695aa3a27060de /Pd_firmware/Makefile | |
parent | 7fc245694ab0cbb8d3fb516b18548e9246736c18 (diff) |
got 'report analog ports' working, but the analog data reporting isn't working properly yet
svn path=/trunk/externals/hardware/arduino/; revision=7460
Diffstat (limited to 'Pd_firmware/Makefile')
-rw-r--r-- | Pd_firmware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |