diff options
| author | Martin Oldfield <m@mjo.tc> | 2012-02-28 09:06:56 +0000 |
|---|---|---|
| committer | Martin Oldfield <m@mjo.tc> | 2012-02-28 09:06:56 +0000 |
| commit | c0e6db4dab5134ea0f3d6fe96c13baaab0b239ac (patch) | |
| tree | 7ee460c44f1c7ad1aa5363a7d683960852e6a77e /examples/BlinkWithoutDelay/Makefile | |
Initial NWO check in
Diffstat (limited to 'examples/BlinkWithoutDelay/Makefile')
| -rw-r--r-- | examples/BlinkWithoutDelay/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/BlinkWithoutDelay/Makefile b/examples/BlinkWithoutDelay/Makefile new file mode 100644 index 0000000..5c8c1dd --- /dev/null +++ b/examples/BlinkWithoutDelay/Makefile @@ -0,0 +1,9 @@ +ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java +PARSE_BOARD = ../../arduino-mk/ard-parse-boards + +BOARD_TAG = uno +ARDUINO_PORT = /dev/cu.usb* + +ARDUINO_LIBS = + +include ../../arduino-mk/Arduino.mk
\ No newline at end of file |
