special-issue-x/templates/arduino-make/Makefile

13 lines
327 B
Makefile

# This will only work if you have installed arduino-mk
# And set your shell rc with the following env variables:
#
# export ARDUINO_DIR=/usr/share/arduino
# export ARDMK_DIR=/usr/share/arduino
#
# Adjust to reflect your own paths!
BOARD_TAG = nano328
MONITOR_PORT = /dev/ttyUSB0
include ${ARDMK_DIR}/Arduino.mk