aboutsummaryrefslogtreecommitdiff
path: root/examples/master_reader/Makefile
blob: 3030deb5be5d7a2558b82f32393bde6e60f29976 (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 ../../Arduino.mk