2013-06-22 15:35:01 +05:30
|
|
|
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
|
2014-01-28 09:27:01 -05:00
|
|
|
# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone.
|
2013-06-23 13:08:06 +05:30
|
|
|
ALTERNATE_CORE = attiny
|
|
|
|
# If not, you might have to include the full path.
|
|
|
|
#ALTERNATE_CORE_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/
|
|
|
|
|
2013-06-22 15:35:01 +05:30
|
|
|
BOARD_TAG = attiny85-8
|
|
|
|
|
|
|
|
ARDUINO_LIBS = SoftwareSerial
|
|
|
|
|
2014-01-14 14:36:24 +05:30
|
|
|
include $(ARDMK_DIR)/Arduino.mk
|
2013-06-22 15:35:01 +05:30
|
|
|
|
|
|
|
# !!! Important. You have to use make ispload to upload when using ISP programmer
|