~ubuntu-branches/ubuntu/trusty/fritzing/trusty-proposed

« back to all changes in this revision

Viewing changes to parts/core/Rotary_Encoder.fzp

  • Committer: Package Import Robot
  • Author(s): Enrique Hernández Bello
  • Date: 2012-11-11 21:38:56 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121111213856-0825ywdrtdcshl91
Tags: 0.7.10b-1
* New upstream version. Closes: #661495, #692998
* Removed useless patches.
* Removed SetupAPI.lib from sourceless files.
* Skip dfsg tarball creation if there are no sourceless files.
* Added libqt4-sql-sqlite to dependencies. Thanks to Tom Hummel <tom@bluespice.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.1255" moduleId="ALPS_STEC12E07">
2
 
 <version>4</version>
3
 
 <author>Stefan Hermann</author>
4
 
 <title>Rotary Encoder</title>
5
 
 <label>RE</label>
6
 
 <date>2011-09-15</date>
7
 
 <tags>
8
 
  <tag>Rotary</tag>
9
 
  <tag>Encoder</tag>
10
 
  <tag>digital</tag>
11
 
        <tag>input</tag>
12
 
  <tag>fritzing core</tag>
13
 
 </tags>
14
 
 <properties>
15
 
  <property name="family">rotary encoder</property>     
16
 
  <property name="package">THT</property>
17
 
  <property name="type">ALPS STEC12E07</property>
18
 
 </properties>
19
 
 <description>Rotary Encoder from ALPS STEC12E07.</description>
20
 
 <views>
21
 
  <iconView>
22
 
   <layers image="icon/Rotary_Encoder.svg">
23
 
    <layer layerId="icon"/>
24
 
   </layers>
25
 
  </iconView>
26
 
  <breadboardView>
27
 
   <layers image="breadboard/Rotary_Encoder.svg">
28
 
    <layer layerId="breadboard"/>
29
 
   </layers>
30
 
  </breadboardView>
31
 
  <schematicView fliphorizontal="false" flipvertical="false">
32
 
   <layers image="schematic/Rotary_Encoder.svg">
33
 
    <layer layerId="schematic"/>
34
 
   </layers>
35
 
  </schematicView>
36
 
  <pcbView>
37
 
   <layers image="pcb/Rotary_Encoder.svg">
38
 
    <layer layerId="copper0"/>
39
 
    <layer layerId="silkscreen"/>
40
 
   <layer layerId="copper1"/>
41
 
   </layers>
42
 
  </pcbView>
43
 
 </views>
44
 
 <connectors>
45
 
  <connector id="connector0" name="EncoderPinA" type="male">
46
 
   <description>output Pin A</description>
47
 
   <views>
48
 
    <breadboardView>
49
 
     <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
50
 
    </breadboardView>
51
 
    <schematicView>
52
 
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
53
 
    </schematicView>
54
 
    <pcbView>
55
 
     <p layer="copper0" svgId="connector0pad"/>
56
 
    <p layer="copper1" svgId="connector0pad"/>
57
 
    </pcbView>
58
 
   </views>
59
 
  </connector>
60
 
  <connector id="connector1" name="EncoderPinC" type="male">
61
 
   <description>common Pin C</description>
62
 
   <views>
63
 
    <breadboardView>
64
 
     <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
65
 
    </breadboardView>
66
 
    <schematicView>
67
 
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
68
 
    </schematicView>
69
 
    <pcbView>
70
 
     <p layer="copper0" svgId="connector1pad"/>
71
 
    <p layer="copper1" svgId="connector1pad"/>
72
 
    </pcbView>
73
 
   </views>
74
 
  </connector>
75
 
        <connector id="connector2" name="EncoderPinB" type="male">
76
 
   <description>output Pin B</description>
77
 
   <views>
78
 
    <breadboardView>
79
 
     <p layer="breadboard" svgId="connector2pin" terminalId="connector2terminal"/>
80
 
    </breadboardView>
81
 
    <schematicView>
82
 
     <p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
83
 
    </schematicView>
84
 
    <pcbView>
85
 
     <p layer="copper0" svgId="connector2pad"/>
86
 
    <p layer="copper1" svgId="connector2pad"/>
87
 
    </pcbView>
88
 
   </views>
89
 
  </connector>
90
 
 
91
 
 </connectors>
92
 
</module>