webduino-blockly
Version:
The Visual Programming Editor for Webduino
56 lines • 1.57 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>
</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="catLed">
<block type="variables_set">
<field name="VAR">led</field>
<value name="VALUE">
<block type="led_new">
<field name="pin_">10</field>
</block>
</value>
</block>
<block type="led_state">
<field name="led_">led</field>
</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>
<block type="light"></block>
</category>
<sep></sep>
</xml>