From eaa8f1fe44fe8f7b8731288ac9f769fdecdb7a51 Mon Sep 17 00:00:00 2001 From: Simon John Date: Fri, 15 May 2015 18:09:00 +0100 Subject: Updated some documentation to clarify 1.5+ settings. Fixes #352 --- examples/TinySoftWareSerial/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3