blob: b68f08d1518ba0932bff837e6c4d0fd61f07a500 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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*
ARDUINO_LIBS = SoftwareSerial
include $(ARDMK_DIR)/arduino-mk/Arduino.mk
# !!! Important. You have to use make ispload to upload when using ISP programmer
|