aboutsummaryrefslogtreecommitdiff
path: root/examples/TinySoftWareSerial
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-05-15 18:09:00 +0100
committerSimon John <git@the-jedi.co.uk>2015-05-15 18:09:00 +0100
commiteaa8f1fe44fe8f7b8731288ac9f769fdecdb7a51 (patch)
treee57342382e8649fea37432b04eeb96dffcf65f1c /examples/TinySoftWareSerial
parentcd74017a06c3969a2520d991559340a02e9311b9 (diff)
Updated some documentation to clarify 1.5+ settings.
Fixes #352
Diffstat (limited to 'examples/TinySoftWareSerial')
-rw-r--r--examples/TinySoftWareSerial/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/examples/TinySoftWareSerial/Makefile b/examples/TinySoftWareSerial/Makefile
index 08f918d..ffe3afc 100644
--- a/examples/TinySoftWareSerial/Makefile
+++ b/examples/TinySoftWareSerial/Makefile
@@ -5,10 +5,16 @@ 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
+# !!! Important. You have to use "make ispload" to upload when using ISP programmer
+ISP_PROG = usbasp
-ARDUINO_LIBS = SoftwareSerial
+# 1.5+ example of submenu cpu
+BOARD_TAG = attiny
+BOARD_SUB = attiny85
+
+# clock is a submenu too
+F_CPU = 16000000L
-include $(ARDMK_DIR)/Arduino.mk
+ARDUINO_LIBS = SoftwareSerial
-# !!! Important. You have to use make ispload to upload when using ISP programmer
+include /usr/share/arduino/Arduino.mk