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

BOARD_TAG    = uno
ARDUINO_LIBS = Wire

include $(ARDMK_DIR)/Arduino.mk