forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdht-3.xml
More file actions
58 lines (58 loc) · 1.52 KB
/
dht-3.xml
File metadata and controls
58 lines (58 loc) · 1.52 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
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></category>
<category id="catMath">
<block type="math_number"></block>
</category>
<category id="catConsole">
<block type="getdate"></block>
<block type="gettime"></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="catDht">
<block type="variables_set">
<field name="VAR">dht</field>
<value name="VALUE">
<block type="dht_new">
<field name="pin_">11</field>
</block>
</value>
</block>
<block type="dht_get">
<value name="time">
<block type="math_number">
<field name="NUM">1000</field>
</block>
</value>
</block>
<block type="dht_get_number"></block>
</category>
<category id="catDatabase">
<block type="data_firebase">
<value name="name_">
<block type="variables_get">
<field name="VAR">myFirebase</field>
</block>
</value>
</block>
<block type="data_firebase_write"></block>
<block type="data_firebase_data"></block>
<block type="data_firebase_clear"></block>
</category>
<category id="catTutorials">
<block type="tutorial_dht_show"></block>
</category>
<sep></sep>
</xml>