aboutsummaryrefslogtreecommitdiff
path: root/examples/ATtinyBlink/Makefile
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-09 17:20:05 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-09 17:20:05 +0530
commit675927053720fb8e96c96006ee9a4db095e0adc2 (patch)
tree12c0aea14ef740cc3db123e814c1cfa9162d0d73 /examples/ATtinyBlink/Makefile
parent365118e6a512670a0781d9f32e2290e3b283270a (diff)
Added example to show how to program using Arduino as ISP. Fixes #55
Diffstat (limited to 'examples/ATtinyBlink/Makefile')
-rw-r--r--examples/ATtinyBlink/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/ATtinyBlink/Makefile b/examples/ATtinyBlink/Makefile
new file mode 100644
index 0000000..a851ad8
--- /dev/null
+++ b/examples/ATtinyBlink/Makefile
@@ -0,0 +1,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