File: Read%20Port.xml

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (46 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<xml xmlns="https://developers.google.com/blockly/xml">
  <variables>
    <variable id="~cJFb|TjMP}w2.Fn2KJ7">data</variable>
  </variables>
  <block type="set_reg" id="h6aPPH}*T}.m`(cTnF=E" x="12" y="175">
    <field name="REGISTER">DDRA</field>
    <comment pinned="false" h="80" w="160">Set the data direction register</comment>
    <value name="VALUE">
      <block type="math_number" id="1Kj1g(Li1TMQia.^{SB+">
        <field name="NUM">0</field>
      </block>
    </value>
    <next>
      <block type="set_reg" id="u@wPM*WFz*8aam:01C48">
        <field name="REGISTER">PORTA</field>
        <value name="VALUE">
          <block type="math_number" id="kXIDI!}RulX:;JJUwU6R">
            <field name="NUM">255</field>
          </block>
        </value>
        <next>
          <block type="variables_set" id=",?+,:GhEp~sHP5f[nvh5">
            <field name="VAR" id="~cJFb|TjMP}w2.Fn2KJ7">data</field>
            <value name="VALUE">
              <block type="get_reg" id="HReQ4?~X|+m1Sv{DfLEd">
                <field name="REGISTER">PINA</field>
              </block>
            </value>
            <next>
              <block type="cs_print" id="dZyV8j`9jTPN3*I/1=~m">
                <value name="TEXT">
                  <shadow type="text" id="p|Pt9[:HFv[XrZpgsMQ}">
                    <field name="TEXT">hello</field>
                  </shadow>
                  <block type="variables_get" id="k^Dn6HH$Lw^sMlm4Gkv6">
                    <field name="VAR" id="~cJFb|TjMP}w2.Fn2KJ7">data</field>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
</xml>