webduino-blockly
Version:
The Visual Programming Editor for Webduino
67 lines • 1.85 kB
text/xml
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></category>
<sep></sep>
<category id="catLogic">
<block type="controls_if"></block>
</category>
<category id="catColour">
<block type="colour_picker"></block>
</category>
<category id="catMath">
<block type="math_number"></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="light"></block>
<block type="light_click"></block>
<block type="light_check"></block>
<block type="rgb_led_start_dancing">
<value name="timer">
<block type="variables_get">
<field name="VAR" class="timerVar"></field>
</block>
</value>
<value name="time">
<block type="math_number">
<field name="NUM">500</field>
</block>
</value>
</block>
<block type="stop_clock">
<value name="timer">
<block type="variables_get">
<field name="VAR" class="timerVar"></field>
</block>
</value>
</block>
<block type="rgb_led_dancing_status"></block>
</category>
<sep></sep>
</xml>