webduino-blockly
Version:
The Visual Programming Editor for Webduino
86 lines • 2.34 kB
text/xml
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></category>
<category id="catLogic">
<block type="controls_if"></block>
<block type="logic_compare"></block>
<block type="logic_operation"></block>
</category>
<category id="catMath">
<block type="math_number"></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="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_draw">
<value name="code_">
<block type="text">
<field name="TEXT">1026464040462610</field>
</block>
</value>
</block>
<block type="max7219_animate">
<value name="times_">
<block type="math_number">
<field name="NUM">100</field>
</block>
</value>
<value name="list_">
<block type="lists_create_with"></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>
<block type="max7219_stop"></block>
<block type="max7219_off"></block>
</category>
<category id="catADXL345">
<block type="variables_set">
<field name="VAR">adxl</field>
<value name="VALUE">
<block type="adxl345_new">
<field name="sda_">4</field>
<field name="scl_">5</field>
</block>
</value>
</block>
<block type="adxl345_on"></block>
<block type="adxl345_val"></block>
<block type="adxl345_off"></block>
</category>
<category id="catTutorials">
<block type="tutorial_adxl345_show"></block>
</category>
<sep></sep>
</xml>