Arduino-Makefile/examples/master_reader/Makefile
2014-01-14 14:36:24 +05:30

7 lines
166 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