diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2013-04-19 23:14:48 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2013-04-19 23:14:48 +0200 |
commit | a514f2fb66baf44e08a5dfd825794b32b36d4e3a (patch) | |
tree | 5786b99f9b4d33cdc63dbf22253cb2a7b563c328 /arduino/arduinoAnalogHTTP/Makefile | |
parent | d0ab8b39d6ee41b473af4b2c826701cac1b449e5 (diff) | |
download | ebus-alt-a514f2fb66baf44e08a5dfd825794b32b36d4e3a.tar.gz ebus-alt-a514f2fb66baf44e08a5dfd825794b32b36d4e3a.zip |
http arduino
Diffstat (limited to 'arduino/arduinoAnalogHTTP/Makefile')
-rwxr-xr-x | arduino/arduinoAnalogHTTP/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arduino/arduinoAnalogHTTP/Makefile b/arduino/arduinoAnalogHTTP/Makefile new file mode 100755 index 0000000..4f66c20 --- /dev/null +++ b/arduino/arduinoAnalogHTTP/Makefile @@ -0,0 +1,9 @@ +ARDUINO_DIR= /usr/share/arduino +ARDMK_DIR= . +AVR_TOOLS_DIR = /usr + +BOARD_TAG = uno +ARDUINO_PORT = /dev/ttyACM0 +ARDUINO_LIBS = Ethernet Ethernet/utility SPI + +include Arduino.mk |