diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2013-01-21 11:30:32 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2013-01-21 11:30:32 +0100 |
commit | 351d6a6a5b030802c4dd00f8b0b18cca1ca8b3f0 (patch) | |
tree | c452defa0c32ca7cdb3778225398263e8beda5d2 /arduinoAnalogStomp/Makefile | |
parent | 1068ff9bf74cf411be701bb50fae92e8476b5da7 (diff) | |
download | ebus-alt-351d6a6a5b030802c4dd00f8b0b18cca1ca8b3f0.tar.gz ebus-alt-351d6a6a5b030802c4dd00f8b0b18cca1ca8b3f0.zip |
arduino-makefiles
Diffstat (limited to 'arduinoAnalogStomp/Makefile')
-rwxr-xr-x | arduinoAnalogStomp/Makefile | 9 |
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 |