2013-06-22 11:48:26 +05:30
|
|
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
|
2012-02-28 09:06:56 +00:00
|
|
|
BOARD_TAG = uno
|
2013-06-22 11:48:26 +05:30
|
|
|
ARDUINO_LIBS = Wire
|
2012-02-28 09:06:56 +00:00
|
|
|
|
2020-04-12 21:19:41 +09:00
|
|
|
include $(ARDMK_DIR)/Arduino.mk
|