forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuzzer-4.xml
More file actions
87 lines (87 loc) · 2.25 KB
/
Copy pathbuzzer-4.xml
File metadata and controls
87 lines (87 loc) · 2.25 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></category>
<sep></sep>
<sep></sep>
<category id="catText">
<block type="text"></block>
</category>
<category id="catLogic">
<block type="controls_if"></block>
</category>
<sep></sep>
<sep></sep>
<category id="catBoard">
<block type="board_server">
<value name="server_">
<block type="text"></block>
</value>
</block>
<block type="board_ready">
<value name="device_">
<block type="text"></block>
</value>
</block>
</category>
<category id="catBuzzer">
<block type="variables_set">
<field name="VAR">buzzer</field>
<value name="VALUE">
<block type="buzzer_new">
<field name="pin_">11</field>
</block>
</value>
</block>
<block type="buzzer_music">
<value name="music_name_">
<block type="variables_get">
<field name="VAR">music</field>
</block>
</value>
</block>
<block type="buzzer_notes_tempos"></block>
<block type="buzzer_music_array">
<value name="music_name_">
<block type="variables_get">
<field name="VAR">music</field>
</block>
</value>
<value name="notes_">
<block type="text">
<field name="TEXT">C6,D6,E6,F6,G6,A6,B6</field>
</block>
</value>
<value name="tempos_">
<block type="text">
<field name="TEXT">8</field>
</block>
</value>
</block>
<block type="buzzer_load_music"></block>
<block type="buzzer_play">
<value name="play_music_">
<block type="variables_get">
<field name="VAR">music</field>
</block>
</value>
</block>
<block type="buzzer_event"></block>
<block type="buzzer_state"></block>
</category>
<category id="catButton">
<block type="variables_set">
<field name="VAR">button</field>
<value name="VALUE">
<block type="button_new">
<field name="pin_">10</field>
</block>
</value>
</block>
<block type="button_event"></block>
</category>
<sep></sep>
<sep></sep>
<category id="catTutorials">
<block type="show_text"></block>
</category>
<sep></sep>
</xml>