summaryrefslogtreecommitdiff
path: root/arduinoAnalogStomp/Makefile
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2013-01-21 11:30:32 +0100
committerYves Fischer <yvesf-git@xapek.org>2013-01-21 11:30:32 +0100
commit351d6a6a5b030802c4dd00f8b0b18cca1ca8b3f0 (patch)
treec452defa0c32ca7cdb3778225398263e8beda5d2 /arduinoAnalogStomp/Makefile
parent1068ff9bf74cf411be701bb50fae92e8476b5da7 (diff)
downloadebus-alt-351d6a6a5b030802c4dd00f8b0b18cca1ca8b3f0.tar.gz
ebus-alt-351d6a6a5b030802c4dd00f8b0b18cca1ca8b3f0.zip
arduino-makefiles
Diffstat (limited to 'arduinoAnalogStomp/Makefile')
-rwxr-xr-xarduinoAnalogStomp/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/arduinoAnalogStomp/Makefile b/arduinoAnalogStomp/Makefile
new file mode 100755
index 0000000..e273ddf
--- /dev/null
+++ b/arduinoAnalogStomp/Makefile
@@ -0,0 +1,9 @@
+ARDUINO_DIR= /usr/share/arduino
+ARDMK_DIR= .
+AVR_TOOLS_DIR = /usr
+
+BOARD_TAG = uno
+ARDUINO_PORT = /dev/cu.usb*
+ARDUINO_LIBS = Ethernet Ethernet/utility SPI
+
+include Arduino.mk