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