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

BOARD_TAG    = uno
ARDUINO_LIBS = Wire

include ../TestSuiteCommon.mk
include ../../Arduino.mk