diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-05-16 10:39:40 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-05-16 10:39:40 +0530 |
| commit | 977e43f90a65febb0c265c78b2af63173c423548 (patch) | |
| tree | e57342382e8649fea37432b04eeb96dffcf65f1c /examples/TinySoftWareSerial/Makefile | |
| parent | cd74017a06c3969a2520d991559340a02e9311b9 (diff) | |
| parent | eaa8f1fe44fe8f7b8731288ac9f769fdecdb7a51 (diff) | |
Merge pull request #353 from sej7278/master
Updated some documentation to clarify 1.5+ settings.
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 |
