12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.1255" moduleId="TMP36_THT">
- <version>4</version>
- <author>Jonathan Cohen</author>
- <title>TMP36 Temperature Sensor</title>
- <label>T</label>
- <date>2011-08-08</date>
- <tags>
- <tag>NPN</tag>
- <tag>temperature</tag>
- <tag>sensor</tag>
- <tag>fritzing core</tag>
- </tags>
- <properties>
- <property name="package">TO92 [THT]</property>
- <property name="type">solid state</property>
- <property name="family">temperature sensor</property>
- <property name="type">TMP36</property>
- </properties>
- <description>A TMP36 temperature sensor with a range from -40°C to 150°C.</description>
- <views>
- <iconView>
- <layers image="icon/tmp36icon.svg">
- <layer layerId="icon"/>
- </layers>
- </iconView>
- <breadboardView>
- <layers image="breadboard/tmp36.svg">
- <layer layerId="breadboard"/>
- </layers>
- </breadboardView>
- <schematicView fliphorizontal="true" flipvertical="true">
- <layers image="schematic/tmp36_schem.svg">
- <layer layerId="schematic"/>
- </layers>
- </schematicView>
- <pcbView>
- <layers image="pcb/TO92_3_100mil_pcb.svg">
- <layer layerId="copper0"/>
- <layer layerId="silkscreen"/>
- <layer layerId="copper1"/>
- </layers>
- </pcbView>
- </views>
- <connectors>
- <connector id="connector0" name="+Vs" type="male">
- <description>input voltage</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector0pin" legId="connector0leg"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector2pin"/>
- <p layer="copper1" svgId="connector2pin"/>
- </pcbView>
- </views>
- </connector>
- <connector id="connector1" name="Vout" type="male">
- <description>output voltage</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector1pin" legId="connector1leg"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector1pin"/>
- <p layer="copper1" svgId="connector1pin"/>
- </pcbView>
- </views>
- </connector>
- <connector id="connector2" name="GND" type="male">
- <description>Ground</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector2pin" legId="connector2leg"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector0pin"/>
- <p layer="copper1" svgId="connector0pin"/>
- </pcbView>
- </views>
- </connector>
- </connectors>
- </module>
|