forked from fritzing/fritzing-parts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LED-white-5mm.fzp
76 lines (76 loc) · 2.24 KB
/
LED-white-5mm.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="1902whiteABDC24">
<version replacedby="2912whiteBBEC34">2</version>
<author>Stefan Hermann</author>
<title>white LED - 5mm</title>
<label>LED</label>
<date>2008-10-10</date>
<tags>
<tag>LED</tag>
<tag>white LED</tag>
<tag>indicator</tag>
<tag>fritzing core</tag>
</tags>
<properties>
<property name="obsoletepackage">T1.75 (5mm) [THT]</property>
<property name="family">//obsolete//LED</property>
<property name="forward voltage">1.8V</property>
<property name="color">white</property>
</properties>
<description>A generic white LED (~1.8V)</description>
<views>
<iconView>
<layers image="icon/LED-white-5mmicon.svg">
<layer layerId="icon"/>
</layers>
</iconView>
<breadboardView fliphorizontal="true" flipvertical="true">
<layers image="breadboard/LED-5mm-white.svg">
<layer layerId="breadboard"/>
</layers>
</breadboardView>
<schematicView>
<layers image="schematic/led.svg">
<layer layerId="schematic"/>
</layers>
</schematicView>
<pcbView>
<layers image="pcb/T1.75_LED.svg">
<layer layerId="copper0"/>
<layer layerId="keepout"/>
<layer layerId="soldermask"/>
<layer layerId="silkscreen"/>
<layer layerId="outline"/>
</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"/>
</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"/>
</pcbView>
</views>
</connector>
</connectors>
</module>