~ubuntu-branches/ubuntu/precise/fritzing/precise

« back to all changes in this revision

Viewing changes to parts/core/SMD_LED_white_0805.fzp

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2011-08-26 10:11:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826101105-w5hmn7zcf93ig5v6
Tags: 0.6.3b-1
* upgrapded to the newer upstream version
* parameters of the function GraphicsUtils::distanceFromLine in 
  src/svg/groundplanegenerator.cpp:767 are now declared as doubles,
  which Closes: #636441
* the new version fixes src/utils/folderutils.cpp, which
  Closes: #636061

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.beta.1396" moduleId="805WhiteLEDModuleID">
2
 
 <version>4</version>
3
 
 <author>Mr.T</author>
4
 
 <title>white smd LED</title>
5
 
 <label>LED</label>
6
 
 <date>2011-01-11</date>
7
 
 <tags>
8
 
  <tag>LED</tag>
9
 
  <tag>white LED</tag>
10
 
  <tag>indicator</tag>
11
 
  <tag>fritzing core</tag>
12
 
 <tag>SMD</tag></tags>
13
 
 <properties>
14
 
  <property name="package">0805 [SMD]</property>
15
 
  <property name="family">LED</property>
16
 
  <property name="color" showInLabel="yes">white</property>
17
 
    <property name="current" showInLabel="yes"/>
18
 
 </properties>
19
 
 <description>A generic white LED (~1.8V)</description>
20
 
 <views>
21
 
  <iconView>
22
 
   <layers image="icon/LED-white-5mmicon.svg">
23
 
    <layer layerId="icon"/>
24
 
   </layers>
25
 
  </iconView>
26
 
  <breadboardView fliphorizontal="true" flipvertical="true">
27
 
   <layers image="breadboard/LED-5mm-white.svg">
28
 
    <layer layerId="breadboard"/>
29
 
   </layers>
30
 
  </breadboardView>
31
 
  <schematicView>
32
 
   <layers image="schematic/led.svg">
33
 
    <layer layerId="schematic"/>
34
 
   </layers>
35
 
  </schematicView>
36
 
  <pcbView>
37
 
   <layers image="pcb/SMD_LED_0805.svg">
38
 
    <layer layerId="keepout"/>
39
 
    <layer layerId="soldermask"/>
40
 
    <layer layerId="silkscreen"/>
41
 
    <layer layerId="outline"/>
42
 
   <layer layerId="copper1"/></layers>
43
 
  </pcbView>
44
 
 </views>
45
 
 <connectors>
46
 
  <connector id="connector0" name="cathode" type="male">
47
 
   <description>cathode pin</description>
48
 
   <views>
49
 
    <breadboardView>
50
 
     <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
51
 
    </breadboardView>
52
 
    <schematicView>
53
 
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
54
 
    </schematicView>
55
 
    <pcbView>
56
 
    <p layer="copper1" svgId="connector0pad"/>
57
 
    </pcbView>
58
 
   </views>
59
 
  </connector>
60
 
  <connector id="connector1" name="anode" type="male">
61
 
   <description>anode pin</description>
62
 
   <views>
63
 
    <breadboardView>
64
 
     <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
65
 
    </breadboardView>
66
 
    <schematicView>
67
 
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
68
 
    </schematicView>
69
 
    <pcbView>
70
 
    <p layer="copper1" svgId="connector1pad"/>
71
 
    </pcbView>
72
 
   </views>
73
 
  </connector>
74
 
 </connectors>
75
 
</module>
 
 
b'\\ No newline at end of file'