Arduino-Makefile/examples/HelloWorld/Makefile

5 lines
74 B
Makefile
Raw Normal View History

2012-02-28 10:06:56 +01:00
BOARD_TAG = uno
ARDUINO_LIBS = LiquidCrystal
2020-08-10 16:37:32 +02:00
include ../../Arduino.mk