X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=Makefile;fp=Makefile;h=ae0cefbbb72cf72cb06177922ddd0a57442bc7de;hb=c43a608a6daa1fbc924d407675137a2654ebb4f1;hp=0000000000000000000000000000000000000000;hpb=fe842f9ed130ba3f08dc743c7a15b59ce71ac9f0;p=arduino diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ae0cefb --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile + +CURRENT_DIR = $(shell pwd) +BOARD_TAG = uno +MONITOR_PORT = /dev/ttyACM0 + +OBJDIR = /tmp/$(notdir $(shell pwd)) +ARDUINO_DIR = /usr/local/software/arduino-1.6.5 +MONITOR_BAUDRATE = 115200 + +include /usr/share/arduino/Arduino.mk