forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrgbled-2.xml
More file actions
40 lines (40 loc) · 1.06 KB
/
rgbled-2.xml
File metadata and controls
40 lines (40 loc) · 1.06 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
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></category>
<sep></sep>
<category id="catColour">
<block type="colour_picker"></block>
</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="catRGBLed">
<block type="variables_set">
<field name="VAR">rgbled</field>
<value name="VALUE">
<block type="rgbled_new">
<field name="red_">6</field>
<field name="green_">9</field>
<field name="blue_">10</field>
</block>
</value>
</block>
<block type="rgbled_setcolor">
<field name="rgbled_">rgbled</field>
</block>
</category>
<category id="catTutorials">
<block type="rgb_led_area_color"></block>
<block type="rgb_led_btn_click"></block>
</category>
<sep></sep>
</xml>