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

« back to all changes in this revision

Viewing changes to pdb/core/crystal.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.3.6b.08.14.3340" moduleId="CrystalModuleID">
 
2
<version>4</version>
 
3
    <author>Lionel Michel</author>
 
4
    <title>Crystal</title>
 
5
    <label>XTAL</label>
 
6
    <date>2009-02-26</date>
 
7
    <tags>
 
8
        <tag>clock</tag>
 
9
        <tag>crystal</tag>
 
10
        <tag>quartz</tag>
 
11
        <tag>oscillator</tag>
 
12
        <tag>piezoelectric</tag>
 
13
    </tags>
 
14
    <properties>
 
15
        <property name="pin spacing">5.08mm</property>
 
16
        <property name="family">oscillator</property>
 
17
        <property name="type">crystal</property>
 
18
        <property name="frequency" showInLabel="yes">16 Mhz</property>
 
19
    <property name="package">THT</property></properties>
 
20
    <description>Crystal</description>
 
21
    <views>
 
22
        <iconView>
 
23
            <layers image="icon/crystal.svg">
 
24
                <layer layerId="icon"/>
 
25
            </layers>
 
26
        </iconView>
 
27
        <breadboardView>
 
28
            <layers image="breadboard/crystal_leg.svg">
 
29
                <layer layerId="breadboard"/>
 
30
            </layers>
 
31
        </breadboardView>
 
32
        <pcbView>
 
33
            <layers image="pcb/crystal_HC18.svg">
 
34
                <layer layerId="copper0"/>
 
35
                <layer layerId="silkscreen"/>
 
36
            <layer layerId="copper1"/></layers>
 
37
        </pcbView>
 
38
        <schematicView>
 
39
            <layers image="schematic/crystal.svg">
 
40
                <layer layerId="schematic"/>
 
41
            </layers>
 
42
        </schematicView>
 
43
    </views>
 
44
    <connectors>
 
45
        <connector id="connector0" name="pin 0" type="male">
 
46
            <description>pin 0</description>
 
47
            <views>
 
48
                <breadboardView>
 
49
                    <p layer="breadboard" svgId="connector0pin" legId="connector0leg"/>
 
50
                </breadboardView>
 
51
                <schematicView>
 
52
                    <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
 
53
                </schematicView>
 
54
                <pcbView>
 
55
                    <p layer="copper0" svgId="connector0pin"/>
 
56
                <p layer="copper1" svgId="connector0pin"/></pcbView>
 
57
            </views>
 
58
        </connector>
 
59
        <connector id="connector1" name="pin 1" type="male">
 
60
            <description>pin 1</description>
 
61
            <views>
 
62
                <breadboardView>
 
63
                    <p layer="breadboard" svgId="connector1pin" legId="connector1leg" />
 
64
                </breadboardView>
 
65
                <schematicView>
 
66
                    <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
 
67
                </schematicView>
 
68
                <pcbView>
 
69
                    <p layer="copper0" svgId="connector1pin"/>
 
70
                <p layer="copper1" svgId="connector1pin"/></pcbView>
 
71
            </views>
 
72
        </connector>
 
73
    </connectors>
 
74
</module>