1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-18 21:15:36 +02:00
cdf2018-principal/arduino/Arduino-Makefile/examples/master_reader/Makefile

7 lines
138 B
Makefile
Raw Normal View History

# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
BOARD_TAG = uno
ARDUINO_LIBS = Wire
include ../../Arduino.mk