forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuzzer-3.xml
More file actions
68 lines (68 loc) · 1.8 KB
/
buzzer-3.xml
File metadata and controls
68 lines (68 loc) · 1.8 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
<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="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>
</category>
<category id="catTutorials">
<block type="tutorial_buzzer_3"></block>
</category>
<sep></sep>
</xml>