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

« back to all changes in this revision

Viewing changes to pdb/core/led-rgb-4pin-anode_rbg.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"?>
 
2
<module fritzingVersion="0.5.4b.05.18.4914" moduleId="0d35715c371dab9d8b52b3c09444f755">
 
3
    <version>4</version>
 
4
    <author>stefanhermann</author>
 
5
    <title>RGB LED (com. anode, rbg)</title>
 
6
    <label>LED</label>
 
7
    <date>2009-06-22</date>
 
8
    <tags>
 
9
        <tag>RGB LED</tag>
 
10
        <tag>full color</tag>
 
11
        <tag>indicator</tag>
 
12
    </tags>
 
13
    <properties>
 
14
        <property name="package">5 mm [THT]</property>
 
15
        <property name="family">LED</property>
 
16
        <property name="pin order">rbg</property>
 
17
        <property name="polarity">common anode</property>
 
18
        <property name="current"></property>
 
19
        <property name="rgb">RGB</property>
 
20
        <property name="part number"></property>
 
21
    </properties>
 
22
    <description>A 5mm tri-color LED with red, green and blue inside. 
 
23
Pin order: red - com. anode - blue - green</description>
 
24
    <views>
 
25
        <iconView>
 
26
            <layers image="icon/led-rgb-4pin-anode.svg">
 
27
                <layer layerId="icon"/>
 
28
            </layers>
 
29
        </iconView>
 
30
        <breadboardView>
 
31
            <layers image="breadboard/led-rgb-4pin-anode-leg.svg">
 
32
                <layer layerId="breadboard"/>
 
33
            </layers>
 
34
        </breadboardView>
 
35
        <schematicView>
 
36
            <layers image="schematic/led-rgb-4pin-anode.svg">
 
37
                <layer layerId="schematic"/>
 
38
            </layers>
 
39
        </schematicView>
 
40
        <pcbView>
 
41
            <layers image="pcb/LED-TRICOLOR-THROUGHHOLE_SparkFun.svg">
 
42
                <layer layerId="copper0"/>
 
43
                <layer layerId="copper1"/>
 
44
                <layer layerId="silkscreen"/>
 
45
            </layers>
 
46
        </pcbView>
 
47
    </views>
 
48
    <connectors>
 
49
        <connector id="connector0" type="male" name="red cathode">
 
50
            <description>cathode pin for red LED</description>
 
51
            <views>
 
52
                <breadboardView>
 
53
                    <p layer="breadboard" svgId="connector0pin"  legId="connector0leg"/>
 
54
                </breadboardView>
 
55
                <schematicView>
 
56
                    <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
 
57
                </schematicView>
 
58
                <pcbView>
 
59
                    <p layer="copper1" svgId="connector0pad"/>
 
60
                    <p layer="copper0" svgId="connector0pad"/>
 
61
                </pcbView>
 
62
            </views>
 
63
        </connector>
 
64
        <connector id="connector1" type="male" name="common anode">
 
65
            <description>anode pin for every color, supply +voltage</description>
 
66
            <views>
 
67
                <breadboardView>
 
68
                    <p layer="breadboard" svgId="connector1pin" legId="connector1leg"/>
 
69
                </breadboardView>
 
70
                <schematicView>
 
71
                    <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
 
72
                </schematicView>
 
73
                <pcbView>
 
74
                    <p layer="copper1" svgId="connector1pad"/>
 
75
                    <p layer="copper0" svgId="connector1pad"/>
 
76
                </pcbView>
 
77
            </views>
 
78
        </connector>
 
79
        <connector id="connector2" type="male" name="blue cathode">
 
80
            <description>cathode pin for blue LED</description>
 
81
            <views>
 
82
                <breadboardView>
 
83
                    <p layer="breadboard" svgId="connector2pin"  legId="connector2leg"/>
 
84
                </breadboardView>
 
85
                <schematicView>
 
86
                    <p layer="schematic" svgId="connector3pin" terminalId="connector3terminal"/>
 
87
                </schematicView>
 
88
                <pcbView>
 
89
                    <p layer="copper1" svgId="connector2pad"/>
 
90
                    <p layer="copper0" svgId="connector2pad"/>
 
91
                </pcbView>
 
92
            </views>
 
93
        </connector>
 
94
         <connector id="connector3" type="male" name="green cathode">
 
95
            <description>cathode pin for green LED</description>
 
96
            <views>
 
97
                <breadboardView>
 
98
                    <p layer="breadboard" svgId="connector3pin"  legId="connector3leg"/>
 
99
                </breadboardView>
 
100
                <schematicView>
 
101
                    <p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
 
102
                </schematicView>
 
103
                <pcbView>
 
104
                    <p layer="copper1" svgId="connector3pad"/>
 
105
                    <p layer="copper0" svgId="connector3pad"/>
 
106
                </pcbView>
 
107
            </views>
 
108
        </connector>
 
109
   </connectors>
 
110
</module>