/usr/share/fritzing/parts/obsolete/reed switch.fzp is in fritzing-parts 0.9.3b-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.2.0.b.02.26.2493" moduleId="b0e55b1d0b90f35f7ce4a2221e985a35">
<version replacedby="c0e65b2d0c9003507cf4a3222e995a45">1</version>
<author>Lionel Michel</author>
<title>Reed switch</title>
<label>S</label>
<date>2009-02-26</date>
<tags>
<tag>switch</tag>
<tag>magnet</tag>
</tags>
<properties>
<property name="family">obsolete Reed Switch</property>
<property name="package">THT</property></properties>
<description>Reed switch</description>
<views>
<iconView>
<layers image="icon/reed_switch.svg">
<layer layerId="icon"/>
</layers>
</iconView>
<breadboardView>
<layers image="breadboard/reed_switch.svg">
<layer layerId="breadboard"/>
</layers>
</breadboardView>
<schematicView fliphorizontal="true" flipvertical="true">
<layers image="schematic/reed_switch.svg">
<layer layerId="schematic"/>
</layers>
</schematicView>
<pcbView>
<layers image="pcb/axial_lay_500mil.svg">
<layer layerId="copper0"/>
<layer layerId="silkscreen"/>
</layers>
</pcbView>
</views>
<connectors>
<connector id="connector0" name="pin 1" type="male">
<description>Pin 1</description>
<views>
<breadboardView>
<p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
</breadboardView>
<schematicView>
<p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
</schematicView>
<pcbView>
<p layer="copper0" svgId="connector0pad"/>
</pcbView>
</views>
</connector>
<connector id="connector1" name="pin 2" type="male">
<description>Pin 2</description>
<views>
<breadboardView>
<p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
</breadboardView>
<schematicView>
<p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
</schematicView>
<pcbView>
<p layer="copper0" svgId="connector1pad"/>
</pcbView>
</views>
</connector>
</connectors>
</module>
|