12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module fritzingVersion="0.6.3b.08.16.5401" moduleId="DUO_LED_RG">
- <version>4</version>
- <author>Kubax</author>
- <title>DUO LED RG</title>
- <label>LED</label>
- <date>2011-11-09</date>
- <tags>
- <tag>DUO LED</tag>
- <tag>DUO color</tag>
- <tag>indicator</tag>
- </tags>
- <properties>
- <property name="package">5 mm [THT]</property>
- <property name="family">LED</property>
- <property name="pin order">rg</property>
- <property name="polarity">common cathode</property>
- <property name="current"></property>
- <property name="part number"></property>
- </properties>
- <description>A 5mm DUO-color LED with red and green inside.
- Pin order: red - com. cathode - green</description>
- <views>
- <breadboardView>
- <layers image="breadboard/DUO_LED_RG_breadboard.svg">
- <layer layerId="breadboard"/>
- </layers>
- </breadboardView>
- <schematicView>
- <layers image="schematic/DUO_LED_RG_schematic.svg">
- <layer layerId="schematic"/>
- </layers>
- </schematicView>
- <pcbView>
- <layers image="pcb/DUO_LED_RG_pcb.svg">
- <layer layerId="copper0"/>
- <layer layerId="copper1"/>
- <layer layerId="silkscreen"/>
- </layers>
- </pcbView>
- <iconView>
- <layers image="icon/DUO_LED_RG.svg">
- <layer layerId="icon"/>
- </layers>
- </iconView>
- </views>
- <connectors>
- <connector id="connector4" type="male" name="green anode">
- <description>anode pin for green LED</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector4pin"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector4"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector4pad"/>
- <p layer="copper1" svgId="connector4pad"/>
- </pcbView>
- </views>
- </connector>
- <connector id="connector0" type="male" name="red anode">
- <description>anode pin for red LED</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector0pin"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper1" svgId="connector0pad"/>
- <p layer="copper0" svgId="connector0pad"/>
- </pcbView>
- </views>
- </connector>
- <connector id="connector1" type="male" name="common cathode">
- <description>cathode pin for every color, supply +voltage</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector1pin"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper1" svgId="connector1pad"/>
- <p layer="copper0" svgId="connector1pad"/>
- </pcbView>
- </views>
- </connector>
- </connectors>
- </module>
|