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

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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.beta.1396" moduleId="1206RedLEDModuleID">
 <version replacedby="1206ColorLEDModuleID">4</version>
 <author>Mr.T</author>
 <title>red smd LED</title>
 <label>LED</label>
 <date>2011-01-11</date>
 <tags>
  <tag>LED</tag>
  <tag>red LED</tag>
  <tag>indicator</tag>
  <tag>fritzing core</tag>
 <tag>SMD</tag></tags>
 <properties>
  <property name="package">1206 [SMD]</property>
  <property name="family">obsolete_LED</property>
  <property name="color" showInLabel="yes">red</property>
  <property name="current" showInLabel="yes"/>
  </properties>
 <description>A generic red LED (~1.8V)</description>
 <views>
  <iconView>
   <layers image="icon/LED-red-5mmicon.svg">
    <layer layerId="icon"/>
   </layers>
  </iconView>
  <breadboardView fliphorizontal="true" flipvertical="true">
   <layers image="breadboard/LED-5mm-red.svg">
    <layer layerId="breadboard"/>
   </layers>
  </breadboardView>
  <schematicView>
   <layers image="schematic/led.svg">
    <layer layerId="schematic"/>
   </layers>
  </schematicView>
  <pcbView>
   <layers image="pcb/SMD_LED_1206.svg">
    <layer layerId="keepout"/>
    <layer layerId="soldermask"/>
    <layer layerId="silkscreen"/>
    <layer layerId="outline"/>
   <layer layerId="copper1"/></layers>
  </pcbView>
 </views>
 <connectors>
  <connector id="connector0" name="cathode" type="male">
   <description>cathode pin</description>
   <views>
    <breadboardView>
     <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
    </breadboardView>
    <schematicView>
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
    </schematicView>
    <pcbView>
    <p layer="copper1" svgId="connector0pad"/>
    </pcbView>
   </views>
  </connector>
  <connector id="connector1" name="anode" type="male">
   <description>anode pin</description>
   <views>
    <breadboardView>
     <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
    </breadboardView>
    <schematicView>
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
    </schematicView>
    <pcbView>
    <p layer="copper1" svgId="connector1pad"/>
    </pcbView>
   </views>
  </connector>
 </connectors>
</module>