blob: a851ad8a74e6a59eaa7feddc951d040d68c9899d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
BOARD_TAG = attiny85-8
ARDUINO_VAR_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/variants
BOARDS_TXT = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/boards.txt
ISP_PORT = /dev/ttyACM*
include $(ARDMK_DIR)/arduino-mk/Arduino.mk
# !!! Important. You have to use make ispload to upload when using ISP programmer
|