forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutton-5.xml
More file actions
51 lines (51 loc) · 1.29 KB
/
button-5.xml
File metadata and controls
51 lines (51 loc) · 1.29 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
<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="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>
<block type="tutorial_youtube">
<value name="name_">
<block type="variables_get">
<field name="VAR">youtube</field>
</block>
</value>
</block>
<block type="tutorial_youtube_control"></block>
<block type="tutorial_youtube_status"></block>
</category>
<sep></sep>
</xml>