wordclock/fototranstest/Makefile

18 lines
308 B
Makefile

ARDUINO_DIR = ..
TARGET = fototranstest
ARDUINO_LIBS =
MCU = atmega2560
SMCU = atmega2560
F_CPU = 16000000
ARDUINO_PORT = /dev/ttyACM*
ARDUINO_VARIANT = mega
AVRDUDE_ARD_PROGRAMMER = stk500v2
AVRDUDE_ARD_BAUDRATE = 115200
#AVRDUDE_ARD_EXTRAOPTS = -F
include Arduino.mk