diff options
Diffstat (limited to 'examples/TinySoftWareSerial/Makefile')
| -rw-r--r-- | examples/TinySoftWareSerial/Makefile | 14 |
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 |
