From 125fe8583d28287a9139031528a6b974d32ea127 Mon Sep 17 00:00:00 2001 From: Dan White Date: Wed, 18 Jan 2012 10:42:07 -0600 Subject: [PATCH] Add symbols exported from svn:wa/gaf/sym --- analog/ad797AN.sym | 111 +++++++++++ analog/ad797AR.sym | 111 +++++++++++ analog/opamp-dual-1.sym | 86 ++++++++ analog/that1646.sym | 112 +++++++++++ conn/connector2-1.sym | 34 ++++ conn/connector3-1.sym | 45 +++++ conn/connector4-1.sym | 56 ++++++ conn/connector6-1.sym | 78 ++++++++ conn/header10-1.sym | 121 +++++++++++ conn/header10-2.sym | 125 ++++++++++++ conn/header8-1.sym | 102 ++++++++++ conn/header8-2.sym | 102 ++++++++++ conn/usb-b-1.sym | 58 ++++++ io/input-1.sym | 15 ++ io/io-1.sym | 26 +++ io/net-term-1.sym | 17 ++ io/output-1.sym | 15 ++ io/passive-1.sym | 24 +++ io/port-input-1.sym | 23 +++ io/port-io-1.sym | 24 +++ io/port-output-1.sym | 23 +++ io/port-passive-1.sym | 22 ++ io/port-power-1.sym | 22 ++ misc/header3-1.sym | 46 +++++ misc/nc-bottom-1.sym | 19 ++ misc/nc-left-1.sym | 19 ++ misc/nc-right-1.sym | 19 ++ misc/nc-top-1.sym | 19 ++ misc/switch-2p3t-1.sym | 149 ++++++++++++++ misc/switch-dip3-1.sym | 110 ++++++++++ misc/switch-dip4-1.sym | 144 ++++++++++++++ misc/switch-dpdt-1.sym | 109 ++++++++++ misc/switch-pushbutton-no-1.sym | 42 ++++ misc/title-B.sym | 12 ++ mixed/pcm2906b.sym | 331 +++++++++++++++++++++++++++++++ passive/capacitor-1.sym | 41 ++++ passive/capacitor-2.sym | 43 ++++ passive/capacitor-3.sym | 41 ++++ passive/cm-choke-1.sym | 75 +++++++ passive/crystal-1.sym | 38 ++++ passive/diode-1.sym | 33 +++ passive/diode-2.sym | 33 +++ passive/ferrite-bead-1.sym | 42 ++++ passive/pot-1.sym | 56 ++++++ passive/pot-2.sym | 56 ++++++ passive/pot-3.sym | 58 ++++++ passive/resistor-1.sym | 36 ++++ passive/resistor-2.sym | 28 +++ passive/resistor-3.sym | 36 ++++ power/CC3-xxxxDF-E.sym | 99 +++++++++ power/dcp02xxxxDP.sym | 99 +++++++++ power/dcp02xxxxDU.sym | 154 ++++++++++++++ power/generic-power.sym | 15 ++ power/gnd-1.sym | 17 ++ power/reg103-a.sym | 106 ++++++++++ titleblock/title-B.sym | 19 ++ titleblock/title-bordered-B.sym | 106 ++++++++++ titleblock/title-noqsi-B.sym | 54 +++++ titleblock/title-phd-110x170.sym | 122 ++++++++++++ titleblock/title-phd-85x110.sym | 128 ++++++++++++ titleblock/title-wa-85x110.sym | 137 +++++++++++++ titleblock/title-wa-B.sym | 129 ++++++++++++ txrx/max232-1.sym | 192 ++++++++++++++++++ txrx/max232-2.sym | 194 ++++++++++++++++++ 64 files changed, 4558 insertions(+) create mode 100644 analog/ad797AN.sym create mode 100644 analog/ad797AR.sym create mode 100644 analog/opamp-dual-1.sym create mode 100644 analog/that1646.sym create mode 100644 conn/connector2-1.sym create mode 100644 conn/connector3-1.sym create mode 100644 conn/connector4-1.sym create mode 100644 conn/connector6-1.sym create mode 100644 conn/header10-1.sym create mode 100644 conn/header10-2.sym create mode 100644 conn/header8-1.sym create mode 100644 conn/header8-2.sym create mode 100644 conn/usb-b-1.sym create mode 100644 io/input-1.sym create mode 100644 io/io-1.sym create mode 100644 io/net-term-1.sym create mode 100644 io/output-1.sym create mode 100644 io/passive-1.sym create mode 100644 io/port-input-1.sym create mode 100644 io/port-io-1.sym create mode 100644 io/port-output-1.sym create mode 100644 io/port-passive-1.sym create mode 100644 io/port-power-1.sym create mode 100644 misc/header3-1.sym create mode 100644 misc/nc-bottom-1.sym create mode 100644 misc/nc-left-1.sym create mode 100644 misc/nc-right-1.sym create mode 100644 misc/nc-top-1.sym create mode 100644 misc/switch-2p3t-1.sym create mode 100644 misc/switch-dip3-1.sym create mode 100644 misc/switch-dip4-1.sym create mode 100644 misc/switch-dpdt-1.sym create mode 100644 misc/switch-pushbutton-no-1.sym create mode 100644 misc/title-B.sym create mode 100644 mixed/pcm2906b.sym create mode 100644 passive/capacitor-1.sym create mode 100644 passive/capacitor-2.sym create mode 100644 passive/capacitor-3.sym create mode 100644 passive/cm-choke-1.sym create mode 100644 passive/crystal-1.sym create mode 100644 passive/diode-1.sym create mode 100644 passive/diode-2.sym create mode 100644 passive/ferrite-bead-1.sym create mode 100644 passive/pot-1.sym create mode 100644 passive/pot-2.sym create mode 100644 passive/pot-3.sym create mode 100644 passive/resistor-1.sym create mode 100644 passive/resistor-2.sym create mode 100644 passive/resistor-3.sym create mode 100644 power/CC3-xxxxDF-E.sym create mode 100644 power/dcp02xxxxDP.sym create mode 100644 power/dcp02xxxxDU.sym create mode 100644 power/generic-power.sym create mode 100644 power/gnd-1.sym create mode 100644 power/reg103-a.sym create mode 100644 titleblock/title-B.sym create mode 100644 titleblock/title-bordered-B.sym create mode 100644 titleblock/title-noqsi-B.sym create mode 100644 titleblock/title-phd-110x170.sym create mode 100644 titleblock/title-phd-85x110.sym create mode 100644 titleblock/title-wa-85x110.sym create mode 100644 titleblock/title-wa-B.sym create mode 100644 txrx/max232-1.sym create mode 100644 txrx/max232-2.sym diff --git a/analog/ad797AN.sym b/analog/ad797AN.sym new file mode 100644 index 0000000..6018db0 --- /dev/null +++ b/analog/ad797AN.sym @@ -0,0 +1,111 @@ +v 20080127 1 +L 200 900 200 100 3 0 0 0 -1 -1 +L 200 900 1000 500 3 0 0 0 -1 -1 +T 700 900 5 10 0 0 0 0 1 +device=OPAMP +L 1000 500 200 100 3 0 0 0 -1 -1 +L 300 750 300 650 3 0 0 0 -1 -1 +L 250 700 350 700 3 0 0 0 -1 -1 +L 250 300 350 300 3 0 0 0 -1 -1 +P 0 700 200 700 1 0 0 +{ +T 150 750 5 8 1 1 0 6 1 +pinnumber=3 +T 150 650 5 8 0 1 0 8 1 +pinseq=3 +T 250 700 9 8 0 1 0 0 1 +pinlabel=in+ +T 250 700 5 8 0 1 0 2 1 +pintype=in +} +P 0 300 200 300 1 0 0 +{ +T 150 350 5 8 1 1 0 6 1 +pinnumber=2 +T 150 250 5 8 0 1 0 8 1 +pinseq=2 +T 250 300 9 8 0 1 0 0 1 +pinlabel=in- +T 250 300 5 8 0 1 0 2 1 +pintype=in +} +P 1000 500 1200 500 1 0 1 +{ +T 1000 550 5 8 1 1 0 0 1 +pinnumber=6 +T 1000 450 5 8 0 1 0 2 1 +pinseq=6 +T 950 500 9 8 0 1 0 6 1 +pinlabel=out +T 950 500 5 8 0 1 0 8 1 +pintype=out +} +P 400 800 400 1000 1 0 1 +{ +T 450 800 5 8 1 1 0 0 1 +pinnumber=7 +T 450 800 5 8 0 1 0 2 1 +pinseq=7 +T 400 800 9 8 0 1 0 5 1 +pinlabel=V+ +T 400 750 5 8 0 1 0 5 1 +pintype=pwr +} +P 400 200 400 0 1 0 1 +{ +T 450 100 5 8 1 1 0 0 1 +pinnumber=4 +T 450 100 5 8 0 1 0 2 1 +pinseq=4 +T 400 200 9 8 0 1 0 3 1 +pinlabel=V- +T 400 300 5 8 0 1 0 3 1 +pintype=pwr +} +T 1000 900 8 10 1 1 0 0 1 +refdes=U? +T 700 1300 5 10 0 0 0 0 1 +description=low noise opamp +T 700 1100 5 10 0 0 0 0 1 +numslots=0 +T 700 1500 5 10 0 0 0 0 1 +symversion=0.1 +T 995 695 8 10 1 1 0 0 1 +value=AD797AN +P 800 600 800 800 1 0 1 +{ +T 850 600 5 8 1 1 0 0 1 +pinnumber=8 +T 850 600 5 8 0 1 0 2 1 +pinseq=8 +T 800 600 9 8 0 1 0 5 1 +pinlabel=disto +T 800 550 5 8 0 1 0 5 1 +pintype=in +} +P 800 400 800 200 1 0 1 +{ +T 850 300 5 8 1 1 0 0 1 +pinnumber=5 +T 850 300 5 8 0 1 0 2 1 +pinseq=5 +T 800 400 9 8 0 1 0 3 1 +pinlabel=null2 +T 800 500 5 8 0 1 0 3 1 +pintype=in +} +P 600 300 600 100 1 0 1 +{ +T 650 200 5 8 1 1 0 0 1 +pinnumber=1 +T 650 200 5 8 0 1 0 2 1 +pinseq=1 +T 600 300 9 8 0 1 0 3 1 +pinlabel=null1 +T 600 400 5 8 0 1 0 3 1 +pintype=in +} +T 995 295 8 10 0 0 0 0 1 +footprint=DIP-8-300 +T 995 95 8 10 0 0 0 0 1 +documentation=AD797.pdf diff --git a/analog/ad797AR.sym b/analog/ad797AR.sym new file mode 100644 index 0000000..3a8cac0 --- /dev/null +++ b/analog/ad797AR.sym @@ -0,0 +1,111 @@ +v 20080127 1 +L 200 900 200 100 3 0 0 0 -1 -1 +L 200 900 1000 500 3 0 0 0 -1 -1 +T 700 900 5 10 0 0 0 0 1 +device=OPAMP +L 1000 500 200 100 3 0 0 0 -1 -1 +L 300 750 300 650 3 0 0 0 -1 -1 +L 250 700 350 700 3 0 0 0 -1 -1 +L 250 300 350 300 3 0 0 0 -1 -1 +P 0 700 200 700 1 0 0 +{ +T 150 750 5 8 1 1 0 6 1 +pinnumber=3 +T 150 650 5 8 0 1 0 8 1 +pinseq=3 +T 250 700 9 8 0 1 0 0 1 +pinlabel=in+ +T 250 700 5 8 0 1 0 2 1 +pintype=in +} +P 0 300 200 300 1 0 0 +{ +T 150 350 5 8 1 1 0 6 1 +pinnumber=2 +T 150 250 5 8 0 1 0 8 1 +pinseq=2 +T 250 300 9 8 0 1 0 0 1 +pinlabel=in- +T 250 300 5 8 0 1 0 2 1 +pintype=in +} +P 1000 500 1200 500 1 0 1 +{ +T 1000 550 5 8 1 1 0 0 1 +pinnumber=6 +T 1000 450 5 8 0 1 0 2 1 +pinseq=6 +T 950 500 9 8 0 1 0 6 1 +pinlabel=out +T 950 500 5 8 0 1 0 8 1 +pintype=out +} +P 400 800 400 1000 1 0 1 +{ +T 450 800 5 8 1 1 0 0 1 +pinnumber=7 +T 450 800 5 8 0 1 0 2 1 +pinseq=7 +T 400 800 9 8 0 1 0 5 1 +pinlabel=V+ +T 400 750 5 8 0 1 0 5 1 +pintype=pwr +} +P 400 200 400 0 1 0 1 +{ +T 450 100 5 8 1 1 0 0 1 +pinnumber=4 +T 450 100 5 8 0 1 0 2 1 +pinseq=4 +T 400 200 9 8 0 1 0 3 1 +pinlabel=V- +T 400 300 5 8 0 1 0 3 1 +pintype=pwr +} +T 1000 900 8 10 1 1 0 0 1 +refdes=U? +T 700 1300 5 10 0 0 0 0 1 +description=low noise opamp +T 700 1100 5 10 0 0 0 0 1 +numslots=0 +T 700 1500 5 10 0 0 0 0 1 +symversion=0.1 +T 995 695 8 10 1 1 0 0 1 +value=AD797AR +P 800 600 800 800 1 0 1 +{ +T 850 600 5 8 1 1 0 0 1 +pinnumber=8 +T 850 600 5 8 0 1 0 2 1 +pinseq=8 +T 800 600 9 8 0 1 0 5 1 +pinlabel=disto +T 800 550 5 8 0 1 0 5 1 +pintype=in +} +P 800 400 800 200 1 0 1 +{ +T 850 300 5 8 1 1 0 0 1 +pinnumber=5 +T 850 300 5 8 0 1 0 2 1 +pinseq=5 +T 800 400 9 8 0 1 0 3 1 +pinlabel=null2 +T 800 500 5 8 0 1 0 3 1 +pintype=in +} +P 600 300 600 100 1 0 1 +{ +T 650 200 5 8 1 1 0 0 1 +pinnumber=1 +T 650 200 5 8 0 1 0 2 1 +pinseq=1 +T 600 300 9 8 0 1 0 3 1 +pinlabel=null1 +T 600 400 5 8 0 1 0 3 1 +pintype=in +} +T 995 295 8 10 0 0 0 0 1 +footprint=SO8 +T 995 95 8 10 0 0 0 0 1 +documentation=AD797.pdf diff --git a/analog/opamp-dual-1.sym b/analog/opamp-dual-1.sym new file mode 100644 index 0000000..e80b259 --- /dev/null +++ b/analog/opamp-dual-1.sym @@ -0,0 +1,86 @@ +v 20110116 2 +L 200 800 200 0 3 0 0 0 -1 -1 +L 200 800 800 400 3 0 0 0 -1 -1 +T 200 2300 5 10 0 0 0 0 1 +device=DUAL_OPAMP +L 800 400 200 0 3 0 0 0 -1 -1 +L 300 250 300 150 3 0 0 0 -1 -1 +L 250 200 350 200 3 0 0 0 -1 -1 +L 250 600 350 600 3 0 0 0 -1 -1 +P 0 200 200 200 1 0 0 +{ +T 150 250 5 8 1 1 0 6 1 +pinnumber=3 +T 150 150 5 8 0 1 0 8 1 +pinseq=1 +T 250 200 9 8 0 1 0 0 1 +pinlabel=IN+ +T 250 200 5 8 0 1 0 2 1 +pintype=in +} +P 0 600 200 600 1 0 0 +{ +T 150 650 5 8 1 1 0 6 1 +pinnumber=2 +T 150 550 5 8 0 1 0 8 1 +pinseq=2 +T 250 600 9 8 0 1 0 0 1 +pinlabel=IN- +T 250 600 5 8 0 1 0 2 1 +pintype=in +} +P 800 400 1000 400 1 0 1 +{ +T 850 450 5 8 1 1 0 0 1 +pinnumber=1 +T 850 350 5 8 0 1 0 2 1 +pinseq=5 +T 800 400 9 8 0 1 0 6 1 +pinlabel=OUT +T 800 400 5 8 0 1 0 8 1 +pintype=out +} +P 500 600 500 800 1 0 1 +{ +T 550 600 5 8 1 1 0 0 1 +pinnumber=8 +T 550 600 5 8 0 1 0 2 1 +pinseq=3 +T 500 600 9 8 1 1 0 5 1 +pinlabel=V+ +T 500 500 5 8 0 1 0 5 1 +pintype=pwr +} +P 500 200 500 0 1 0 1 +{ +T 550 100 5 8 1 1 0 0 1 +pinnumber=4 +T 550 100 5 8 0 1 0 2 1 +pinseq=4 +T 500 200 9 8 1 1 0 3 1 +pinlabel=V- +T 500 300 5 8 0 1 0 3 1 +pintype=pwr +} +T 200 900 8 10 1 1 0 0 1 +refdes=U? +T 700 700 5 10 1 0 0 0 1 +slot=1 +T 200 1300 5 10 0 0 0 0 1 +numslots=2 +T 200 1500 5 10 0 0 0 0 1 +slotdef=1:3,2,8,4,1 +T 200 1700 5 10 0 0 0 0 1 +slotdef=2:5,6,8,4,7 +T 700 900 5 10 1 1 0 0 1 +footprint=SO8 +T 200 2100 5 10 0 0 0 0 1 +footprint2=DIP8,SO8,TSSOP-65P-640L1-8N +T 200 2500 5 10 0 0 0 0 1 +symversion=0.2 +T 200 2700 5 10 0 0 0 0 1 +documentation=TLV2462a.pdf +T 200 2900 5 10 0 0 0 0 1 +description=dual opamp +T 700 100 8 10 1 1 0 0 1 +value=TLV2462 diff --git a/analog/that1646.sym b/analog/that1646.sym new file mode 100644 index 0000000..0a1dcb6 --- /dev/null +++ b/analog/that1646.sym @@ -0,0 +1,112 @@ +v 20080127 1 +P 1000 2400 1000 2100 1 0 0 +{ +T 1050 2250 5 8 1 1 0 0 1 +pinnumber=6 +T 1050 2250 5 8 0 1 0 2 1 +pinseq=6 +T 900 2050 9 8 1 1 0 5 1 +pinlabel=Vcc +T 1000 1900 5 8 0 1 0 5 1 +pintype=pwr +} +P 2100 1700 1800 1700 1 0 0 +{ +T 1900 1750 5 8 1 1 0 0 1 +pinnumber=8 +T 1900 1650 5 8 0 1 0 2 1 +pinseq=8 +T 1750 1700 9 8 1 1 180 0 1 +pinlabel=Out+ +T 1750 1700 5 8 0 1 0 8 1 +pintype=out +} +P 2100 1300 1800 1300 1 0 0 +{ +T 1900 1350 5 8 1 1 0 0 1 +pinnumber=1 +T 1900 1250 5 8 0 1 0 2 1 +pinseq=1 +T 1750 1300 9 8 1 1 0 6 1 +pinlabel=Out\- +T 1750 1300 5 8 0 1 0 8 1 +pintype=out +} +P 1400 2200 1400 1900 1 0 0 +{ +T 1350 1995 5 8 1 1 90 0 1 +pinnumber=7 +T 1450 2000 5 8 0 1 90 2 1 +pinseq=7 +T 1445 1900 9 8 1 1 180 0 1 +pinlabel=Sns+ +T 1400 1850 5 8 0 1 90 8 1 +pintype=in +} +P 1400 800 1400 1100 1 0 0 +{ +T 1350 1005 5 8 1 1 90 6 1 +pinnumber=2 +T 1350 1000 5 8 0 1 270 2 1 +pinseq=2 +T 1445 1100 9 8 1 1 0 6 1 +pinlabel=Sns\- +T 1400 1150 5 8 0 1 270 8 1 +pintype=in +} +P 300 1300 600 1300 1 0 0 +{ +T 500 1350 5 8 1 1 0 6 1 +pinnumber=3 +T 500 1250 5 8 0 1 0 8 1 +pinseq=3 +T 650 1300 9 8 1 1 0 0 1 +pinlabel=Gnd +T 650 1300 5 8 0 1 0 2 1 +pintype=pwr +} +P 300 1700 600 1700 1 0 0 +{ +T 500 1750 5 8 1 1 0 6 1 +pinnumber=4 +T 500 1650 5 8 0 1 0 8 1 +pinseq=4 +T 650 1700 9 8 1 1 0 0 1 +pinlabel=In +T 650 1700 5 8 0 1 0 2 1 +pintype=in +} +P 1000 600 1000 900 1 0 0 +{ +T 1050 700 5 8 1 1 0 0 1 +pinnumber=5 +T 1050 700 5 8 0 1 0 2 1 +pinseq=5 +T 900 950 9 8 1 1 0 3 1 +pinlabel=Vee +T 1000 1100 5 8 0 1 0 3 1 +pintype=pwr +} +T 1500 2000 8 10 1 1 0 0 1 +refdes=U? +T 1500 1000 9 10 1 0 0 0 1 +THAT1646 +T 900 1600 5 10 0 0 0 0 1 +device=THAT1646 +T 900 1800 5 10 0 0 0 0 1 +footprint=S08 +T 900 2000 5 10 0 0 0 0 1 +author=Dan White +T 900 2200 5 10 0 0 0 0 1 +documentation=THAT1600.pdf +T 900 2400 5 10 0 0 0 0 1 +description=balanced line driver +T 900 2600 5 10 0 0 0 0 1 +numslots=0 +T 900 2800 5 10 0 0 0 0 1 +dist-license= +T 900 3000 5 10 0 0 0 0 1 +use-license= +L 600 2300 600 700 3 0 0 0 -1 -1 +L 600 700 2200 1500 3 0 0 0 -1 -1 +L 2200 1500 600 2300 3 0 0 0 -1 -1 diff --git a/conn/connector2-1.sym b/conn/connector2-1.sym new file mode 100644 index 0000000..d6a5e79 --- /dev/null +++ b/conn/connector2-1.sym @@ -0,0 +1,34 @@ +v 20110116 2 +P 300 200 600 200 1 0 1 +{ +T 150 150 5 8 1 1 0 0 1 +pinnumber=2 +T -850 150 5 8 0 0 0 0 1 +pinseq=2 +T -850 150 5 8 0 1 0 0 1 +pinlabel=2 +T -850 150 5 8 0 1 0 0 1 +pintype=pas +} +T 800 100 5 10 0 0 0 0 1 +device=CONNECTOR_2 +P 300 500 600 500 1 0 1 +{ +T 150 450 5 8 1 1 0 0 1 +pinnumber=1 +T -850 450 5 8 0 0 0 0 1 +pinseq=1 +T -850 450 5 8 0 1 0 0 1 +pinlabel=1 +T -850 450 5 8 0 1 0 0 1 +pintype=pas +} +B 0 0 300 700 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 800 8 10 1 1 0 0 1 +refdes=J? +T 800 300 5 10 0 0 0 0 1 +class=IO +T 800 500 5 10 0 0 0 0 1 +pins=2 +T 800 700 5 10 0 1 0 0 1 +footprint=??? diff --git a/conn/connector3-1.sym b/conn/connector3-1.sym new file mode 100644 index 0000000..2297e25 --- /dev/null +++ b/conn/connector3-1.sym @@ -0,0 +1,45 @@ +v 20110116 2 +P 300 200 600 200 1 0 1 +{ +T 150 150 5 8 1 1 0 0 1 +pinnumber=3 +T -850 150 5 8 0 0 0 0 1 +pinseq=3 +T -850 150 5 8 0 1 0 0 1 +pinlabel=3 +T -850 150 5 8 0 1 0 0 1 +pintype=pas +} +P 300 500 600 500 1 0 1 +{ +T 150 450 5 8 1 1 0 0 1 +pinnumber=2 +T -850 450 5 8 0 0 0 0 1 +pinseq=2 +T -850 450 5 8 0 1 0 0 1 +pinlabel=2 +T -850 450 5 8 0 1 0 0 1 +pintype=pas +} +T 800 400 5 10 0 0 0 0 1 +device=CONNECTOR_3 +P 300 800 600 800 1 0 1 +{ +T 150 750 5 8 1 1 0 0 1 +pinnumber=1 +T -850 750 5 8 0 0 0 0 1 +pinseq=1 +T -850 750 5 8 0 1 0 0 1 +pinlabel=1 +T -850 750 5 8 0 1 0 0 1 +pintype=pas +} +B 0 0 300 1000 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 1100 8 10 1 1 0 0 1 +refdes=J? +T 800 600 5 10 0 0 0 0 1 +class=IO +T 800 800 5 10 0 0 0 0 1 +pins=3 +T 800 1000 5 10 0 1 0 0 1 +footprint=??? diff --git a/conn/connector4-1.sym b/conn/connector4-1.sym new file mode 100644 index 0000000..de105d8 --- /dev/null +++ b/conn/connector4-1.sym @@ -0,0 +1,56 @@ +v 20080127 1 +P 300 500 600 500 1 0 1 +{ +T 150 450 5 8 1 1 0 0 1 +pinnumber=3 +T -850 450 5 8 0 0 0 0 1 +pinseq=3 +T -850 450 5 8 0 1 0 0 1 +pinlabel=3 +T -850 450 5 8 0 1 0 0 1 +pintype=pas +} +P 300 800 600 800 1 0 1 +{ +T 150 750 5 8 1 1 0 0 1 +pinnumber=2 +T -850 750 5 8 0 0 0 0 1 +pinseq=2 +T -850 750 5 8 0 1 0 0 1 +pinlabel=2 +T -850 750 5 8 0 1 0 0 1 +pintype=pas +} +P 300 200 600 200 1 0 1 +{ +T 150 150 5 8 1 1 0 0 1 +pinnumber=4 +T -850 150 5 8 0 0 0 0 1 +pinseq=4 +T -850 150 5 8 0 1 0 0 1 +pinlabel=4 +T -850 150 5 8 0 1 0 0 1 +pintype=pas +} +T 800 700 5 10 0 0 0 0 1 +device=CONNECTOR_4 +P 300 1100 600 1100 1 0 1 +{ +T 150 1050 5 8 1 1 0 0 1 +pinnumber=1 +T -850 1050 5 8 0 0 0 0 1 +pinseq=1 +T -850 1050 5 8 0 1 0 0 1 +pinlabel=1 +T -850 1050 5 8 0 1 0 0 1 +pintype=pas +} +B 0 0 300 1300 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 1400 8 10 1 1 0 0 1 +refdes=J? +T 800 900 5 10 0 0 0 0 1 +class=IO +T 800 1100 5 10 0 0 0 0 1 +pins=4 +T 800 1300 5 10 0 1 0 0 1 +footprint=CON_HDR-254P-4C-1R-4N__Mill-Max_800-Series diff --git a/conn/connector6-1.sym b/conn/connector6-1.sym new file mode 100644 index 0000000..575de7d --- /dev/null +++ b/conn/connector6-1.sym @@ -0,0 +1,78 @@ +v 20090830 2 +P 300 1100 600 1100 1 0 1 +{ +T 150 1050 5 8 1 1 0 0 1 +pinnumber=3 +T -850 1050 5 8 0 0 0 0 1 +pinseq=3 +T -850 1050 5 8 0 1 0 0 1 +pinlabel=3 +T -850 1050 5 8 0 1 0 0 1 +pintype=pas +} +P 300 1400 600 1400 1 0 1 +{ +T 150 1350 5 8 1 1 0 0 1 +pinnumber=2 +T -850 1350 5 8 0 0 0 0 1 +pinseq=2 +T -850 1350 5 8 0 1 0 0 1 +pinlabel=2 +T -850 1350 5 8 0 1 0 0 1 +pintype=pas +} +P 300 800 600 800 1 0 1 +{ +T 150 750 5 8 1 1 0 0 1 +pinnumber=4 +T -850 750 5 8 0 0 0 0 1 +pinseq=4 +T -850 750 5 8 0 1 0 0 1 +pinlabel=4 +T -850 750 5 8 0 1 0 0 1 +pintype=pas +} +T 300 600 5 10 0 0 0 0 1 +device=CONNECTOR_6 +P 300 1700 600 1700 1 0 1 +{ +T 150 1650 5 8 1 1 0 0 1 +pinnumber=1 +T -850 1650 5 8 0 0 0 0 1 +pinseq=1 +T -850 1650 5 8 0 1 0 0 1 +pinlabel=1 +T -850 1650 5 8 0 1 0 0 1 +pintype=pas +} +B 0 0 300 1900 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 2000 8 10 1 1 0 0 1 +refdes=J? +T 300 800 5 10 0 0 0 0 1 +class=IO +T 300 1000 5 10 0 0 0 0 1 +pins=6 +T 300 1200 5 10 0 1 0 0 1 +footprint=CON_HDR-254P-6C-1R-6N__Mill-Max_800-Series +P 300 500 600 500 1 0 1 +{ +T 150 450 5 8 1 1 0 0 1 +pinnumber=5 +T -850 450 5 8 0 0 0 0 1 +pinseq=5 +T -850 450 5 8 0 1 0 0 1 +pinlabel=5 +T -850 450 5 8 0 1 0 0 1 +pintype=pas +} +P 300 200 600 200 1 0 1 +{ +T 150 150 5 8 1 1 0 0 1 +pinnumber=6 +T -850 150 5 8 0 0 0 0 1 +pinseq=6 +T -850 150 5 8 0 1 0 0 1 +pinlabel=6 +T -850 150 5 8 0 1 0 0 1 +pintype=pas +} diff --git a/conn/header10-1.sym b/conn/header10-1.sym new file mode 100644 index 0000000..a3693e4 --- /dev/null +++ b/conn/header10-1.sym @@ -0,0 +1,121 @@ +v 20031231 1 +P 0 1400 300 1400 1 0 0 +{ +T 100 1450 5 8 1 1 0 0 1 +pinnumber=2 +T 100 1450 5 8 0 0 0 0 1 +pinseq=2 +T 100 1450 5 8 0 1 0 0 1 +pinlabel=2 +T 100 1450 5 8 0 1 0 0 1 +pintype=pas +} +P 0 1000 300 1000 1 0 0 +{ +T 100 1050 5 8 1 1 0 0 1 +pinnumber=3 +T 100 1050 5 8 0 0 0 0 1 +pinseq=3 +T 100 1050 5 8 0 1 0 0 1 +pinlabel=3 +T 100 1050 5 8 0 1 0 0 1 +pintype=pas +} +P 0 600 300 600 1 0 0 +{ +T 100 650 5 8 1 1 0 0 1 +pinnumber=4 +T 100 650 5 8 0 0 0 0 1 +pinseq=4 +T 100 650 5 8 0 1 0 0 1 +pinlabel=4 +T 100 650 5 8 0 1 0 0 1 +pintype=pas +} +P 0 1800 300 1800 1 0 0 +{ +T 100 1850 5 8 1 1 0 0 1 +pinnumber=1 +T 100 1850 5 8 0 0 0 0 1 +pinseq=1 +T 100 1850 5 8 0 1 0 0 1 +pinlabel=1 +T 100 1850 5 8 0 1 0 0 1 +pintype=pas +} +P 0 200 300 200 1 0 0 +{ +T 100 250 5 8 1 1 0 0 1 +pinnumber=5 +T 100 250 5 8 0 0 0 0 1 +pinseq=5 +T 100 250 5 8 0 1 0 0 1 +pinlabel=5 +T 100 250 5 8 0 1 0 0 1 +pintype=pas +} +L 300 1200 1100 1200 3 0 0 0 -1 -1 +L 300 800 1100 800 3 0 0 0 -1 -1 +L 300 1600 1100 1600 3 0 0 0 -1 -1 +L 700 2000 700 0 3 0 0 0 -1 -1 +L 300 400 1100 400 3 0 0 0 -1 -1 +B 300 0 800 2000 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 2000 5 10 0 1 0 0 1 +device=HEADER10 +P 1100 1800 1400 1800 1 0 1 +{ +T 1250 1850 5 8 1 1 0 0 1 +pinnumber=10 +T 1250 1850 5 8 0 0 0 0 1 +pinseq=10 +T 1250 1850 5 8 0 1 0 0 1 +pinlabel=10 +T 1250 1850 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 1400 1400 1400 1 0 1 +{ +T 1250 1450 5 8 1 1 0 0 1 +pinnumber=9 +T 1250 1450 5 8 0 0 0 0 1 +pinseq=9 +T 1250 1450 5 8 0 1 0 0 1 +pinlabel=9 +T 1250 1450 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 1000 1400 1000 1 0 1 +{ +T 1250 1050 5 8 1 1 0 0 1 +pinnumber=8 +T 1250 1050 5 8 0 0 0 0 1 +pinseq=8 +T 1250 1050 5 8 0 1 0 0 1 +pinlabel=8 +T 1250 1050 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 600 1400 600 1 0 1 +{ +T 1250 650 5 8 1 1 0 0 1 +pinnumber=7 +T 1250 650 5 8 0 0 0 0 1 +pinseq=7 +T 1250 650 5 8 0 1 0 0 1 +pinlabel=7 +T 1250 650 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 200 1400 200 1 0 1 +{ +T 1250 250 5 8 1 1 0 0 1 +pinnumber=6 +T 1250 250 5 8 0 0 0 0 1 +pinseq=6 +T 1250 250 5 8 0 1 0 0 1 +pinlabel=6 +T 1250 250 5 8 0 1 0 0 1 +pintype=pas +} +T 600 2100 8 10 1 1 0 0 1 +refdes=J? diff --git a/conn/header10-2.sym b/conn/header10-2.sym new file mode 100644 index 0000000..15e0d4f --- /dev/null +++ b/conn/header10-2.sym @@ -0,0 +1,125 @@ +v 20031231 1 +P 1100 1800 1400 1800 1 0 1 +{ +T 1200 1850 5 8 1 1 0 0 1 +pinnumber=2 +T 1200 1850 5 8 0 0 0 0 1 +pinseq=2 +T 1200 1850 5 8 0 1 0 0 1 +pinlabel=2 +T 1200 1850 5 8 0 1 0 0 1 +pintype=pas +} +P 0 1400 300 1400 1 0 0 +{ +T 100 1450 5 8 1 1 0 0 1 +pinnumber=3 +T 100 1450 5 8 0 0 0 0 1 +pinseq=3 +T 100 1450 5 8 0 1 0 0 1 +pinlabel=3 +T 100 1450 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 1400 1400 1400 1 0 1 +{ +T 1200 1450 5 8 1 1 0 0 1 +pinnumber=4 +T 1200 1450 5 8 0 0 0 0 1 +pinseq=4 +T 1200 1450 5 8 0 1 0 0 1 +pinlabel=4 +T 1200 1450 5 8 0 1 0 0 1 +pintype=pas +} +P 0 1800 300 1800 1 0 0 +{ +T 100 1850 5 8 1 1 0 0 1 +pinnumber=1 +T 100 1850 5 8 0 0 0 0 1 +pinseq=1 +T 100 1850 5 8 0 1 0 0 1 +pinlabel=1 +T 100 1850 5 8 0 1 0 0 1 +pintype=pas +} +P 0 1000 300 1000 1 0 0 +{ +T 100 1050 5 8 1 1 0 0 1 +pinnumber=5 +T 100 1050 5 8 0 0 0 0 1 +pinseq=5 +T 100 1050 5 8 0 1 0 0 1 +pinlabel=5 +T 100 1050 5 8 0 1 0 0 1 +pintype=pas +} +L 300 1200 1100 1200 3 0 0 0 -1 -1 +L 300 800 1100 800 3 0 0 0 -1 -1 +L 300 1600 1100 1600 3 0 0 0 -1 -1 +L 700 2000 700 0 3 0 0 0 -1 -1 +L 300 400 1100 400 3 0 0 0 -1 -1 +B 300 0 800 2000 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 2000 5 10 0 1 0 0 1 +device=HEADER10 +P 1100 200 1400 200 1 0 1 +{ +T 1250 250 5 8 1 1 0 0 1 +pinnumber=10 +T 1250 250 5 8 0 0 0 0 1 +pinseq=10 +T 1250 250 5 8 0 1 0 0 1 +pinlabel=10 +T 1250 250 5 8 0 1 0 0 1 +pintype=pas +} +P 0 200 300 200 1 0 0 +{ +T 150 250 5 8 1 1 0 0 1 +pinnumber=9 +T 150 250 5 8 0 0 0 0 1 +pinseq=9 +T 150 250 5 8 0 1 0 0 1 +pinlabel=9 +T 150 250 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 600 1400 600 1 0 1 +{ +T 1250 650 5 8 1 1 0 0 1 +pinnumber=8 +T 1250 650 5 8 0 0 0 0 1 +pinseq=8 +T 1250 650 5 8 0 1 0 0 1 +pinlabel=8 +T 1250 650 5 8 0 1 0 0 1 +pintype=pas +} +P 0 600 300 600 1 0 0 +{ +T 150 650 5 8 1 1 0 0 1 +pinnumber=7 +T 150 650 5 8 0 0 0 0 1 +pinseq=7 +T 150 650 5 8 0 1 0 0 1 +pinlabel=7 +T 150 650 5 8 0 1 0 0 1 +pintype=pas +} +P 1100 1000 1400 1000 1 0 1 +{ +T 1250 1050 5 8 1 1 0 0 1 +pinnumber=6 +T 1250 1050 5 8 0 0 0 0 1 +pinseq=6 +T 1250 1050 5 8 0 1 0 0 1 +pinlabel=6 +T 1250 1050 5 8 0 1 0 0 1 +pintype=pas +} +T 600 2100 8 10 1 1 0 0 1 +refdes=J? +T 0 0 8 10 0 1 0 0 1 +pins=10 +T 0 0 8 10 0 1 0 0 1 +class=IO diff --git a/conn/header8-1.sym b/conn/header8-1.sym new file mode 100644 index 0000000..ed2bf96 --- /dev/null +++ b/conn/header8-1.sym @@ -0,0 +1,102 @@ +v 20031231 1 +P 0 1400 300 1400 1 0 0 +{ +T 100 1450 5 8 1 1 0 0 1 +pinnumber=1 +T 100 1450 9 8 0 1 0 0 1 +pinlabel=1 +T 100 1450 5 8 0 0 0 0 1 +pinseq=1 +T 100 1450 5 8 0 0 0 0 1 +pintype=pas +} +P 0 1000 300 1000 1 0 0 +{ +T 100 1050 5 8 1 1 0 0 1 +pinnumber=2 +T 100 1050 9 8 0 1 0 0 1 +pinlabel=2 +T 100 1050 5 8 0 0 0 0 1 +pinseq=2 +T 100 1050 5 8 0 0 0 0 1 +pintype=pas +} +P 0 600 300 600 1 0 0 +{ +T 100 650 5 8 1 1 0 0 1 +pinnumber=3 +T 100 650 9 8 0 1 0 0 1 +pinlabel=3 +T 100 650 5 8 0 0 0 0 1 +pinseq=3 +T 100 650 5 8 0 0 0 0 1 +pintype=pas +} +P 0 200 300 200 1 0 0 +{ +T 100 250 5 8 1 1 0 0 1 +pinnumber=4 +T 100 250 9 8 0 1 0 0 1 +pinlabel=4 +T 100 250 5 8 0 0 0 0 1 +pinseq=4 +T 100 250 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 200 1400 200 1 0 1 +{ +T 1250 250 5 8 1 1 0 0 1 +pinnumber=5 +T 1250 250 9 8 0 1 0 0 1 +pinlabel=5 +T 1250 250 5 8 0 0 0 0 1 +pinseq=5 +T 1250 250 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 600 1400 600 1 0 1 +{ +T 1250 650 5 8 1 1 0 0 1 +pinnumber=6 +T 1250 650 9 8 0 1 0 0 1 +pinlabel=6 +T 1250 650 5 8 0 0 0 0 1 +pinseq=6 +T 1250 650 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 1000 1400 1000 1 0 1 +{ +T 1250 1050 5 8 1 1 0 0 1 +pinnumber=7 +T 1250 1050 9 8 0 1 0 0 1 +pinlabel=7 +T 1250 1050 5 8 0 0 0 0 1 +pinseq=7 +T 1250 1050 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 1400 1400 1400 1 0 1 +{ +T 1250 1450 5 8 1 1 0 0 1 +pinnumber=8 +T 1250 1450 9 8 0 1 0 0 1 +pinlabel=8 +T 1250 1450 5 8 0 0 0 0 1 +pinseq=8 +T 1250 1450 5 8 0 0 0 0 1 +pintype=pas +} +L 300 800 1100 800 3 0 0 0 -1 -1 +L 300 400 1100 400 3 0 0 0 -1 -1 +L 300 1200 1100 1200 3 0 0 0 -1 -1 +L 700 1600 700 0 3 0 0 0 -1 -1 +B 300 0 800 1600 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 1600 5 10 0 1 0 0 1 +device=HEADER8 +T 0 1600 5 10 0 1 0 0 1 +numslots=0 +T 0 1600 5 10 0 1 0 0 1 +description=Header 8 pins +T 600 1700 8 10 1 1 0 0 1 +refdes=J? diff --git a/conn/header8-2.sym b/conn/header8-2.sym new file mode 100644 index 0000000..2d608bd --- /dev/null +++ b/conn/header8-2.sym @@ -0,0 +1,102 @@ +v 20031231 1 +P 0 1400 300 1400 1 0 0 +{ +T 100 1450 5 8 1 1 0 0 1 +pinnumber=1 +T 100 1450 9 8 0 1 0 0 1 +pinlabel=1 +T 100 1450 5 8 0 0 0 0 1 +pinseq=1 +T 100 1450 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 1400 1400 1400 1 0 1 +{ +T 1200 1450 5 8 1 1 0 0 1 +pinnumber=2 +T 1200 1450 9 8 0 1 0 0 1 +pinlabel=2 +T 1200 1450 5 8 0 0 0 0 1 +pinseq=2 +T 1200 1450 5 8 0 0 0 0 1 +pintype=pas +} +P 0 1000 300 1000 1 0 0 +{ +T 100 1050 5 8 1 1 0 0 1 +pinnumber=3 +T 100 1050 9 8 0 1 0 0 1 +pinlabel=3 +T 100 1050 5 8 0 0 0 0 1 +pinseq=3 +T 100 1050 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 1000 1400 1000 1 0 1 +{ +T 1200 1050 5 8 1 1 0 0 1 +pinnumber=4 +T 1200 1050 9 8 0 1 0 0 1 +pinlabel=4 +T 1200 1050 5 8 0 0 0 0 1 +pinseq=4 +T 1200 1050 5 8 0 0 0 0 1 +pintype=pas +} +P 0 600 300 600 1 0 0 +{ +T 100 650 5 8 1 1 0 0 1 +pinnumber=5 +T 100 650 9 8 0 1 0 0 1 +pinlabel=5 +T 100 650 5 8 0 0 0 0 1 +pinseq=5 +T 100 650 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 600 1400 600 1 0 1 +{ +T 1250 650 5 8 1 1 0 0 1 +pinnumber=6 +T 1250 650 9 8 0 1 0 0 1 +pinlabel=6 +T 1250 650 5 8 0 0 0 0 1 +pinseq=6 +T 1250 650 5 8 0 0 0 0 1 +pintype=pas +} +P 0 200 300 200 1 0 0 +{ +T 150 250 5 8 1 1 0 0 1 +pinnumber=7 +T 150 250 9 8 0 1 0 0 1 +pinlabel=7 +T 150 250 5 8 0 0 0 0 1 +pinseq=7 +T 150 250 5 8 0 0 0 0 1 +pintype=pas +} +P 1100 200 1400 200 1 0 1 +{ +T 1250 250 5 8 1 1 0 0 1 +pinnumber=8 +T 1250 250 9 8 0 1 0 0 1 +pinlabel=8 +T 1250 250 5 8 0 0 0 0 1 +pinseq=8 +T 1250 250 5 8 0 0 0 0 1 +pintype=pas +} +L 300 800 1100 800 3 0 0 0 -1 -1 +L 300 400 1100 400 3 0 0 0 -1 -1 +L 300 1200 1100 1200 3 0 0 0 -1 -1 +L 700 1600 700 0 3 0 0 0 -1 -1 +B 300 0 800 1600 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 1600 5 10 0 1 0 0 1 +device=HEADER8 +T 0 1600 5 10 0 1 0 0 1 +numslots=0 +T 0 1600 5 10 0 1 0 0 1 +description=Header 8 pins +T 600 1700 8 10 1 1 0 0 1 +refdes=J? diff --git a/conn/usb-b-1.sym b/conn/usb-b-1.sym new file mode 100644 index 0000000..bd38795 --- /dev/null +++ b/conn/usb-b-1.sym @@ -0,0 +1,58 @@ +v 20080127 1 +P 500 800 800 800 1 0 1 +{ +T 350 750 5 8 0 1 0 0 1 +pinnumber=3 +T -650 750 5 8 0 0 0 0 1 +pinseq=1 +T 450 750 5 8 1 1 0 6 1 +pinlabel=D+ +T -650 750 5 8 0 1 0 0 1 +pintype=pas +} +P 500 500 800 500 1 0 1 +{ +T 350 450 5 8 0 1 0 0 1 +pinnumber=2 +T -650 450 5 8 0 0 0 0 1 +pinseq=2 +T 450 450 5 8 1 1 0 6 1 +pinlabel=D\- +T -650 450 5 8 0 1 0 0 1 +pintype=pas +} +P 500 200 800 200 1 0 1 +{ +T 350 150 5 8 0 1 0 0 1 +pinnumber=4 +T -650 150 5 8 0 0 0 0 1 +pinseq=3 +T 450 150 5 8 1 1 0 6 1 +pinlabel=GND +T -650 150 5 8 0 1 0 0 1 +pintype=pas +} +T 800 700 5 10 0 0 0 0 1 +device=USB_B_CONNECTOR_4 +P 500 1100 800 1100 1 0 1 +{ +T 350 1050 5 8 0 1 0 0 1 +pinnumber=1 +T -650 1050 5 8 0 0 0 0 1 +pinseq=4 +T 450 1050 5 8 1 1 0 6 1 +pinlabel=VBUS +T -650 1050 5 8 0 1 0 0 1 +pintype=pas +} +B 0 0 500 1300 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 0 1400 8 10 1 1 0 0 1 +refdes=J? +T 800 900 5 10 0 0 0 0 1 +class=IO +T 800 1100 5 10 0 0 0 0 1 +pins=4 +T 800 1300 5 10 0 1 0 0 1 +footprint=CON_USB_TYPEB__Keystone_924 +T 600 100 9 10 0 0 0 0 1 +numslots=0 diff --git a/io/input-1.sym b/io/input-1.sym new file mode 100644 index 0000000..a5d7105 --- /dev/null +++ b/io/input-1.sym @@ -0,0 +1,15 @@ +v 20031231 1 +P 600 100 800 100 1 0 1 +{ +T 450 50 5 6 0 1 0 0 1 +pinnumber=1 +T 450 50 5 6 0 0 0 0 1 +pinseq=1 +} +L 0 200 0 0 3 0 0 0 -1 -1 +L 0 200 500 200 3 0 0 0 -1 -1 +L 500 200 600 100 3 0 0 0 -1 -1 +L 600 100 500 0 3 0 0 0 -1 -1 +L 500 0 0 0 3 0 0 0 -1 -1 +T 0 300 5 10 0 0 0 0 1 +device=INPUT diff --git a/io/io-1.sym b/io/io-1.sym new file mode 100644 index 0000000..1a40ba2 --- /dev/null +++ b/io/io-1.sym @@ -0,0 +1,26 @@ +v 20031231 1 +P 0 100 200 100 1 0 0 +{ +T 150 150 5 10 0 1 0 6 1 +pinnumber=1 +T 250 250 9 10 0 0 0 0 1 +pinlabel=I/O +T 250 450 5 10 0 0 0 0 1 +pinseq=1 +T 250 350 5 10 0 0 0 0 1 +pintype=io +} +L 700 200 800 100 3 0 0 0 -1 -1 +L 800 100 700 0 3 0 0 0 -1 -1 +L 200 100 300 0 3 0 0 0 -1 -1 +L 300 200 200 100 3 0 0 0 -1 -1 +L 300 200 700 200 3 0 0 0 -1 -1 +L 300 0 700 0 3 0 0 0 -1 -1 +T 900 200 5 10 1 0 0 0 1 +net=IO:1 +T 200 600 5 10 0 0 0 0 1 +device=none +T 200 700 5 10 0 0 0 0 1 +description=I/O module port +T 900 100 5 10 1 1 0 1 1 +value=IO diff --git a/io/net-term-1.sym b/io/net-term-1.sym new file mode 100644 index 0000000..263f0e8 --- /dev/null +++ b/io/net-term-1.sym @@ -0,0 +1,17 @@ +v 20110116 2 +P 400 100 600 100 1 0 1 +{ +T 450 150 5 6 0 1 0 0 1 +pinnumber=1 +T 450 150 5 6 0 0 0 0 1 +pinseq=1 +T 400 100 5 10 0 0 0 0 1 +pintype=pas +} +L 100 100 0 200 6 0 0 0 -1 -1 +L 100 100 0 0 6 0 0 0 -1 -1 +L 400 100 100 100 6 0 0 0 -1 -1 +T 0 300 5 10 0 0 0 0 1 +device=INPUT +T 100 200 8 10 1 1 0 0 1 +net=net:1 diff --git a/io/output-1.sym b/io/output-1.sym new file mode 100644 index 0000000..10648e6 --- /dev/null +++ b/io/output-1.sym @@ -0,0 +1,15 @@ +v 20031231 1 +P 0 100 200 100 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +} +L 200 200 200 0 3 0 0 0 -1 -1 +L 200 200 700 200 3 0 0 0 -1 -1 +L 700 200 800 100 3 0 0 0 -1 -1 +L 800 100 700 0 3 0 0 0 -1 -1 +L 700 0 200 0 3 0 0 0 -1 -1 +T 100 300 5 10 0 0 0 0 1 +device=OUTPUT diff --git a/io/passive-1.sym b/io/passive-1.sym new file mode 100644 index 0000000..b1cb1ee --- /dev/null +++ b/io/passive-1.sym @@ -0,0 +1,24 @@ +v 20031231 1 +P 0 100 200 100 1 0 0 +{ +T 150 150 5 10 0 1 0 6 1 +pinnumber=1 +T 250 350 9 10 0 0 0 0 1 +pinlabel=PASSIVE +T 250 550 5 10 0 0 0 0 1 +pinseq=1 +T 250 450 5 10 0 0 0 0 1 +pintype=pas +} +L 200 200 200 0 3 0 0 0 -1 -1 +T 900 200 5 10 1 0 0 0 1 +net=PASSIVE:1 +T 200 700 5 10 0 0 0 0 1 +device=none +T 200 800 5 10 0 0 0 0 1 +description=Passive module port +L 200 200 800 200 3 0 0 0 -1 -1 +L 800 200 800 0 3 0 0 0 -1 -1 +L 800 0 200 0 3 0 0 0 -1 -1 +T 900 100 5 10 1 1 0 1 1 +value=PASSIVE diff --git a/io/port-input-1.sym b/io/port-input-1.sym new file mode 100644 index 0000000..1c931d2 --- /dev/null +++ b/io/port-input-1.sym @@ -0,0 +1,23 @@ +v 20080127 1 +P 1500 100 1300 100 1 0 0 +{ +T 1400 100 5 10 0 1 0 6 1 +pinnumber=1 +T 1500 200 9 10 0 0 0 0 1 +pinlabel=Input +T 1500 400 5 10 0 0 0 0 1 +pinseq=1 +T 1500 300 5 10 0 0 0 0 1 +pintype=in +} +L 900 200 900 0 6 0 0 0 -1 -1 +L 1300 100 1200 0 6 0 0 0 -1 -1 +L 1200 200 1300 100 6 0 0 0 -1 -1 +L 1200 200 900 200 6 0 0 0 -1 -1 +L 1200 0 900 0 6 0 0 0 -1 -1 +T 200 600 5 10 0 0 0 0 1 +device=PORT-IN +T 200 700 5 10 0 0 0 0 1 +description=Input module port +T 800 100 5 10 1 1 0 7 1 +refdes=INPUT diff --git a/io/port-io-1.sym b/io/port-io-1.sym new file mode 100644 index 0000000..2af75b6 --- /dev/null +++ b/io/port-io-1.sym @@ -0,0 +1,24 @@ +v 20080127 1 +P 0 100 200 100 1 0 0 +{ +T 100 100 5 10 0 1 0 6 1 +pinnumber=1 +T 200 200 9 10 0 0 0 0 1 +pinlabel=I/O +T 200 400 5 10 0 0 0 0 1 +pinseq=1 +T 200 300 5 10 0 0 0 0 1 +pintype=io +} +L 500 200 600 100 6 0 0 0 -1 -1 +L 600 100 500 0 6 0 0 0 -1 -1 +L 200 100 300 0 6 0 0 0 -1 -1 +L 300 200 200 100 6 0 0 0 -1 -1 +L 300 200 500 200 6 0 0 0 -1 -1 +L 300 0 500 0 6 0 0 0 -1 -1 +T 200 600 5 10 0 0 0 0 1 +device=PORT-IO +T 200 700 5 10 0 0 0 0 1 +description=I/O module port +T 700 100 5 10 1 1 0 1 1 +refdes=INOUT diff --git a/io/port-output-1.sym b/io/port-output-1.sym new file mode 100644 index 0000000..e6d6023 --- /dev/null +++ b/io/port-output-1.sym @@ -0,0 +1,23 @@ +v 20080127 1 +P 0 100 200 100 1 0 0 +{ +T 100 100 5 10 0 1 0 6 1 +pinnumber=1 +T 200 200 9 10 0 0 0 0 1 +pinlabel=Output +T 200 400 5 10 0 0 0 0 1 +pinseq=1 +T 200 300 5 10 0 0 0 0 1 +pintype=out +} +L 500 200 600 100 6 0 0 0 -1 -1 +L 600 100 500 0 6 0 0 0 -1 -1 +L 200 200 200 0 6 0 0 0 -1 -1 +L 200 200 500 200 6 0 0 0 -1 -1 +L 200 0 500 0 6 0 0 0 -1 -1 +T 200 600 5 10 0 0 0 0 1 +device=PORT-OUT +T 200 700 5 10 0 0 0 0 1 +description=Output module port +T 700 100 5 10 1 1 0 1 1 +refdes=OUTPUT diff --git a/io/port-passive-1.sym b/io/port-passive-1.sym new file mode 100644 index 0000000..ed403c2 --- /dev/null +++ b/io/port-passive-1.sym @@ -0,0 +1,22 @@ +v 20080127 1 +P 0 100 200 100 1 0 0 +{ +T 100 100 5 10 0 1 0 6 1 +pinnumber=1 +T 200 200 9 10 0 0 0 0 1 +pinlabel=Passive +T 200 400 5 10 0 0 0 0 1 +pinseq=1 +T 200 300 5 10 0 0 0 0 1 +pintype=pas +} +L 600 200 600 0 6 0 0 0 -1 -1 +L 200 200 200 0 6 0 0 0 -1 -1 +L 200 200 600 200 6 0 0 0 -1 -1 +L 200 0 600 0 6 0 0 0 -1 -1 +T 200 600 5 10 0 0 0 0 1 +device=PORT-PAS +T 200 700 5 10 0 0 0 0 1 +description=Passive module port +T 700 100 5 10 1 1 0 1 1 +refdes=PASSIVE diff --git a/io/port-power-1.sym b/io/port-power-1.sym new file mode 100644 index 0000000..1cb2c58 --- /dev/null +++ b/io/port-power-1.sym @@ -0,0 +1,22 @@ +v 20080127 1 +P 1700 100 1500 100 1 0 0 +{ +T 1600 100 5 10 0 1 0 6 1 +pinnumber=1 +T 1600 200 9 10 0 0 0 0 1 +pinlabel=Passive +T 1600 400 5 10 0 0 0 0 1 +pinseq=1 +T 1600 300 5 10 0 0 0 0 1 +pintype=pwr +} +L 1200 200 1400 200 6 0 0 0 -1 -1 +L 1200 0 1400 0 6 0 0 0 -1 -1 +T 200 600 5 10 0 0 0 0 1 +device=PORT-PWR +T 200 700 5 10 0 0 0 0 1 +description=Power module port +T 1000 100 5 10 1 1 0 7 1 +refdes=POWER +A 1199 100 100 90 180 6 0 0 0 -1 -1 +A 1401 100 100 270 180 6 0 0 0 -1 -1 diff --git a/misc/header3-1.sym b/misc/header3-1.sym new file mode 100644 index 0000000..ebb7e54 --- /dev/null +++ b/misc/header3-1.sym @@ -0,0 +1,46 @@ +v 20031231 1 +T 1000 650 8 10 0 0 0 0 1 +device=HEADER3 +T 400 1300 8 10 1 1 0 0 1 +refdes=J? +T 1000 850 8 10 0 0 0 0 1 +class=IO +T 1000 1050 8 10 0 0 0 0 1 +pins=3 +P 0 1000 300 1000 1 0 0 +{ +T 100 1050 5 8 1 1 0 0 1 +pinnumber=1 +T 100 1050 5 8 0 0 0 0 1 +pinseq=1 +T 100 1050 5 8 0 1 0 0 1 +pinlabel=1 +T 100 1050 5 8 0 1 0 0 1 +pintype=pas +} +P 0 600 300 600 1 0 0 +{ +T 100 650 5 8 1 1 0 0 1 +pinnumber=2 +T 100 650 5 8 0 0 0 0 1 +pinseq=2 +T 100 650 5 8 0 1 0 0 1 +pinlabel=2 +T 100 650 5 8 0 1 0 0 1 +pintype=pas +} +P 0 200 300 200 1 0 0 +{ +T 100 250 5 8 1 1 0 0 1 +pinnumber=3 +T 100 250 5 8 0 0 0 0 1 +pinseq=3 +T 100 250 5 8 0 1 0 0 1 +pinlabel=3 +T 100 250 5 8 0 1 0 0 1 +pintype=pas +} +B 300 0 400 1200 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 300 0 700 0 3 0 0 0 -1 -1 +L 300 800 700 800 3 0 0 0 -1 -1 +L 300 400 700 400 3 0 0 0 -1 -1 diff --git a/misc/nc-bottom-1.sym b/misc/nc-bottom-1.sym new file mode 100644 index 0000000..cfb30a2 --- /dev/null +++ b/misc/nc-bottom-1.sym @@ -0,0 +1,19 @@ +v 20060123 1 +P 200 400 200 200 1 0 0 +{ +T 500 100 5 10 0 0 0 0 1 +pinseq=1 +T 500 300 5 10 0 0 0 0 1 +pinnumber=1 +} +L 350 200 50 200 3 0 0 0 -1 -1 +T 200 150 9 10 1 0 180 3 1 +NC +T 0 600 8 10 0 0 0 0 1 +value=NoConnection +T 0 800 8 10 0 0 0 0 1 +documentation=nc.pdf +T 0 1000 8 10 0 0 0 0 1 +device=DRC_Directive +T 0 1200 8 10 0 0 0 0 1 +graphical=1 diff --git a/misc/nc-left-1.sym b/misc/nc-left-1.sym new file mode 100644 index 0000000..9608fd2 --- /dev/null +++ b/misc/nc-left-1.sym @@ -0,0 +1,19 @@ +v 20060123 1 +P 500 100 300 100 1 0 0 +{ +T 600 0 5 10 0 0 0 0 1 +pinseq=1 +T 600 200 5 10 0 0 0 0 1 +pinnumber=1 +} +L 300 0 300 200 3 0 0 0 -1 -1 +T 0 400 8 10 0 0 0 0 1 +value=NoConnection +T 250 100 9 10 1 0 0 7 1 +NC +T 0 600 8 10 0 0 0 0 1 +documentation=nc.pdf +T 0 800 8 10 0 0 0 0 1 +device=DRC_Directive +T 0 1000 8 10 0 0 0 0 1 +graphical=1 diff --git a/misc/nc-right-1.sym b/misc/nc-right-1.sym new file mode 100644 index 0000000..d37ab56 --- /dev/null +++ b/misc/nc-right-1.sym @@ -0,0 +1,19 @@ +v 20060123 1 +P 0 100 200 100 1 0 0 +{ +T 600 100 5 10 0 0 180 8 1 +pinseq=1 +T 600 300 5 10 0 0 180 8 1 +pinnumber=1 +} +L 200 0 200 200 3 0 0 0 -1 -1 +T 100 500 8 10 0 0 0 0 1 +value=NoConnection +T 250 100 9 10 1 0 0 1 1 +NC +T 0 600 8 10 0 0 0 0 1 +documentation=nc.pdf +T 100 700 8 10 0 0 0 0 1 +device=DRC_Directive +T 100 900 8 10 0 0 0 0 1 +graphical=1 diff --git a/misc/nc-top-1.sym b/misc/nc-top-1.sym new file mode 100644 index 0000000..6b0b0de --- /dev/null +++ b/misc/nc-top-1.sym @@ -0,0 +1,19 @@ +v 20060123 1 +P 200 0 200 200 1 0 0 +{ +T 400 0 5 10 0 0 0 0 1 +pinseq=1 +T 400 200 5 10 0 0 0 0 1 +pinnumber=1 +} +L 50 200 350 200 3 0 0 0 -1 -1 +T 200 250 9 10 1 0 0 3 1 +NC +T 400 500 8 10 0 0 0 0 1 +value=NoConnection +T 0 600 8 10 0 0 0 0 1 +documentation=nc.pdf +T 400 700 8 10 0 0 0 0 1 +device=DRC_Directive +T 400 900 8 10 0 0 0 0 1 +graphical=1 diff --git a/misc/switch-2p3t-1.sym b/misc/switch-2p3t-1.sym new file mode 100644 index 0000000..ee5502d --- /dev/null +++ b/misc/switch-2p3t-1.sym @@ -0,0 +1,149 @@ +v 20110116 2 +T 410 850 8 10 0 0 0 0 1 +device=Dual_Three_Way_Switch +P 1300 600 1000 600 1 0 1 +{ +T 1160 650 5 10 0 0 0 0 1 +pinseq=6 +T 1300 600 5 10 1 1 0 0 1 +pinnumber=6 +T 1300 600 5 10 0 1 0 0 1 +pinlabel=6 +T 1160 650 5 10 0 1 0 0 1 +pinlabel=6 +T 1300 600 5 10 0 1 0 0 1 +pintype=pas +T 1160 650 5 10 0 1 0 0 1 +pintype=pas +} +P 1700 1400 2000 1400 1 0 1 +{ +T 1860 1450 5 10 0 0 0 0 1 +pinseq=4 +T 1710 1400 5 10 1 1 0 0 1 +pinnumber=4 +T 1710 1400 5 10 0 1 0 0 1 +pinlabel=4 +T 1860 1450 5 10 0 1 0 0 1 +pinlabel=4 +T 1710 1400 5 10 0 1 0 0 1 +pintype=pas +T 1860 1450 5 10 0 1 0 0 1 +pintype=pas +} +P 1700 1000 2000 1000 1 0 1 +{ +T 1860 1050 5 10 0 0 0 0 1 +pinseq=5 +T 1710 1000 5 10 1 1 0 0 1 +pinnumber=5 +T 1710 1000 5 10 0 1 0 0 1 +pinlabel=5 +T 1860 1050 5 10 0 1 0 0 1 +pinlabel=5 +T 1710 1000 5 10 0 1 0 0 1 +pintype=pas +T 1860 1050 5 10 0 1 0 0 1 +pintype=pas +} +L 1300 600 1660 950 3 0 0 0 -1 -1 +P 1300 1800 1000 1800 1 0 1 +{ +T 1160 1850 5 10 0 0 0 0 1 +pinseq=2 +T 1200 1800 5 10 1 1 0 0 1 +pinnumber=2 +T 1300 1800 5 10 0 1 0 0 1 +pinlabel=2 +T 1160 1850 5 10 0 1 0 0 1 +pinlabel=2 +T 1300 1800 5 10 0 1 0 0 1 +pintype=pas +T 1160 1850 5 10 0 1 0 0 1 +pintype=pas +} +P 1700 2200 2000 2200 1 0 1 +{ +T 1860 2250 5 10 0 0 0 0 1 +pinseq=1 +T 1710 2200 5 10 1 1 0 0 1 +pinnumber=1 +T 1710 2200 5 10 0 1 0 0 1 +pinlabel=1 +T 1860 2250 5 10 0 1 0 0 1 +pinlabel=1 +T 1710 2200 5 10 0 1 0 0 1 +pintype=pas +T 1860 2250 5 10 0 1 0 0 1 +pintype=pas +} +P 1700 1800 2000 1800 1 0 1 +{ +T 1860 1850 5 10 0 0 0 0 1 +pinseq=3 +T 1700 1800 5 10 1 1 0 0 1 +pinnumber=3 +T 1800 1750 5 10 0 1 0 0 1 +pinlabel=3 +T 1860 1850 5 10 0 1 0 0 1 +pinlabel=3 +T 1800 1750 5 10 0 1 0 0 1 +pintype=pas +T 1860 1850 5 10 0 1 0 0 1 +pintype=pas +} +L 1300 1800 1660 2150 3 0 0 0 -1 -1 +T 1410 2400 8 10 1 1 0 0 1 +refdes=S? +V 1660 2200 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 1660 1800 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 1660 1400 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 1660 1000 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 310 300 8 10 0 0 0 0 1 +footprint=CONNECTOR 2 3 +T 700 1700 8 10 0 0 0 0 1 +symversion=1.0 +P 1700 600 2000 600 1 0 1 +{ +T 1860 650 5 10 0 0 0 0 1 +pinseq=7 +T 1710 600 5 10 1 1 0 0 1 +pinnumber=7 +T 1710 600 5 10 0 1 0 0 1 +pinlabel=7 +T 1860 650 5 10 0 1 0 0 1 +pinlabel=7 +T 1710 600 5 10 0 1 0 0 1 +pintype=pas +T 1860 650 5 10 0 1 0 0 1 +pintype=pas +} +P 1700 200 2000 200 1 0 1 +{ +T 1860 250 5 10 0 0 0 0 1 +pinseq=8 +T 1710 200 5 10 1 1 0 0 1 +pinnumber=8 +T 1710 200 5 10 0 1 0 0 1 +pinlabel=8 +T 1860 250 5 10 0 1 0 0 1 +pinlabel=8 +T 1710 200 5 10 0 1 0 0 1 +pintype=pas +T 1860 250 5 10 0 1 0 0 1 +pintype=pas +} +V 1660 600 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 1660 200 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 1600 2200 9 10 1 0 0 7 1 +L +T 1600 1800 9 10 1 0 0 7 1 +C +T 1600 1400 9 10 1 0 0 7 1 +R +T 1600 1000 9 10 1 0 0 7 1 +L +T 1600 600 9 10 1 0 0 7 1 +C +T 1600 200 9 10 1 0 0 7 1 +R diff --git a/misc/switch-dip3-1.sym b/misc/switch-dip3-1.sym new file mode 100644 index 0000000..931928a --- /dev/null +++ b/misc/switch-dip3-1.sym @@ -0,0 +1,110 @@ +v 20110116 2 +T 1000 1075 8 8 0 0 0 0 1 +device=SWITCH_DIP3 +T 300 1050 8 10 1 1 0 0 1 +refdes=J? +P 0 800 300 800 1 0 0 +{ +T 100 850 5 8 1 1 0 0 1 +pinnumber=1 +T 100 850 5 8 0 0 0 0 1 +pinseq=1 +T 100 850 5 8 0 1 0 0 1 +pinlabel=1 +T 100 850 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 800 1300 800 1 0 1 +{ +T 1100 850 5 8 1 1 0 0 1 +pinnumber=2 +T 1100 850 5 8 0 0 0 0 1 +pinseq=2 +T 1100 850 5 8 0 1 0 0 1 +pinlabel=2 +T 1100 850 5 8 0 1 0 0 1 +pintype=pas +} +P 0 500 300 500 1 0 0 +{ +T 100 550 5 8 1 1 0 0 1 +pinnumber=3 +T 100 550 5 8 0 0 0 0 1 +pinseq=3 +T 100 550 5 8 0 1 0 0 1 +pinlabel=3 +T 100 550 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 500 1300 500 1 0 1 +{ +T 1100 550 5 8 1 1 0 0 1 +pinnumber=4 +T 1100 550 5 8 0 0 0 0 1 +pinseq=4 +T 1100 550 5 8 0 1 0 0 1 +pinlabel=4 +T 1100 550 5 8 0 1 0 0 1 +pintype=pas +} +P 0 200 300 200 1 0 0 +{ +T 100 250 5 8 1 1 0 0 1 +pinnumber=5 +T 100 250 5 8 0 0 0 0 1 +pinseq=5 +T 100 250 5 8 0 1 0 0 1 +pinlabel=5 +T 100 250 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 200 1300 200 1 0 1 +{ +T 1100 250 5 8 1 1 0 0 1 +pinnumber=6 +T 1100 250 5 8 0 0 0 0 1 +pinseq=6 +T 1100 250 5 8 0 1 0 0 1 +pinlabel=6 +T 1100 250 5 8 0 1 0 0 1 +pintype=pas +} +B 450 750 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 750 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 450 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 450 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 150 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 150 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 300 0 700 1000 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 450 850 600 750 3 0 0 0 -1 -1 +L 600 850 450 750 3 0 0 0 -1 -1 +L 450 800 600 800 3 0 0 0 -1 -1 +L 525 850 525 750 3 0 0 0 -1 -1 +L 550 850 500 750 3 0 0 0 -1 -1 +L 500 850 550 750 3 0 0 0 -1 -1 +L 600 825 450 775 3 0 0 0 -1 -1 +L 450 825 600 775 3 0 0 0 -1 -1 +L 475 850 575 750 3 0 0 0 -1 -1 +L 575 850 475 750 3 0 0 0 -1 -1 +L 450 550 600 450 3 0 0 0 -1 -1 +L 600 550 450 450 3 0 0 0 -1 -1 +L 450 500 600 500 3 0 0 0 -1 -1 +L 525 550 525 450 3 0 0 0 -1 -1 +L 550 550 500 450 3 0 0 0 -1 -1 +L 500 550 550 450 3 0 0 0 -1 -1 +L 600 525 450 475 3 0 0 0 -1 -1 +L 450 525 600 475 3 0 0 0 -1 -1 +L 475 550 575 450 3 0 0 0 -1 -1 +L 575 550 475 450 3 0 0 0 -1 -1 +L 450 250 600 150 3 0 0 0 -1 -1 +L 600 250 450 150 3 0 0 0 -1 -1 +L 450 200 600 200 3 0 0 0 -1 -1 +L 525 250 525 150 3 0 0 0 -1 -1 +L 550 250 500 150 3 0 0 0 -1 -1 +L 500 250 550 150 3 0 0 0 -1 -1 +L 600 225 450 175 3 0 0 0 -1 -1 +L 450 225 600 175 3 0 0 0 -1 -1 +L 475 250 575 150 3 0 0 0 -1 -1 +L 575 250 475 150 3 0 0 0 -1 -1 +T 300 1200 8 10 0 0 0 0 1 +footprint=??? diff --git a/misc/switch-dip4-1.sym b/misc/switch-dip4-1.sym new file mode 100644 index 0000000..8bb37a4 --- /dev/null +++ b/misc/switch-dip4-1.sym @@ -0,0 +1,144 @@ +v 20031231 1 +T 300 0 9 10 1 0 0 0 1 +SW DIP-4 +T 700 1675 8 8 0 0 0 0 1 +device=SWITCH_DIP4 +T 300 1550 8 10 1 1 0 0 1 +refdes=J? +P 0 1300 300 1300 1 0 0 +{ +T 100 1350 5 8 1 1 0 0 1 +pinnumber=1 +T 100 1350 5 8 0 0 0 0 1 +pinseq=1 +T 100 1350 5 8 0 1 0 0 1 +pinlabel=1 +T 100 1350 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 1300 1300 1300 1 0 1 +{ +T 1100 1350 5 8 1 1 0 0 1 +pinnumber=2 +T 1100 1350 5 8 0 0 0 0 1 +pinseq=2 +T 1100 1350 5 8 0 1 0 0 1 +pinlabel=2 +T 1100 1350 5 8 0 1 0 0 1 +pintype=pas +} +P 0 1000 300 1000 1 0 0 +{ +T 100 1050 5 8 1 1 0 0 1 +pinnumber=3 +T 100 1050 5 8 0 0 0 0 1 +pinseq=3 +T 100 1050 5 8 0 1 0 0 1 +pinlabel=3 +T 100 1050 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 1000 1300 1000 1 0 1 +{ +T 1100 1050 5 8 1 1 0 0 1 +pinnumber=4 +T 1100 1050 5 8 0 0 0 0 1 +pinseq=4 +T 1100 1050 5 8 0 1 0 0 1 +pinlabel=4 +T 1100 1050 5 8 0 1 0 0 1 +pintype=pas +} +P 0 700 300 700 1 0 0 +{ +T 100 750 5 8 1 1 0 0 1 +pinnumber=5 +T 100 750 5 8 0 0 0 0 1 +pinseq=5 +T 100 750 5 8 0 1 0 0 1 +pinlabel=5 +T 100 750 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 700 1300 700 1 0 1 +{ +T 1100 750 5 8 1 1 0 0 1 +pinnumber=6 +T 1100 750 5 8 0 0 0 0 1 +pinseq=6 +T 1100 750 5 8 0 1 0 0 1 +pinlabel=6 +T 1100 750 5 8 0 1 0 0 1 +pintype=pas +} +P 0 400 300 400 1 0 0 +{ +T 100 450 5 8 1 1 0 0 1 +pinnumber=7 +T 100 450 5 8 0 0 0 0 1 +pinseq=7 +T 100 450 5 8 0 1 0 0 1 +pinlabel=7 +T 100 450 5 8 0 1 0 0 1 +pintype=pas +} +P 1000 400 1300 400 1 0 1 +{ +T 1100 450 5 8 1 1 0 0 1 +pinnumber=8 +T 1100 450 5 8 0 0 0 0 1 +pinseq=8 +T 1100 450 5 8 0 1 0 0 1 +pinlabel=8 +T 1100 450 5 8 0 1 0 0 1 +pintype=pas +} +B 450 1250 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 1250 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 950 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 950 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 650 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 650 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 350 400 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 450 350 150 100 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +B 300 200 700 1300 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 450 1350 600 1250 3 0 0 0 -1 -1 +L 600 1350 450 1250 3 0 0 0 -1 -1 +L 450 1300 600 1300 3 0 0 0 -1 -1 +L 525 1350 525 1250 3 0 0 0 -1 -1 +L 550 1350 500 1250 3 0 0 0 -1 -1 +L 500 1350 550 1250 3 0 0 0 -1 -1 +L 600 1325 450 1275 3 0 0 0 -1 -1 +L 450 1325 600 1275 3 0 0 0 -1 -1 +L 475 1350 575 1250 3 0 0 0 -1 -1 +L 575 1350 475 1250 3 0 0 0 -1 -1 +L 450 1050 600 950 3 0 0 0 -1 -1 +L 600 1050 450 950 3 0 0 0 -1 -1 +L 450 1000 600 1000 3 0 0 0 -1 -1 +L 525 1050 525 950 3 0 0 0 -1 -1 +L 550 1050 500 950 3 0 0 0 -1 -1 +L 500 1050 550 950 3 0 0 0 -1 -1 +L 600 1025 450 975 3 0 0 0 -1 -1 +L 450 1025 600 975 3 0 0 0 -1 -1 +L 475 1050 575 950 3 0 0 0 -1 -1 +L 575 1050 475 950 3 0 0 0 -1 -1 +L 450 750 600 650 3 0 0 0 -1 -1 +L 600 750 450 650 3 0 0 0 -1 -1 +L 450 700 600 700 3 0 0 0 -1 -1 +L 525 750 525 650 3 0 0 0 -1 -1 +L 550 750 500 650 3 0 0 0 -1 -1 +L 500 750 550 650 3 0 0 0 -1 -1 +L 600 725 450 675 3 0 0 0 -1 -1 +L 450 725 600 675 3 0 0 0 -1 -1 +L 475 750 575 650 3 0 0 0 -1 -1 +L 575 750 475 650 3 0 0 0 -1 -1 +L 450 450 600 350 3 0 0 0 -1 -1 +L 600 450 450 350 3 0 0 0 -1 -1 +L 450 400 600 400 3 0 0 0 -1 -1 +L 525 450 525 350 3 0 0 0 -1 -1 +L 550 450 500 350 3 0 0 0 -1 -1 +L 500 450 550 350 3 0 0 0 -1 -1 +L 600 425 450 375 3 0 0 0 -1 -1 +L 450 425 600 375 3 0 0 0 -1 -1 +L 475 450 575 350 3 0 0 0 -1 -1 +L 575 450 475 350 3 0 0 0 -1 -1 diff --git a/misc/switch-dpdt-1.sym b/misc/switch-dpdt-1.sym new file mode 100644 index 0000000..7bfbc00 --- /dev/null +++ b/misc/switch-dpdt-1.sym @@ -0,0 +1,109 @@ +v 20041121 1 +T 410 850 8 10 0 0 0 0 1 +device=Dual_Two_Way_Switch +P 300 300 0 300 1 0 1 +{ +T 160 350 5 10 0 0 0 0 1 +pinseq=5 +T 300 300 5 10 0 1 0 0 1 +pinnumber=5 +T 300 300 5 10 0 1 0 0 1 +pinlabel=5 +T 160 350 5 10 0 1 0 0 1 +pinlabel=5 +T 300 300 5 10 0 1 0 0 1 +pintype=pas +T 160 350 5 10 0 1 0 0 1 +pintype=pas +} +P 700 500 1000 500 1 0 1 +{ +T 860 550 5 10 0 0 0 0 1 +pinseq=4 +T 710 500 5 10 0 1 0 0 1 +pinnumber=4 +T 710 500 5 10 0 1 0 0 1 +pinlabel=4 +T 860 550 5 10 0 1 0 0 1 +pinlabel=4 +T 710 500 5 10 0 1 0 0 1 +pintype=pas +T 860 550 5 10 0 1 0 0 1 +pintype=pas +} +P 700 100 1000 100 1 0 1 +{ +T 860 150 5 10 0 0 0 0 1 +pinseq=6 +T 710 100 5 10 0 1 0 0 1 +pinnumber=6 +T 710 100 5 10 0 1 0 0 1 +pinlabel=6 +T 860 150 5 10 0 1 0 0 1 +pinlabel=6 +T 710 100 5 10 0 1 0 0 1 +pintype=pas +T 860 150 5 10 0 1 0 0 1 +pintype=pas +} +L 300 300 660 450 3 0 0 0 -1 -1 +P 300 1100 0 1100 1 0 1 +{ +T 160 1150 5 10 0 0 0 0 1 +pinseq=2 +T 300 1100 5 10 0 1 0 0 1 +pinnumber=2 +T 300 1100 5 10 0 1 0 0 1 +pinlabel=2 +T 160 1150 5 10 0 1 0 0 1 +pinlabel=2 +T 300 1100 5 10 0 1 0 0 1 +pintype=pas +T 160 1150 5 10 0 1 0 0 1 +pintype=pas +} +P 700 1300 1000 1300 1 0 1 +{ +T 860 1350 5 10 0 0 0 0 1 +pinseq=1 +T 710 1300 5 10 0 1 0 0 1 +pinnumber=1 +T 710 1300 5 10 0 1 0 0 1 +pinlabel=1 +T 860 1350 5 10 0 1 0 0 1 +pinlabel=1 +T 710 1300 5 10 0 1 0 0 1 +pintype=pas +T 860 1350 5 10 0 1 0 0 1 +pintype=pas +} +P 700 900 1000 900 1 0 1 +{ +T 860 950 5 10 0 0 0 0 1 +pinseq=3 +T 800 850 5 10 0 1 0 0 1 +pinnumber=3 +T 800 850 5 10 0 1 0 0 1 +pinlabel=3 +T 860 950 5 10 0 1 0 0 1 +pinlabel=3 +T 800 850 5 10 0 1 0 0 1 +pintype=pas +T 860 950 5 10 0 1 0 0 1 +pintype=pas +} +L 310 1100 660 1250 3 0 0 0 -1 -1 +T 410 1500 8 10 1 1 0 0 1 +refdes=S? +L 460 1160 460 1050 3 0 0 0 -1 -1 +L 460 450 460 370 3 0 0 0 -1 -1 +L 460 700 460 550 3 0 0 0 -1 -1 +L 460 950 460 800 3 0 0 0 -1 -1 +V 660 1300 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 660 900 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 660 500 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 660 100 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 310 300 8 10 0 0 0 0 1 +footprint=CONNECTOR 2 3 +T 700 1700 8 10 0 0 0 0 1 +symversion=1.0 diff --git a/misc/switch-pushbutton-no-1.sym b/misc/switch-pushbutton-no-1.sym new file mode 100644 index 0000000..855aab6 --- /dev/null +++ b/misc/switch-pushbutton-no-1.sym @@ -0,0 +1,42 @@ +v 20080127 1 +T 400 300 8 10 1 1 0 0 1 +refdes=S? +P 0 0 150 0 1 0 0 +{ +T 50 50 5 8 0 1 0 0 1 +pinnumber=1 +T 50 50 5 8 0 0 0 0 1 +pinseq=1 +T 50 50 5 8 0 1 0 0 1 +pinlabel=1 +T 50 50 5 8 0 1 0 0 1 +pintype=pas +} +P 850 0 1000 0 1 0 1 +{ +T 900 50 5 8 0 1 0 0 1 +pinnumber=2 +T 900 50 5 8 0 0 0 0 1 +pinseq=2 +T 900 50 5 8 0 1 0 0 1 +pinlabel=2 +T 900 50 5 8 0 1 0 0 1 +pintype=pas +} +L 150 0 325 0 3 0 0 0 -1 -1 +L 850 0 675 0 3 0 0 0 -1 -1 +L 300 85 700 85 3 0 0 0 -1 -1 +V 339 0 14 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +V 662 0 14 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 470 255 520 255 3 0 0 0 -1 -1 +L 470 205 520 205 3 0 0 0 -1 -1 +L 470 205 495 155 3 0 0 0 -1 -1 +L 520 205 495 155 3 0 0 0 -1 -1 +L 495 205 495 255 3 0 0 0 -1 -1 +L 495 155 495 86 3 0 0 0 -1 -1 +T 400 600 8 10 0 0 0 0 1 +device=SWITCH_PUSHBUTTON_NO +T 600 100 9 10 0 0 0 0 1 +numslots=0 +T 600 100 9 10 0 0 0 0 1 +footprint=XXX diff --git a/misc/title-B.sym b/misc/title-B.sym new file mode 100644 index 0000000..571a27f --- /dev/null +++ b/misc/title-B.sym @@ -0,0 +1,12 @@ +v 20080127 1 +B 0 0 17000 11000 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 14400 1500 5 10 0 0 0 0 1 +graphical=1 +T 9500 100 15 8 1 0 0 0 1 +VERSION: +T 9500 700 15 8 1 0 0 0 1 +TITLE +B 9400 0 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9400 600 17000 600 15 0 0 0 -1 -1 +T 10300 100 9 10 1 0 0 0 1 +$Id$ diff --git a/mixed/pcm2906b.sym b/mixed/pcm2906b.sym new file mode 100644 index 0000000..5f4658b --- /dev/null +++ b/mixed/pcm2906b.sym @@ -0,0 +1,331 @@ +v 20080127 1 +P 3000 3000 2700 3000 1 0 0 +{ +T 2800 3050 5 8 1 1 0 0 1 +pinnumber=24 +T 2800 2950 5 8 0 1 0 2 1 +pinseq=24 +T 2650 3000 9 8 1 1 0 6 1 +pinlabel=DIN +T 2650 3000 5 8 0 1 0 8 1 +pintype=in +} +P 3000 2600 2700 2600 1 0 0 +{ +T 2800 2650 5 8 1 1 0 0 1 +pinnumber=25 +T 2800 2550 5 8 0 1 0 2 1 +pinseq=25 +T 2650 2600 9 8 1 1 0 6 1 +pinlabel=DOUT +T 2650 2600 5 8 0 1 0 8 1 +pintype=out +} +P 3000 4600 2700 4600 1 0 0 +{ +T 2800 4650 5 8 1 1 0 0 1 +pinnumber=5 +T 2800 4550 5 8 0 1 0 2 1 +pinseq=5 +T 2650 4600 9 8 1 1 0 6 1 +pinlabel=HID0 +T 2650 4600 5 8 0 1 0 8 1 +pintype=in +} +P 3000 4200 2700 4200 1 0 0 +{ +T 2800 4250 5 8 1 1 0 0 1 +pinnumber=6 +T 2800 4150 5 8 0 1 0 2 1 +pinseq=6 +T 2650 4200 9 8 1 1 0 6 1 +pinlabel=HID1 +T 2650 4200 5 8 0 1 0 8 1 +pintype=in +} +P 3000 3800 2700 3800 1 0 0 +{ +T 2800 3850 5 8 1 1 0 0 1 +pinnumber=7 +T 2800 3750 5 8 0 1 0 2 1 +pinseq=7 +T 2650 3800 9 8 1 1 0 6 1 +pinlabel=HID2 +T 2650 3800 5 8 0 1 0 8 1 +pintype=in +} +P 3000 5400 2700 5400 1 0 0 +{ +T 2800 5450 5 8 1 1 0 0 1 +pinnumber=8 +T 2800 5350 5 8 0 1 0 2 1 +pinseq=8 +T 2650 5400 9 8 1 1 0 6 1 +pinlabel=SEL0 +T 2650 5400 5 8 0 1 0 8 1 +pintype=in +} +P 3000 5000 2700 5000 1 0 0 +{ +T 2800 5050 5 8 1 1 0 0 1 +pinnumber=9 +T 2800 4950 5 8 0 1 0 2 1 +pinseq=9 +T 2650 5000 9 8 1 1 0 6 1 +pinlabel=SEL1 +T 2650 5000 5 8 0 1 0 8 1 +pintype=in +} +P 1500 6100 1500 5900 1 0 0 +{ +T 1450 5995 5 8 1 1 90 0 1 +pinnumber=28 +T 1550 5900 5 8 0 1 90 2 1 +pinseq=28 +T 1500 5745 9 8 1 1 90 6 1 +pinlabel=\_SSPND\_ +T 1500 5750 5 8 0 1 90 8 1 +pintype=out +} +V 1500 5850 50 6 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +P 3000 700 2700 700 1 0 0 +{ +T 2800 750 5 8 1 1 0 0 1 +pinnumber=16 +T 2800 650 5 8 0 1 0 2 1 +pinseq=16 +T 2650 700 9 8 1 1 0 6 1 +pinlabel=VOUTL +T 2650 700 5 8 0 1 0 8 1 +pintype=out +} +P 3000 300 2700 300 1 0 0 +{ +T 2800 350 5 8 1 1 0 0 1 +pinnumber=15 +T 2800 250 5 8 0 1 0 2 1 +pinseq=15 +T 2650 300 9 8 1 1 0 6 1 +pinlabel=VOUTR +T 2650 300 5 8 0 1 0 8 1 +pintype=out +} +P 100 1500 400 1500 1 0 0 +{ +T 300 1550 5 8 1 1 0 6 1 +pinnumber=11 +T 300 1450 5 8 0 1 0 8 1 +pinseq=11 +T 450 1500 9 8 1 1 0 0 1 +pinlabel=AGNDC +T 450 1500 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 3100 400 3100 1 0 0 +{ +T 300 3150 5 8 1 1 0 6 1 +pinnumber=1 +T 300 3050 5 8 0 1 0 8 1 +pinseq=1 +T 450 3100 9 8 1 1 0 0 1 +pinlabel=D+ +T 450 3100 5 8 0 1 0 2 1 +pintype=io +} +P 100 2500 400 2500 1 0 0 +{ +T 300 2550 5 8 1 1 0 6 1 +pinnumber=4 +T 300 2450 5 8 0 1 0 8 1 +pinseq=4 +T 450 2500 9 8 1 1 0 0 1 +pinlabel=DGNDU +T 450 2500 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 2800 400 2800 1 0 0 +{ +T 300 2850 5 8 1 1 0 6 1 +pinnumber=2 +T 300 2750 5 8 0 1 0 8 1 +pinseq=2 +T 450 2800 9 8 1 1 0 0 1 +pinlabel=D- +T 450 2800 5 8 0 1 0 2 1 +pintype=io +} +P 100 3400 400 3400 1 0 0 +{ +T 300 3450 5 8 1 1 0 6 1 +pinnumber=3 +T 300 3350 5 8 0 1 0 8 1 +pinseq=3 +T 450 3400 9 8 1 1 0 0 1 +pinlabel=VBUS +T 450 3400 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 1900 400 1900 1 0 0 +{ +T 300 1950 5 8 1 1 0 6 1 +pinnumber=10 +T 300 1850 5 8 0 1 0 8 1 +pinseq=10 +T 450 1900 9 8 1 1 0 0 1 +pinlabel=VCCCI +T 450 1900 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 300 400 300 1 0 0 +{ +T 300 350 5 8 1 1 0 6 1 +pinnumber=14 +T 300 250 5 8 0 1 0 8 1 +pinseq=14 +T 450 300 9 8 1 1 0 0 1 +pinlabel=VCOM +T 450 300 5 8 0 1 0 2 1 +pintype=pwr +} +P 1900 6100 1900 5800 1 0 0 +{ +T 1850 5895 5 8 1 1 90 0 1 +pinnumber=27 +T 1850 5900 5 8 0 1 270 8 1 +pinseq=27 +T 1900 5745 9 8 1 1 90 6 1 +pinlabel=VDDI +T 1900 5750 5 8 0 1 270 2 1 +pintype=pwr +} +P 100 1100 400 1100 1 0 0 +{ +T 300 1150 5 8 1 1 0 6 1 +pinnumber=12 +T 300 1050 5 8 0 1 0 8 1 +pinseq=12 +T 450 1100 9 8 1 1 0 0 1 +pinlabel=VINL +T 450 1100 5 8 0 1 0 2 1 +pintype=in +} +P 100 700 400 700 1 0 0 +{ +T 300 750 5 8 1 1 0 6 1 +pinnumber=13 +T 300 650 5 8 0 1 0 8 1 +pinseq=13 +T 450 700 9 8 1 1 0 0 1 +pinlabel=VINR +T 450 700 5 8 0 1 0 2 1 +pintype=in +} +P 3000 1500 2700 1500 1 0 0 +{ +T 2795 1545 5 8 1 1 0 0 1 +pinnumber=18 +T 2800 1550 5 8 0 1 180 8 1 +pinseq=18 +T 2645 1495 9 8 1 1 0 6 1 +pinlabel=AGNDP +T 2650 1500 5 8 0 1 180 2 1 +pintype=pwr +} +P 100 4200 400 4200 1 0 0 +{ +T 305 4245 5 8 1 1 0 6 1 +pinnumber=22 +T 300 4150 5 8 0 1 0 8 1 +pinseq=22 +T 455 4195 9 8 1 1 0 0 1 +pinlabel=AGNDX +T 450 4200 5 8 0 1 0 2 1 +pintype=pwr +} +P 3000 3400 2700 3400 1 0 0 +{ +T 2795 3445 5 8 1 1 0 0 1 +pinnumber=26 +T 2800 3450 5 8 0 1 180 8 1 +pinseq=26 +T 2645 3395 9 8 1 1 0 6 1 +pinlabel=DGND +T 2650 3400 5 8 0 1 180 2 1 +pintype=pwr +} +P 3000 1100 2700 1100 1 0 0 +{ +T 2795 1145 5 8 1 1 0 0 1 +pinnumber=17 +T 2800 1150 5 8 0 1 180 8 1 +pinseq=17 +T 2645 1095 9 8 1 1 0 6 1 +pinlabel=VCCP1I +T 2650 1100 5 8 0 1 180 2 1 +pintype=pwr +} +P 3000 1900 2700 1900 1 0 0 +{ +T 2795 1945 5 8 1 1 0 0 1 +pinnumber=19 +T 2800 1950 5 8 0 1 180 8 1 +pinseq=19 +T 2645 1895 9 8 1 1 0 6 1 +pinlabel=VCCP2I +T 2650 1900 5 8 0 1 180 2 1 +pintype=pwr +} +P 100 5400 400 5400 1 0 0 +{ +T 305 5445 5 8 1 1 0 6 1 +pinnumber=23 +T 300 5350 5 8 0 1 0 8 1 +pinseq=23 +T 455 5395 9 8 1 1 0 0 1 +pinlabel=VCCXI +T 450 5400 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 5000 400 5000 1 0 0 +{ +T 305 5045 5 8 1 1 0 6 1 +pinnumber=21 +T 300 4950 5 8 0 1 0 8 1 +pinseq=21 +T 455 4995 9 8 1 1 0 0 1 +pinlabel=XTI +T 450 5000 5 8 0 1 0 2 1 +pintype=in +} +P 100 4600 400 4600 1 0 0 +{ +T 305 4645 5 8 1 1 0 6 1 +pinnumber=20 +T 300 4550 5 8 0 1 0 8 1 +pinseq=20 +T 455 4595 9 8 1 1 0 0 1 +pinlabel=XTO +T 450 4600 5 8 0 1 0 2 1 +pintype=out +} +B 400 100 2300 5700 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 2700 5900 8 10 1 1 0 6 1 +refdes=U? +T 1000 3000 9 10 1 0 0 0 1 +PCM2906B +T 2200 2700 5 10 0 0 0 0 1 +device=PCM2906B +T 2200 2900 5 10 0 0 0 0 1 +footprint=SSOP28 +T 2200 3100 5 10 0 0 0 0 1 +author=Dan White +T 2200 3300 5 10 0 0 0 0 1 +documentation=pcm2906b.pdf +T 2200 3500 5 10 0 0 0 0 1 +description=Stereo Audio USB Codec +T 2200 3700 5 10 0 0 0 0 1 +numslots=0 +T 2200 3900 5 10 0 0 0 0 1 +dist-license= +T 2200 4100 5 10 0 0 0 0 1 +use-license= diff --git a/passive/capacitor-1.sym b/passive/capacitor-1.sym new file mode 100644 index 0000000..bde5d7b --- /dev/null +++ b/passive/capacitor-1.sym @@ -0,0 +1,41 @@ +v 20100214 2 +P 0 200 200 200 1 0 0 +{ +T 150 250 5 8 0 1 0 6 1 +pinnumber=1 +T 150 150 5 8 0 1 0 8 1 +pinseq=1 +T 200 200 9 8 0 1 0 0 1 +pinlabel=1 +T 200 200 5 8 0 1 0 2 1 +pintype=pas +} +P 900 200 700 200 1 0 0 +{ +T 750 250 5 8 0 1 0 0 1 +pinnumber=2 +T 750 150 5 8 0 1 0 2 1 +pinseq=2 +T 700 200 9 8 0 1 0 6 1 +pinlabel=2 +T 700 200 5 8 0 1 0 8 1 +pintype=pas +} +L 400 400 400 0 3 0 0 0 -1 -1 +L 500 400 500 0 3 0 0 0 -1 -1 +L 700 200 500 200 3 0 0 0 -1 -1 +L 400 200 200 200 3 0 0 0 -1 -1 +T 200 700 5 10 0 0 0 0 1 +device=CAPACITOR +T 200 500 8 10 1 1 0 0 1 +refdes=C? +T 200 1300 5 10 0 0 0 0 1 +description=capacitor +T 200 1100 5 10 0 0 0 0 1 +numslots=0 +T 200 900 5 10 0 0 0 0 1 +symversion=0.1 +T 700 500 8 10 1 1 0 0 1 +value=1n +T 200 1500 5 10 0 0 0 0 1 +documentation=file:///usr/share/doc/gnucap/html/gnucap-man061.html diff --git a/passive/capacitor-2.sym b/passive/capacitor-2.sym new file mode 100644 index 0000000..da6d3f7 --- /dev/null +++ b/passive/capacitor-2.sym @@ -0,0 +1,43 @@ +v 20100214 2 +P 0 200 200 200 1 0 0 +{ +T 150 250 5 8 1 1 0 6 1 +pinnumber=1 +T 200 150 5 8 0 1 0 8 1 +pinseq=1 +T 250 200 9 8 0 1 0 0 1 +pinlabel=+ +T 250 200 5 8 0 1 0 2 1 +pintype=pas +} +P 900 200 700 200 1 0 0 +{ +T 750 250 5 8 1 1 0 0 1 +pinnumber=2 +T 700 150 5 8 0 1 0 2 1 +pinseq=2 +T 650 200 9 8 0 1 0 6 1 +pinlabel=- +T 650 200 5 8 0 1 0 8 1 +pintype=pas +} +L 400 400 400 0 3 0 0 0 -1 -1 +L 700 200 500 200 3 0 0 0 -1 -1 +L 400 200 200 200 3 0 0 0 -1 -1 +T 200 700 5 10 0 0 0 0 1 +device=POLARIZED_CAPACITOR +A 1200 200 700 165 30 3 0 0 0 -1 -1 +L 289 400 289 300 3 0 0 0 -1 -1 +L 340 349 240 349 3 0 0 0 -1 -1 +T 200 500 8 10 1 1 0 0 1 +refdes=C? +T 200 1300 5 10 0 0 0 0 1 +description=polarized capacitor +T 200 1100 5 10 0 0 0 0 1 +numslots=0 +T 200 900 5 10 0 0 0 0 1 +symversion=0.1 +T 600 500 8 10 1 1 0 0 1 +value=1u +T 200 1500 5 10 0 0 0 0 1 +documentation=file:///usr/share/doc/gnucap/html/gnucap-man061.html diff --git a/passive/capacitor-3.sym b/passive/capacitor-3.sym new file mode 100644 index 0000000..90eed49 --- /dev/null +++ b/passive/capacitor-3.sym @@ -0,0 +1,41 @@ +v 20100214 2 +P 200 900 200 700 1 0 0 +{ +T 150 795 5 8 0 1 90 0 1 +pinnumber=1 +T 150 750 5 8 0 1 270 8 1 +pinseq=1 +T 200 645 9 8 0 1 90 6 1 +pinlabel=1 +T 200 700 5 8 0 1 270 2 1 +pintype=pas +} +P 200 0 200 200 1 0 0 +{ +T 150 105 5 8 0 1 90 6 1 +pinnumber=2 +T 150 150 5 8 0 1 270 2 1 +pinseq=2 +T 200 255 9 8 0 1 90 0 1 +pinlabel=2 +T 200 200 5 8 0 1 270 8 1 +pintype=pas +} +L 400 500 0 500 3 0 0 0 -1 -1 +L 400 400 0 400 3 0 0 0 -1 -1 +L 200 200 200 400 3 0 0 0 -1 -1 +L 200 500 200 700 3 0 0 0 -1 -1 +T 0 1000 5 10 0 0 0 0 1 +device=CAPACITOR +T 300 600 8 10 1 1 0 0 1 +refdes=C? +T 0 1600 5 10 0 0 0 0 1 +description=capacitor +T 0 1400 5 10 0 0 0 0 1 +numslots=0 +T 0 1200 5 10 0 0 0 0 1 +symversion=0.1 +T 300 200 8 10 1 1 0 0 1 +value=1n +T 0 1800 5 10 0 0 0 0 1 +documentation=file:///usr/share/doc/gnucap/html/gnucap-man061.html diff --git a/passive/cm-choke-1.sym b/passive/cm-choke-1.sym new file mode 100644 index 0000000..3d68235 --- /dev/null +++ b/passive/cm-choke-1.sym @@ -0,0 +1,75 @@ +v 20080127 1 +P 900 0 750 0 1 0 0 +{ +T 800 50 5 8 0 1 0 0 1 +pinnumber=2 +T 800 -50 5 8 0 1 0 2 1 +pinseq=2 +T 700 0 9 8 0 1 0 6 1 +pinlabel=2 +T 700 0 5 8 0 1 0 8 1 +pintype=pas +} +P 0 0 150 0 1 0 0 +{ +T 100 50 5 8 0 1 0 6 1 +pinnumber=1 +T 100 -50 5 8 0 1 0 8 1 +pinseq=1 +T 200 0 9 8 0 1 0 0 1 +pinlabel=1 +T 200 0 5 8 0 1 0 2 1 +pintype=pas +} +A 237 0 75 0 180 3 0 0 0 -1 -1 +A 379 0 75 0 180 3 0 0 0 -1 -1 +A 521 0 75 0 180 3 0 0 0 -1 -1 +A 663 0 75 0 180 3 0 0 0 -1 -1 +T 200 400 5 10 0 0 0 0 1 +device=INDUCTOR +L 738 0 750 0 3 0 0 0 -1 -1 +L 150 0 162 0 3 0 0 0 -1 -1 +A 308 0 4 180 180 3 0 0 0 -1 -1 +A 450 0 4 180 180 3 0 0 0 -1 -1 +A 592 0 4 180 180 3 0 0 0 -1 -1 +T 200 400 8 10 1 1 0 0 1 +refdes=L? +V 153 71 13 3 0 0 0 -1 -1 1 -1 -1 1 -1 1 +T 200 1000 5 10 0 0 0 0 1 +description=cm-choke +T 200 800 5 10 0 0 0 0 1 +numslots=0 +T 200 600 5 10 0 0 0 0 1 +symversion=0.1 +P 900 300 750 300 1 0 0 +{ +T 845 345 5 8 0 1 0 0 1 +pinnumber=4 +T 800 350 5 8 0 1 0 0 1 +pinseq=4 +T 695 295 9 8 0 1 0 6 1 +pinlabel=4 +T 700 300 5 8 0 1 0 6 1 +pintype=pas +} +P 0 300 150 300 1 0 0 +{ +T 55 345 5 8 0 1 0 6 1 +pinnumber=3 +T 100 350 5 8 0 1 0 6 1 +pinseq=3 +T 205 295 9 8 0 1 0 0 1 +pinlabel=3 +T 200 300 5 8 0 1 0 0 1 +pintype=pas +} +A 237 300 75 180 180 3 0 0 0 -1 -1 +A 379 300 75 180 180 3 0 0 0 -1 -1 +A 521 300 75 180 180 3 0 0 0 -1 -1 +A 663 300 75 180 180 3 0 0 0 -1 -1 +L 738 300 750 300 3 0 0 0 -1 -1 +L 150 300 162 300 3 0 0 0 -1 -1 +A 308 300 4 0 180 3 0 0 0 -1 -1 +A 450 300 4 0 180 3 0 0 0 -1 -1 +A 592 300 4 0 180 3 0 0 0 -1 -1 +V 153 229 13 3 0 0 0 -1 -1 1 -1 -1 1 -1 1 diff --git a/passive/crystal-1.sym b/passive/crystal-1.sym new file mode 100644 index 0000000..15ce849 --- /dev/null +++ b/passive/crystal-1.sym @@ -0,0 +1,38 @@ +v 20050820 1 +P 0 100 200 100 1 0 0 +{ +T 150 150 5 8 0 1 0 6 1 +pinnumber=1 +T 150 50 5 8 0 1 0 8 1 +pinseq=1 +T 250 100 9 8 0 1 0 0 1 +pinlabel=1 +T 250 100 5 8 0 1 0 2 1 +pintype=pas +} +P 500 100 700 100 1 0 1 +{ +T 550 150 5 8 0 1 0 0 1 +pinnumber=2 +T 550 50 5 8 0 1 0 2 1 +pinseq=2 +T 450 100 9 8 0 1 0 6 1 +pinlabel=2 +T 450 100 5 8 0 1 0 8 1 +pintype=pas +} +B 250 0 200 200 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 200 500 5 10 0 0 0 0 1 +device=CRYSTAL +L 200 240 200 -40 3 0 0 0 -1 -1 +L 500 240 500 -40 3 0 0 0 -1 -1 +T 200 300 8 10 1 1 0 0 1 +refdes=U? +T 200 1100 5 10 0 0 0 0 1 +description=crystal +T 200 900 5 10 0 0 0 0 1 +numslots=0 +T 200 700 5 10 0 0 0 0 1 +symversion=0.1 +T 600 100 9 10 0 0 0 0 1 +footprint=XXX diff --git a/passive/diode-1.sym b/passive/diode-1.sym new file mode 100644 index 0000000..7170e6e --- /dev/null +++ b/passive/diode-1.sym @@ -0,0 +1,33 @@ +v 20110116 2 +L 350 350 350 50 3 0 0 0 -1 -1 +L 350 350 600 200 3 0 0 0 -1 -1 +T 400 600 5 10 0 0 0 0 1 +device=DIODE +L 600 200 350 50 3 0 0 0 -1 -1 +L 600 350 600 50 3 0 0 0 -1 -1 +P 0 200 200 200 1 0 0 +{ +T 100 250 5 8 1 1 0 0 1 +pinnumber=1 +T 100 250 5 8 0 0 0 0 1 +pinseq=1 +T 100 250 5 8 0 1 0 0 1 +pinlabel=1 +T 100 250 5 8 0 1 0 0 1 +pintype=pas +} +P 900 200 700 200 1 0 0 +{ +T 700 250 5 8 1 1 0 0 1 +pinnumber=2 +T 700 250 5 8 0 0 0 0 1 +pinseq=2 +T 700 250 5 8 0 1 0 0 1 +pinlabel=2 +T 700 250 5 8 0 1 0 0 1 +pintype=pas +} +L 700 200 600 200 3 0 0 0 -1 -1 +L 350 200 200 200 3 0 0 0 -1 -1 +T 300 500 8 10 1 1 0 0 1 +refdes=D? diff --git a/passive/diode-2.sym b/passive/diode-2.sym new file mode 100644 index 0000000..cd80010 --- /dev/null +++ b/passive/diode-2.sym @@ -0,0 +1,33 @@ +v 20110116 2 +L 50 350 350 350 3 0 0 0 -1 -1 +L 50 350 200 600 3 0 0 0 -1 -1 +T 200 600 5 10 0 0 0 0 1 +device=DIODE +L 200 600 350 350 3 0 0 0 -1 -1 +L 50 600 350 600 3 0 0 0 -1 -1 +P 200 0 200 200 1 0 0 +{ +T 100 100 5 8 1 1 0 6 1 +pinnumber=1 +T 150 100 5 8 0 0 90 0 1 +pinseq=1 +T 200 300 5 8 0 1 90 0 1 +pinlabel=1 +T 150 100 5 8 0 1 90 0 1 +pintype=pas +} +P 200 900 200 700 1 0 0 +{ +T 105 700 5 8 1 1 0 6 1 +pinnumber=2 +T 150 700 5 8 0 0 90 0 1 +pinseq=2 +T 200 645 5 8 0 1 90 6 1 +pinlabel=2 +T 150 700 5 8 0 1 90 0 1 +pintype=pas +} +L 200 700 200 600 3 0 0 0 -1 -1 +L 200 350 200 200 3 0 0 0 -1 -1 +T 400 600 8 10 1 1 0 0 1 +refdes=D? diff --git a/passive/ferrite-bead-1.sym b/passive/ferrite-bead-1.sym new file mode 100644 index 0000000..0e5da52 --- /dev/null +++ b/passive/ferrite-bead-1.sym @@ -0,0 +1,42 @@ +v 20090830 2 +P 900 0 750 0 1 0 0 +{ +T 800 50 5 8 0 1 0 0 1 +pinnumber=2 +T 800 -50 5 8 0 1 0 2 1 +pinseq=2 +T 700 0 9 8 0 1 0 6 1 +pinlabel=2 +T 700 0 5 8 0 1 0 8 1 +pintype=pas +} +P 0 0 150 0 1 0 0 +{ +T 100 50 5 8 0 1 0 6 1 +pinnumber=1 +T 100 -50 5 8 0 1 0 8 1 +pinseq=1 +T 200 0 9 8 0 1 0 0 1 +pinlabel=1 +T 200 0 5 8 0 1 0 2 1 +pintype=pas +} +A 237 0 75 0 180 3 0 0 0 -1 -1 +A 379 0 75 0 180 3 0 0 0 -1 -1 +A 521 0 75 0 180 3 0 0 0 -1 -1 +A 663 0 75 0 180 3 0 0 0 -1 -1 +T 200 400 5 10 0 0 0 0 1 +device=FERRITE_BEAD +L 738 0 750 0 3 0 0 0 -1 -1 +L 150 0 162 0 3 0 0 0 -1 -1 +A 308 0 4 180 180 3 0 0 0 -1 -1 +A 450 0 4 180 180 3 0 0 0 -1 -1 +A 592 0 4 180 180 3 0 0 0 -1 -1 +T 200 100 8 10 1 1 0 0 1 +refdes=FB? +T 200 1000 5 10 0 0 0 0 1 +description=ferrite-bead +T 200 800 5 10 0 0 0 0 1 +numslots=0 +T 200 600 5 10 0 0 0 0 1 +symversion=0.1 diff --git a/passive/pot-1.sym b/passive/pot-1.sym new file mode 100644 index 0000000..ac683a0 --- /dev/null +++ b/passive/pot-1.sym @@ -0,0 +1,56 @@ +v 20031231 1 +P 500 450 500 600 1 0 1 +{ +T 400 500 5 8 1 1 0 0 1 +pinnumber=2 +T 400 500 5 8 0 0 0 0 1 +pinseq=2 +T 500 450 5 10 0 1 0 0 1 +pintype=io +T 500 450 5 10 0 1 0 0 1 +pinlabel=wiper +} +L 500 200 448 301 3 0 0 0 -1 -1 +L 501 201 553 302 3 0 0 0 -1 -1 +L 600 200 500 0 3 0 0 0 -1 -1 +L 500 0 400 200 3 0 0 0 -1 -1 +L 400 200 300 0 3 0 0 0 -1 -1 +L 300 0 200 200 3 0 0 0 -1 -1 +T 800 900 5 10 0 0 0 0 1 +device=VARIABLE_RESISTOR +L 600 200 700 0 3 0 0 0 -1 -1 +L 700 0 750 100 3 0 0 0 -1 -1 +P 900 100 750 100 1 0 0 +{ +T 800 -50 5 8 1 1 0 0 1 +pinnumber=3 +T 800 150 5 8 0 0 0 0 1 +pinseq=3 +T 900 100 5 10 0 1 0 0 1 +pintype=io +T 700 200 5 10 1 1 0 0 1 +pinlabel=cw +} +P 0 100 152 100 1 0 0 +{ +T 100 -50 5 8 1 1 0 0 1 +pinnumber=1 +T 100 150 5 8 0 0 0 0 1 +pinseq=1 +T 0 100 5 10 0 1 0 0 1 +pintype=io +T 0 200 5 10 1 1 0 0 1 +pinlabel=ccw +} +L 201 200 150 100 3 0 0 0 -1 -1 +L 500 200 500 450 3 0 0 0 -1 -1 +T 600 400 8 10 1 1 0 0 1 +refdes=R? +T 800 1300 5 10 0 0 0 0 1 +pins=3 +T 800 1100 5 10 0 1 0 0 1 +class=DISCRETE +T 800 1500 8 10 0 0 0 0 1 +footprint=none +T 800 700 5 10 0 0 0 0 1 +numslots=0 diff --git a/passive/pot-2.sym b/passive/pot-2.sym new file mode 100644 index 0000000..bac8645 --- /dev/null +++ b/passive/pot-2.sym @@ -0,0 +1,56 @@ +v 20031231 1 +P 500 450 500 600 1 0 1 +{ +T 400 500 5 8 1 1 0 0 1 +pinnumber=2 +T 400 500 5 8 0 0 0 0 1 +pinseq=2 +T 500 450 5 10 0 1 0 0 1 +pintype=io +T 500 450 5 10 0 1 0 0 1 +pinlabel=wiper +} +L 500 200 448 301 3 0 0 0 -1 -1 +L 501 201 553 302 3 0 0 0 -1 -1 +L 600 200 500 0 3 0 0 0 -1 -1 +L 500 0 400 200 3 0 0 0 -1 -1 +L 400 200 300 0 3 0 0 0 -1 -1 +L 300 0 200 200 3 0 0 0 -1 -1 +T 800 900 5 10 0 0 0 0 1 +device=VARIABLE_RESISTOR +L 600 200 700 0 3 0 0 0 -1 -1 +L 700 0 750 100 3 0 0 0 -1 -1 +P 900 100 750 100 1 0 0 +{ +T 800 -50 5 8 1 1 0 0 1 +pinnumber=3 +T 800 150 5 8 0 0 0 0 1 +pinseq=3 +T 900 100 5 10 0 1 0 0 1 +pintype=io +T 600 200 5 10 1 1 0 0 1 +pinlabel=ccw +} +P 0 100 152 100 1 0 0 +{ +T 100 -50 5 8 1 1 0 0 1 +pinnumber=1 +T 100 150 5 8 0 0 0 0 1 +pinseq=1 +T 0 100 5 10 0 1 0 0 1 +pintype=io +T 0 200 5 10 1 1 0 0 1 +pinlabel=cw +} +L 201 200 150 100 3 0 0 0 -1 -1 +L 500 200 500 450 3 0 0 0 -1 -1 +T 600 400 8 10 1 1 0 0 1 +refdes=R? +T 800 1300 5 10 0 0 0 0 1 +pins=3 +T 800 1100 5 10 0 1 0 0 1 +class=DISCRETE +T 800 1500 8 10 0 0 0 0 1 +footprint=none +T 800 700 5 10 0 0 0 0 1 +numslots=0 diff --git a/passive/pot-3.sym b/passive/pot-3.sym new file mode 100644 index 0000000..e920a28 --- /dev/null +++ b/passive/pot-3.sym @@ -0,0 +1,58 @@ +v 20110116 2 +P 550 500 700 500 1 0 1 +{ +T 645 545 5 8 1 1 0 0 1 +pinnumber=2 +T 600 400 5 8 0 0 90 2 1 +pinseq=2 +T 550 500 5 10 0 1 90 2 1 +pintype=pas +T 495 495 5 10 0 1 0 6 1 +pinlabel=wiper +} +L 300 500 401 448 3 0 0 0 -1 -1 +L 301 501 402 553 3 0 0 0 -1 -1 +L 300 600 100 500 3 0 0 0 -1 -1 +L 100 500 300 400 3 0 0 0 -1 -1 +L 300 400 100 300 3 0 0 0 -1 -1 +L 100 300 300 200 3 0 0 0 -1 -1 +T 700 700 5 10 0 0 0 0 1 +device=VARIABLE_RESISTOR +L 300 600 100 700 3 0 0 0 -1 -1 +L 100 700 200 750 3 0 0 0 -1 -1 +P 200 900 200 750 1 0 0 +{ +T 150 845 5 8 1 1 90 0 1 +pinnumber=3 +T 250 800 5 8 0 0 90 2 1 +pinseq=3 +T 200 900 5 10 0 1 90 2 1 +pintype=pas +T 205 700 5 10 1 1 0 0 1 +pinlabel=cw +} +P 200 0 200 152 1 0 0 +{ +T 150 300 5 8 1 1 90 6 1 +pinnumber=1 +T 250 100 5 8 0 0 90 2 1 +pinseq=1 +T 200 0 5 10 0 1 90 2 1 +pintype=pas +T 300 100 5 10 0 1 0 0 1 +pinlabel=ccw +} +L 300 201 200 150 3 0 0 0 -1 -1 +L 300 500 550 500 3 0 0 0 -1 -1 +T 400 800 8 10 1 1 180 8 1 +refdes=R? +T 700 1100 5 10 0 0 0 0 1 +pins=3 +T 700 900 5 10 0 1 0 0 1 +class=DISCRETE +T 700 1300 8 10 0 0 0 0 1 +footprint=none +T 700 500 5 10 0 0 0 0 1 +numslots=0 +T 400 200 8 10 1 1 0 0 1 +value=10k diff --git a/passive/resistor-1.sym b/passive/resistor-1.sym new file mode 100644 index 0000000..0f7aea6 --- /dev/null +++ b/passive/resistor-1.sym @@ -0,0 +1,36 @@ +v 20100214 2 +L 600 200 500 0 3 0 0 0 -1 -1 +L 500 0 400 200 3 0 0 0 -1 -1 +L 400 200 300 0 3 0 0 0 -1 -1 +L 300 0 200 200 3 0 0 0 -1 -1 +T 300 400 5 10 0 0 0 0 1 +device=RESISTOR +L 600 200 700 0 3 0 0 0 -1 -1 +L 700 0 750 100 3 0 0 0 -1 -1 +P 900 100 750 100 1 0 0 +{ +T 800 150 5 8 0 1 0 0 1 +pinnumber=2 +T 800 150 5 8 0 0 0 0 1 +pinseq=2 +T 800 150 5 8 0 1 0 0 1 +pinlabel=2 +T 800 150 5 8 0 1 0 0 1 +pintype=pas +} +P 0 100 150 100 1 0 0 +{ +T 100 150 5 8 0 1 0 0 1 +pinnumber=1 +T 100 150 5 8 0 0 0 0 1 +pinseq=1 +T 100 150 5 8 0 1 0 0 1 +pinlabel=1 +T 100 150 5 8 0 1 0 0 1 +pintype=pas +} +L 201 200 150 100 3 0 0 0 -1 -1 +T 200 300 8 10 1 1 0 0 1 +refdes=R? +T 600 300 8 10 1 1 0 0 1 +value=1k diff --git a/passive/resistor-2.sym b/passive/resistor-2.sym new file mode 100644 index 0000000..f421c41 --- /dev/null +++ b/passive/resistor-2.sym @@ -0,0 +1,28 @@ +v 20081221 2 +P 900 100 750 100 1 0 0 +{ +T 800 150 5 8 0 1 0 0 1 +pinnumber=2 +T 800 150 5 8 0 0 0 0 1 +pinseq=2 +T 800 150 5 8 0 1 0 0 1 +pinlabel=2 +T 800 150 5 8 0 1 0 0 1 +pintype=pas +} +P 0 100 150 100 1 0 0 +{ +T 100 150 5 8 0 1 0 0 1 +pinnumber=1 +T 100 150 5 8 0 0 0 0 1 +pinseq=1 +T 100 150 5 8 0 1 0 0 1 +pinlabel=1 +T 100 150 5 8 0 1 0 0 1 +pintype=pas +} +B 150 0 600 200 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 400 350 5 10 0 0 0 0 1 +device=RESISTOR +T 200 300 8 10 1 1 0 0 1 +refdes=R? diff --git a/passive/resistor-3.sym b/passive/resistor-3.sym new file mode 100644 index 0000000..1124c6b --- /dev/null +++ b/passive/resistor-3.sym @@ -0,0 +1,36 @@ +v 20100214 2 +L 200 300 0 400 3 0 0 0 -1 -1 +L 0 400 200 500 3 0 0 0 -1 -1 +L 200 500 0 600 3 0 0 0 -1 -1 +L 0 600 200 700 3 0 0 0 -1 -1 +T 100 1000 5 10 0 0 0 0 1 +device=RESISTOR +L 200 300 0 200 3 0 0 0 -1 -1 +L 0 200 100 150 3 0 0 0 -1 -1 +P 100 0 100 150 1 0 0 +{ +T 50 55 5 8 0 1 90 6 1 +pinnumber=2 +T 150 100 5 8 0 0 270 0 1 +pinseq=2 +T 100 205 5 8 0 1 90 0 1 +pinlabel=2 +T 150 100 5 8 0 1 270 0 1 +pintype=pas +} +P 100 900 100 750 1 0 0 +{ +T 50 845 5 8 0 1 90 0 1 +pinnumber=1 +T 150 800 5 8 0 0 270 0 1 +pinseq=1 +T 100 695 5 8 0 1 90 6 1 +pinlabel=1 +T 150 800 5 8 0 1 270 0 1 +pintype=pas +} +L 200 699 100 750 3 0 0 0 -1 -1 +T 300 600 8 10 1 1 0 0 1 +refdes=R? +T 300 300 8 10 1 1 0 0 1 +value=1k diff --git a/power/CC3-xxxxDF-E.sym b/power/CC3-xxxxDF-E.sym new file mode 100644 index 0000000..d491df2 --- /dev/null +++ b/power/CC3-xxxxDF-E.sym @@ -0,0 +1,99 @@ +v 20080127 1 +P 2200 1100 1900 1100 1 0 0 +{ +T 2000 1150 5 8 1 1 0 0 1 +pinnumber=5 +T 2000 1050 5 8 0 1 0 2 1 +pinseq=5 +T 1850 1100 9 8 1 1 0 6 1 +pinlabel=COM +T 1850 1100 5 8 0 1 0 8 1 +pintype=pwr +} +P 2200 700 1900 700 1 0 0 +{ +T 2000 750 5 8 1 1 0 0 1 +pinnumber=6 +T 2000 650 5 8 0 1 0 2 1 +pinseq=6 +T 1850 700 9 8 1 1 0 6 1 +pinlabel=TRM +T 1850 700 5 8 0 1 0 8 1 +pintype=pas +} +P 2200 1500 1900 1500 1 0 0 +{ +T 2000 1550 5 8 1 1 0 0 1 +pinnumber=4 +T 2000 1450 5 8 0 1 0 2 1 +pinseq=4 +T 1850 1500 9 8 1 1 0 6 1 +pinlabel=VOUT+ +T 1850 1500 5 8 0 1 0 8 1 +pintype=pwr +} +P 2200 300 1900 300 1 0 0 +{ +T 2000 350 5 8 1 1 0 0 1 +pinnumber=7 +T 2000 250 5 8 0 1 0 2 1 +pinseq=7 +T 1850 300 9 8 1 1 0 6 1 +pinlabel=VOUT\- +T 1850 300 5 8 0 1 0 8 1 +pintype=pwr +} +P 100 900 400 900 1 0 0 +{ +T 300 950 5 8 1 1 0 6 1 +pinnumber=2 +T 300 850 5 8 0 1 0 8 1 +pinseq=2 +T 450 900 9 8 1 1 0 0 1 +pinlabel=RC +T 450 900 5 8 0 1 0 2 1 +pintype=pas +} +P 100 1400 400 1400 1 0 0 +{ +T 300 1450 5 8 1 1 0 6 1 +pinnumber=1 +T 300 1350 5 8 0 1 0 8 1 +pinseq=1 +T 450 1400 9 8 1 1 0 0 1 +pinlabel=VIN+ +T 450 1400 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 300 400 300 1 0 0 +{ +T 300 350 5 8 1 1 0 6 1 +pinnumber=3 +T 300 250 5 8 0 1 0 8 1 +pinseq=3 +T 450 300 9 8 1 1 0 0 1 +pinlabel=VIN\- +T 450 300 5 8 0 1 0 2 1 +pintype=pwr +} +B 400 100 1500 1800 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 1900 2000 8 10 1 1 0 6 1 +refdes=U? +T 500 1700 9 10 1 0 0 0 1 +CC3-xxxxDF-E +T 400 2400 5 10 0 0 0 0 1 +device=CC3-xxxxDF-E +T 400 2600 5 10 0 0 0 0 1 +footprint=TDK-Lambda_CC3-F-E +T 400 2800 5 10 0 0 0 0 1 +author=Dan White +T 400 3000 5 10 0 0 0 0 1 +documentation=TDK-Lambda_CC3-xF-E_spc_en.pdf +T 400 3200 5 10 0 0 0 0 1 +description=dual output dc-dc converter +T 400 3400 5 10 0 0 0 0 1 +numslots=0 +T 400 3600 5 10 0 0 0 0 1 +dist-license= +T 400 3800 5 10 0 0 0 0 1 +use-license= diff --git a/power/dcp02xxxxDP.sym b/power/dcp02xxxxDP.sym new file mode 100644 index 0000000..3e9b484 --- /dev/null +++ b/power/dcp02xxxxDP.sym @@ -0,0 +1,99 @@ +v 20080127 1 +P 2100 700 1800 700 1 0 0 +{ +T 1900 750 5 8 1 1 0 0 1 +pinnumber=5 +T 1900 650 5 8 0 1 0 2 1 +pinseq=3 +T 1750 700 9 8 1 1 0 6 1 +pinlabel=GNDO +T 1750 700 5 8 0 1 0 8 1 +pintype=pwr +} +P 100 300 400 300 1 0 0 +{ +T 305 345 5 8 1 1 0 6 1 +pinnumber=8 +T 300 250 5 8 0 1 0 8 1 +pinseq=6 +T 455 295 9 8 1 1 0 0 1 +pinlabel=NC +T 450 300 5 8 0 1 0 2 1 +pintype=pas +} +P 2100 1500 1800 1500 1 0 0 +{ +T 1900 1550 5 8 1 1 0 0 1 +pinnumber=14 +T 1900 1450 5 8 0 1 0 2 1 +pinseq=7 +T 1750 1500 9 8 1 1 0 6 1 +pinlabel=SYNC +T 1750 1500 5 8 0 1 0 8 1 +pintype=pas +} +P 2100 1100 1800 1100 1 0 0 +{ +T 1900 1150 5 8 1 1 0 0 1 +pinnumber=6 +T 1900 1050 5 8 0 1 0 2 1 +pinseq=4 +T 1750 1100 9 8 1 1 0 6 1 +pinlabel=VOUT+ +T 1750 1100 5 8 0 1 0 8 1 +pintype=pwr +} +P 2100 300 1800 300 1 0 0 +{ +T 1900 350 5 8 1 1 0 0 1 +pinnumber=7 +T 1900 250 5 8 0 1 0 2 1 +pinseq=5 +T 1750 300 9 8 1 1 0 6 1 +pinlabel=VOUT\- +T 1750 300 5 8 0 1 0 8 1 +pintype=pwr +} +P 100 700 400 700 1 0 0 +{ +T 300 750 5 8 1 1 0 6 1 +pinnumber=2 +T 300 650 5 8 0 1 0 8 1 +pinseq=2 +T 450 700 9 8 1 1 0 0 1 +pinlabel=GNDI +T 450 700 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 1500 400 1500 1 0 0 +{ +T 300 1550 5 8 1 1 0 6 1 +pinnumber=1 +T 300 1450 5 8 0 1 0 8 1 +pinseq=1 +T 450 1500 9 8 1 1 0 0 1 +pinlabel=Vs +T 450 1500 5 8 0 1 0 2 1 +pintype=pwr +} +B 400 100 1400 1900 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 1800 2100 8 10 1 1 0 6 1 +refdes=U? +T 500 1800 9 10 1 0 0 0 1 +DCP02xxxxDP +T 400 2800 5 10 0 0 0 0 1 +device=DCP02xxxxDP +T 400 3000 5 10 0 0 0 0 1 +footprint=DIP-14-300 +T 400 3200 5 10 0 0 0 0 1 +author=Dan White +T 400 3400 5 10 0 0 0 0 1 +documentation=dcp020515d.pdf +T 400 3600 5 10 0 0 0 0 1 +description=dual output dc-dc converter +T 400 3800 5 10 0 0 0 0 1 +numslots=0 +T 400 4000 5 10 0 0 0 0 1 +dist-license= +T 400 4200 5 10 0 0 0 0 1 +use-license= diff --git a/power/dcp02xxxxDU.sym b/power/dcp02xxxxDU.sym new file mode 100644 index 0000000..6c2b362 --- /dev/null +++ b/power/dcp02xxxxDU.sym @@ -0,0 +1,154 @@ +v 20080127 1 +P 2100 1100 1800 1100 1 0 0 +{ +T 1900 1150 5 8 1 1 0 0 1 +pinnumber=12 +T 1900 1050 5 8 0 1 0 2 1 +pinseq=4 +T 1750 1100 9 8 1 1 0 6 1 +pinlabel=GNDO +T 1750 1100 5 8 0 1 0 8 1 +pintype=pwr +} +P 700 0 700 300 1 0 0 +{ +T 650 205 5 8 1 1 90 6 1 +pinnumber=15 +T 650 200 5 8 0 1 270 2 1 +pinseq=7 +T 700 355 9 8 1 1 90 0 1 +pinlabel=NC +T 700 350 5 8 0 1 270 8 1 +pintype=pas +} +P 900 0 900 300 1 0 0 +{ +T 850 205 5 8 1 1 90 6 1 +pinnumber=16 +T 850 200 5 8 0 1 270 2 1 +pinseq=8 +T 900 355 9 8 1 1 90 0 1 +pinlabel=NC +T 900 350 5 8 0 1 270 8 1 +pintype=pas +} +P 1100 0 1100 300 1 0 0 +{ +T 1050 205 5 8 1 1 90 6 1 +pinnumber=17 +T 1050 200 5 8 0 1 270 2 1 +pinseq=9 +T 1100 355 9 8 1 1 90 0 1 +pinlabel=NC +T 1100 350 5 8 0 1 270 8 1 +pintype=pas +} +P 1300 0 1300 300 1 0 0 +{ +T 1250 205 5 8 1 1 90 6 1 +pinnumber=26 +T 1250 200 5 8 0 1 270 2 1 +pinseq=10 +T 1300 355 9 8 1 1 90 0 1 +pinlabel=NC +T 1300 350 5 8 0 1 270 8 1 +pintype=pas +} +P 1500 0 1500 300 1 0 0 +{ +T 1450 205 5 8 1 1 90 6 1 +pinnumber=27 +T 1450 200 5 8 0 1 270 2 1 +pinseq=11 +T 1500 355 9 8 1 1 90 0 1 +pinlabel=NC +T 1500 350 5 8 0 1 270 8 1 +pintype=pas +} +P 2100 1900 1800 1900 1 0 0 +{ +T 1900 1950 5 8 1 1 0 0 1 +pinnumber=28 +T 1900 1850 5 8 0 1 0 2 1 +pinseq=12 +T 1750 1900 9 8 1 1 0 6 1 +pinlabel=SYNC +T 1750 1900 5 8 0 1 0 8 1 +pintype=pas +} +P 2100 1500 1800 1500 1 0 0 +{ +T 1900 1550 5 8 1 1 0 0 1 +pinnumber=13 +T 1900 1450 5 8 0 1 0 2 1 +pinseq=5 +T 1750 1500 9 8 1 1 0 6 1 +pinlabel=VOUT+ +T 1750 1500 5 8 0 1 0 8 1 +pintype=pwr +} +P 2100 700 1800 700 1 0 0 +{ +T 1900 750 5 8 1 1 0 0 1 +pinnumber=14 +T 1900 650 5 8 0 1 0 2 1 +pinseq=6 +T 1750 700 9 8 1 1 0 6 1 +pinlabel=VOUT\- +T 1750 700 5 8 0 1 0 8 1 +pintype=pwr +} +P 100 1100 400 1100 1 0 0 +{ +T 300 1150 5 8 1 1 0 6 1 +pinnumber=2 +T 300 1050 5 8 0 1 0 8 1 +pinseq=2 +T 450 1100 9 8 1 1 0 0 1 +pinlabel=GNDI +T 450 1100 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 700 400 700 1 0 0 +{ +T 300 750 5 8 1 1 0 6 1 +pinnumber=3 +T 300 650 5 8 0 1 0 8 1 +pinseq=3 +T 450 700 9 8 1 1 0 0 1 +pinlabel=GNDI +T 450 700 5 8 0 1 0 2 1 +pintype=pwr +} +P 100 1900 400 1900 1 0 0 +{ +T 300 1950 5 8 1 1 0 6 1 +pinnumber=1 +T 300 1850 5 8 0 1 0 8 1 +pinseq=1 +T 450 1900 9 8 1 1 0 0 1 +pinlabel=Vs +T 450 1900 5 8 0 1 0 2 1 +pintype=pwr +} +B 400 300 1400 2000 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 1800 2400 8 10 1 1 0 6 1 +refdes=U? +T 500 2100 9 10 1 0 0 0 1 +DCP02xxxxDU +T 400 4400 5 10 0 0 0 0 1 +device=DCP02xxxxDU +T 400 4600 5 10 0 0 0 0 1 +footprint=SOIC-127P-1047L1-28N +T 400 4800 5 10 0 0 0 0 1 +author=Dan White +T 400 5000 5 10 0 0 0 0 1 +documentation=dcp020515d.pdf +T 400 5200 5 10 0 0 0 0 1 +description=dual output dc-dc converter +T 400 5400 5 10 0 0 0 0 1 +numslots=0 +T 400 5600 5 10 0 0 0 0 1 +dist-license= +T 400 5800 5 10 0 0 0 0 1 +use-license= diff --git a/power/generic-power.sym b/power/generic-power.sym new file mode 100644 index 0000000..a51731b --- /dev/null +++ b/power/generic-power.sym @@ -0,0 +1,15 @@ +v 20031231 1 +P 200 0 200 200 1 0 0 +{ +T 250 50 5 6 0 1 0 0 1 +pinnumber=1 +T 250 50 5 6 0 0 0 0 1 +pinseq=1 +T 250 50 5 6 0 1 0 0 1 +pinlabel=1 +T 250 50 5 6 0 1 0 0 1 +pintype=pwr +} +L 50 200 350 200 3 0 0 0 -1 -1 +T 200 250 8 10 1 1 0 3 1 +net=Vcc:1 diff --git a/power/gnd-1.sym b/power/gnd-1.sym new file mode 100644 index 0000000..623f477 --- /dev/null +++ b/power/gnd-1.sym @@ -0,0 +1,17 @@ +v 20080127 1 +P 100 100 100 300 1 0 1 +{ +T 158 261 5 4 0 0 0 0 1 +pinnumber=1 +T 158 361 5 4 0 0 0 0 1 +pinseq=1 +T 158 461 5 4 0 0 0 0 1 +pinlabel=1 +T 158 161 5 4 0 0 0 0 1 +pintype=pwr +} +L 0 100 200 100 3 0 0 0 -1 -1 +L 55 50 145 50 3 0 0 0 -1 -1 +L 80 10 120 10 3 0 0 0 -1 -1 +T 300 50 8 10 1 1 0 0 1 +net=GND:1 diff --git a/power/reg103-a.sym b/power/reg103-a.sym new file mode 100644 index 0000000..c63babf --- /dev/null +++ b/power/reg103-a.sym @@ -0,0 +1,106 @@ +v 20080127 1 +P 1900 600 1600 600 1 0 0 +{ +T 1700 650 5 8 1 1 0 0 1 +pinnumber=3 +T 1700 550 5 8 0 1 0 2 1 +pinseq=3 +T 1550 600 9 8 1 1 0 6 1 +pinlabel=ADJ +T 1550 600 5 8 0 1 0 8 1 +pintype=in +} +P 1900 1200 1600 1200 1 0 0 +{ +T 1700 1250 5 8 1 1 0 0 1 +pinnumber=1 +T 1700 1150 5 8 0 1 0 2 1 +pinseq=1 +T 1550 1200 9 8 1 1 0 6 1 +pinlabel=VOUT +T 1550 1200 5 8 0 1 0 8 1 +pintype=pwr +} +P 1900 1000 1600 1000 1 0 0 +{ +T 1700 1050 5 8 1 1 0 0 1 +pinnumber=2 +T 1700 950 5 8 0 1 0 2 1 +pinseq=2 +T 1550 1000 9 8 1 1 0 6 1 +pinlabel=VOUT +T 1550 1000 5 8 0 1 0 8 1 +pintype=pwr +} +P 800 1900 800 1600 1 0 0 +{ +T 750 1695 5 8 1 1 90 0 1 +pinnumber=5 +T 750 1700 5 8 0 1 270 8 1 +pinseq=5 +T 655 1400 9 8 1 1 0 0 1 +pinlabel=EN +T 800 1550 5 8 0 1 270 2 1 +pintype=in +} +P 1200 1900 1200 1600 1 0 0 +{ +T 1150 1695 5 8 1 1 90 0 1 +pinnumber=6 +T 1150 1700 5 8 0 1 270 8 1 +pinseq=6 +T 1055 1400 9 8 1 1 0 0 1 +pinlabel=\_ERR\_ +T 1200 1550 5 8 0 1 270 2 1 +pintype=out +} +P 100 1200 400 1200 1 0 0 +{ +T 300 1250 5 8 1 1 0 6 1 +pinnumber=7 +T 300 1150 5 8 0 1 0 8 1 +pinseq=7 +T 450 1200 9 8 1 1 0 0 1 +pinlabel=VIN +T 450 1200 5 8 0 1 0 2 1 +pintype=in +} +P 100 1000 400 1000 1 0 0 +{ +T 300 1050 5 8 1 1 0 6 1 +pinnumber=8 +T 300 950 5 8 0 1 0 8 1 +pinseq=8 +T 450 1000 9 8 1 1 0 0 1 +pinlabel=VIN +T 450 1000 5 8 0 1 0 2 1 +pintype=in +} +P 1000 100 1000 400 1 0 0 +{ +T 1050 200 5 8 1 1 0 0 1 +pinnumber=4 +T 1050 200 5 8 0 1 0 2 1 +pinseq=4 +T 1000 450 9 8 1 1 0 3 1 +pinlabel=GND +T 1000 600 5 8 0 1 0 3 1 +pintype=pwr +} +B 400 400 1200 1200 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 1800 1700 8 10 1 1 0 6 1 +refdes=U? +T 600 800 9 8 1 0 0 0 1 +REG103-A +T 900 1500 5 10 0 0 0 0 1 +device=REG103-A +T 900 1700 5 10 0 0 0 0 1 +footprint=SO8 +T 900 1900 5 10 0 0 0 0 1 +author=Dan White +T 900 2100 5 10 0 0 0 0 1 +documentation=reg103-a.pdf +T 900 2300 5 10 0 0 0 0 1 +description=LDO +T 900 2500 5 10 0 0 0 0 1 +numslots=0 diff --git a/titleblock/title-B.sym b/titleblock/title-B.sym new file mode 100644 index 0000000..f0b4258 --- /dev/null +++ b/titleblock/title-B.sym @@ -0,0 +1,19 @@ +v 20031231 1 +B 0 0 17000 11000 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 14400 1500 5 10 0 0 0 0 1 +graphical=1 +L 12900 600 12900 0 15 0 0 0 -1 -1 +T 9500 400 15 8 1 0 0 0 1 +FILE: +T 13000 400 15 8 1 0 0 0 1 +REVISION: +T 13000 100 15 8 1 0 0 0 1 +DRAWN BY: +T 9500 100 15 8 1 0 0 0 1 +PAGE +T 11200 100 15 8 1 0 0 0 1 +OF +T 9500 700 15 8 1 0 0 0 1 +TITLE +B 9400 0 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9400 600 17000 600 15 0 0 0 -1 -1 diff --git a/titleblock/title-bordered-B.sym b/titleblock/title-bordered-B.sym new file mode 100644 index 0000000..95bb812 --- /dev/null +++ b/titleblock/title-bordered-B.sym @@ -0,0 +1,106 @@ +v 20031231 1 +B 0 0 17000 11000 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 14400 1500 5 10 0 0 0 0 1 +graphical=1 +L 12700 800 12700 200 15 0 0 0 -1 -1 +T 9300 600 15 8 1 0 0 0 1 +FILE: +T 12800 600 15 8 1 0 0 0 1 +REVISION: +T 12800 300 15 8 1 0 0 0 1 +DRAWN BY: +T 9300 300 15 8 1 0 0 0 1 +PAGE +T 11000 300 15 8 1 0 0 0 1 +OF +T 9300 900 15 8 1 0 0 0 1 +TITLE +B 9200 200 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9200 800 16800 800 15 0 0 0 -1 -1 +B 200 200 16600 10600 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 200 2000 0 2000 15 0 0 0 -1 -1 +L 200 4000 0 4000 15 0 0 0 -1 -1 +L 200 6000 0 6000 15 0 0 0 -1 -1 +L 200 8000 0 8000 15 0 0 0 -1 -1 +L 2000 200 2000 0 15 0 0 0 -1 -1 +L 4000 200 4000 0 15 0 0 0 -1 -1 +L 6000 200 6000 0 15 0 0 0 -1 -1 +L 8000 200 8000 0 15 0 0 0 -1 -1 +L 10000 200 10000 0 15 0 0 0 -1 -1 +T 100 1000 15 8 1 0 0 4 1 +A +T 100 3000 15 8 1 0 0 4 1 +B +T 100 5000 15 8 1 0 0 4 1 +C +T 100 7000 15 8 1 0 0 4 1 +D +T 1000 100 15 8 1 0 0 4 1 +1 +T 3000 100 15 8 1 0 0 4 1 +2 +T 5000 100 15 8 1 0 0 4 1 +3 +T 7000 100 15 8 1 0 0 4 1 +4 +T 9000 100 15 8 1 0 0 4 1 +5 +L 200 10000 0 10000 15 0 0 0 -1 -1 +T 100 9000 15 8 1 0 0 4 1 +E +T 100 10500 15 8 1 0 0 4 1 +F +L 12000 200 12000 0 15 0 0 0 -1 -1 +L 14000 200 14000 0 15 0 0 0 -1 -1 +T 11000 100 15 8 1 0 0 4 1 +6 +T 13000 100 15 8 1 0 0 4 1 +7 +T 15000 100 15 8 1 0 0 4 1 +8 +L 16000 200 16000 0 15 0 0 0 -1 -1 +T 16500 100 15 8 1 0 0 4 1 +9 +L 17000 10000 16800 10000 15 0 0 0 -1 -1 +L 17000 8000 16800 8000 15 0 0 0 -1 -1 +L 17000 6000 16800 6000 15 0 0 0 -1 -1 +L 17000 4000 16800 4000 15 0 0 0 -1 -1 +L 17000 2000 16800 2000 15 0 0 0 -1 -1 +T 16900 1000 15 8 1 0 0 4 1 +A +T 16900 3000 15 8 1 0 0 4 1 +B +T 16900 5000 15 8 1 0 0 4 1 +C +T 16900 7000 15 8 1 0 0 4 1 +D +T 16900 9000 15 8 1 0 0 4 1 +E +T 16900 10500 15 8 1 0 0 4 1 +F +L 2000 11000 2000 10800 15 0 0 0 -1 -1 +L 4000 11000 4000 10800 15 0 0 0 -1 -1 +L 6000 11000 6000 10800 15 0 0 0 -1 -1 +L 8000 11000 8000 10800 15 0 0 0 -1 -1 +L 10000 11000 10000 10800 15 0 0 0 -1 -1 +L 12000 11000 12000 10800 15 0 0 0 -1 -1 +L 14000 11000 14000 10800 15 0 0 0 -1 -1 +L 16000 11000 16000 10800 15 0 0 0 -1 -1 +T 1000 10900 15 8 1 0 0 4 1 +1 +T 3000 10900 15 8 1 0 0 4 1 +2 +T 5000 10900 15 8 1 0 0 4 1 +3 +T 7000 10900 15 8 1 0 0 4 1 +4 +T 9000 10900 15 8 1 0 0 4 1 +5 +T 11000 10900 15 8 1 0 0 4 1 +6 +T 13000 10900 15 8 1 0 0 4 1 +7 +T 15000 10900 15 8 1 0 0 4 1 +8 +T 16500 10900 15 8 1 0 0 4 1 +9 diff --git a/titleblock/title-noqsi-B.sym b/titleblock/title-noqsi-B.sym new file mode 100644 index 0000000..49311c7 --- /dev/null +++ b/titleblock/title-noqsi-B.sym @@ -0,0 +1,54 @@ +v 20100214 2 +B 40000 40000 17000 11000 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 54400 41500 5 10 0 0 0 0 1 +graphical=1 +L 52900 40600 52900 40000 15 0 0 0 -1 -1 +B 49400 40000 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 49400 40700 57000 40700 15 0 0 0 -1 -1 +T 50000 40500 9 10 0 1 0 0 1 +date=$Date: 2010/04/25 15:33:29 $ +T 53900 40500 9 10 0 1 0 0 1 +rev=$Revision: 1.1 $ +T 55400 40200 9 10 0 1 0 0 1 +auth=$Author: john_doty $ +T 50200 40800 9 8 0 1 0 0 1 +fname=$Source: /cvs/gedasymbols/www/user/john_doty/models/opamp/opbw.sch,v $ +T 53200 41200 9 14 0 1 0 4 1 +title=TITLE +T 49500 40800 15 8 1 0 0 0 1 +FILE: +T 53000 40500 15 8 1 0 0 0 1 +REVISION: +T 53000 40200 15 8 1 0 0 0 1 +DRAWN BY: +T 49500 40200 15 8 1 0 0 0 1 +PAGE +T 51200 40200 15 8 1 0 0 0 1 +OF +T 49500 41200 15 8 1 0 0 0 1 +TITLE +T 49500 40500 15 8 1 0 0 0 1 +DATE +B 49400 49600 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 50200 50400 9 30 1 0 0 0 1 +Noqsi Aerospace, Ltd. +T 50600 50100 9 10 1 0 0 0 1 +2822 South Nova Road, Pine, Colorado, USA 80470 +T 51300 49800 9 10 1 0 0 0 1 ++1-303-816-2756 jpd@noqsi.com +{ +T 50000 40500 15 10 1 1 0 0 1 +date=$Date: $ +T 53900 40500 15 10 1 1 0 0 1 +rev=$Revision: $ +T 53900 40200 15 10 1 1 0 0 1 +auth=$Author: $ +T 50200 40800 15 8 1 1 0 0 1 +fname=$Source: $ +T 50200 41100 15 14 1 1 0 0 1 +title=TITLE_TEXT +} +T 50400 40200 9 10 1 0 0 0 1 +1 +T 52100 40200 9 10 1 0 0 0 1 +1 diff --git a/titleblock/title-phd-110x170.sym b/titleblock/title-phd-110x170.sym new file mode 100644 index 0000000..352c77c --- /dev/null +++ b/titleblock/title-phd-110x170.sym @@ -0,0 +1,122 @@ +v 20100214 2 +T 9900 600 9 10 1 1 0 0 1 +date=--- +T 13700 600 9 10 1 1 0 0 1 +rev=--- +T 13700 300 9 10 1 1 0 0 1 +auth=DJW +T 9900 900 9 8 1 1 0 0 1 +fname=$Id: $ +T 9900 1300 9 14 1 1 0 0 1 +title=TITLE +T 9300 900 15 8 1 0 0 0 1 +FILE: +T 10600 300 9 10 1 1 0 6 1 +pagenum=1 +T 12100 300 9 10 1 1 0 6 1 +pageof=1 +T 9300 1300 15 8 1 0 0 0 1 +TITLE +T 9300 600 15 8 1 0 0 0 1 +DATE +B 0 0 17000 11000 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 12700 800 12700 200 15 0 0 0 -1 -1 +B 9200 200 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9200 800 16800 800 15 0 0 0 -1 -1 +B 200 200 16600 10600 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 200 2000 0 2000 15 0 0 0 -1 -1 +L 200 4000 0 4000 15 0 0 0 -1 -1 +L 200 6000 0 6000 15 0 0 0 -1 -1 +L 200 8000 0 8000 15 0 0 0 -1 -1 +L 2000 200 2000 0 15 0 0 0 -1 -1 +L 4000 200 4000 0 15 0 0 0 -1 -1 +L 6000 200 6000 0 15 0 0 0 -1 -1 +L 8000 200 8000 0 15 0 0 0 -1 -1 +L 10000 200 10000 0 15 0 0 0 -1 -1 +L 200 10000 0 10000 15 0 0 0 -1 -1 +L 12000 200 12000 0 15 0 0 0 -1 -1 +L 14000 200 14000 0 15 0 0 0 -1 -1 +L 16000 200 16000 0 15 0 0 0 -1 -1 +L 17000 10000 16800 10000 15 0 0 0 -1 -1 +L 17000 8000 16800 8000 15 0 0 0 -1 -1 +L 17000 6000 16800 6000 15 0 0 0 -1 -1 +L 17000 4000 16800 4000 15 0 0 0 -1 -1 +L 17000 2000 16800 2000 15 0 0 0 -1 -1 +L 2000 11000 2000 10800 15 0 0 0 -1 -1 +L 4000 11000 4000 10800 15 0 0 0 -1 -1 +L 6000 11000 6000 10800 15 0 0 0 -1 -1 +L 8000 11000 8000 10800 15 0 0 0 -1 -1 +L 10000 11000 10000 10800 15 0 0 0 -1 -1 +L 12000 11000 12000 10800 15 0 0 0 -1 -1 +L 14000 11000 14000 10800 15 0 0 0 -1 -1 +L 16000 11000 16000 10800 15 0 0 0 -1 -1 +T 15100 1700 5 10 0 0 0 0 1 +graphical=1 +T 12800 600 15 8 1 0 0 0 1 +REVISION: +T 12800 300 15 8 1 0 0 0 1 +DRAWN BY: +T 9300 300 15 8 1 0 0 0 1 +PAGE +T 11000 300 15 8 1 0 0 0 1 +OF +T 100 1000 15 8 1 0 0 4 1 +A +T 100 3000 15 8 1 0 0 4 1 +B +T 100 5000 15 8 1 0 0 4 1 +C +T 100 7000 15 8 1 0 0 4 1 +D +T 1000 100 15 8 1 0 0 4 1 +1 +T 3000 100 15 8 1 0 0 4 1 +2 +T 5000 100 15 8 1 0 0 4 1 +3 +T 7000 100 15 8 1 0 0 4 1 +4 +T 9000 100 15 8 1 0 0 4 1 +5 +T 100 9000 15 8 1 0 0 4 1 +E +T 100 10500 15 8 1 0 0 4 1 +F +T 11000 100 15 8 1 0 0 4 1 +6 +T 13000 100 15 8 1 0 0 4 1 +7 +T 15000 100 15 8 1 0 0 4 1 +8 +T 16500 100 15 8 1 0 0 4 1 +9 +T 16900 1000 15 8 1 0 0 4 1 +A +T 16900 3000 15 8 1 0 0 4 1 +B +T 16900 5000 15 8 1 0 0 4 1 +C +T 16900 7000 15 8 1 0 0 4 1 +D +T 16900 9000 15 8 1 0 0 4 1 +E +T 16900 10500 15 8 1 0 0 4 1 +F +T 1000 10900 15 8 1 0 0 4 1 +1 +T 3000 10900 15 8 1 0 0 4 1 +2 +T 5000 10900 15 8 1 0 0 4 1 +3 +T 7000 10900 15 8 1 0 0 4 1 +4 +T 9000 10900 15 8 1 0 0 4 1 +5 +T 11000 10900 15 8 1 0 0 4 1 +6 +T 13000 10900 15 8 1 0 0 4 1 +7 +T 15000 10900 15 8 1 0 0 4 1 +8 +T 16500 10900 15 8 1 0 0 4 1 +9 diff --git a/titleblock/title-phd-85x110.sym b/titleblock/title-phd-85x110.sym new file mode 100644 index 0000000..40879f4 --- /dev/null +++ b/titleblock/title-phd-85x110.sym @@ -0,0 +1,128 @@ +v 20100214 2 +T 9900 600 9 10 1 1 0 0 1 +date=--- +T 13700 600 9 10 1 1 0 0 1 +rev=--- +T 13700 300 9 10 1 1 0 0 1 +auth=DJW +T 9900 900 9 8 1 1 0 0 1 +fname=$Id: $ +T 9900 1300 9 14 1 1 0 0 1 +title=TITLE +T 9300 900 15 8 1 0 0 0 1 +FILE: +T 10600 300 9 10 1 1 0 6 1 +pagenum=1 +T 12100 300 9 10 1 1 0 6 1 +pageof=1 +T 9300 1300 15 8 1 0 0 0 1 +TITLE +T 9300 600 15 8 1 0 0 0 1 +DATE +B 0 0 17000 13100 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 12700 800 12700 200 15 0 0 0 -1 -1 +B 9200 200 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9200 800 16800 800 15 0 0 0 -1 -1 +B 200 200 16600 12700 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 200 2000 0 2000 15 0 0 0 -1 -1 +L 200 4000 0 4000 15 0 0 0 -1 -1 +L 200 6000 0 6000 15 0 0 0 -1 -1 +L 200 8000 0 8000 15 0 0 0 -1 -1 +L 2000 200 2000 0 15 0 0 0 -1 -1 +L 4000 200 4000 0 15 0 0 0 -1 -1 +L 6000 200 6000 0 15 0 0 0 -1 -1 +L 8000 200 8000 0 15 0 0 0 -1 -1 +L 10000 200 10000 0 15 0 0 0 -1 -1 +L 200 10000 0 10000 15 0 0 0 -1 -1 +L 12000 200 12000 0 15 0 0 0 -1 -1 +L 14000 200 14000 0 15 0 0 0 -1 -1 +L 16000 200 16000 0 15 0 0 0 -1 -1 +L 17000 10000 16800 10000 15 0 0 0 -1 -1 +L 17000 8000 16800 8000 15 0 0 0 -1 -1 +L 17000 6000 16800 6000 15 0 0 0 -1 -1 +L 17000 4000 16800 4000 15 0 0 0 -1 -1 +L 17000 2000 16800 2000 15 0 0 0 -1 -1 +L 2000 13100 2000 12900 15 0 0 0 -1 -1 +L 4000 13100 4000 12900 15 0 0 0 -1 -1 +L 6000 13100 6000 12900 15 0 0 0 -1 -1 +L 8000 13100 8000 12900 15 0 0 0 -1 -1 +L 10000 13100 10000 12900 15 0 0 0 -1 -1 +L 12000 13100 12000 12900 15 0 0 0 -1 -1 +L 14000 13100 14000 12900 15 0 0 0 -1 -1 +L 16000 13100 16000 12900 15 0 0 0 -1 -1 +T 15100 1700 5 10 0 0 0 0 1 +graphical=1 +T 12800 600 15 8 1 0 0 0 1 +REVISION: +T 12800 300 15 8 1 0 0 0 1 +DRAWN BY: +T 9300 300 15 8 1 0 0 0 1 +PAGE +T 11000 300 15 8 1 0 0 0 1 +OF +T 100 1000 15 8 1 0 0 4 1 +A +T 100 3000 15 8 1 0 0 4 1 +B +T 100 5000 15 8 1 0 0 4 1 +C +T 100 7000 15 8 1 0 0 4 1 +D +T 1000 100 15 8 1 0 0 4 1 +1 +T 3000 100 15 8 1 0 0 4 1 +2 +T 5000 100 15 8 1 0 0 4 1 +3 +T 7000 100 15 8 1 0 0 4 1 +4 +T 9000 100 15 8 1 0 0 4 1 +5 +T 100 9000 15 8 1 0 0 4 1 +E +T 100 11000 15 8 1 0 0 4 1 +F +T 11000 100 15 8 1 0 0 4 1 +6 +T 13000 100 15 8 1 0 0 4 1 +7 +T 15000 100 15 8 1 0 0 4 1 +8 +T 16500 100 15 8 1 0 0 4 1 +9 +T 16900 1000 15 8 1 0 0 4 1 +A +T 16900 3000 15 8 1 0 0 4 1 +B +T 16900 5000 15 8 1 0 0 4 1 +C +T 16900 7000 15 8 1 0 0 4 1 +D +T 16900 9000 15 8 1 0 0 4 1 +E +T 16900 11000 15 8 1 0 0 4 1 +F +T 1000 13000 15 8 1 0 0 4 1 +1 +T 3000 13000 15 8 1 0 0 4 1 +2 +T 5000 13000 15 8 1 0 0 4 1 +3 +T 7000 13000 15 8 1 0 0 4 1 +4 +T 9000 13000 15 8 1 0 0 4 1 +5 +T 11000 13000 15 8 1 0 0 4 1 +6 +T 13000 13000 15 8 1 0 0 4 1 +7 +T 15000 13000 15 8 1 0 0 4 1 +8 +T 16500 13000 15 8 1 0 0 4 1 +9 +L 17000 12000 16800 12000 15 0 0 0 -1 -1 +L 200 12000 0 12000 15 0 0 0 -1 -1 +T 16900 12500 15 8 1 0 0 4 1 +G +T 100 12500 15 8 1 0 0 4 1 +G diff --git a/titleblock/title-wa-85x110.sym b/titleblock/title-wa-85x110.sym new file mode 100644 index 0000000..7ef5f9f --- /dev/null +++ b/titleblock/title-wa-85x110.sym @@ -0,0 +1,137 @@ +v 20110116 2 +T 9900 600 9 10 1 1 0 0 1 +date=--- +T 13700 600 9 10 1 1 0 0 1 +rev=--- +T 13700 300 9 10 1 1 0 0 1 +auth=DJW +T 9900 900 9 8 1 1 0 0 1 +fname=$Id: $ +T 9900 1300 9 14 1 1 0 0 1 +title=TITLE +T 9300 900 15 8 1 0 0 0 1 +REV: +T 10600 300 9 10 1 1 0 6 1 +pagenum=1 +T 12100 300 9 10 1 1 0 6 1 +pageof=1 +T 9300 1300 15 8 1 0 0 0 1 +TITLE +T 9300 600 15 8 1 0 0 0 1 +DATE +B 0 0 17000 13100 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 12700 800 12700 200 15 0 0 0 -1 -1 +B 9200 200 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9200 800 16800 800 15 0 0 0 -1 -1 +B 200 200 16600 12700 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 200 2000 0 2000 15 0 0 0 -1 -1 +L 200 4000 0 4000 15 0 0 0 -1 -1 +L 200 6000 0 6000 15 0 0 0 -1 -1 +L 200 8000 0 8000 15 0 0 0 -1 -1 +L 2000 200 2000 0 15 0 0 0 -1 -1 +L 4000 200 4000 0 15 0 0 0 -1 -1 +L 6000 200 6000 0 15 0 0 0 -1 -1 +L 8000 200 8000 0 15 0 0 0 -1 -1 +L 10000 200 10000 0 15 0 0 0 -1 -1 +L 200 10000 0 10000 15 0 0 0 -1 -1 +L 12000 200 12000 0 15 0 0 0 -1 -1 +L 14000 200 14000 0 15 0 0 0 -1 -1 +L 16000 200 16000 0 15 0 0 0 -1 -1 +L 17000 10000 16800 10000 15 0 0 0 -1 -1 +L 17000 8000 16800 8000 15 0 0 0 -1 -1 +L 17000 6000 16800 6000 15 0 0 0 -1 -1 +L 17000 4000 16800 4000 15 0 0 0 -1 -1 +L 17000 2000 16800 2000 15 0 0 0 -1 -1 +L 2000 13100 2000 12900 15 0 0 0 -1 -1 +L 4000 13100 4000 12900 15 0 0 0 -1 -1 +L 6000 13100 6000 12900 15 0 0 0 -1 -1 +L 8000 13100 8000 12900 15 0 0 0 -1 -1 +L 10000 13100 10000 12900 15 0 0 0 -1 -1 +L 12000 13100 12000 12900 15 0 0 0 -1 -1 +L 14000 13100 14000 12900 15 0 0 0 -1 -1 +L 16000 13100 16000 12900 15 0 0 0 -1 -1 +T 15100 1700 5 10 0 0 0 0 1 +graphical=1 +T 12800 600 15 8 1 0 0 0 1 +VERSION: +T 12800 300 15 8 1 0 0 0 1 +DRAWN BY: +T 9300 300 15 8 1 0 0 0 1 +PAGE +T 11000 300 15 8 1 0 0 0 1 +OF +T 100 1000 15 8 1 0 0 4 1 +A +T 100 3000 15 8 1 0 0 4 1 +B +T 100 5000 15 8 1 0 0 4 1 +C +T 100 7000 15 8 1 0 0 4 1 +D +T 1000 100 15 8 1 0 0 4 1 +1 +T 3000 100 15 8 1 0 0 4 1 +2 +T 5000 100 15 8 1 0 0 4 1 +3 +T 7000 100 15 8 1 0 0 4 1 +4 +T 9000 100 15 8 1 0 0 4 1 +5 +T 100 9000 15 8 1 0 0 4 1 +E +T 100 11000 15 8 1 0 0 4 1 +F +T 11000 100 15 8 1 0 0 4 1 +6 +T 13000 100 15 8 1 0 0 4 1 +7 +T 15000 100 15 8 1 0 0 4 1 +8 +T 16500 100 15 8 1 0 0 4 1 +9 +T 16900 1000 15 8 1 0 0 4 1 +A +T 16900 3000 15 8 1 0 0 4 1 +B +T 16900 5000 15 8 1 0 0 4 1 +C +T 16900 7000 15 8 1 0 0 4 1 +D +T 16900 9000 15 8 1 0 0 4 1 +E +T 16900 11000 15 8 1 0 0 4 1 +F +T 1000 13000 15 8 1 0 0 4 1 +1 +T 3000 13000 15 8 1 0 0 4 1 +2 +T 5000 13000 15 8 1 0 0 4 1 +3 +T 7000 13000 15 8 1 0 0 4 1 +4 +T 9000 13000 15 8 1 0 0 4 1 +5 +T 11000 13000 15 8 1 0 0 4 1 +6 +T 13000 13000 15 8 1 0 0 4 1 +7 +T 15000 13000 15 8 1 0 0 4 1 +8 +T 16500 13000 15 8 1 0 0 4 1 +9 +L 17000 12000 16800 12000 15 0 0 0 -1 -1 +L 200 12000 0 12000 15 0 0 0 -1 -1 +T 16900 12500 15 8 1 0 0 4 1 +G +T 100 12500 15 8 1 0 0 4 1 +G +B 12900 11300 3900 1600 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 13300 12200 15 30 1 0 0 0 1 +White Audio +T 13300 11900 15 10 1 0 0 0 1 +447 N 9th St, Seward NE 68434, USA +T 13300 11600 15 10 1 0 0 0 1 +402.890.4049 dan@whiteaudio.com +T 16200 12200 15 6 1 0 0 0 1 +.com diff --git a/titleblock/title-wa-B.sym b/titleblock/title-wa-B.sym new file mode 100644 index 0000000..810c3d7 --- /dev/null +++ b/titleblock/title-wa-B.sym @@ -0,0 +1,129 @@ +v 20100214 2 +T 9900 600 9 10 1 1 0 0 1 +date=$Date: $ +T 13700 600 9 10 1 1 0 0 1 +rev=$Revision: $ +T 13700 300 9 10 1 1 0 0 1 +auth=$Author: $ +T 9900 900 9 8 1 1 0 0 1 +fname=$Source: $ +T 9900 1300 9 14 1 1 0 0 1 +title=TITLE +T 9300 900 15 8 1 0 0 0 1 +FILE: +T 10600 300 9 10 1 1 0 6 1 +pagenum=1 +T 12100 300 9 10 1 1 0 6 1 +pageof=1 +T 9300 1300 15 8 1 0 0 0 1 +TITLE +T 9300 600 15 8 1 0 0 0 1 +DATE +B 12900 9200 3900 1600 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 13300 10100 15 30 1 0 0 0 1 +White Audio +T 13300 9800 15 10 1 0 0 0 1 +447 N 9th St, Seward NE 68434, USA +T 13300 9500 15 10 1 0 0 0 1 ++1-402-890-4040 dan@whiteaudio.com +B 0 0 17000 11000 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 12700 800 12700 200 15 0 0 0 -1 -1 +B 9200 200 7600 1400 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 9200 800 16800 800 15 0 0 0 -1 -1 +B 200 200 16600 10600 15 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +L 200 2000 0 2000 15 0 0 0 -1 -1 +L 200 4000 0 4000 15 0 0 0 -1 -1 +L 200 6000 0 6000 15 0 0 0 -1 -1 +L 200 8000 0 8000 15 0 0 0 -1 -1 +L 2000 200 2000 0 15 0 0 0 -1 -1 +L 4000 200 4000 0 15 0 0 0 -1 -1 +L 6000 200 6000 0 15 0 0 0 -1 -1 +L 8000 200 8000 0 15 0 0 0 -1 -1 +L 10000 200 10000 0 15 0 0 0 -1 -1 +L 200 10000 0 10000 15 0 0 0 -1 -1 +L 12000 200 12000 0 15 0 0 0 -1 -1 +L 14000 200 14000 0 15 0 0 0 -1 -1 +L 16000 200 16000 0 15 0 0 0 -1 -1 +L 17000 10000 16800 10000 15 0 0 0 -1 -1 +L 17000 8000 16800 8000 15 0 0 0 -1 -1 +L 17000 6000 16800 6000 15 0 0 0 -1 -1 +L 17000 4000 16800 4000 15 0 0 0 -1 -1 +L 17000 2000 16800 2000 15 0 0 0 -1 -1 +L 2000 11000 2000 10800 15 0 0 0 -1 -1 +L 4000 11000 4000 10800 15 0 0 0 -1 -1 +L 6000 11000 6000 10800 15 0 0 0 -1 -1 +L 8000 11000 8000 10800 15 0 0 0 -1 -1 +L 10000 11000 10000 10800 15 0 0 0 -1 -1 +L 12000 11000 12000 10800 15 0 0 0 -1 -1 +L 14000 11000 14000 10800 15 0 0 0 -1 -1 +L 16000 11000 16000 10800 15 0 0 0 -1 -1 +T 15100 1700 5 10 0 0 0 0 1 +graphical=1 +T 12800 600 15 8 1 0 0 0 1 +REVISION: +T 12800 300 15 8 1 0 0 0 1 +DRAWN BY: +T 9300 300 15 8 1 0 0 0 1 +PAGE +T 11000 300 15 8 1 0 0 0 1 +OF +T 100 1000 15 8 1 0 0 4 1 +A +T 100 3000 15 8 1 0 0 4 1 +B +T 100 5000 15 8 1 0 0 4 1 +C +T 100 7000 15 8 1 0 0 4 1 +D +T 1000 100 15 8 1 0 0 4 1 +1 +T 3000 100 15 8 1 0 0 4 1 +2 +T 5000 100 15 8 1 0 0 4 1 +3 +T 7000 100 15 8 1 0 0 4 1 +4 +T 9000 100 15 8 1 0 0 4 1 +5 +T 100 9000 15 8 1 0 0 4 1 +E +T 100 10500 15 8 1 0 0 4 1 +F +T 11000 100 15 8 1 0 0 4 1 +6 +T 13000 100 15 8 1 0 0 4 1 +7 +T 15000 100 15 8 1 0 0 4 1 +8 +T 16500 100 15 8 1 0 0 4 1 +9 +T 16900 1000 15 8 1 0 0 4 1 +A +T 16900 3000 15 8 1 0 0 4 1 +B +T 16900 5000 15 8 1 0 0 4 1 +C +T 16900 7000 15 8 1 0 0 4 1 +D +T 16900 9000 15 8 1 0 0 4 1 +E +T 16900 10500 15 8 1 0 0 4 1 +F +T 1000 10900 15 8 1 0 0 4 1 +1 +T 3000 10900 15 8 1 0 0 4 1 +2 +T 5000 10900 15 8 1 0 0 4 1 +3 +T 7000 10900 15 8 1 0 0 4 1 +4 +T 9000 10900 15 8 1 0 0 4 1 +5 +T 11000 10900 15 8 1 0 0 4 1 +6 +T 13000 10900 15 8 1 0 0 4 1 +7 +T 15000 10900 15 8 1 0 0 4 1 +8 +T 16500 10900 15 8 1 0 0 4 1 +9 diff --git a/txrx/max232-1.sym b/txrx/max232-1.sym new file mode 100644 index 0000000..11889a7 --- /dev/null +++ b/txrx/max232-1.sym @@ -0,0 +1,192 @@ +v 20090830 2 +P 300 2100 0 2100 1 0 1 +{ +T 200 2150 5 8 1 1 0 6 1 +pinnumber=2 +T 200 2050 5 8 0 1 0 8 1 +pinseq=2 +T 350 2100 9 8 1 1 0 0 1 +pinlabel=V+ +T 350 2100 5 8 0 1 0 2 1 +pintype=pwr +} +P 300 1800 0 1800 1 0 1 +{ +T 200 1850 5 8 1 1 0 6 1 +pinnumber=3 +T 200 1750 5 8 0 1 0 8 1 +pinseq=3 +T 350 1800 9 8 1 1 0 0 1 +pinlabel=C1- +T 350 1800 5 8 0 1 0 2 1 +pintype=pas +} +P 300 1500 0 1500 1 0 1 +{ +T 200 1550 5 8 1 1 0 6 1 +pinnumber=4 +T 200 1450 5 8 0 1 0 8 1 +pinseq=4 +T 350 1500 9 8 1 1 0 0 1 +pinlabel=C2+ +T 350 1500 5 8 0 1 0 2 1 +pintype=pas +} +P 300 1200 0 1200 1 0 1 +{ +T 200 1250 5 8 1 1 0 6 1 +pinnumber=5 +T 200 1150 5 8 0 1 0 8 1 +pinseq=5 +T 350 1200 9 8 1 1 0 0 1 +pinlabel=C2- +T 350 1200 5 8 0 1 0 2 1 +pintype=pas +} +P 300 900 0 900 1 0 1 +{ +T 200 950 5 8 1 1 0 6 1 +pinnumber=6 +T 200 850 5 8 0 1 0 8 1 +pinseq=6 +T 350 900 9 8 1 1 0 0 1 +pinlabel=V- +T 350 900 5 8 0 1 0 2 1 +pintype=pwr +} +P 300 600 0 600 1 0 1 +{ +T 200 650 5 8 1 1 0 6 1 +pinnumber=7 +T 200 550 5 8 0 1 0 8 1 +pinseq=7 +T 350 600 9 8 1 1 0 0 1 +pinlabel=Tx2 Out +T 350 600 5 8 0 1 0 2 1 +pintype=out +} +P 300 300 0 300 1 0 1 +{ +T 200 350 5 8 1 1 0 6 1 +pinnumber=8 +T 200 250 5 8 0 1 0 8 1 +pinseq=8 +T 350 300 9 8 1 1 0 0 1 +pinlabel=Rx2 In +T 350 300 5 8 0 1 0 2 1 +pintype=in +} +P 2300 300 2600 300 1 0 1 +{ +T 2400 350 5 8 1 1 0 0 1 +pinnumber=9 +T 2400 250 5 8 0 1 0 2 1 +pinseq=9 +T 2250 300 9 8 1 1 0 6 1 +pinlabel=Rx2 Out +T 2250 300 5 8 0 1 0 8 1 +pintype=out +} +P 2300 600 2600 600 1 0 1 +{ +T 2400 650 5 8 1 1 0 0 1 +pinnumber=10 +T 2400 550 5 8 0 1 0 2 1 +pinseq=10 +T 2250 600 9 8 1 1 0 6 1 +pinlabel=Tx2 In +T 2250 600 5 8 0 1 0 8 1 +pintype=in +} +P 2300 900 2600 900 1 0 1 +{ +T 2400 950 5 8 1 1 0 0 1 +pinnumber=11 +T 2400 850 5 8 0 1 0 2 1 +pinseq=11 +T 2250 900 9 8 1 1 0 6 1 +pinlabel=Tx1 In +T 2250 900 5 8 0 1 0 8 1 +pintype=in +} +P 2300 1200 2600 1200 1 0 1 +{ +T 2400 1250 5 8 1 1 0 0 1 +pinnumber=12 +T 2400 1150 5 8 0 1 0 2 1 +pinseq=12 +T 2250 1200 9 8 1 1 0 6 1 +pinlabel=Rx1 Out +T 2250 1200 5 8 0 1 0 8 1 +pintype=out +} +P 2300 1500 2600 1500 1 0 1 +{ +T 2400 1550 5 8 1 1 0 0 1 +pinnumber=13 +T 2400 1450 5 8 0 1 0 2 1 +pinseq=13 +T 2250 1500 9 8 1 1 0 6 1 +pinlabel=Rx1 In +T 2250 1500 5 8 0 1 0 8 1 +pintype=in +} +T 300 3050 5 10 0 0 0 0 1 +device=MAX232 +P 2300 1800 2600 1800 1 0 1 +{ +T 2400 1850 5 8 1 1 0 0 1 +pinnumber=14 +T 2400 1750 5 8 0 1 0 2 1 +pinseq=14 +T 2250 1800 9 8 1 1 0 6 1 +pinlabel=Tx1 Out +T 2250 1800 5 8 0 1 0 8 1 +pintype=out +} +P 300 2400 0 2400 1 0 1 +{ +T 200 2450 5 8 1 1 0 6 1 +pinnumber=1 +T 200 2350 5 8 0 1 0 8 1 +pinseq=1 +T 350 2400 9 8 1 1 0 0 1 +pinlabel=C1+ +T 350 2400 5 8 0 1 0 2 1 +pintype=pas +} +B 300 0 2000 2800 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 2300 2900 8 10 1 1 0 6 1 +refdes=U? +T 300 3250 5 10 0 0 0 0 1 +footprint=SO16 +T 300 3450 5 10 0 0 0 0 1 +description=5V-powered dual RS-232 driver/receiver +T 300 3650 5 10 0 0 0 0 1 +numslots=0 +T 300 2850 9 10 1 0 0 0 1 +MAX232 +T 300 3850 5 10 0 0 0 0 1 +documentation=http://focus.ti.com/lit/ds/symlink/max232.pdf +P 2300 2100 2600 2100 1 0 1 +{ +T 2400 2150 5 8 1 1 0 0 1 +pinnumber=15 +T 2400 2050 5 8 0 1 0 2 1 +pinseq=15 +T 2250 2100 9 8 1 1 0 6 1 +pinlabel=GND +T 2250 2100 5 8 0 1 0 8 1 +pintype=pwr +} +P 2300 2400 2600 2400 1 0 1 +{ +T 2400 2450 5 8 1 1 0 0 1 +pinnumber=16 +T 2400 2350 5 8 0 1 0 2 1 +pinseq=16 +T 2250 2400 9 8 1 1 0 6 1 +pinlabel=Vdd +T 2250 2400 5 8 0 1 0 8 1 +pintype=pwr +} diff --git a/txrx/max232-2.sym b/txrx/max232-2.sym new file mode 100644 index 0000000..ec1e968 --- /dev/null +++ b/txrx/max232-2.sym @@ -0,0 +1,194 @@ +v 20090830 2 +P 1900 3400 2200 3400 1 0 1 +{ +T 2000 3450 5 8 1 1 0 0 1 +pinnumber=2 +T 2000 3350 5 8 0 1 0 2 1 +pinseq=2 +T 1850 3400 9 8 1 1 0 6 1 +pinlabel=V+ +T 1850 3400 5 8 0 1 0 8 1 +pintype=pwr +} +P 300 3000 0 3000 1 0 1 +{ +T 200 3050 5 8 1 1 0 6 1 +pinnumber=3 +T 200 2950 5 8 0 1 0 8 1 +pinseq=3 +T 350 3000 9 8 1 1 0 0 1 +pinlabel=C1- +T 350 3000 5 8 0 1 0 2 1 +pintype=pas +} +P 300 2600 0 2600 1 0 1 +{ +T 200 2650 5 8 1 1 0 6 1 +pinnumber=4 +T 200 2550 5 8 0 1 0 8 1 +pinseq=4 +T 350 2600 9 8 1 1 0 0 1 +pinlabel=C2+ +T 350 2600 5 8 0 1 0 2 1 +pintype=pas +} +P 300 2200 0 2200 1 0 1 +{ +T 200 2250 5 8 1 1 0 6 1 +pinnumber=5 +T 200 2150 5 8 0 1 0 8 1 +pinseq=5 +T 350 2200 9 8 1 1 0 0 1 +pinlabel=C2- +T 350 2200 5 8 0 1 0 2 1 +pintype=pas +} +P 1900 2600 2200 2600 1 0 1 +{ +T 2000 2650 5 8 1 1 0 0 1 +pinnumber=6 +T 2000 2550 5 8 0 1 0 2 1 +pinseq=6 +T 1850 2600 9 8 1 1 0 6 1 +pinlabel=V- +T 1850 2600 5 8 0 1 0 8 1 +pintype=pwr +} +P 300 1000 0 1000 1 0 1 +{ +T 200 1050 5 8 1 1 0 6 1 +pinnumber=7 +T 200 950 5 8 0 1 0 8 1 +pinseq=7 +T 350 1000 9 8 1 1 0 0 1 +pinlabel=Tx2 Out +T 350 1000 5 8 0 1 0 2 1 +pintype=out +} +P 300 600 0 600 1 0 1 +{ +T 200 650 5 8 1 1 0 6 1 +pinnumber=8 +T 200 550 5 8 0 1 0 8 1 +pinseq=8 +T 350 600 9 8 1 1 0 0 1 +pinlabel=Rx2 In +T 350 600 5 8 0 1 0 2 1 +pintype=in +} +P 1900 600 2200 600 1 0 1 +{ +T 2000 650 5 8 1 1 0 0 1 +pinnumber=9 +T 2000 550 5 8 0 1 0 2 1 +pinseq=9 +T 1850 600 9 8 1 1 0 6 1 +pinlabel=Rx2 Out +T 1850 600 5 8 0 1 0 8 1 +pintype=out +} +P 1900 1000 2200 1000 1 0 1 +{ +T 2000 1050 5 8 1 1 0 0 1 +pinnumber=10 +T 2000 950 5 8 0 1 0 2 1 +pinseq=10 +T 1850 1000 9 8 1 1 0 6 1 +pinlabel=Tx2 In +T 1850 1000 5 8 0 1 0 8 1 +pintype=in +} +P 1900 1800 2200 1800 1 0 1 +{ +T 2000 1850 5 8 1 1 0 0 1 +pinnumber=11 +T 2000 1750 5 8 0 1 0 2 1 +pinseq=11 +T 1850 1800 9 8 1 1 0 6 1 +pinlabel=Tx1 In +T 1850 1800 5 8 0 1 0 8 1 +pintype=in +} +P 1900 1400 2200 1400 1 0 1 +{ +T 2000 1450 5 8 1 1 0 0 1 +pinnumber=12 +T 2000 1350 5 8 0 1 0 2 1 +pinseq=12 +T 1850 1400 9 8 1 1 0 6 1 +pinlabel=Rx1 Out +T 1850 1400 5 8 0 1 0 8 1 +pintype=out +} +P 300 1400 0 1400 1 0 1 +{ +T 200 1450 5 8 1 1 0 6 1 +pinnumber=13 +T 200 1350 5 8 0 1 0 8 1 +pinseq=13 +T 350 1400 9 8 1 1 0 0 1 +pinlabel=Rx1 In +T 350 1400 5 8 0 1 0 2 1 +pintype=in +} +T 300 3950 5 10 0 0 0 0 1 +device=MAX232 +P 300 1800 0 1800 1 0 1 +{ +T 200 1850 5 8 1 1 0 6 1 +pinnumber=14 +T 200 1750 5 8 0 1 0 8 1 +pinseq=14 +T 350 1800 9 8 1 1 0 0 1 +pinlabel=Tx1 Out +T 350 1800 5 8 0 1 0 2 1 +pintype=out +} +P 300 3400 0 3400 1 0 1 +{ +T 200 3450 5 8 1 1 0 6 1 +pinnumber=1 +T 200 3350 5 8 0 1 0 8 1 +pinseq=1 +T 350 3400 9 8 1 1 0 0 1 +pinlabel=C1+ +T 350 3400 5 8 0 1 0 2 1 +pintype=pas +} +B 300 300 1600 3400 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 +T 2100 3800 8 10 1 1 0 6 1 +refdes=U? +T 300 4150 5 10 0 0 0 0 1 +footprint=SO16 +T 300 4350 5 10 0 0 0 0 1 +description=5V-powered dual RS-232 driver/receiver +T 300 4550 5 10 0 0 0 0 1 +numslots=0 +T 300 3750 9 10 1 0 0 0 1 +MAX232 +L 300 2000 1900 2000 3 0 0 2 50 50 +L 300 1200 1900 1200 3 0 0 2 50 50 +T 300 4750 5 10 0 0 0 0 1 +documentation=http://focus.ti.com/lit/ds/symlink/max232.pdf +P 1100 300 1100 0 1 0 1 +{ +T 1050 205 5 8 1 1 90 6 1 +pinnumber=15 +T 1050 200 5 8 0 1 270 2 1 +pinseq=15 +T 1100 355 9 8 1 1 90 0 1 +pinlabel=GND +T 1100 350 5 8 0 1 270 8 1 +pintype=pwr +} +P 1300 3700 1300 4000 1 0 1 +{ +T 1250 3795 5 8 1 1 90 0 1 +pinnumber=16 +T 1350 3800 5 8 0 1 90 2 1 +pinseq=16 +T 1300 3645 9 8 1 1 90 6 1 +pinlabel=Vdd +T 1300 3650 5 8 0 1 90 8 1 +pintype=pwr +} -- 2.25.1