You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
327 B
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
|