UNPKG

webduino-blockly

Version:

The Visual Programming Editor for Webduino

96 lines 2.56 kB
<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> <category id="catText"> <block type="text"></block> </category> <category id="catLists"> <block type="lists_create_with"></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="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="catUltraSonic"> <block type="variables_set"> <field name="VAR">ultrasonic</field> <value name="VALUE"> <block type="ultrasonic_new"> <field name="trig_">11</field> <field name="echo_">10</field> </block> </value> </block> <block type="ultrasonic_get"> <value name="time"> <block type="math_number"> <field name="NUM">500</field> </block> </value> </block> <block type="ultrasonic_distance"></block> </category> <category id="catTutorials"> <block type="ultrasonic_set_number"></block> </category> <sep></sep> </xml>