diff options
| author | Martin Oldfield <m@mjo.tc> | 2012-04-29 12:06:41 +0100 |
|---|---|---|
| committer | Martin Oldfield <m@mjo.tc> | 2012-04-29 12:06:41 +0100 |
| commit | 9c7f173c7b2b494b7ce38e313bfb2604e152f87a (patch) | |
| tree | deff8a4c84fcff08b040cb894970503a8a2e1e2b /examples/AnalogInOutSerial/Makefile | |
| parent | 72c4fabdbad2cf04e513b49ff5763f9ca2c1c052 (diff) | |
Added monitor target and AnalogInOutSerial example
Diffstat (limited to 'examples/AnalogInOutSerial/Makefile')
| -rw-r--r-- | examples/AnalogInOutSerial/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/AnalogInOutSerial/Makefile b/examples/AnalogInOutSerial/Makefile new file mode 100644 index 0000000..5c8c1dd --- /dev/null +++ b/examples/AnalogInOutSerial/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 |
