forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrfid-3.xml
More file actions
70 lines (70 loc) · 1.98 KB
/
Copy pathrfid-3.xml
File metadata and controls
70 lines (70 loc) · 1.98 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
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></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="catRFID">
<block type="variables_set">
<field name="VAR">rfid</field>
<value name="VALUE">
<block type="rfid_new">
<field name="sda_">10</field>
<field name="sck_">13</field>
<field name="mosi_">11</field>
<field name="miso_">12</field>
</block>
</value>
</block>
<block type="rfid_enter"></block>
<block type="rfid_uid"></block>
<block type="rfid_if">
<value name="uid_">
<block type="text">
<field name="TEXT">...</field>
</block>
</value>
</block>
<block type="rfid_leave"></block>
</category>
<category id="catDemoYoutube">
<block type="demo_youtube">
<value name="name_">
<block type="variables_get">
<field name="VAR">youtube</field>
</block>
</value>
</block>
<block type="demo_youtube_id">
<value name="id_">
<block type="text">
<field name="TEXT">...</field>
</block>
</value>
</block>
<block type="demo_youtube_control"></block>
<block type="demo_youtube_status"></block>
<block type="demo_youtube_volume">
<value name="volume_">
<block type="math_number">
<field name="NUM">100</field>
</block>
</value>
</block>
<block type="demo_youtube_speed"></block>
</category>
<category id="catTutorials">
<block type="tutorial_rfid_code"></block>
</category>
<sep></sep>
</xml>