SMD_crystal.fzp 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.3.6b.08.14.3340" moduleId="SMDCrystalModuleID">
  2. <version>4</version>
  3. <author>Fritzing Core Team</author>
  4. <title>Crystal</title>
  5. <label>XTAL</label>
  6. <date>20101-12-07</date>
  7. <tags>
  8. <tag>clock</tag>
  9. <tag>crystal</tag>
  10. <tag>quartz</tag>
  11. <tag>oscillator</tag>
  12. <tag>piezoelectric</tag>
  13. <tag>SMD</tag></tags>
  14. <properties>
  15. <property name="family">oscillator</property>
  16. <property name="type">crystal</property>
  17. <property name="frequency" showInLabel="yes">16 Mhz</property>
  18. <property name="package">SMD</property></properties>
  19. <description>Crystal</description>
  20. <views>
  21. <iconView>
  22. <layers image="icon/crystal.svg">
  23. <layer layerId="icon"/>
  24. </layers>
  25. </iconView>
  26. <breadboardView>
  27. <layers image="breadboard/crystal_leg.svg">
  28. <layer layerId="breadboard"/>
  29. </layers>
  30. </breadboardView>
  31. <pcbView>
  32. <layers image="pcb/SMD_crystal_HC49.svg">
  33. <layer layerId="copper1"/>
  34. <layer layerId="silkscreen"/>
  35. <layer layerId="copper1"/></layers>
  36. </pcbView>
  37. <schematicView>
  38. <layers image="schematic/crystal.svg">
  39. <layer layerId="schematic"/>
  40. </layers>
  41. </schematicView>
  42. </views>
  43. <connectors>
  44. <connector id="connector0" name="pin 0" type="male">
  45. <description>pin 0</description>
  46. <views>
  47. <breadboardView>
  48. <p layer="breadboard" svgId="connector0pin" legId="connector0leg" />
  49. </breadboardView>
  50. <schematicView>
  51. <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
  52. </schematicView>
  53. <pcbView>
  54. <p layer="copper1" svgId="connector0pin"/></pcbView>
  55. </views>
  56. </connector>
  57. <connector id="connector1" name="pin 1" type="male">
  58. <description>pin 1</description>
  59. <views>
  60. <breadboardView>
  61. <p layer="breadboard" svgId="connector1pin" legId="connector1leg"/>
  62. </breadboardView>
  63. <schematicView>
  64. <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
  65. </schematicView>
  66. <pcbView>
  67. <p layer="copper1" svgId="connector1pin"/></pcbView>
  68. </views>
  69. </connector>
  70. </connectors>
  71. </module>