From 675927053720fb8e96c96006ee9a4db095e0adc2 Mon Sep 17 00:00:00 2001 From: Sudar Date: Sun, 9 Jun 2013 17:20:05 +0530 Subject: Added example to show how to program using Arduino as ISP. Fixes #55 --- examples/ATtinyBlink/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/ATtinyBlink/Makefile (limited to 'examples/ATtinyBlink/Makefile') 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 -- cgit v1.2.3