]> git.piffa.net Git - arduino/blob - Makefile
cli intro
[arduino] / Makefile
1 # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
2
3 CURRENT_DIR = $(shell pwd)
4 BOARD_TAG    = uno
5 MONITOR_PORT  = /dev/ttyACM0
6
7 OBJDIR                  = /tmp/$(notdir $(shell pwd))
8 ARDUINO_DIR             = /usr/local/software/arduino-1.6.5
9 MONITOR_BAUDRATE = 115200
10
11 include /usr/share/arduino/Arduino.mk