7 lines
136 B
Makefile
7 lines
136 B
Makefile
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
||
|
|
||
|
BOARD_TAG = nano328
|
||
|
#MCU = atmega328
|
||
|
|
||
|
include Arduino.mk
|