-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhdhdhd.xml
38 lines (38 loc) · 1.17 KB
/
hdhdhd.xml
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
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="io_builtin_led" id="131" inline="true" x="6" y="88">
<field name="BUILT_IN_LED">13</field>
<value name="STATE">
<block type="io_highlow" id="132">
<field name="STATE">HIGH</field>
</block>
</value>
<next>
<block type="time_delay" id="139">
<value name="DELAY_TIME_MILI">
<block type="math_number" id="140">
<field name="NUM">1000</field>
</block>
</value>
<next>
<block type="io_builtin_led" id="162" inline="true">
<field name="BUILT_IN_LED">13</field>
<value name="STATE">
<block type="io_highlow" id="163">
<field name="STATE">LOW</field>
</block>
</value>
<next>
<block type="time_delay" id="160">
<value name="DELAY_TIME_MILI">
<block type="math_number" id="161">
<field name="NUM">1000</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</xml>