diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-07-10 09:00:05 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-07-10 09:05:52 +0530 |
| commit | 81c2f7fe89ab82598e7e717ea5ae5d013752255a (patch) | |
| tree | 0a9e2bbfcf1211f3f4db9e6448fa35d64bc5c9b9 /examples | |
| parent | b76d6bd7832f362c9a416fb031b905fd15b00f28 (diff) | |
| parent | 266d629c25d5082a526e0ee3b92634b885b95950 (diff) | |
Merge branch 'serial-port-variable-name' of git://github.com/openxc/Arduino-Makefile into openxc-serial-port-variable-name
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/AnalogInOutSerial/Makefile | 2 | ||||
| -rw-r--r-- | examples/Blink/Makefile | 2 | ||||
| -rw-r--r-- | examples/BlinkChipKIT/Makefile | 2 | ||||
| -rw-r--r-- | examples/BlinkWithoutDelay/Makefile | 2 | ||||
| -rw-r--r-- | examples/Fade/Makefile | 2 | ||||
| -rw-r--r-- | examples/HelloWorld/Makefile | 2 | ||||
| -rw-r--r-- | examples/WebServer/Makefile | 2 | ||||
| -rw-r--r-- | examples/master_reader/Makefile | 2 | ||||
| -rw-r--r-- | examples/toneMelody/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/examples/AnalogInOutSerial/Makefile b/examples/AnalogInOutSerial/Makefile index eac50fb..c971b12 100644 --- a/examples/AnalogInOutSerial/Makefile +++ b/examples/AnalogInOutSerial/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/Arduino.mk
\ No newline at end of file diff --git a/examples/Blink/Makefile b/examples/Blink/Makefile index a6d526d..344c0f0 100644 --- a/examples/Blink/Makefile +++ b/examples/Blink/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/Arduino.mk diff --git a/examples/BlinkChipKIT/Makefile b/examples/BlinkChipKIT/Makefile index f494075..45e321d 100644 --- a/examples/BlinkChipKIT/Makefile +++ b/examples/BlinkChipKIT/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = mega_pic32 -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/chipKIT.mk diff --git a/examples/BlinkWithoutDelay/Makefile b/examples/BlinkWithoutDelay/Makefile index eac50fb..c971b12 100644 --- a/examples/BlinkWithoutDelay/Makefile +++ b/examples/BlinkWithoutDelay/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/Arduino.mk
\ No newline at end of file diff --git a/examples/Fade/Makefile b/examples/Fade/Makefile index eac50fb..c971b12 100644 --- a/examples/Fade/Makefile +++ b/examples/Fade/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/Arduino.mk
\ No newline at end of file diff --git a/examples/HelloWorld/Makefile b/examples/HelloWorld/Makefile index 6c71d22..b268341 100644 --- a/examples/HelloWorld/Makefile +++ b/examples/HelloWorld/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = LiquidCrystal include ../../arduino-mk/Arduino.mk
\ No newline at end of file diff --git a/examples/WebServer/Makefile b/examples/WebServer/Makefile index d55cfd3..33d4fde 100644 --- a/examples/WebServer/Makefile +++ b/examples/WebServer/Makefile @@ -1,7 +1,7 @@ # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = Ethernet SPI include ../../arduino-mk/Arduino.mk diff --git a/examples/master_reader/Makefile b/examples/master_reader/Makefile index 8c4b56f..2d26f86 100644 --- a/examples/master_reader/Makefile +++ b/examples/master_reader/Makefile @@ -1,7 +1,7 @@ # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = Wire include ../../arduino-mk/Arduino.mk diff --git a/examples/toneMelody/Makefile b/examples/toneMelody/Makefile index 7ea0a9f..51a9c1f 100644 --- a/examples/toneMelody/Makefile +++ b/examples/toneMelody/Makefile @@ -1,5 +1,5 @@ BOARD_TAG = uno -ARDUINO_PORT = /dev/cu.usb* +MONITOR_PORT = /dev/cu.usb* ARDUINO_LIBS = include ../../arduino-mk/Arduino.mk |
