webduino-blockly
Version:
The Visual Programming Editor for Webduino
60 lines • 1.54 kB
text/xml
<xml id="toolbox" style="display: none">
<category id="catVariables" custom="VARIABLE"></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="catButton">
<block type="variables_set">
<field name="VAR">button</field>
<value name="VALUE">
<block type="button_new">
<field name="pin_">10</field>
</block>
</value>
</block>
<block type="button_event"></block>
</category>
<category id="catServo">
<block type="variables_set">
<field name="VAR">servo</field>
<value name="VALUE">
<block type="servo_new">
<field name="pin_">10</field>
</block>
</value>
</block>
<block type="servo_angle"></block>
<block type="servo_angle_set">
<value name="angle_">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
</block>
</category>
<category id="catTutorials">
<block type="tutorial_servo_button_set"></block>
<block type="tutorial_servo_calculate">
<value name="angle_">
<block type="math_number">
<field name="NUM">10</field>
</block>
</value>
</block>
</category>
<sep></sep>
</xml>