forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmax7219-3.xml
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathmax7219-3.xml
File metadata and controls
42 lines (42 loc) · 1.08 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
<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="catMax7219">
<block type="variables_set">
<field name="VAR">matrix</field>
<value name="VALUE">
<block type="max7219_new">
<field name="din_">9</field>
<field name="cs_">10</field>
<field name="clk_">11</field>
</block>
</value>
</block>
<block type="max7219_animate_horse">
<value name="times_">
<block type="math_number">
<field name="NUM">100</field>
</block>
</value>
<value name="code_">
<block type="text">
<field name="TEXT">1026464040462610</field>
</block>
</value>
</block>
</category>
<sep></sep>
</xml>