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

« back to all changes in this revision

Viewing changes to parts/core/basic_servo.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 moduleId="3234DBDC80">
2
 
 <version>4</version>
3
 
 <author>Stefan Hermann</author>
4
 
 <title>Basic Servo</title>
5
 
 <label>J</label>
6
 
 <date>2008-11-04</date>
7
 
 <tags>
8
 
  <tag>servo</tag>
9
 
  <tag>fritzing core</tag>
10
 
 </tags>
11
 
 <properties>
12
 
  <property name="family">Servo</property>
13
 
 </properties>
14
 
 <taxonomy>discreteParts.servo</taxonomy>
15
 
 <description>A generic servo.</description>
16
 
 <views>
17
 
  <iconView>
18
 
   <layers image="icon/basic_servo.svg">
19
 
    <layer layerId="icon"/>
20
 
   </layers>
21
 
  </iconView>
22
 
  <breadboardView>
23
 
   <layers image="breadboard/basic_servo.svg">
24
 
    <layer layerId="breadboard"/>
25
 
   </layers>
26
 
  </breadboardView>
27
 
  <schematicView>
28
 
   <layers image="schematic/servo_schematic.svg">
29
 
    <layer layerId="schematic"/>
30
 
   </layers>
31
 
  </schematicView>
32
 
  <pcbView>
33
 
   <layers image="pcb/jumper_3_100mil_pcb.svg">
34
 
    <layer layerId="silkscreen"/>
35
 
    <layer layerId="copper0"/>
36
 
   <layer layerId="copper1"/></layers>
37
 
  </pcbView>
38
 
 </views>
39
 
 <connectors>
40
 
  <connector id="connector0" name="gnd" type="male">
41
 
   <description>ground</description>
42
 
   <views>
43
 
    <breadboardView>
44
 
     <p layer="breadboard" svgId="connector0pin"/>
45
 
    </breadboardView>
46
 
    <schematicView>
47
 
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
48
 
    </schematicView>
49
 
    <pcbView>
50
 
     <p layer="copper0" svgId="connector0pin"/>
51
 
    <p layer="copper1" svgId="connector0pin"/></pcbView>
52
 
   </views>
53
 
  </connector>
54
 
  <connector id="connector1" name="vcc" type="male">
55
 
   <description>vcc</description>
56
 
   <views>
57
 
    <breadboardView>
58
 
     <p layer="breadboard" svgId="connector1pin"/>
59
 
    </breadboardView>
60
 
    <schematicView>
61
 
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
62
 
    </schematicView>
63
 
    <pcbView>
64
 
     <p layer="copper0" svgId="connector1pin"/>
65
 
    <p layer="copper1" svgId="connector1pin"/></pcbView>
66
 
   </views>
67
 
  </connector>
68
 
  <connector id="connector2" name="pulse" type="male">
69
 
   <description>pulse</description>
70
 
   <views>
71
 
    <breadboardView>
72
 
     <p layer="breadboard" svgId="connector2pin"/>
73
 
    </breadboardView>
74
 
    <schematicView>
75
 
     <p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
76
 
    </schematicView>
77
 
    <pcbView>
78
 
     <p layer="copper0" svgId="connector2pin"/>
79
 
    <p layer="copper1" svgId="connector2pin"/></pcbView>
80
 
   </views>
81
 
  </connector>
82
 
 </connectors>
83
 
</module>
 
 
b'\\ No newline at end of file'