mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-14 20:36:03 +01:00
7 lines
146 B
Makefile
7 lines
146 B
Makefile
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
BOARD_TAG = uno
|
|
ARDUINO_LIBS = Ethernet SPI
|
|
|
|
include ../../Arduino.mk
|