aboutsummaryrefslogtreecommitdiff
path: root/examples/TinySoftWareSerial/Makefile
blob: 0f9c6e2f127bb9806f716cfd277e63f7d67fdbe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone. 
ALTERNATE_CORE = attiny
# If not, you might have to include the full path.
#ALTERNATE_CORE_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/

BOARD_TAG    = attiny85-8
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