forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpir-1.xml
More file actions
31 lines (31 loc) · 742 Bytes
/
Copy pathpir-1.xml
File metadata and controls
31 lines (31 loc) · 742 Bytes
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
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></category>
<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="catPir">
<block type="variables_set">
<field name="VAR">pir</field>
<value name="VALUE">
<block type="pir_new">
<field name="pin_">10</field>
</block>
</value>
</block>
<block type="pir_status"></block>
</category>
<category id="catTutorials">
<block type="light"></block>
</category>
<sep></sep>
</xml>