diff options
author | Yves Fischer <yvesf+raspberry@xapek.ogr> | 2013-06-06 13:34:37 +0200 |
---|---|---|
committer | Yves Fischer <yvesf+raspberry@xapek.ogr> | 2013-06-06 13:34:37 +0200 |
commit | 0f2f355d75ddba7cd556a812ed80e0ac322ec102 (patch) | |
tree | 7f614558d75bf2d8d23c89b45af2d0149670f4a9 /datasources/arduino/arduinoAnalogSerial/Makefile | |
parent | 041d3b4b87cde7634b37b9dd7428a8ef8b0d7397 (diff) | |
download | ebus-alt-0f2f355d75ddba7cd556a812ed80e0ac322ec102.tar.gz ebus-alt-0f2f355d75ddba7cd556a812ed80e0ac322ec102.zip |
serialparser
Diffstat (limited to 'datasources/arduino/arduinoAnalogSerial/Makefile')
-rwxr-xr-x | datasources/arduino/arduinoAnalogSerial/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/datasources/arduino/arduinoAnalogSerial/Makefile b/datasources/arduino/arduinoAnalogSerial/Makefile new file mode 100755 index 0000000..4f66c20 --- /dev/null +++ b/datasources/arduino/arduinoAnalogSerial/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 |