266d629c25
This commit includes backwards compatibility with the ARDUINO_PORT flag if that's set. Fix #109
7 lines
177 B
Makefile
7 lines
177 B
Makefile
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
BOARD_TAG = uno
|
|
MONITOR_PORT = /dev/cu.usb*
|
|
ARDUINO_LIBS = Wire
|
|
|
|
include ../../arduino-mk/Arduino.mk
|