-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.blocks
1 lines (1 loc) · 2.52 KB
/
main.blocks
1
<xml xmlns="https://developers.google.com/blockly/xml"><variables><variable id="]O(kMpqZ2=Q[Y11$k:Gb">speed</variable><variable id="Uz,h+2A(oKUVGf1BG[C2">lSpeed</variable><variable id="q](,UVnG[+C3^b8|og3E">rSpeed</variable></variables><block type="pxt-on-start" id="Ut`2WAIZ(0Df2+,..25*" x="0" y="0"><statement name="HANDLER"><block type="typescript_statement" id="rU!J2j*1Y|2{U,]N0wlX" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="let run = false" numlines="1" declaredvars="run"></mutation><next><block type="typescript_statement" id="(I7!R@{bZ:fPs;g`%gXU" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const MSG = {" line1=" TEST: 0," line2=" CALIBRATE: 1," line3=" RUN: 2," line4=" STOP: 3" line5="" line6="}" numlines="7" declaredvars="MSG"></mutation><next><block type="variables_set" id="8jJ43+QGN,cLQZ8wj#9u"><field name="VAR" id="]O(kMpqZ2=Q[Y11$k:Gb">speed</field><value name="VALUE"><shadow type="math_number" id="dxpBa?fpxUi2iJM2B^m9"><field name="NUM">100</field></shadow></value><next><block type="variables_set" id="veDW$IW8CYTQcIQ~7+u6"><field name="VAR" id="Uz,h+2A(oKUVGf1BG[C2">lSpeed</field><value name="VALUE"><shadow type="math_number" id="*g+ZL8{M9KEorR(DlNU3"><field name="NUM">1</field></shadow></value><next><block type="variables_set" id="Y;iJF@/Yi:)XCPVmt8wW"><field name="VAR" id="q](,UVnG[+C3^b8|og3E">rSpeed</field><value name="VALUE"><shadow type="math_number" id="6/KS(nH/aVEfz6!!oSk@"><field name="NUM">1</field></shadow></value><next><block type="radio_set_group" id="ef@do0[[f-9|bxOEO#8l"><value name="ID"><shadow type="math_number_minmax" id="P:ZOtQ3W)5+g;M?kA~D*"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">120</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="radio_on_number_drag" id="JBmAM7[!PiWtwst,dYVc" x="279" y="0"><value name="HANDLER_DRAG_PARAM_receivedNumber"><shadow type="argument_reporter_number" id="hL=Rl#sE]m,*WMD_$Aid"><field name="VALUE">code</field></shadow></value><statement name="HANDLER"><block type="typescript_statement" id="TvD9LHq1d?|~jirfIJEL" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="switch (code) {" line1=" case MSG.TEST:" line2=" basic.showIcon(IconNames.Confused)" line3=" case MSG.RUN:" line4=" run = true" line5=" case MSG.STOP:" line6=" run = false" line7=" }" numlines="8"></mutation></block></statement></block></xml>