9357f7d3ab
Signed-off-by: Osamu Aoki <osamu@debian.org>
6 lines
153 B
Makefile
6 lines
153 B
Makefile
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
BOARD_TAG = uno
|
|
ARDUINO_LIBS = Ethernet SPI
|
|
|
|
include $(ARDMK_DIR)/Arduino.mk
|