الملفات
vm-ros-provisioning/libraries/EnableInterrupt/examples/AllPins328/Makefile
2020-07-04 12:31:18 -04:00

13 أسطر
270 B
Makefile

# Arduino Makefile, see https://github.com/sudar/Arduino-Makefile (it's awesome!)
BOARD_TAG = pro
BOARD_SUB = 16MHzatmega328
ARDUINO_PORT = /dev/ttyUSB0
ARDUINO_LIBS =
AVR_TOOLS_DIR = /usr
CFLAGS_STD = -g
CXXFLAGS_STD = -g
include /usr/share/arduino/Arduino.mk