diff options
Diffstat (limited to 'examples/TinySoftWareSerial/Makefile')
| -rw-r--r-- | examples/TinySoftWareSerial/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/TinySoftWareSerial/Makefile b/examples/TinySoftWareSerial/Makefile new file mode 100644 index 0000000..b68f08d --- /dev/null +++ b/examples/TinySoftWareSerial/Makefile @@ -0,0 +1,12 @@ +# 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* + +ARDUINO_LIBS = SoftwareSerial + +include $(ARDMK_DIR)/arduino-mk/Arduino.mk + +# !!! Important. You have to use make ispload to upload when using ISP programmer |
