15 أسطر
320 B
Makefile
15 أسطر
320 B
Makefile
# Arduino Makefile, see https://github.com/sudar/Arduino-Makefile (it's awesome!)
|
|
BOARD_TAG = pro
|
|
BOARD_SUB = 16MHzatmega328
|
|
ARDUINO_PORT = /dev/ttyUSB0
|
|
#BOARD_TAG = 2560
|
|
#ARDUINO_PORT = /dev/ttyACM0
|
|
ARDUINO_LIBS =
|
|
AVR_TOOLS_DIR = /usr
|
|
|
|
CFLAGS_STD = -g
|
|
CXXFLAGS_STD = -g
|
|
|
|
include /usr/share/arduino/Arduino.mk
|
|
|