forked from fritzing/fritzing-parts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LED-yellow-5mm (3).fzp
76 lines (76 loc) · 2.38 KB
/
LED-yellow-5mm (3).fzp
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
76
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.beta.1407" moduleId="3911BBEC34LEDModuleID">
<version replacedby="5mmColorLEDModuleID">4</version>
<author>Stefan Hermann</author>
<title>yellow LED - 5mm</title>
<label>LED</label>
<date>2008-10-10</date>
<tags>
<tag>LED</tag>
<tag>yellow LED</tag>
<tag>indicator</tag>
<tag>fritzing core</tag>
</tags>
<properties>
<property name="package">5 mm [THT]</property>
<property name="family">//obsolete//LED</property>
<property name="color" showInLabel="yes">yellow</property>
<property name="current" showInLabel="yes"></property>
</properties>
<description>A generic yellow LED (~1.8V)</description>
<views>
<iconView>
<layers image="icon/LED-yellow-5mmicon.svg">
<layer layerId="icon"/>
</layers>
</iconView>
<breadboardView fliphorizontal="true" flipvertical="true">
<layers image="breadboard/LED-5mm-yellow.svg">
<layer layerId="breadboard"/>
</layers>
</breadboardView>
<schematicView>
<layers image="schematic/led.svg">
<layer layerId="schematic"/>
</layers>
</schematicView>
<pcbView>
<layers image="pcb/5mm_LED.svg">
<layer layerId="copper0"/>
<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="copper0" svgId="connector0pad"/>
<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="copper0" svgId="connector1pad"/>
<p layer="copper1" svgId="connector1pad"/></pcbView>
</views>
</connector>
</connectors>
</module>