Update demos
This commit is contained in:
parent
4f1b510750
commit
8bb03067c1
|
@ -1,5 +1,6 @@
|
|||
install( DIRECTORY
|
||||
complex_hierarchy
|
||||
custom_pads_test
|
||||
ecc83
|
||||
electric
|
||||
flat_hierarchy
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
#End Doc Library
|
|
@ -0,0 +1,49 @@
|
|||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# Antenna
|
||||
#
|
||||
DEF Antenna AE 0 40 N N 1 F N
|
||||
F0 "AE" -75 75 50 H V R CNN
|
||||
F1 "Antenna" -75 0 50 H V R CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
P 2 0 1 10 0 100 0 -150 N
|
||||
P 3 0 1 10 50 100 0 -100 -50 100 N
|
||||
X A 1 0 -200 100 U 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GND
|
||||
#
|
||||
DEF GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -250 50 H I C CNN
|
||||
F1 "GND" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
|
||||
X GND 1 0 0 0 D 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "R" 0 0 50 V V C CNN
|
||||
F2 "" -70 0 50 V I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
R_*
|
||||
R_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 -100 40 100 0 1 10 N
|
||||
X ~ 1 0 150 50 D 50 50 1 1 P
|
||||
X ~ 2 0 -150 50 U 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -0,0 +1,65 @@
|
|||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# custom_pads_schlib:Antenna
|
||||
#
|
||||
DEF custom_pads_schlib:Antenna AE 0 40 N N 1 F N
|
||||
F0 "AE" -75 75 50 H V R CNN
|
||||
F1 "custom_pads_schlib:Antenna" -75 0 50 H V R CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
P 2 0 1 10 0 100 0 -150 N
|
||||
P 3 0 1 10 50 100 0 -100 -50 100 N
|
||||
X A 1 0 -200 100 U 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# custom_pads_schlib:GND
|
||||
#
|
||||
DEF custom_pads_schlib:GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -250 50 H I C CNN
|
||||
F1 "custom_pads_schlib:GND" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
|
||||
X GND 1 0 0 0 D 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# custom_pads_schlib:R
|
||||
#
|
||||
DEF custom_pads_schlib:R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "custom_pads_schlib:R" 0 0 50 V V C CNN
|
||||
F2 "" -70 0 50 V I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
R_*
|
||||
R_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 -100 40 100 0 1 10 N
|
||||
X ~ 1 0 150 50 D 50 50 1 1 P
|
||||
X ~ 2 0 -150 50 U 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# device:Jumper
|
||||
#
|
||||
DEF device:Jumper JP 0 30 Y N 1 F N
|
||||
F0 "JP" 0 150 50 H V C CNN
|
||||
F1 "device:Jumper" 0 -80 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
A 0 -26 125 1426 373 0 1 0 N -98 50 99 50
|
||||
C -100 0 35 0 1 0 N
|
||||
C 100 0 35 0 1 0 N
|
||||
X 1 1 -300 0 165 R 50 50 0 1 P
|
||||
X 2 2 300 0 165 L 50 50 0 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,22 @@
|
|||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "R" 0 0 50 V V C CNN
|
||||
F2 "" -70 0 50 V I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
R_*
|
||||
R_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -40 -100 40 100 0 1 10 N
|
||||
X ~ 1 0 150 50 D 50 50 1 1 P
|
||||
X ~ 2 0 -150 50 U 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -0,0 +1,49 @@
|
|||
(export (version D)
|
||||
(design
|
||||
(source E:\kicad-launchpad\testing_git\demos\custom_pads_test\custom_pads_test.sch)
|
||||
(date "20/12/2017 12:39:47")
|
||||
(tool "Eeschema (2017-12-20 revision f3a6bc6)-master")
|
||||
(sheet (number 1) (name /) (tstamps /)
|
||||
(title_block
|
||||
(title)
|
||||
(company)
|
||||
(rev)
|
||||
(date)
|
||||
(source custom_pads_test.sch)
|
||||
(comment (number 1) (value ""))
|
||||
(comment (number 2) (value ""))
|
||||
(comment (number 3) (value ""))
|
||||
(comment (number 4) (value "")))))
|
||||
(components
|
||||
(comp (ref R1)
|
||||
(value R)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 56A7CE3B))
|
||||
(comp (ref R2)
|
||||
(value R)
|
||||
(libsource (lib device) (part R))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 56A7CEC8)))
|
||||
(libparts
|
||||
(libpart (lib device) (part R)
|
||||
(description Resistor)
|
||||
(footprints
|
||||
(fp R_*)
|
||||
(fp R_*))
|
||||
(fields
|
||||
(field (name Reference) R)
|
||||
(field (name Value) R))
|
||||
(pins
|
||||
(pin (num 1) (name ~) (type passive))
|
||||
(pin (num 2) (name ~) (type passive)))))
|
||||
(libraries
|
||||
(library (logical device)
|
||||
(uri E:\kicad\share\kicad\library/device.lib)))
|
||||
(nets
|
||||
(net (code 1) (name /PAD2)
|
||||
(node (ref R1) (pin 2))
|
||||
(node (ref R2) (pin 2)))
|
||||
(net (code 2) (name /PAD1)
|
||||
(node (ref R1) (pin 1))
|
||||
(node (ref R2) (pin 1)))))
|
|
@ -0,0 +1,32 @@
|
|||
update=16/11/2017 08:04:46
|
||||
version=1
|
||||
last_client=kicad
|
||||
[general]
|
||||
version=1
|
||||
RootSch=
|
||||
BoardNm=
|
||||
[pcbnew]
|
||||
version=1
|
||||
LastNetListRead=
|
||||
UseCmpFile=1
|
||||
PadDrill=0.600000000000
|
||||
PadDrillOvalY=0.600000000000
|
||||
PadSizeH=1.500000000000
|
||||
PadSizeV=1.500000000000
|
||||
PcbTextSizeV=1.500000000000
|
||||
PcbTextSizeH=1.500000000000
|
||||
PcbTextThickness=0.300000000000
|
||||
ModuleTextSizeV=1.000000000000
|
||||
ModuleTextSizeH=1.000000000000
|
||||
ModuleTextSizeThickness=0.150000000000
|
||||
SolderMaskClearance=0.000000000000
|
||||
SolderMaskMinWidth=0.000000000000
|
||||
DrawSegmentWidth=0.200000000000
|
||||
BoardOutlineThickness=0.100000000000
|
||||
ModuleOutlineThickness=0.150000000000
|
||||
[cvpcb]
|
||||
version=1
|
||||
NetIExt=net
|
||||
[eeschema]
|
||||
version=1
|
||||
LibDir=
|
|
@ -0,0 +1,97 @@
|
|||
EESchema Schematic File Version 4
|
||||
LIBS:custom_pads_test-cache
|
||||
EELAYER 26 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date ""
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L device:Jumper SW1
|
||||
U 1 1 56A7CE3B
|
||||
P 4800 3950
|
||||
F 0 "SW1" V 4900 4100 50 0000 C CNN
|
||||
F 1 "R" V 4750 4100 50 0000 C CNN
|
||||
F 2 "" V 4730 3950 30 0000 C CNN
|
||||
F 3 "" H 4800 3950 30 0000 C CNN
|
||||
1 4800 3950
|
||||
0 -1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L custom_pads_schlib:R R2
|
||||
U 1 1 56A7CEC8
|
||||
P 5300 3950
|
||||
F 0 "R2" V 5380 3950 50 0000 C CNN
|
||||
F 1 "R" V 5300 3950 50 0000 C CNN
|
||||
F 2 "" V 5230 3950 30 0000 C CNN
|
||||
F 3 "" H 5300 3950 30 0000 C CNN
|
||||
1 5300 3950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 5000 3650 0 60 ~ 0
|
||||
PAD1
|
||||
Text Label 5000 4300 0 60 ~ 0
|
||||
PAD2
|
||||
$Comp
|
||||
L custom_pads_schlib:Antenna AE1
|
||||
U 1 1 5A3A4E22
|
||||
P 3650 2600
|
||||
F 0 "AE1" H 3575 2675 50 0000 R CNN
|
||||
F 1 "Antenna" H 3575 2600 50 0000 R CNN
|
||||
F 2 "" H 3650 2600 50 0001 C CNN
|
||||
F 3 "" H 3650 2600 50 0001 C CNN
|
||||
1 3650 2600
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L custom_pads_schlib:Antenna AE2
|
||||
U 1 1 5A3A4EF2
|
||||
P 4450 2600
|
||||
F 0 "AE2" H 4375 2675 50 0000 R CNN
|
||||
F 1 "Antenna" H 4375 2600 50 0000 R CNN
|
||||
F 2 "" H 4450 2600 50 0001 C CNN
|
||||
F 3 "" H 4450 2600 50 0001 C CNN
|
||||
1 4450 2600
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L custom_pads_schlib:GND #PWR01
|
||||
U 1 1 5A3A4F3D
|
||||
P 3650 2800
|
||||
F 0 "#PWR01" H 3650 2550 50 0001 C CNN
|
||||
F 1 "GND" H 3650 2650 50 0000 C CNN
|
||||
F 2 "" H 3650 2800 50 0001 C CNN
|
||||
F 3 "" H 3650 2800 50 0001 C CNN
|
||||
1 3650 2800
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L custom_pads_schlib:GND #PWR02
|
||||
U 1 1 5A3A4F67
|
||||
P 4450 2800
|
||||
F 0 "#PWR02" H 4450 2550 50 0001 C CNN
|
||||
F 1 "GND" H 4450 2650 50 0000 C CNN
|
||||
F 2 "" H 4450 2800 50 0001 C CNN
|
||||
F 3 "" H 4450 2800 50 0001 C CNN
|
||||
1 4450 2800
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
5300 4100 5300 4300
|
||||
Wire Wire Line
|
||||
4800 4300 4800 4250
|
||||
Wire Wire Line
|
||||
4800 4300 5300 4300
|
||||
Wire Wire Line
|
||||
4800 3650 5300 3650
|
||||
Wire Wire Line
|
||||
5300 3650 5300 3800
|
||||
$EndSCHEMATC
|
|
@ -0,0 +1,3 @@
|
|||
(sym_lib_table
|
||||
(lib (name custom_pads_schlib)(type Legacy)(uri ${KIPRJMOD}/custom_pads_schlib.lib)(options "")(descr ""))
|
||||
)
|
|
@ -1,5 +1,7 @@
|
|||
(fp_lib_table
|
||||
(lib (name LEDs)(type KiCad)(uri "$(KISYSMOD)/LEDs.pretty")(options "")(descr ""))
|
||||
(lib (name Housings_DIP)(type KiCad)(uri "$(KISYSMOD)/Housings_DIP.pretty")(options "")(descr ""))
|
||||
(lib (name Crystals)(type KiCad)(uri "$(KISYSMOD)/Crystals.pretty")(options "")(descr ""))
|
||||
(lib (name Crystal)(type KiCad)(uri "$(KISYSMOD)/Crystal.pretty")(options "")(descr ""))
|
||||
(lib (name Connector_Dsub)(type KiCad)(uri "$(KISYSMOD)/Connector_Dsub.pretty")(options "")(descr ""))
|
||||
(lib (name interf_u)(type KiCad)(uri "$(KIPRJMOD)/interf_u.pretty")(options "")(descr ""))
|
||||
)
|
||||
|
|
|
@ -1,11 +1,32 @@
|
|||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# 4003APG120
|
||||
# device:Crystal
|
||||
#
|
||||
DEF 4003APG120 U 0 40 Y Y 1 F N
|
||||
DEF device:Crystal Y 0 40 N N 1 F N
|
||||
F0 "Y" 0 150 50 H V C CNN
|
||||
F1 "device:Crystal" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Crystal*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -45 100 45 -100 0 1 12 N
|
||||
P 2 0 1 0 -100 0 -75 0 N
|
||||
P 2 0 1 20 -75 -50 -75 50 N
|
||||
P 2 0 1 20 75 -50 75 50 N
|
||||
P 2 0 1 0 100 0 75 0 N
|
||||
X 1 1 -150 0 50 R 50 50 1 1 P
|
||||
X 2 2 150 0 50 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# interf_u_schlib:4003APG120
|
||||
#
|
||||
DEF interf_u_schlib:4003APG120 U 0 40 Y Y 1 F N
|
||||
F0 "U" 400 2800 70 H V C CNN
|
||||
F1 "4003APG120" 0 -2850 70 H V C CNN
|
||||
F1 "interf_u_schlib:4003APG120" 0 -2850 70 H V C CNN
|
||||
F2 "PGA120" 0 -2950 40 H V C CNN
|
||||
F3 "" 400 2800 60 H V C CNN
|
||||
DRAW
|
||||
|
@ -130,11 +151,11 @@ X P N9 1100 100 300 L 60 60 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 628128
|
||||
# interf_u_schlib:628128
|
||||
#
|
||||
DEF 628128 U 0 40 Y Y 1 F N
|
||||
DEF interf_u_schlib:628128 U 0 40 Y Y 1 F N
|
||||
F0 "U" 50 0 70 H V C CNN
|
||||
F1 "628128" 300 -1200 70 H V C CNN
|
||||
F1 "interf_u_schlib:628128" 300 -1200 70 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
|
@ -173,11 +194,11 @@ X A3 9 -700 750 300 R 60 60 1 1 I
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 74LS245
|
||||
# interf_u_schlib:74LS245
|
||||
#
|
||||
DEF 74LS245 U 0 40 Y Y 1 L N
|
||||
DEF interf_u_schlib:74LS245 U 0 40 Y Y 1 L N
|
||||
F0 "U" -300 650 50 H V C CNN
|
||||
F1 "74LS245" -300 -650 50 H V C CNN
|
||||
F1 "interf_u_schlib:74LS245" -300 -650 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS 74HC245
|
||||
|
@ -211,11 +232,11 @@ X A7 9 -500 -200 200 R 50 50 1 0 T
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 74LS541
|
||||
# interf_u_schlib:74LS541
|
||||
#
|
||||
DEF 74LS541 U 0 40 Y Y 1 L N
|
||||
DEF interf_u_schlib:74LS541 U 0 40 Y Y 1 L N
|
||||
F0 "U" -300 650 50 H V C CNN
|
||||
F1 "74LS541" -300 -650 50 H V C CNN
|
||||
F1 "interf_u_schlib:74LS541" -300 -650 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS 74HCT541
|
||||
|
@ -250,11 +271,11 @@ X A7 9 -500 -200 200 R 50 50 1 0 I
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# 74LS688
|
||||
# interf_u_schlib:74LS688
|
||||
#
|
||||
DEF 74LS688 U 0 40 Y Y 1 L N
|
||||
DEF interf_u_schlib:74LS688 U 0 40 Y Y 1 L N
|
||||
F0 "U" -300 1050 50 H V C CNN
|
||||
F1 "74LS688" -300 -1050 50 H V C CNN
|
||||
F1 "interf_u_schlib:74LS688" -300 -1050 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -285,11 +306,11 @@ X R3 9 -500 -300 200 R 50 50 1 0 I
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Bus_ISA_8bit
|
||||
# interf_u_schlib:Bus_ISA_8bit
|
||||
#
|
||||
DEF Bus_ISA_8bit J 0 40 Y Y 1 F N
|
||||
DEF interf_u_schlib:Bus_ISA_8bit J 0 40 Y Y 1 F N
|
||||
F0 "J" 0 1675 50 H V C CNN
|
||||
F1 "Bus_ISA_8bit" 0 -1675 50 H V C CNN
|
||||
F1 "interf_u_schlib:Bus_ISA_8bit" 0 -1675 50 H V C CNN
|
||||
F2 "" -100 1575 30 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
|
@ -359,11 +380,11 @@ X +12V 9 -900 700 300 R 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# C
|
||||
# interf_u_schlib:C
|
||||
#
|
||||
DEF C C 0 10 N Y 1 F N
|
||||
DEF interf_u_schlib:C C 0 10 N Y 1 F N
|
||||
F0 "C" 25 100 50 H V L CNN
|
||||
F1 "C" 25 -100 50 H V L CNN
|
||||
F1 "interf_u_schlib:C" 25 -100 50 H V L CNN
|
||||
F2 "" 38 -150 30 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -377,11 +398,11 @@ X ~ 2 0 -150 110 U 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CP
|
||||
# interf_u_schlib:CP
|
||||
#
|
||||
DEF CP C 0 10 N Y 1 F N
|
||||
DEF interf_u_schlib:CP C 0 10 N Y 1 F N
|
||||
F0 "C" 25 100 50 H V L CNN
|
||||
F1 "CP" 25 -100 50 H V L CNN
|
||||
F1 "interf_u_schlib:CP" 25 -100 50 H V L CNN
|
||||
F2 "" 38 -150 30 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -400,11 +421,11 @@ X ~ 2 0 -150 110 U 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Conn_02x08_Odd_Even
|
||||
# interf_u_schlib:Conn_02x08_Odd_Even
|
||||
#
|
||||
DEF Conn_02x08_Odd_Even J 0 40 Y N 1 F N
|
||||
DEF interf_u_schlib:Conn_02x08_Odd_Even J 0 40 Y N 1 F N
|
||||
F0 "J" 0 450 50 H V C CNN
|
||||
F1 "Conn_02x08_Odd_Even" 0 -450 50 H V C CNN
|
||||
F1 "interf_u_schlib:Conn_02x08_Odd_Even" 0 -450 50 H V C CNN
|
||||
F2 "" -50 50 50 H I C CNN
|
||||
F3 "" -50 50 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -452,32 +473,11 @@ X Pin_9 9 -250 -50 150 R 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Crystal
|
||||
# interf_u_schlib:DB25_Female
|
||||
#
|
||||
DEF Crystal Y 0 40 N N 1 F N
|
||||
F0 "Y" 0 150 50 H V C CNN
|
||||
F1 "Crystal" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Crystal*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -45 100 45 -100 0 1 12 N
|
||||
P 2 0 1 0 -100 0 -75 0 N
|
||||
P 2 0 1 20 -75 -50 -75 50 N
|
||||
P 2 0 1 20 75 -50 75 50 N
|
||||
P 2 0 1 0 100 0 75 0 N
|
||||
X 1 1 -150 0 50 R 50 50 1 1 P
|
||||
X 2 2 150 0 50 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# DB25_Female
|
||||
#
|
||||
DEF DB25_Female J 0 40 Y N 1 F N
|
||||
DEF interf_u_schlib:DB25_Female J 0 40 Y N 1 F N
|
||||
F0 "J" 0 1350 50 H V C CNN
|
||||
F1 "DB25_Female" 0 -1375 50 H V C CNN
|
||||
F1 "interf_u_schlib:DB25_Female" 0 -1375 50 H V C CNN
|
||||
F2 "" -100 1250 30 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -563,11 +563,11 @@ X 9 9 -300 -400 150 R 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# EP600
|
||||
# interf_u_schlib:EP600
|
||||
#
|
||||
DEF EP600 U 0 40 Y Y 1 F N
|
||||
DEF interf_u_schlib:EP600 U 0 40 Y Y 1 F N
|
||||
F0 "U" -100 975 50 H V R CNN
|
||||
F1 "EP600" -100 900 50 H V R CNN
|
||||
F1 "interf_u_schlib:EP600" -100 900 50 H V R CNN
|
||||
F2 "" 50 -800 50 H I L CNN
|
||||
F3 "" 0 50 50 H I C CNN
|
||||
DRAW
|
||||
|
@ -599,11 +599,11 @@ X I/O9 9 -600 -300 150 R 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GND
|
||||
# interf_u_schlib:GND
|
||||
#
|
||||
DEF GND #PWR 0 0 Y Y 1 F P
|
||||
DEF interf_u_schlib:GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -250 50 H I C CNN
|
||||
F1 "GND" 0 -150 50 H V C CNN
|
||||
F1 "interf_u_schlib:GND" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
|
@ -612,11 +612,11 @@ X GND 1 0 0 0 D 50 50 1 1 W N
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LED
|
||||
# interf_u_schlib:LED
|
||||
#
|
||||
DEF LED D 0 40 Y N 1 F N
|
||||
DEF interf_u_schlib:LED D 0 40 Y N 1 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "LED" 0 -100 50 H V C CNN
|
||||
F1 "interf_u_schlib:LED" 0 -100 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -633,11 +633,11 @@ X A 2 150 0 100 L 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# PWR_FLAG
|
||||
# interf_u_schlib:PWR_FLAG
|
||||
#
|
||||
DEF PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
DEF interf_u_schlib:PWR_FLAG #FLG 0 0 N N 1 F P
|
||||
F0 "#FLG" 0 75 50 H I C CNN
|
||||
F1 "PWR_FLAG" 0 150 50 H V C CNN
|
||||
F1 "interf_u_schlib:PWR_FLAG" 0 150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
|
@ -646,11 +646,11 @@ X pwr 1 0 0 0 U 50 50 0 0 w
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# R
|
||||
# interf_u_schlib:R
|
||||
#
|
||||
DEF R R 0 0 N Y 1 F N
|
||||
DEF interf_u_schlib:R R 0 0 N Y 1 F N
|
||||
F0 "R" 80 0 50 V V C CNN
|
||||
F1 "R" 0 0 50 V V C CNN
|
||||
F1 "interf_u_schlib:R" 0 0 50 V V C CNN
|
||||
F2 "" -70 0 50 V I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
|
@ -664,11 +664,11 @@ X ~ 2 0 -150 50 U 50 50 1 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# RR9
|
||||
# interf_u_schlib:RR9
|
||||
#
|
||||
DEF RR9 RR 0 40 Y N 1 F N
|
||||
DEF interf_u_schlib:RR9 RR 0 40 Y N 1 F N
|
||||
F0 "RR" 50 600 70 H V C CNN
|
||||
F1 "RR9" 30 0 70 V V C CNN
|
||||
F1 "interf_u_schlib:RR9" 30 0 70 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
|
@ -686,11 +686,11 @@ X 9 9 -350 -300 300 R 60 60 1 1 P I
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# VCC
|
||||
# interf_u_schlib:VCC
|
||||
#
|
||||
DEF VCC #PWR 0 0 Y Y 1 F P
|
||||
DEF interf_u_schlib:VCC #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "VCC" 0 150 50 H V C CNN
|
||||
F1 "interf_u_schlib:VCC" 0 150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,84 @@
|
|||
(module BUS_PC (layer F.Cu) (tedit 5A437129)
|
||||
(descr "Connecteur Bus PC 8 bits")
|
||||
(tags "CONN PC ISA")
|
||||
(fp_text reference BUS1 (at -4.2 -6.8) (layer F.SilkS) hide
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value BUSPC (at -16.4 -7) (layer F.SilkS)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 40.64 3.81) (end -40.64 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -40.64 3.81) (end -40.64 -5.08) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -40.64 -5.08) (end 40.64 -5.08) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 40.64 -5.08) (end 40.64 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -40 -5) (end 40 -5) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start 40 -5) (end 40 4) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start 40 4) (end -40 4) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start -40 4) (end -40 -5) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start -40 -5) (end 40 -5) (layer B.CrtYd) (width 0.15))
|
||||
(fp_line (start 40 -5) (end 40 4) (layer B.CrtYd) (width 0.15))
|
||||
(fp_line (start 40 4) (end -40 4) (layer B.CrtYd) (width 0.15))
|
||||
(fp_line (start -40 4) (end -40 -5) (layer B.CrtYd) (width 0.15))
|
||||
(pad 1 connect rect (at 38.1 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 2 connect rect (at 35.56 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 3 connect rect (at 33.02 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 4 connect rect (at 30.48 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 5 connect rect (at 27.94 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 6 connect rect (at 25.4 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 7 connect rect (at 22.86 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 8 connect rect (at 20.32 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 9 connect rect (at 17.78 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 10 connect rect (at 15.24 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 11 connect rect (at 12.7 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 12 connect rect (at 10.16 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 13 connect rect (at 7.62 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 14 connect rect (at 5.08 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 15 connect rect (at 2.54 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 16 connect rect (at 0 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 17 connect rect (at -2.54 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 18 connect rect (at -5.08 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 19 connect rect (at -7.62 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 20 connect rect (at -10.16 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 21 connect rect (at -12.7 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 22 connect rect (at -15.24 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 23 connect rect (at -17.78 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 24 connect rect (at -20.32 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 25 connect rect (at -22.86 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 26 connect rect (at -25.4 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 27 connect rect (at -27.94 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 28 connect rect (at -30.48 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 29 connect rect (at -33.02 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 30 connect rect (at -35.56 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 31 connect rect (at -38.1 0) (size 1.778 7.62) (layers B.Cu B.Mask))
|
||||
(pad 32 connect rect (at 38.1 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 33 connect rect (at 35.56 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 34 connect rect (at 33.02 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 35 connect rect (at 30.48 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 36 connect rect (at 27.94 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 37 connect rect (at 25.4 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 38 connect rect (at 22.86 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 39 connect rect (at 20.32 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 40 connect rect (at 17.78 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 41 connect rect (at 15.24 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 42 connect rect (at 12.7 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 43 connect rect (at 10.16 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 44 connect rect (at 7.62 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 45 connect rect (at 5.08 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 46 connect rect (at 2.54 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 47 connect rect (at 0 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 48 connect rect (at -2.54 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 49 connect rect (at -5.08 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 50 connect rect (at -7.62 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 51 connect rect (at -10.16 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 52 connect rect (at -12.7 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 53 connect rect (at -15.24 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 54 connect rect (at -17.78 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 55 connect rect (at -20.32 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 56 connect rect (at -22.86 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 57 connect rect (at -25.4 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 58 connect rect (at -27.94 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 59 connect rect (at -30.48 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 60 connect rect (at -33.02 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 61 connect rect (at -35.56 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
(pad 62 connect rect (at -38.1 0) (size 1.778 7.62) (layers F.Cu F.Mask))
|
||||
)
|
|
@ -0,0 +1,144 @@
|
|||
(module PGA120 (layer F.Cu) (tedit 5A437056)
|
||||
(descr "Support PGA 120 pins")
|
||||
(tags PGA)
|
||||
(fp_text reference REF*** (at 0 -3.81) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value PGA120 (at 0 3.81) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 16.51 15.24) (end 15.24 16.51) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 16.51 15.24) (end 16.51 -16.51) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 16.51 -16.51) (end -16.51 -16.51) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -16.51 -16.51) (end -16.51 16.51) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -16.51 16.51) (end 15.24 16.51) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -17 -17) (end 17 -17) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start 17 -17) (end 17 17) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start 17 17) (end -17 17) (layer F.CrtYd) (width 0.15))
|
||||
(fp_line (start -17 17) (end -17 -17) (layer F.CrtYd) (width 0.15))
|
||||
(pad N1 thru_hole circle (at 15.24 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N2 thru_hole circle (at 12.7 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N3 thru_hole circle (at 10.16 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M1 thru_hole circle (at 15.24 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M2 thru_hole circle (at 12.7 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M3 thru_hole circle (at 10.16 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L1 thru_hole circle (at 15.24 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L2 thru_hole circle (at 12.7 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L3 thru_hole circle (at 10.16 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad K1 thru_hole circle (at 15.24 -7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad K2 thru_hole circle (at 12.7 -7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad K3 thru_hole circle (at 10.16 -7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad J1 thru_hole circle (at 15.24 -5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad J2 thru_hole circle (at 12.7 -5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad J3 thru_hole circle (at 10.16 -5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad H1 thru_hole circle (at 15.24 -2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad H2 thru_hole circle (at 12.7 -2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad H3 thru_hole circle (at 10.16 -2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad G1 thru_hole circle (at 15.24 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad G2 thru_hole circle (at 12.7 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad G3 thru_hole circle (at 10.16 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad F1 thru_hole circle (at 15.24 2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad F2 thru_hole circle (at 12.7 2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad F3 thru_hole circle (at 10.16 2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad E1 thru_hole circle (at 15.24 5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad E2 thru_hole circle (at 12.7 5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad E3 thru_hole circle (at 10.16 5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad D1 thru_hole circle (at 15.24 7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad D2 thru_hole circle (at 12.7 7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad D3 thru_hole circle (at 10.16 7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C1 thru_hole circle (at 15.24 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C2 thru_hole circle (at 12.7 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C3 thru_hole circle (at 10.16 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C4 thru_hole circle (at 7.62 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C5 thru_hole circle (at 5.08 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C6 thru_hole circle (at 2.54 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C7 thru_hole circle (at 0 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C8 thru_hole circle (at -2.54 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C9 thru_hole circle (at -5.08 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C10 thru_hole circle (at -7.62 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C11 thru_hole circle (at -10.16 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C12 thru_hole circle (at -12.7 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad C13 thru_hole circle (at -15.24 10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B1 thru_hole circle (at 15.24 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B2 thru_hole circle (at 12.7 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B3 thru_hole circle (at 10.16 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B4 thru_hole circle (at 7.62 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B5 thru_hole circle (at 5.08 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B6 thru_hole circle (at 2.54 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B7 thru_hole circle (at 0 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B8 thru_hole circle (at -2.54 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B9 thru_hole circle (at -5.08 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B10 thru_hole circle (at -7.62 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B11 thru_hole circle (at -10.16 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B12 thru_hole circle (at -12.7 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad B13 thru_hole circle (at -15.24 12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A1 thru_hole rect (at 15.24 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A2 thru_hole circle (at 12.7 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A3 thru_hole circle (at 10.16 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A4 thru_hole circle (at 7.62 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A5 thru_hole circle (at 5.08 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A6 thru_hole circle (at 2.54 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A7 thru_hole circle (at 0 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A8 thru_hole circle (at -2.54 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A9 thru_hole circle (at -5.08 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A10 thru_hole circle (at -7.62 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A11 thru_hole circle (at -10.16 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A12 thru_hole circle (at -12.7 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad A13 thru_hole circle (at -15.24 15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N4 thru_hole circle (at 7.62 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N5 thru_hole circle (at 5.08 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N6 thru_hole circle (at 2.54 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N7 thru_hole circle (at 0 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N8 thru_hole circle (at -2.54 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N9 thru_hole circle (at -5.08 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N10 thru_hole circle (at -7.62 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N11 thru_hole circle (at -10.16 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N12 thru_hole circle (at -12.7 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad N13 thru_hole circle (at -15.24 -15.24) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M4 thru_hole circle (at 7.62 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M5 thru_hole circle (at 5.08 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M6 thru_hole circle (at 2.54 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M7 thru_hole circle (at 0 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M8 thru_hole circle (at -2.54 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M9 thru_hole circle (at -5.08 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M10 thru_hole circle (at -7.62 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M11 thru_hole circle (at -10.16 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M12 thru_hole circle (at -12.7 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad M13 thru_hole circle (at -15.24 -12.7) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L4 thru_hole circle (at 7.62 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L5 thru_hole circle (at 5.08 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L6 thru_hole circle (at 2.54 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L7 thru_hole circle (at 0 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L8 thru_hole circle (at -2.54 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L9 thru_hole circle (at -5.08 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L10 thru_hole circle (at -7.62 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L11 thru_hole circle (at -10.16 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L12 thru_hole circle (at -12.7 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad L13 thru_hole circle (at -15.24 -10.16) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad K11 thru_hole circle (at -10.16 -7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad K12 thru_hole circle (at -12.7 -7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad K13 thru_hole circle (at -15.24 -7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad J11 thru_hole circle (at -10.16 -5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad J12 thru_hole circle (at -12.7 -5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad J13 thru_hole circle (at -15.24 -5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad H11 thru_hole circle (at -10.16 -2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad H12 thru_hole circle (at -12.7 -2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad H13 thru_hole circle (at -15.24 -2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad G11 thru_hole circle (at -10.16 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad G12 thru_hole circle (at -12.7 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad G13 thru_hole circle (at -15.24 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad F11 thru_hole circle (at -10.16 2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad F12 thru_hole circle (at -12.7 2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad F13 thru_hole circle (at -15.24 2.54) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad E11 thru_hole circle (at -10.16 5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad E12 thru_hole circle (at -12.7 5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad E13 thru_hole circle (at -15.24 5.08) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad D11 thru_hole circle (at -10.16 7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad D12 thru_hole circle (at -12.7 7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad D13 thru_hole circle (at -15.24 7.62) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(model Sockets.3dshapes/PGA120.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
|
@ -1189,7 +1189,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
3150 2250 3650 2250
|
||||
Wire Wire Line
|
||||
1000 9750 1000 9850
|
||||
1000 9750 1000 9800
|
||||
Wire Wire Line
|
||||
4700 3400 4200 3400
|
||||
Wire Wire Line
|
||||
|
@ -1315,7 +1315,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
10050 3300 10100 3300
|
||||
Wire Wire Line
|
||||
10050 3000 10050 3300
|
||||
10050 3000 10050 3100
|
||||
Wire Wire Line
|
||||
10100 3100 10050 3100
|
||||
Wire Wire Line
|
||||
|
@ -1323,9 +1323,9 @@ Wire Wire Line
|
|||
Connection ~ 10050 3100
|
||||
Connection ~ 10050 3200
|
||||
Wire Wire Line
|
||||
13500 3700 13500 4400
|
||||
13500 3700 13500 4150
|
||||
Wire Wire Line
|
||||
14400 3700 14400 4400
|
||||
14400 3700 14400 4150
|
||||
Connection ~ 13500 4150
|
||||
Connection ~ 14400 4150
|
||||
Connection ~ 14400 3700
|
||||
|
@ -1344,7 +1344,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
8050 1850 8600 1850
|
||||
Wire Wire Line
|
||||
8050 1950 8600 1950
|
||||
8050 1950 8100 1950
|
||||
Wire Wire Line
|
||||
8050 2150 8600 2150
|
||||
Wire Wire Line
|
||||
|
@ -1355,7 +1355,7 @@ Connection ~ 8100 1950
|
|||
Wire Wire Line
|
||||
4150 4300 4700 4300
|
||||
Wire Wire Line
|
||||
4750 2350 4750 2550
|
||||
4750 2350 4750 2450
|
||||
Connection ~ 4750 2450
|
||||
Wire Wire Line
|
||||
4150 4400 4700 4400
|
||||
|
@ -1575,9 +1575,9 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
14700 7500 14750 7500
|
||||
Wire Wire Line
|
||||
14700 6100 14700 7500
|
||||
14700 6100 14700 6300
|
||||
Wire Wire Line
|
||||
14650 6100 14750 6100
|
||||
14650 6100 14700 6100
|
||||
Wire Wire Line
|
||||
14750 6300 14700 6300
|
||||
Wire Wire Line
|
||||
|
@ -1634,7 +1634,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
1350 6900 1450 6900
|
||||
Wire Wire Line
|
||||
1350 6900 1350 7700
|
||||
1350 6900 1350 7000
|
||||
Wire Wire Line
|
||||
1450 7000 1350 7000
|
||||
Wire Wire Line
|
||||
|
@ -1661,7 +1661,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
3350 6900 3350 6800
|
||||
Wire Wire Line
|
||||
3350 6800 2450 6800
|
||||
3350 6800 3150 6800
|
||||
Wire Wire Line
|
||||
2450 6800 2450 6900
|
||||
Wire Wire Line
|
||||
|
@ -1669,7 +1669,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
3150 7950 3150 6800
|
||||
Wire Wire Line
|
||||
2600 7000 3900 7000
|
||||
2600 7000 2950 7000
|
||||
Wire Wire Line
|
||||
2600 7000 2600 7100
|
||||
Wire Wire Line
|
||||
|
@ -1681,7 +1681,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
2500 6900 3050 6900
|
||||
Wire Wire Line
|
||||
3050 6900 3050 7950
|
||||
3050 6900 3050 7700
|
||||
Wire Wire Line
|
||||
3900 7600 3400 7600
|
||||
Wire Wire Line
|
||||
|
@ -1689,13 +1689,13 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
3400 7700 3050 7700
|
||||
Wire Wire Line
|
||||
1950 7300 3250 7300
|
||||
1950 7300 2750 7300
|
||||
Wire Wire Line
|
||||
3250 7300 3250 7100
|
||||
Wire Wire Line
|
||||
3250 7100 3900 7100
|
||||
Wire Wire Line
|
||||
1950 7600 3300 7600
|
||||
1950 7600 2450 7600
|
||||
Wire Wire Line
|
||||
3300 7600 3300 7300
|
||||
Wire Wire Line
|
||||
|
@ -1715,7 +1715,7 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
3900 7500 2850 7500
|
||||
Wire Wire Line
|
||||
1950 7400 3900 7400
|
||||
1950 7400 2650 7400
|
||||
Connection ~ 2450 7600
|
||||
Connection ~ 2550 7500
|
||||
Connection ~ 2650 7400
|
||||
|
@ -1727,9 +1727,9 @@ Wire Wire Line
|
|||
Wire Wire Line
|
||||
2850 7200 1950 7200
|
||||
Wire Wire Line
|
||||
2850 7200 2850 7950
|
||||
2850 7200 2850 7500
|
||||
Wire Wire Line
|
||||
2550 7150 2550 7950
|
||||
2550 7150 2550 7500
|
||||
Wire Wire Line
|
||||
2550 7150 2900 7150
|
||||
Wire Wire Line
|
||||
|
@ -1744,18 +1744,12 @@ Wire Wire Line
|
|||
13500 4150 13800 4150
|
||||
Wire Wire Line
|
||||
14100 4150 14400 4150
|
||||
Wire Bus Line
|
||||
3750 1650 3750 2350
|
||||
Wire Bus Line
|
||||
3750 3450 3750 5350
|
||||
Wire Bus Line
|
||||
3750 5350 3300 5350
|
||||
Wire Bus Line
|
||||
3300 5350 3300 6600
|
||||
Wire Wire Line
|
||||
12300 3700 13800 3700
|
||||
12300 3700 13500 3700
|
||||
Wire Wire Line
|
||||
14100 3700 14650 3700
|
||||
14100 3700 14400 3700
|
||||
Wire Wire Line
|
||||
15000 3700 14950 3700
|
||||
Wire Wire Line
|
||||
|
@ -1768,7 +1762,7 @@ U 1 1 4A087146
|
|||
P 5250 1950
|
||||
F 0 "U3" H 5400 2600 60 0000 C BNN
|
||||
F 1 "74LS541" H 5550 1300 60 0000 C TNN
|
||||
F 2 "Housings_DIP:DIP-20_W7.62mm" H 5550 1200 30 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-20_W7.62mm" H 5550 1200 30 0000 C CNN
|
||||
F 3 "" H 5250 1950 60 0001 C CNN
|
||||
1 5250 1950
|
||||
1 0 0 -1
|
||||
|
@ -2023,7 +2017,7 @@ U 1 1 32568D1E
|
|||
P 1700 7250
|
||||
F 0 "JP1" H 1700 7700 70 0000 C CNN
|
||||
F 1 "CONN_8X2" V 1700 7250 70 0000 C CNN
|
||||
F 2 "Pin_Headers:Pin_Header_Straight_2x08" H 1700 7800 36 0000 C CNN
|
||||
F 2 "Pin_Headers:Pin_Header_Straight_2x08" H 1700 7800 20 0000 C CNN
|
||||
F 3 "" H 1700 7250 60 0001 C CNN
|
||||
1 1700 7250
|
||||
1 0 0 1
|
||||
|
@ -2048,7 +2042,7 @@ U 1 1 325679C1
|
|||
P 2750 8300
|
||||
F 0 "RR1" V 2800 8300 70 0000 C CNN
|
||||
F 1 "9x1K" V 2770 8630 70 0000 C CNN
|
||||
F 2 "Discret:r_pack9" V 2900 8350 60 0000 C CNN
|
||||
F 2 "Resistor_THT:R_Array_SIP10" V 2900 8350 30 0000 C CNN
|
||||
F 3 "" H 2750 8300 60 0001 C CNN
|
||||
1 2750 8300
|
||||
0 1 1 0
|
||||
|
@ -2104,7 +2098,7 @@ U 1 1 3256759C
|
|||
P 15050 7200
|
||||
F 0 "P1" H 15100 8550 70 0000 C CNN
|
||||
F 1 "DB25FEMELLE" H 15000 5850 70 0000 C CNN
|
||||
F 2 "Connectors:DB25FC" H 15000 5750 50 0000 C CNN
|
||||
F 2 "Connector_Dsub:DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm" V 15250 7000 20 0000 C CNN
|
||||
F 3 "" H 15050 7200 60 0001 C CNN
|
||||
1 15050 7200
|
||||
1 0 0 1
|
||||
|
@ -2358,7 +2352,7 @@ U 1 1 3240023F
|
|||
P 7700 9050
|
||||
F 0 "U5" H 7700 10200 70 0000 C CNN
|
||||
F 1 "628128" H 7700 7850 70 0000 C CNN
|
||||
F 2 "Housings_DIP:DIP-32_W15.24mm" H 7700 7750 50 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-32_W15.24mm" H 7700 7750 50 0000 C CNN
|
||||
F 3 "" H 7700 9050 60 0001 C CNN
|
||||
1 7700 9050
|
||||
1 0 0 -1
|
||||
|
@ -2601,7 +2595,7 @@ U 1 1 32307ED4
|
|||
P 14400 4550
|
||||
F 0 "C3" H 14650 4600 50 0000 C CNN
|
||||
F 1 "47pF" H 14650 4500 50 0000 C CNN
|
||||
F 2 "Capacitors_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14650 4450 10 0000 C CNN
|
||||
F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14650 4450 10 0000 C CNN
|
||||
F 3 "" H 14400 4550 60 0001 C CNN
|
||||
1 14400 4550
|
||||
1 0 0 -1
|
||||
|
@ -2612,7 +2606,7 @@ U 1 1 32307ECF
|
|||
P 13500 4550
|
||||
F 0 "C2" H 13750 4600 50 0000 C CNN
|
||||
F 1 "47pF" H 13750 4500 50 0000 C CNN
|
||||
F 2 "Capacitors_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13750 4450 10 0000 C CNN
|
||||
F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13750 4450 10 0000 C CNN
|
||||
F 3 "" H 13500 4550 60 0001 C CNN
|
||||
1 13500 4550
|
||||
1 0 0 -1
|
||||
|
@ -2623,7 +2617,7 @@ U 1 1 32307EC0
|
|||
P 13950 4150
|
||||
F 0 "X1" H 13950 4350 70 0000 C CNN
|
||||
F 1 "8MHz" H 13950 3950 50 0000 C CNN
|
||||
F 2 "Discret:HC-18UH" H 13950 3900 30 0000 C CNN
|
||||
F 2 "Crystal:Crystal_HC18-U_Horizontal" H 13950 3900 30 0000 C CNN
|
||||
F 3 "" H 13950 4150 60 0001 C CNN
|
||||
1 13950 4150
|
||||
1 0 0 -1
|
||||
|
@ -2656,7 +2650,7 @@ U 1 1 32307DE2
|
|||
P 2850 9600
|
||||
F 0 "C1" H 2968 9692 50 0000 L CNN
|
||||
F 1 "47uF" H 2968 9600 50 0000 L CNN
|
||||
F 2 "Discret:CP6" H 2968 9508 50 0000 L CNN
|
||||
F 2 "Capacitor_THT:CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal" V 2750 9350 10 0000 L CNN
|
||||
F 3 "" H 2850 9600 60 0001 C CNN
|
||||
1 2850 9600
|
||||
1 0 0 -1
|
||||
|
@ -2667,7 +2661,7 @@ U 1 1 32307DCF
|
|||
P 2200 9600
|
||||
F 0 "C4" H 2300 9650 50 0000 L CNN
|
||||
F 1 "47uF" H 2300 9550 50 0000 L CNN
|
||||
F 2 "Discret:CP6" H 2450 9450 50 0000 C CNN
|
||||
F 2 "Capacitor_THT:CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal" V 2100 9600 10 0000 C CNN
|
||||
F 3 "" H 2200 9600 60 0001 C CNN
|
||||
1 2200 9600
|
||||
1 0 0 -1
|
||||
|
@ -2678,7 +2672,7 @@ U 1 1 32307DCA
|
|||
P 1650 9600
|
||||
F 0 "C5" H 1750 9650 50 0000 L CNN
|
||||
F 1 "47uF" H 1750 9550 50 0000 L CNN
|
||||
F 2 "Discret:CP6" H 1900 9450 50 0000 C CNN
|
||||
F 2 "Capacitor_THT:CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal" V 1550 9600 10 0000 C CNN
|
||||
F 3 "" H 1650 9600 60 0001 C CNN
|
||||
1 1650 9600
|
||||
1 0 0 -1
|
||||
|
@ -2689,7 +2683,7 @@ U 1 1 32307DC0
|
|||
P 1000 9600
|
||||
F 0 "C6" H 1100 9650 50 0000 L CNN
|
||||
F 1 "47uF" H 1100 9550 50 0000 L CNN
|
||||
F 2 "Discret:CP6" H 1250 9450 50 0000 C CNN
|
||||
F 2 "Capacitor_THT:CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal" V 900 9600 10 0000 C CNN
|
||||
F 3 "" H 1000 9600 60 0001 C CNN
|
||||
1 1000 9600
|
||||
1 0 0 -1
|
||||
|
@ -2716,7 +2710,7 @@ U 1 1 322D35B4
|
|||
P 4400 6900
|
||||
F 0 "U2" H 4550 8000 60 0000 C CNN
|
||||
F 1 "74LS688" H 4750 5800 60 0000 C CIB
|
||||
F 2 "Housings_DIP:DIP-20_W7.62mm" H 4750 5700 50 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-20_W7.62mm" H 4750 5700 30 0000 C CNN
|
||||
F 3 "" H 4400 6900 60 0001 C CNN
|
||||
1 4400 6900
|
||||
1 0 0 -1
|
||||
|
@ -2727,7 +2721,7 @@ U 1 1 322D32FA
|
|||
P 11200 5700
|
||||
F 0 "U9" H 11200 8450 70 0000 C CNN
|
||||
F 1 "4003APG120" H 11200 2950 70 0000 C CNN
|
||||
F 2 "Sockets_PGA:PGA120" H 11200 2850 50 0000 C CNN
|
||||
F 2 "interf_u:PGA120" H 11200 2850 50 0000 C CNN
|
||||
F 3 "" H 11200 5700 60 0001 C CNN
|
||||
1 11200 5700
|
||||
1 0 0 -1
|
||||
|
@ -2738,7 +2732,7 @@ U 1 1 322D32BE
|
|||
P 14250 1950
|
||||
F 0 "D2" V 14326 1842 50 0000 R CNN
|
||||
F 1 "LED" V 14234 1842 50 0000 R CNN
|
||||
F 2 "LEDs:LED-5MM" V 14158 1842 30 0000 R CNN
|
||||
F 2 "LED_THT:LED_D5.0mm" V 14158 1842 30 0000 R CNN
|
||||
F 3 "" H 14250 1950 60 0001 C CNN
|
||||
1 14250 1950
|
||||
0 -1 -1 0
|
||||
|
@ -2749,7 +2743,7 @@ U 1 1 322D32AC
|
|||
P 14650 1500
|
||||
F 0 "D1" V 14726 1392 50 0000 R CNN
|
||||
F 1 "LED" V 14634 1392 50 0000 R CNN
|
||||
F 2 "LEDs:LED-5MM" V 14558 1392 30 0000 R CNN
|
||||
F 2 "LED_THT:LED_D5.0mm" V 14558 1392 30 0000 R CNN
|
||||
F 3 "" H 14650 1500 60 0001 C CNN
|
||||
1 14650 1500
|
||||
0 -1 -1 0
|
||||
|
@ -2760,7 +2754,7 @@ U 1 1 322D32A0
|
|||
P 13800 1500
|
||||
F 0 "R5" V 13700 1500 50 0000 C CNN
|
||||
F 1 "330" V 13800 1500 50 0000 C CNN
|
||||
F 2 "Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 13863 1504 15 0000 C CNN
|
||||
F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 13863 1504 15 0000 C CNN
|
||||
F 3 "" H 13800 1500 60 0001 C CNN
|
||||
1 13800 1500
|
||||
0 1 1 0
|
||||
|
@ -2771,7 +2765,7 @@ U 1 1 322D3295
|
|||
P 13800 1050
|
||||
F 0 "R4" V 13700 1050 50 0000 C CNN
|
||||
F 1 "330" V 13800 1050 50 0000 C CNN
|
||||
F 2 "Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 13863 1071 15 0000 C CNN
|
||||
F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 13863 1071 15 0000 C CNN
|
||||
F 3 "" H 13800 1050 60 0001 C CNN
|
||||
1 13800 1050
|
||||
0 1 1 0
|
||||
|
@ -2782,7 +2776,7 @@ U 1 1 322D321C
|
|||
P 7450 1750
|
||||
F 0 "U8" H 7700 2700 70 0000 C CNN
|
||||
F 1 "EP600" H 7800 900 70 0000 C CNN
|
||||
F 2 "Housings_DIP:DIP-24_W7.62mm" H 7900 800 30 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-24_W7.62mm" H 7900 800 30 0000 C CNN
|
||||
F 3 "" H 7450 1750 60 0001 C CNN
|
||||
1 7450 1750
|
||||
1 0 0 -1
|
||||
|
@ -2793,7 +2787,7 @@ U 1 1 322D31F4
|
|||
P 5200 3900
|
||||
F 0 "U1" H 5350 4600 60 0000 C CNN
|
||||
F 1 "74LS245" H 5400 3250 60 0000 C CNN
|
||||
F 2 "Housings_DIP:DIP-20_W7.62mm" H 5600 3150 30 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-20_W7.62mm" H 5600 3150 30 0000 C CNN
|
||||
F 3 "" H 5200 3900 60 0001 C CNN
|
||||
1 5200 3900
|
||||
1 0 0 -1
|
||||
|
@ -2804,15 +2798,15 @@ U 1 1 322D3011
|
|||
P 2250 2950
|
||||
F 0 "BUS1" H 2200 4600 70 0000 C CNN
|
||||
F 1 "BUSPC" H 2200 1250 70 0000 C CNN
|
||||
F 2 "BUS_PC" H 2202 1160 60 0000 C CNN
|
||||
F 2 "interf_u:BUS_PC" H 2202 1160 60 0000 C CNN
|
||||
F 3 "" H 2250 2950 60 0001 C CNN
|
||||
1 2250 2950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
1000 9800 2850 9800
|
||||
1000 9800 1650 9800
|
||||
Wire Wire Line
|
||||
2850 9750 2850 9850
|
||||
2850 9750 2850 9800
|
||||
Connection ~ 1000 9800
|
||||
Connection ~ 2850 9800
|
||||
Wire Wire Line
|
||||
|
@ -2822,11 +2816,11 @@ Wire Wire Line
|
|||
1650 9750 1650 9800
|
||||
Connection ~ 1650 9800
|
||||
Wire Wire Line
|
||||
1000 9350 1000 9450
|
||||
1000 9350 1000 9400
|
||||
Wire Wire Line
|
||||
1000 9400 2850 9400
|
||||
1000 9400 1650 9400
|
||||
Wire Wire Line
|
||||
2850 9350 2850 9450
|
||||
2850 9350 2850 9400
|
||||
Connection ~ 1000 9400
|
||||
Connection ~ 2850 9400
|
||||
Wire Wire Line
|
||||
|
@ -2851,8 +2845,6 @@ Wire Wire Line
|
|||
6250 9900 6300 9900
|
||||
Wire Wire Line
|
||||
3300 7950 3250 7950
|
||||
Wire Bus Line
|
||||
4100 2450 4100 3950
|
||||
Wire Bus Line
|
||||
4100 2450 3850 2450
|
||||
$Comp
|
||||
|
@ -2921,4 +2913,88 @@ F 3 "" H 4400 8100 60 0001 C CNN
|
|||
1 4400 8100
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10050 3100 10050 3200
|
||||
Wire Wire Line
|
||||
10050 3200 10050 3300
|
||||
Wire Wire Line
|
||||
13500 4150 13500 4400
|
||||
Wire Wire Line
|
||||
14400 4150 14400 4400
|
||||
Wire Wire Line
|
||||
14400 3700 14650 3700
|
||||
Wire Wire Line
|
||||
8100 1950 8600 1950
|
||||
Wire Wire Line
|
||||
4750 2450 4750 2550
|
||||
Wire Wire Line
|
||||
13500 3700 13800 3700
|
||||
Wire Wire Line
|
||||
14700 7300 14700 7500
|
||||
Wire Wire Line
|
||||
14700 7100 14700 7300
|
||||
Wire Wire Line
|
||||
14700 6900 14700 7100
|
||||
Wire Wire Line
|
||||
14700 6700 14700 6900
|
||||
Wire Wire Line
|
||||
14700 6500 14700 6700
|
||||
Wire Wire Line
|
||||
14700 6300 14700 6500
|
||||
Wire Wire Line
|
||||
14700 6100 14750 6100
|
||||
Wire Wire Line
|
||||
1350 7000 1350 7100
|
||||
Wire Wire Line
|
||||
1350 7100 1350 7200
|
||||
Wire Wire Line
|
||||
1350 7200 1350 7300
|
||||
Wire Wire Line
|
||||
1350 7300 1350 7400
|
||||
Wire Wire Line
|
||||
1350 7400 1350 7500
|
||||
Wire Wire Line
|
||||
1350 7500 1350 7600
|
||||
Wire Wire Line
|
||||
1350 7600 1350 7700
|
||||
Wire Wire Line
|
||||
3150 6800 2450 6800
|
||||
Wire Wire Line
|
||||
3050 7700 3050 7950
|
||||
Wire Wire Line
|
||||
2450 7600 3300 7600
|
||||
Wire Wire Line
|
||||
2550 7500 2550 7950
|
||||
Wire Wire Line
|
||||
2650 7400 3900 7400
|
||||
Wire Wire Line
|
||||
2750 7300 3250 7300
|
||||
Wire Wire Line
|
||||
2850 7500 2850 7950
|
||||
Wire Wire Line
|
||||
2950 7000 3900 7000
|
||||
Wire Wire Line
|
||||
1000 9800 1000 9850
|
||||
Wire Wire Line
|
||||
2850 9800 2850 9850
|
||||
Wire Wire Line
|
||||
2200 9800 2850 9800
|
||||
Wire Wire Line
|
||||
1650 9800 2200 9800
|
||||
Wire Wire Line
|
||||
1000 9400 1000 9450
|
||||
Wire Wire Line
|
||||
2850 9400 2850 9450
|
||||
Wire Wire Line
|
||||
2200 9400 2850 9400
|
||||
Wire Wire Line
|
||||
1650 9400 2200 9400
|
||||
Wire Bus Line
|
||||
3750 1650 3750 2350
|
||||
Wire Bus Line
|
||||
3300 5350 3300 6600
|
||||
Wire Bus Line
|
||||
4100 2450 4100 3950
|
||||
Wire Bus Line
|
||||
3750 3450 3750 5350
|
||||
$EndSCHEMATC
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
(kicad_pcb (version 20170123) (host pcbnew "(2017-04-18 revision 01f5a12)-master")
|
||||
(kicad_pcb (version 20171130) (host pcbnew "(2017-12-27 revision 4d64a2f)-master")
|
||||
|
||||
(general
|
||||
(links 1575)
|
||||
(no_connects 0)
|
||||
(area 40.893999 55.57266 365.734601 163.525201)
|
||||
(thickness 1.6002)
|
||||
(drawings 39)
|
||||
(tracks 9218)
|
||||
|
@ -20,10 +17,10 @@
|
|||
)
|
||||
|
||||
(layers
|
||||
(0 Composant signal hide)
|
||||
(1 GND_layer signal hide)
|
||||
(0 Composant signal)
|
||||
(1 GND_layer signal)
|
||||
(2 VCC_layer signal)
|
||||
(31 Cuivre signal hide)
|
||||
(31 Cuivre signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
|
@ -37,6 +34,11 @@
|
|||
(42 Eco1.User user)
|
||||
(43 Eco2.User user)
|
||||
(44 Edge.Cuts user)
|
||||
(45 Margin user)
|
||||
(46 B.CrtYd user)
|
||||
(47 F.CrtYd user)
|
||||
(48 B.Fab user)
|
||||
(49 F.Fab user)
|
||||
)
|
||||
|
||||
(setup
|
||||
|
@ -70,6 +72,8 @@
|
|||
(layerselection 0x010fc_80000007)
|
||||
(usegerberextensions false)
|
||||
(usegerberattributes true)
|
||||
(usegerberadvancedattributes false)
|
||||
(creategerberjobfile false)
|
||||
(excludeedgelayer false)
|
||||
(linewidth 0.150000)
|
||||
(plotframeref false)
|
||||
|
@ -1583,10 +1587,10 @@
|
|||
(tags "CONN DB9")
|
||||
(path /84DFBB8F)
|
||||
(fp_text reference J4 (at 1.27 -10.16 90) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value DB9FEM (at 1.27 -3.81 90) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start -16.129 2.286) (end 16.383 2.286) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 16.383 2.286) (end 16.383 -15.494) (layer F.SilkS) (width 0.3048))
|
||||
|
@ -3773,10 +3777,10 @@
|
|||
(tags "LED DEV")
|
||||
(path /4BF03683/2D5AA041)
|
||||
(fp_text reference D6 (at 0 -3.81) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value LED (at 0 -3.81) (layer F.SilkS) hide
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048))
|
||||
|
@ -6065,10 +6069,10 @@
|
|||
(path /4BF03683/33A805F8)
|
||||
(attr smd)
|
||||
(fp_text reference U2 (at 0 -1.26492) (layer F.SilkS)
|
||||
(effects (font (thickness 0.1524)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.1524)))
|
||||
)
|
||||
(fp_text value 4C4001 (at 0 1.27) (layer F.SilkS)
|
||||
(effects (font (thickness 0.1524)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.1524)))
|
||||
)
|
||||
(fp_line (start 8.89 -2.54) (end 8.89 3.81) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 8.89 3.81) (end -8.89 3.81) (layer F.SilkS) (width 0.3048))
|
||||
|
@ -6140,7 +6144,7 @@
|
|||
(path /4BF0367D/33A7E303)
|
||||
(attr smd)
|
||||
(fp_text reference U3 (at 0 1.27 90) (layer B.SilkS)
|
||||
(effects (font (thickness 0.127)) (justify mirror))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.127)) (justify mirror))
|
||||
)
|
||||
(fp_text value 74LS245 (at 0 -1.27 90) (layer B.SilkS)
|
||||
(effects (font (size 1.524 1.27) (thickness 0.127)) (justify mirror))
|
||||
|
@ -6206,7 +6210,7 @@
|
|||
(path /4BF0367D/4BF036D7)
|
||||
(attr smd)
|
||||
(fp_text reference U4 (at 0 1.27 90) (layer B.SilkS)
|
||||
(effects (font (thickness 0.127)) (justify mirror))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.127)) (justify mirror))
|
||||
)
|
||||
(fp_text value 74LS245 (at 0 -1.27 90) (layer B.SilkS)
|
||||
(effects (font (size 1.524 1.27) (thickness 0.127)) (justify mirror))
|
||||
|
@ -6272,7 +6276,7 @@
|
|||
(path /4BF0367D/4BF036D6)
|
||||
(attr smd)
|
||||
(fp_text reference U5 (at 0 1.27 90) (layer B.SilkS)
|
||||
(effects (font (thickness 0.127)) (justify mirror))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.127)) (justify mirror))
|
||||
)
|
||||
(fp_text value 74LS245 (at 0 -1.27 90) (layer B.SilkS)
|
||||
(effects (font (size 1.524 1.27) (thickness 0.127)) (justify mirror))
|
||||
|
@ -6338,7 +6342,7 @@
|
|||
(path /4BF0367D/4BF036D5)
|
||||
(attr smd)
|
||||
(fp_text reference U6 (at 0 -1.27 270) (layer F.SilkS)
|
||||
(effects (font (thickness 0.127)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.127)))
|
||||
)
|
||||
(fp_text value 74LS245 (at 0 1.27 270) (layer F.SilkS)
|
||||
(effects (font (size 1.524 1.27) (thickness 0.127)))
|
||||
|
@ -8709,10 +8713,10 @@
|
|||
(path /4BF0367F/22760F4E)
|
||||
(attr smd)
|
||||
(fp_text reference U20 (at 0 -1.524) (layer F.SilkS)
|
||||
(effects (font (thickness 0.127)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.127)))
|
||||
)
|
||||
(fp_text value TDA8501 (at 0 1.524) (layer F.SilkS) hide
|
||||
(effects (font (thickness 0.127)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.127)))
|
||||
)
|
||||
(fp_line (start 7.62 -4.191) (end -7.62 -4.191) (layer F.SilkS) (width 0.2032))
|
||||
(fp_line (start -7.62 -4.191) (end -7.62 4.191) (layer F.SilkS) (width 0.2032))
|
||||
|
@ -9052,10 +9056,10 @@
|
|||
(path /4BF03683/33BA5628)
|
||||
(attr smd)
|
||||
(fp_text reference U23 (at 0 -2.54) (layer F.SilkS)
|
||||
(effects (font (thickness 0.381)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.381)))
|
||||
)
|
||||
(fp_text value XC4003/PQ100 (at 0 2.54) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_circle (center -8.255 5.207) (end -8.255 5.842) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start -9.525 -6.223) (end 9.525 -6.223) (layer F.SilkS) (width 0.3048))
|
||||
|
@ -9793,10 +9797,10 @@
|
|||
(tags "QUARTZ DEV")
|
||||
(path /4BF0367F/22760FA3)
|
||||
(fp_text reference X3 (at 0 6.35 180) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_text value 4.433618MHz (at 0 11.43 180) (layer F.SilkS)
|
||||
(effects (font (thickness 0.3048)))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.3048)))
|
||||
)
|
||||
(fp_line (start 6.35 2.794) (end -6.35 2.794) (layer F.SilkS) (width 0.3048))
|
||||
(fp_line (start 5.842 2.794) (end 5.842 15.24) (layer F.SilkS) (width 0.3048))
|
||||
|
@ -9822,13 +9826,13 @@
|
|||
|
||||
(gr_line (start 173.609 154.94) (end 185.42 154.94) (angle 90) (layer Edge.Cuts) (width 0.2032))
|
||||
(gr_text TEXTE (at 59.5376 150.9776) (layer Cuivre)
|
||||
(effects (font (thickness 0.2032)) (justify mirror))
|
||||
(effects (font (size 1.524 1.524) (thickness 0.2032)) (justify mirror))
|
||||
)
|
||||
(gr_line (start 204.851 145.542) (end 204.851 134.366) (layer Edge.Cuts) (width 0.2032))
|
||||
(gr_line (start 204.851 134.366) (end 216.027 134.366) (layer Edge.Cuts) (width 0.2032))
|
||||
(dimension 0 (width 0.381) (layer Dwgs.User)
|
||||
(gr_text 20.574mm (at 228.7524 144.653 90) (layer Dwgs.User) (tstamp 58F739EE)
|
||||
(effects (font (thickness 0.4318)))
|
||||
(gr_text 20.574mm (at 228.7524 144.653 90) (layer Dwgs.User)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.4318)))
|
||||
)
|
||||
(feature1 (pts (xy 224.028 134.366) (xy 230.3018 134.366)))
|
||||
(feature2 (pts (xy 224.028 154.94) (xy 230.3018 154.94)))
|
||||
|
@ -9840,8 +9844,8 @@
|
|||
)
|
||||
(gr_line (start 192.659 154.94) (end 224.028 154.94) (layer Dwgs.User) (width 0.381))
|
||||
(dimension 0 (width 0.381) (layer Dwgs.User)
|
||||
(gr_text 8.255mm (at 191.1604 159.0675 90) (layer Dwgs.User) (tstamp 58F739EF)
|
||||
(effects (font (thickness 0.381)))
|
||||
(gr_text 8.255mm (at 191.1604 159.0675 90) (layer Dwgs.User)
|
||||
(effects (font (size 1.524 1.524) (thickness 0.381)))
|
||||
)
|
||||
(feature1 (pts (xy 173.609 154.94) (xy 192.7098 154.94)))
|
||||
(feature2 (pts (xy 173.609 163.195) (xy 192.7098 163.195)))
|
||||
|
|
Loading…
Reference in New Issue