1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-18 21:15:36 +02:00
cdf2018-principal/arduino/Arduino-Makefile/examples/WebServer/Makefile

7 lines
146 B
Makefile
Raw Normal View History

# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
BOARD_TAG = uno
ARDUINO_LIBS = Ethernet SPI
include ../../Arduino.mk