aboutsummaryrefslogtreecommitdiff
path: root/examples/master_reader/Makefile
blob: 8c4b56f0b29399da1f071fe54110a6ffa5c62d28 (plain)
1
2
3
4
5
6
7
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

BOARD_TAG    = uno
ARDUINO_PORT = /dev/cu.usb*
ARDUINO_LIBS = Wire

include ../../arduino-mk/Arduino.mk