Arduino-Makefile/examples/WebServer/Makefile

6 lines
129 B
Makefile
Raw Normal View History

2012-02-28 10:06:56 +01:00
BOARD_TAG = uno
ARDUINO_PORT = /dev/cu.usb*
ARDUINO_LIBS = Ethernet Ethernet/utility SPI
include ../../arduino-mk/Arduino.mk