2013-06-22 08:18:26 +02:00
|
|
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
|
2012-02-28 10:06:56 +01:00
|
|
|
BOARD_TAG = uno
|
2013-06-22 08:18:26 +02:00
|
|
|
ARDUINO_LIBS = Ethernet SPI
|
2012-02-28 10:06:56 +01:00
|
|
|
|
2014-09-10 05:09:35 +02:00
|
|
|
include ../TestSuiteCommon.mk
|
2014-01-14 10:06:24 +01:00
|
|
|
include ../../Arduino.mk
|