-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
3 lines (3 loc) · 1.78 KB
/
project.xml
File metadata and controls
3 lines (3 loc) · 1.78 KB
1
2
3
<xml xmlns="https://developers.google.com/blockly/xml"><block type="digital_display_setup" id="^4B@4os,.C$_L=tn0h6j" x="57" y="52"><field name="DIO_PIN">11</field><field name="CLK_PIN">10</field><comment pinned="false" h="150" w="460">Digit display will display number and letters. Because there a only 7 led lines some characters might be limited</comment></block><block type="arduino_loop" id="p+^@wg3}%V7fY?Qd)~Rs" deletable="false" x="50" y="151"><field name="LOOP_TIMES">3</field><comment pinned="false" h="170" w="460">The void loop function runs over and over again forever</comment><statement name="loop"><block type="digital_display_set" id="qhyo/*6%h/!l{WJ)+;Nd"><field name="COLON">TRUE</field><comment pinned="false" h="70" w="460">Sets the text and turns the colons on and off.</comment><value name="TEXT"><block type="text" id="m*ynsI-Uyunr-;%).32O"><field name="TEXT">Toot</field></block></value><next><block type="delay_block" id="/i5g0ur=jKuN^yI@+RMc"><comment pinned="false" h="90" w="460">
Wait for the given/defined seconds.</comment><value name="DELAY"><block type="math_number" id="bMD~AxV-4C=7Vyny^!Q7"><field name="NUM">1</field></block></value><next><block type="digital_display_set" id="Q?rI+@pFc(K(by4PsA)-"><field name="COLON">FALSE</field><comment pinned="false" h="70" w="460">Sets the text and turns the colons on and off.</comment><value name="TEXT"><block type="text" id="YAt5JBffgT:n)(C[afwh"><field name="TEXT">Loon</field></block></value><next><block type="delay_block" id="@u.qlXS~3$.U7=s:]NFa"><comment pinned="false" h="90" w="460">
Wait for the given/defined seconds.</comment><value name="DELAY"><block type="math_number" id="jC*nvnPkIP#9h7N8T0vO"><field name="NUM">1</field></block></value></block></next></block></next></block></next></block></statement></block></xml>