aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-07 19:01:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-07 19:01:59 +0000
commit2185d176eaa8bb43ae4c5b0820316f761c7f9e7a (patch)
tree226459c18b2a561dff0b6a4838ee7e6ac21d1464
parent732b905f6bdeba0551fc6b97a8a019f11b8b70fe (diff)
move test GUIs to the examples folder so that they are easy to find in the standard way
svn path=/trunk/externals/pduino/; revision=16348
-rw-r--r--Makefile4
-rw-r--r--examples/arduino-test.pd (renamed from arduino-test.pd)2
-rw-r--r--examples/arduinomega-test.pd (renamed from arduinomega-test.pd)2
-rw-r--r--examples/wiring-test.pd (renamed from wiring-test.pd)2
4 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3a6a4d..3ae7f04 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SOURCES =
PDOBJECTS = arduino.pd
# example patches and related files, in the 'examples' subfolder
-EXAMPLES = LED-lighting-fade.pd simple_input.pd
+EXAMPLES = LED-lighting-fade.pd simple_input.pd arduinomega-test.pd arduino-test.pd wiring-test.pd
# manuals and related files, in the 'manual' subfolder
MANUAL =
@@ -22,7 +22,7 @@ MANUAL =
# list them here. This can be anything from header files, test patches,
# documentation, etc. README.txt and LICENSE.txt are required and therefore
# automatically included
-EXTRA_DIST = arduinomega-test.pd arduino-stress-test.pd arduino-test.pd
+EXTRA_DIST = arduino-stress-test.pd
# unit tests and related files here, in the 'unittests' subfolder
UNITTESTS =
diff --git a/arduino-test.pd b/examples/arduino-test.pd
index a34500c..60ae4ae 100644
--- a/arduino-test.pd
+++ b/examples/arduino-test.pd
@@ -1,4 +1,5 @@
#N canvas 148 59 645 521 10;
+#X declare -lib pduino;
#X obj 233 112 cnv 15 100 22 empty empty empty 20 12 0 14 -253938 -66577
0;
#X obj 405 216 cnv 15 85 22 empty empty empty 20 12 0 14 -253938 -66577
@@ -927,6 +928,7 @@
#X text 418 155 switch pin to 'pwm' or 'servo' first;
#X msg 413 218;
#X msg 239 114;
+#X obj 551 8 import pduino;
#X connect 3 0 83 0;
#X connect 3 1 5 0;
#X connect 5 0 51 0;
diff --git a/arduinomega-test.pd b/examples/arduinomega-test.pd
index 8c1d45d..35c83f9 100644
--- a/arduinomega-test.pd
+++ b/examples/arduinomega-test.pd
@@ -1,4 +1,5 @@
#N canvas 27 28 1204 630 10;
+#X declare -lib pduino;
#N canvas 146 163 525 433 serin 0;
#X obj 180 61 cnv 15 15 15 empty \$0-number-canvas 4 4 8 0 14 -233017
-1 0;
@@ -1284,6 +1285,7 @@ empty -4 -8 0 10 -203904 -1 -1 0;
#X restore -495 180 pd strings and special messages;
#X text 299 261 Patch Arduino modifie pour le MEGA;
#X obj -186 500 route 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15;
+#X obj 524 18 import pduino;
#X connect 0 0 46 0;
#X connect 0 1 2 0;
#X connect 2 0 60 0;
diff --git a/wiring-test.pd b/examples/wiring-test.pd
index fe1fdbb..599fa1c 100644
--- a/wiring-test.pd
+++ b/examples/wiring-test.pd
@@ -1,4 +1,5 @@
#N canvas 33 50 968 551 10;
+#X declare -lib pduino;
#X obj 405 92 cnv 15 100 22 empty empty empty 20 12 0 14 -253938 -66577
0;
#X obj 405 216 cnv 15 85 22 empty empty empty 20 12 0 14 -253938 -66577
@@ -1209,6 +1210,7 @@ the Firmata library.;
#X text 1178 123 51;
#X text 1192 123 52;
#X text 1207 123 53;
+#X obj 838 -9 import pduino;
#X connect 3 0 66 0;
#X connect 3 1 5 0;
#X connect 5 0 81 0;