File: arduino-gui-help.pd

package info (click to toggle)
pd-pduino 0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: makefile: 14
file content (57 lines) | stat: -rw-r--r-- 1,881 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#N canvas 357 106 852 596 10;
#X declare -path .;
#X text 266 94 [arduino-gui];
#X msg 79 44 open \$1;
#X floatatom 79 19 5 0 0 0 - - -;
#X obj 79 548 print ARDUINO.OUT;
#X msg 347 494;
#X text 363 156 <- select a device;
#X text 364 169 <- set GUI refresh rate;
#X text 360 282 <- set pin mode and change state;
#X text 406 21 A R D U I N O - G U I;
#X text 406 31 =====================;
#X text 365 470 <- record all arduino commands to a message box;
#X obj 133 18 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 596 147 cnv 15 170 210 empty empty empty 20 12 0 14 -224640
-66577 0;
#X text 607 184 * UNO;
#X text 607 198 * Duemilanove;
#X text 607 213 * Diecimila;
#X text 607 226 * NG;
#X text 600 256 Supported Firmware:;
#X msg 133 44 digital 13 \$1;
#X text 405 48 [arduino-gui] is a graphical version of the common [arduino]
class. It is a wrapper with some GUI enhancements that facilitate sending
commands to the arduino board. Those commands can also be recorded
to a message box.;
#X text 685 557 Olsen Wolf;
#X msg 226 44 pinMode 3 \$1;
#X symbolatom 226 19 10 0 0 0 - - -;
#X msg 311 44 port 1 \$1;
#X floatatom 311 19 5 0 0 0 - - -;
#X obj 598 434 arduino;
#X text 398 434 For full reference \, see help of;
#X obj 213 548 print ARDUINO.INFO;
#X text 364 185 <- set analog input refresh rate;
#X text 600 315 Requires:;
#X text 607 333 * Pd >= 0.45;
#X text 607 171 * Leonardo;
#X text 600 155 Supported Models:;
#X obj 79 115 arduino-gui;
#X obj 404 546 declare -path .;
#X text 503 545 <- why?;
#X text 649 543 2021 \, Roman Haefeli;
#X text 607 274 * StandardFirmata >= 2.2;
#X text 615 290 (tested with 2.5);
#X connect 1 0 33 0;
#X connect 2 0 1 0;
#X connect 11 0 18 0;
#X connect 18 0 33 0;
#X connect 21 0 33 0;
#X connect 22 0 21 0;
#X connect 23 0 33 0;
#X connect 24 0 23 0;
#X connect 33 0 3 0;
#X connect 33 1 27 0;
#X connect 33 2 4 0;