Arduino-Makefile/examples/master_reader/Makefile

8 lines
177 B
Makefile
Raw Normal View History

# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
2012-02-28 10:06:56 +01:00
BOARD_TAG = uno
ARDUINO_PORT = /dev/cu.usb*
ARDUINO_LIBS = Wire
2012-02-28 10:06:56 +01:00
include ../../arduino-mk/Arduino.mk