Merge branch 'master' of https://github.com/KiCad/kicad-library
This commit is contained in:
commit
db8a7a8a55
107 changed files with 37636 additions and 9690 deletions
33
CONTRIBUTING.md
Normal file
33
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
How to contribute
|
||||
=================
|
||||
|
||||
If you want to contribute to the libraries in any way such as adding new components
|
||||
or fixing existing ones, you are more than welcome to submit a pull request on GitHub for
|
||||
the relevant repository.
|
||||
|
||||
If you are new to GitHub, please check out this guide
|
||||
[Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source)
|
||||
before you start.
|
||||
|
||||
When creating/editing/fixing a symbol or footprint a set of conventions (a.k.a rules)
|
||||
should be followed. They are the
|
||||
[KiCad Library Convention](https://github.com/KiCad/kicad-library/wiki/Kicad-Library-Convention),
|
||||
or KLC for short. This convention aims to make symbols and footprints have a
|
||||
unique standard which is valuable in many aspects. Please, read the KLC carefully and
|
||||
make sure your pull request is compliant with it. Librarians often are very demanding
|
||||
about respecting the KLC.
|
||||
|
||||
Note that the KLC is in some way a newcomer, this mean there are several symbols and
|
||||
footprints in the KiCad repositories that are not KLC compliant yet. However,
|
||||
there is an [effort](https://github.com/KiCad/kicad-library/wiki/Status-of-the-libraries)
|
||||
to make all libraries KLC compliant. You can also help by doing some work in this
|
||||
direction.
|
||||
|
||||
When possible, take an already existing KLC symbol/footprint as an example to
|
||||
create/edit symbols and/or footprints. Furthermore, you can use the
|
||||
[kicad-library-utils](https://github.com/KiCad/kicad-library-utils) scripts to help
|
||||
you check/fix KLC issues. For more information about how to use the scripts
|
||||
please look at the README.md file in the repository. It is important to know that the
|
||||
scripts does not cover all KLC rules, which means that if you got no issues reported
|
||||
by script, this does not imply your submission will be accepted or that it is not
|
||||
violating the KLC rules.
|
|
@ -1,27 +0,0 @@
|
|||
How to Contribute to KiCad Libraries
|
||||
========================
|
||||
|
||||
|
||||
1) If you don't have one, create an account on www.github.com.
|
||||
|
||||
2) Fork the repository on which you want to work, under your account:
|
||||
https://help.github.com/articles/fork-a-repo
|
||||
|
||||
3) Clone your newly created fork:
|
||||
https://help.github.com/articles/fetching-a-remote
|
||||
|
||||
4) Do your modifications using a text editor or the library editor:
|
||||
https://github.com/KiCad/kicad-library/blob/master/KiCad_Library_Convention.txt
|
||||
|
||||
5) Commit your changes:
|
||||
git add -A
|
||||
git commit -m "place your commit message here"
|
||||
|
||||
6) Push to your branch:
|
||||
git push
|
||||
|
||||
7) Create a pull request:
|
||||
https://help.github.com/articles/using-pull-requests
|
||||
Include your references, for example a datasheet, in the comments.
|
||||
|
||||
8) Wait until a librarian approves your work. Discussion and corrections might be needed.
|
|
@ -6,7 +6,10 @@ The schematic and 3D libraries supported by KiCad team.
|
|||
The footprint libraries are the `*.pretty` repos themselves and are used online by default. If you want to download them locally, the `library-repos-install.bat` and `library-repos-install.sh` scripts [in the KiCad source](http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/files/head:/scripts/) can do this automatically.
|
||||
|
||||
|
||||
For more information, please check: http://kicad-pcb.org/contribute/librarians/
|
||||
|
||||
|
||||
How to Contribute
|
||||
=================
|
||||
|
||||
Please, check the [CONTRIBUTING.txt](CONTRIBUTING.txt) file.
|
||||
Please, check the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP ADP2108
|
||||
D 3MHz switching buck regulator, 600mA fixed output voltage in SOT23-5 package
|
||||
K Voltage regulator switching buck fixed output analog
|
||||
F http://www.analog.com/media/en/technical-documentation/data-sheets/ADP2108.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP APE1707H-12-HF
|
||||
D 12V 2A, 150KHz PWM Buck DC/DC Converter, TO252-5 (D-PAK)
|
||||
K 12V 2A 150KHz PWM Buck DC/DC
|
||||
|
@ -190,6 +196,12 @@ K Adjustable 3A 52KHz Buck DC/DC
|
|||
F http://www.dianyuan.com/bbs/u/54/437861181916300.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP ISL8117
|
||||
D Synchronous step-down PWM controller, 4.5v to 60v input, 0.6v to 54v output
|
||||
K PWM step down buck converter controller synchronous POL
|
||||
F https://www.intersil.com/content/dam/Intersil/documents/isl8/isl8117.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LM2574HVH-12
|
||||
D LM2574N, 12V, 0.5A Step-Down VR, High Votage Input
|
||||
K SIMPLE SWITCHER® Step-Down Voltage Regulator 12V 500mA HV
|
||||
|
@ -640,6 +652,12 @@ K LED Step-Down Switching Regulator
|
|||
F http://www.ti.com/lit/ds/symlink/lm3407.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LM3670MF
|
||||
D Miniature Step-Down DC-DC Converter, 2.5V < Vin < 5.5V
|
||||
K DC-DC buck conveter step down voltage regulator
|
||||
F www.ti.com/lit/ds/symlink/lm3670.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LM5006MM
|
||||
D 600 mA, 80V Constant On-Time Buck Switching Regulator
|
||||
K Constant On-Time Buck Switching Regulator
|
||||
|
|
|
@ -1,6 +1,23 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# ADP2108
|
||||
#
|
||||
DEF ADP2108 U 0 40 Y Y 1 F N
|
||||
F0 "U" -200 200 50 H V L CNN
|
||||
F1 "ADP2108" 0 200 50 H V L CNN
|
||||
F2 "TSOT23-5" 50 -200 50 H V L CNN
|
||||
F3 "" -250 -350 50 H V C CNN
|
||||
DRAW
|
||||
S -200 150 200 -150 0 1 10 f
|
||||
X Vin 1 -300 100 100 R 50 50 1 1 I
|
||||
X GND 2 0 -250 100 U 50 50 1 1 I
|
||||
X EN 3 -300 0 100 R 50 50 1 1 I
|
||||
X FB 4 300 -100 100 L 50 50 1 1 I
|
||||
X SW 5 300 100 100 L 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# APE1707H-33-HF
|
||||
#
|
||||
DEF APE1707H-33-HF U 0 40 Y Y 1 F N
|
||||
|
@ -15,12 +32,12 @@ $FPLIST
|
|||
DPAK-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
X VCC 1 -400 100 100 R 50 50 1 1 W
|
||||
X SW 2 400 -100 100 L 50 50 1 1 O
|
||||
X VSS 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 400 100 100 L 50 50 1 1 I
|
||||
X ~EN~ 5 -400 -100 100 R 50 50 1 1 I
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -36,6 +53,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VCC 1 -500 100 100 R 50 50 1 1 W
|
||||
X SW 2 500 -100 100 L 50 50 1 1 O
|
||||
X FB 3 500 100 100 L 50 50 1 1 I
|
||||
|
@ -44,7 +62,6 @@ X VSS 5 -200 -300 100 U 50 50 1 1 W
|
|||
X VSS 6 -100 -300 100 U 50 50 1 1 W
|
||||
X VSS 7 0 -300 100 U 50 50 1 1 W
|
||||
X VSS 8 100 -300 100 U 50 50 1 1 W
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -59,13 +76,13 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X SW 1 400 200 100 L 50 50 1 1 O
|
||||
X FB 3 400 -200 100 L 50 50 1 1 P
|
||||
X INV 4 400 0 100 L 50 50 1 1 I
|
||||
X RT 6 -400 -200 100 R 50 50 1 1 P
|
||||
X GND 7 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 8 -400 200 100 R 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -80,6 +97,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X VIN 1 -400 100 100 R 50 50 1 1 W
|
||||
X SW 2 400 200 100 L 50 50 1 1 O
|
||||
X FB 3 400 -200 100 L 50 50 1 1 P
|
||||
|
@ -88,7 +106,6 @@ X EN 5 -400 -200 100 R 50 50 1 1 P
|
|||
X RT 6 -400 -100 100 R 50 50 1 1 P
|
||||
X GND 7 0 -400 100 U 50 50 1 1 W
|
||||
X PVIN 8 -400 200 100 R 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -100,6 +117,7 @@ F1 "BD9778HFP" -300 350 50 H V L CNN
|
|||
F2 "HRP7" 250 -350 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X VIN 1 -400 200 100 R 50 50 1 1 W
|
||||
X SW 2 400 200 100 L 50 50 1 1 O
|
||||
X FB 3 400 -200 100 L 50 50 1 1 P
|
||||
|
@ -107,7 +125,6 @@ X GND 4 0 -400 100 U 50 50 1 1 W
|
|||
X INV 5 400 0 100 L 50 50 1 1 I
|
||||
X RT 6 -400 0 100 R 50 50 1 1 P
|
||||
X EN 7 -400 -200 100 R 50 50 1 1 P
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -119,6 +136,7 @@ F1 "BD9781HFP" -400 350 50 H V L CNN
|
|||
F2 "HRP7" 400 -350 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X VIN 1 -500 200 100 R 50 50 1 1 W
|
||||
X SW 2 500 200 100 L 50 50 1 1 O
|
||||
X RT 3 -500 0 100 R 50 50 1 1 P
|
||||
|
@ -126,7 +144,6 @@ X GND 4 100 -400 100 U 50 50 1 1 W
|
|||
X FB 5 500 -200 100 L 50 50 1 1 P
|
||||
X INV 6 500 0 100 L 50 50 1 1 I
|
||||
X EN/SYNC 7 -500 -200 100 R 50 50 1 1 P
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -141,6 +158,7 @@ $FPLIST
|
|||
HTSOP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X LX 1 400 300 100 L 50 50 1 1 P
|
||||
X GND 2 -100 -500 100 U 50 50 1 1 W
|
||||
X VC 3 400 -200 100 L 50 50 1 1 O
|
||||
|
@ -149,7 +167,6 @@ X RT 5 100 -500 100 U 50 50 1 1 I
|
|||
X EN 6 -400 0 100 R 50 50 1 1 I
|
||||
X BST 7 0 500 100 D 50 50 1 1 I
|
||||
X VCC 8 -400 300 100 R 50 50 1 1 W
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -165,6 +182,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -500 200 500 -200 0 1 10 f
|
||||
X VIN 1 -600 100 100 R 50 50 1 1 W
|
||||
X VOUT 2 600 -100 100 L 50 50 1 1 P
|
||||
X FB 3 600 100 100 L 50 50 1 1 P
|
||||
|
@ -173,7 +191,6 @@ X GND 5 -100 -300 100 U 50 50 1 1 W
|
|||
X GND 6 0 -300 100 U 50 50 1 1 W
|
||||
X GND 7 100 -300 100 U 50 50 1 1 W
|
||||
X GND 8 200 -300 100 U 50 50 1 1 W
|
||||
S -500 200 500 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -186,12 +203,12 @@ F2 "TD2P-5" 300 -250 50 H V C CIN
|
|||
F3 "" 0 0 50 H V C CNN
|
||||
ALIAS GL2576-5.0TA5PR GL2576-12TA5PR GL2576-15TA5PR GL2576-ATA5PR
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X VOUT 2 500 -100 100 L 50 50 1 1 P
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 P
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -208,12 +225,12 @@ $FPLIST
|
|||
D2-PAK-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X VOUT 2 500 -100 100 L 50 50 1 1 P
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 P
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -229,12 +246,41 @@ $FPLIST
|
|||
TO-220-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X VOUT 2 500 -100 100 L 50 50 1 1 P
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 P
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# ISL8117
|
||||
#
|
||||
DEF ISL8117 U 0 40 Y Y 1 F N
|
||||
F0 "U" -500 550 50 H V L CNN
|
||||
F1 "ISL8117" 500 550 50 H V R CNN
|
||||
F2 "" -600 450 50 H V C CNN
|
||||
F3 "" -500 550 50 H V C CNN
|
||||
DRAW
|
||||
S -500 500 500 -500 0 1 10 f
|
||||
X EXTBIAS 1 -200 -600 100 U 50 50 1 1 I
|
||||
X EN 2 -600 300 100 R 50 50 1 1 I
|
||||
X CLKOUT 3 -600 0 100 R 50 50 1 1 I
|
||||
X MOD/SYNC 4 -600 200 100 R 50 50 1 1 I
|
||||
X PGOOD 5 -600 100 100 R 50 50 1 1 I
|
||||
X RT 6 -600 -200 100 R 50 50 1 1 I
|
||||
X SS/TRK 7 -600 -100 100 R 50 50 1 1 I
|
||||
X FB 8 600 -300 100 L 50 50 1 1 I
|
||||
X PGND 9 100 -600 100 U 50 50 1 1 W
|
||||
X LGATE/OCS 10 600 -100 100 L 50 50 1 1 I
|
||||
X VCC5V 11 0 600 100 D 50 50 1 1 W
|
||||
X ISEN 12 600 0 100 L 50 50 1 1 I
|
||||
X PHASE 13 600 100 100 L 50 50 1 1 I
|
||||
X UGATE 14 600 200 100 L 50 50 1 1 O
|
||||
X BOOT 15 600 300 100 L 50 50 1 1 I
|
||||
X VIN 16 100 600 100 D 50 50 1 1 W
|
||||
X SGND 17 0 -600 100 U 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -250,13 +296,13 @@ $FPLIST
|
|||
DIP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X FB 1 500 100 100 L 50 50 1 1 I
|
||||
X ON/~OFF 3 -500 -100 100 R 50 50 1 1 I
|
||||
X SGND 3 0 -300 100 U 50 50 1 1 W
|
||||
X PGND 4 100 -300 100 U 50 50 1 1 W
|
||||
X VIN 5 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 7 500 -100 100 L 50 50 1 1 O
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -272,13 +318,13 @@ $FPLIST
|
|||
DIP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X FB 1 500 100 100 L 50 50 1 1 I
|
||||
X ON/~OFF 3 -500 -100 100 R 50 50 1 1 I
|
||||
X SGND 3 0 -300 100 U 50 50 1 1 W
|
||||
X PGND 4 100 -300 100 U 50 50 1 1 W
|
||||
X VIN 5 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 7 500 -100 100 L 50 50 1 1 O
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -294,12 +340,12 @@ $FPLIST
|
|||
TO-263-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 2 500 -100 100 L 50 50 1 1 O
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -315,12 +361,12 @@ $FPLIST
|
|||
TO-220-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 2 500 -100 100 L 50 50 1 1 O
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -336,12 +382,12 @@ $FPLIST
|
|||
TO-263-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 2 500 -100 100 L 50 50 1 1 O
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -357,12 +403,12 @@ $FPLIST
|
|||
TO-220-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 2 500 -100 100 L 50 50 1 1 O
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -378,12 +424,12 @@ $FPLIST
|
|||
TO-263-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X OUT 1 500 -100 100 L 50 50 1 1 O
|
||||
X VIN 2 -500 100 100 R 50 50 1 1 W
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ON/~OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -399,12 +445,12 @@ $FPLIST
|
|||
TO-220-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X OUT 1 500 -100 100 L 50 50 1 1 O
|
||||
X VIN 2 -500 100 100 R 50 50 1 1 W
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -420,12 +466,12 @@ $FPLIST
|
|||
TO-263-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 2 500 -100 100 L 50 50 1 1 O
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -441,12 +487,12 @@ $FPLIST
|
|||
TO-220-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
X VIN 1 -500 100 100 R 50 50 1 1 W
|
||||
X OUT 2 500 -100 100 L 50 50 1 1 O
|
||||
X GND 3 0 -300 100 U 50 50 1 1 W
|
||||
X FB 4 500 100 100 L 50 50 1 1 I
|
||||
X ~ON~/OFF 5 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 200 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -462,6 +508,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X CB 1 500 0 100 L 50 50 1 1 I
|
||||
X SS 2 -500 0 100 R 50 50 1 1 I
|
||||
X SYNC 3 -500 -100 100 R 50 50 1 1 I
|
||||
|
@ -470,7 +517,6 @@ X ON/~OFF 5 -500 -200 100 R 50 50 1 1 I
|
|||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -500 200 100 R 50 50 1 1 W
|
||||
X VSW 8 500 -200 100 L 50 50 1 1 O
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -486,6 +532,7 @@ $FPLIST
|
|||
DIP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X CB 1 500 0 100 L 50 50 1 1 I
|
||||
X SS 2 -500 0 100 R 50 50 1 1 I
|
||||
X SYNC 3 -500 -100 100 R 50 50 1 1 I
|
||||
|
@ -494,7 +541,6 @@ X ON/~OFF 5 -500 -200 100 R 50 50 1 1 I
|
|||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -500 200 100 R 50 50 1 1 W
|
||||
X VSW 8 500 -200 100 L 50 50 1 1 O
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -510,13 +556,13 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X CB 1 500 0 100 L 50 50 1 1 I
|
||||
X FB 4 500 200 100 L 50 50 1 1 I
|
||||
X ON/~OFF 5 -500 0 100 R 50 50 1 1 I
|
||||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -500 200 100 R 50 50 1 1 W
|
||||
X VSW 8 500 -200 100 L 50 50 1 1 O
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -532,13 +578,13 @@ $FPLIST
|
|||
DIP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X CB 1 500 0 100 L 50 50 1 1 I
|
||||
X FB 4 500 200 100 L 50 50 1 1 I
|
||||
X ON/~OFF 5 -500 0 100 R 50 50 1 1 I
|
||||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -500 200 100 R 50 50 1 1 W
|
||||
X VSW 8 500 -200 100 L 50 50 1 1 O
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -554,13 +600,13 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X CB 1 500 0 100 L 50 50 1 1 I
|
||||
X FB 4 500 200 100 L 50 50 1 1 I
|
||||
X ON/~OFF 5 -500 0 100 R 50 50 1 1 I
|
||||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -500 200 100 R 50 50 1 1 W
|
||||
X VSW 8 500 -200 100 L 50 50 1 1 O
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -576,13 +622,13 @@ $FPLIST
|
|||
DIP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X CB 1 500 0 100 L 50 50 1 1 I
|
||||
X FB 4 500 200 100 L 50 50 1 1 I
|
||||
X ON/~OFF 5 -500 0 100 R 50 50 1 1 I
|
||||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -500 200 100 R 50 50 1 1 W
|
||||
X VSW 8 500 -200 100 L 50 50 1 1 O
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -597,6 +643,7 @@ $FPLIST
|
|||
eMSOP-8*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X ISNS 1 400 0 100 L 50 50 1 1 O
|
||||
X DIM 2 -400 0 100 R 50 50 1 1 I
|
||||
X EN 3 -400 -100 100 R 50 50 1 1 I
|
||||
|
@ -605,7 +652,23 @@ X VIN 5 -400 200 100 R 50 50 1 1 I
|
|||
X VCC 6 400 -200 100 L 50 50 1 1 O
|
||||
X GND 7 0 -400 100 U 50 50 1 1 W
|
||||
X LX 8 400 200 100 L 50 50 1 1 O
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LM3670MF
|
||||
#
|
||||
DEF LM3670MF U 0 40 Y Y 1 F N
|
||||
F0 "U" -200 275 50 H V L CNN
|
||||
F1 "LM3670MF" -200 200 50 H V L CNN
|
||||
F2 "SOT-23-5" 50 -200 50 H V L CNN
|
||||
F3 "" 0 -300 50 H V C CIN
|
||||
DRAW
|
||||
S -200 150 200 -150 0 1 10 f
|
||||
X Vin 1 -300 100 100 R 50 50 1 1 W
|
||||
X GND 2 0 -250 100 U 50 50 1 1 W
|
||||
X EN 3 -300 0 100 R 50 50 1 1 I
|
||||
X FB 4 300 0 100 L 50 50 1 1 I
|
||||
X SW 5 300 100 100 L 50 50 1 1 O
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -620,6 +683,7 @@ $FPLIST
|
|||
MSOP-10*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 500 300 -400 0 1 10 f
|
||||
X SW 1 400 0 100 L 50 50 1 1 O
|
||||
X BST 2 400 200 100 L 50 50 1 1 I
|
||||
X LG 3 400 -200 100 L 50 50 1 1 O
|
||||
|
@ -630,7 +694,6 @@ X FB 7 400 -300 100 L 50 50 1 1 I
|
|||
X RT/SD 8 -400 200 100 R 50 50 1 1 I
|
||||
X VCC 9 400 400 100 L 50 50 1 1 O
|
||||
X VIN 10 -400 400 100 R 50 50 1 1 W
|
||||
S -300 500 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -645,6 +708,7 @@ $FPLIST
|
|||
MSOP-8*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X SW 1 400 -100 100 L 50 50 1 1 O
|
||||
X BST 2 400 100 100 L 50 50 1 1 I
|
||||
X RCL 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -653,7 +717,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X RON/SD 6 -400 100 100 R 50 50 1 1 I
|
||||
X VCC 7 400 300 100 L 50 50 1 1 O
|
||||
X VIN 8 -400 300 100 R 50 50 1 1 I
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -665,6 +728,7 @@ F1 "LM5007SD" -300 450 50 H V L CNN
|
|||
F2 "LLP8" 0 -450 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X SW 1 400 -100 100 L 50 50 1 1 O
|
||||
X BST 2 400 100 100 L 50 50 1 1 I
|
||||
X RCL 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -673,7 +737,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X RON/SD 6 -400 100 100 R 50 50 1 1 I
|
||||
X VCC 7 400 300 100 L 50 50 1 1 O
|
||||
X VIN 8 -400 300 100 R 50 50 1 1 I
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -688,6 +751,7 @@ $FPLIST
|
|||
MSOP-8*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X SW 1 400 -100 100 L 50 50 1 1 O
|
||||
X BST 2 400 100 100 L 50 50 1 1 I
|
||||
X RCL 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -696,7 +760,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X RON/SD 6 -400 100 100 R 50 50 1 1 I
|
||||
X VCC 7 400 300 100 L 50 50 1 1 O
|
||||
X VIN 8 -400 300 100 R 50 50 1 1 I
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -708,6 +771,7 @@ F1 "LM5008SD" -300 450 50 H V L CNN
|
|||
F2 "LLP8" 0 -450 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X SW 1 400 -100 100 L 50 50 1 1 O
|
||||
X BST 2 400 100 100 L 50 50 1 1 I
|
||||
X RCL 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -716,7 +780,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X RON/SD 6 -400 100 100 R 50 50 1 1 I
|
||||
X VCC 7 400 300 100 L 50 50 1 1 O
|
||||
X VIN 8 -400 300 100 R 50 50 1 1 I
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -728,6 +791,7 @@ F1 "LM5008SDC" -300 450 50 H V L CNN
|
|||
F2 "LLP8" 0 -450 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X SW 1 400 -100 100 L 50 50 1 1 O
|
||||
X BST 2 400 100 100 L 50 50 1 1 I
|
||||
X RCL 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -736,7 +800,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X RON/SD 6 -400 100 100 R 50 50 1 1 I
|
||||
X VCC 7 400 300 100 L 50 50 1 1 O
|
||||
X VIN 8 -400 300 100 R 50 50 1 1 I
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -751,6 +814,7 @@ $FPLIST
|
|||
MSOP-8*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X SW 1 400 -100 100 L 50 50 1 1 O
|
||||
X BST 2 400 100 100 L 50 50 1 1 I
|
||||
X RCL 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -759,7 +823,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X RON/SD 6 -400 100 100 R 50 50 1 1 I
|
||||
X VCC 7 400 300 100 L 50 50 1 1 O
|
||||
X VIN 8 -400 300 100 R 50 50 1 1 I
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -771,6 +834,7 @@ F1 "LM5017MR" -300 450 50 H V L CNN
|
|||
F2 "PSOP-8" 0 -450 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X RTN 1 -400 -300 100 R 50 50 1 1 W
|
||||
X VIN 2 -400 300 100 R 50 50 1 1 I
|
||||
X ULVO 3 -400 -100 100 R 50 50 1 1 I
|
||||
|
@ -779,7 +843,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X VCC 6 400 -100 100 L 50 50 1 1 O
|
||||
X BST 7 400 300 100 L 50 50 1 1 I
|
||||
X SW 8 400 100 100 L 50 50 1 1 O
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -791,6 +854,7 @@ F1 "LM5017SD" -300 450 50 H V L CNN
|
|||
F2 "LLP8" 0 -450 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X RTN 1 -400 -300 100 R 50 50 1 1 W
|
||||
X VIN 2 -400 300 100 R 50 50 1 1 I
|
||||
X ULVO 3 -400 -100 100 R 50 50 1 1 I
|
||||
|
@ -799,7 +863,6 @@ X FB 5 400 -300 100 L 50 50 1 1 I
|
|||
X VCC 6 400 -100 100 L 50 50 1 1 O
|
||||
X BST 7 400 300 100 L 50 50 1 1 I
|
||||
X SW 8 400 100 100 L 50 50 1 1 O
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -815,12 +878,12 @@ $FPLIST
|
|||
SOT-23-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -200 200 200 -200 0 1 10 f
|
||||
X SW 1 300 100 100 L 50 50 1 1 O
|
||||
X GND 2 0 -300 100 U 50 50 1 1 W
|
||||
X FB 3 300 -100 100 L 50 50 1 1 I
|
||||
X EN 4 -300 -100 100 R 50 50 1 1 I
|
||||
X VIN 5 -300 100 100 R 50 50 1 1 I
|
||||
S -200 200 200 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -833,13 +896,13 @@ F2 "LLP6" 0 -350 50 H V C CIN
|
|||
F3 "" 0 0 50 H V C CNN
|
||||
ALIAS LMR62421XSD
|
||||
DRAW
|
||||
S -250 300 250 -300 0 1 10 f
|
||||
X FB 1 400 -200 150 L 50 50 1 1 I
|
||||
X GND 2 -400 -200 150 R 50 50 1 1 W
|
||||
X SW 3 400 100 150 L 50 50 1 1 O
|
||||
X VIND 4 -400 100 150 R 50 50 1 1 W
|
||||
X VINA 5 -400 200 150 R 50 50 1 1 I
|
||||
X EN 6 -400 -100 150 R 50 50 1 1 I
|
||||
S -250 300 250 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -851,6 +914,7 @@ F1 "LT3439" -450 600 50 H V L CNN
|
|||
F2 "" 0 0 50 H V C CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S -450 550 450 -550 0 1 10 f
|
||||
X PGND 1 0 -700 150 U 50 50 1 1 W
|
||||
X COLA 3 600 300 150 L 50 50 1 1 O
|
||||
X Rsl 4 600 -300 150 L 50 50 1 1 P
|
||||
|
@ -862,7 +926,6 @@ X ~SHDN~ 11 -600 300 150 R 50 50 1 1 I I
|
|||
X VIN 13 0 700 150 D 50 50 1 1 W
|
||||
X COLB 14 600 0 150 L 50 50 1 1 O
|
||||
X PGND 16 100 -700 150 U 50 50 1 1 W
|
||||
S -450 550 450 -550 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -879,6 +942,7 @@ $FPLIST
|
|||
DIP*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X BST 1 400 200 100 L 50 50 1 1 P
|
||||
X VD 2 -400 -200 100 R 50 50 1 1 P
|
||||
X SGND 3 -100 -400 100 U 50 50 1 1 W
|
||||
|
@ -887,7 +951,6 @@ X ON/~OFF~ 5 -400 100 100 R 50 50 1 1 I
|
|||
X GND 6 100 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -400 200 100 R 50 50 1 1 W
|
||||
X LX 8 400 0 100 L 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -903,6 +966,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X BST 1 400 200 100 L 50 50 1 1 P
|
||||
X VD 2 -400 -200 100 R 50 50 1 1 P
|
||||
X SGND 3 -100 -400 100 U 50 50 1 1 W
|
||||
|
@ -911,7 +975,25 @@ X ON/~OFF~ 5 -400 100 100 R 50 50 1 1 I
|
|||
X GND 6 100 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -400 200 100 R 50 50 1 1 W
|
||||
X LX 8 400 0 100 L 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MAX777
|
||||
#
|
||||
DEF MAX777 U 0 30 Y Y 1 F N
|
||||
F0 "U" 0 450 60 H V C CNN
|
||||
F1 "MAX777" 0 -450 60 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -450 -400 450 400 0 1 0 N
|
||||
X ILIM 1 -750 100 300 R 60 60 1 1 I
|
||||
X IN 2 -750 300 300 R 60 60 1 1 I
|
||||
X AGND 3 -750 -300 300 R 60 60 1 1 P
|
||||
X PGND 4 750 -300 300 L 60 60 1 1 P
|
||||
X LX 5 750 300 300 L 60 60 1 1 P
|
||||
X OUT 6 750 100 300 L 60 60 1 1 O
|
||||
X SHDN 7 -750 -100 300 R 60 60 1 1 I I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -924,6 +1006,7 @@ F2 "" 0 0 50 H V C CIN
|
|||
F3 "" 0 0 50 H V C CNN
|
||||
ALIAS NID60S24-5 NID60S24-15 NID60S48-24 NID60S24-12
|
||||
DRAW
|
||||
S -400 300 400 -200 0 1 10 f
|
||||
X Vout 1 500 200 100 L 50 50 1 1 w
|
||||
X Vout 2 500 100 100 L 50 50 1 1 P
|
||||
X Vout 3 500 0 100 L 50 50 1 1 P
|
||||
|
@ -933,7 +1016,6 @@ X COM 6 100 -300 100 U 50 50 1 1 W
|
|||
X Vin 7 -500 200 100 R 50 50 1 1 W
|
||||
X Vin 8 -500 100 100 R 50 50 1 1 W
|
||||
X RC 11 -500 -100 100 R 50 50 1 1 I
|
||||
S -400 300 400 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -945,6 +1027,7 @@ F1 "ST1CC40PHR" -400 350 50 H V L CNN
|
|||
F2 "HSOP-8" 350 -350 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S 400 300 -400 -300 0 1 10 f
|
||||
X VIN_A 1 -500 100 100 R 50 50 1 1 I
|
||||
X INH 2 -500 -100 100 R 50 50 1 1 I
|
||||
X PGND 2 100 -400 100 U 50 50 1 1 w
|
||||
|
@ -952,7 +1035,6 @@ X FB 3 500 -100 100 L 50 50 1 1 I
|
|||
X AGND 4 -100 -400 100 U 50 50 1 1 W
|
||||
X VIN_SW 6 -500 200 100 R 50 50 1 1 I
|
||||
X SW 7 500 200 100 L 50 50 1 1 O
|
||||
S 400 300 -400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -964,6 +1046,7 @@ F1 "ST1S10PHR" -400 350 50 H V L CNN
|
|||
F2 "HSOP-8" 350 -350 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S 400 300 -400 -300 0 1 10 f
|
||||
X VIN_A 1 -500 100 100 R 50 50 1 1 I
|
||||
X INH 2 -500 -100 100 R 50 50 1 1 I
|
||||
X PGND 2 100 -400 100 U 50 50 1 1 w
|
||||
|
@ -972,7 +1055,6 @@ X AGND 4 -100 -400 100 U 50 50 1 1 W
|
|||
X SYNC 5 -500 -200 100 R 50 50 1 1 B
|
||||
X VIN_SW 6 -500 200 100 R 50 50 1 1 I
|
||||
X SW 7 500 200 100 L 50 50 1 1 O
|
||||
S 400 300 -400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -984,6 +1066,7 @@ F1 "ST1S10PUR" -400 350 50 H V L CNN
|
|||
F2 "DFN-8" 350 -350 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S 400 300 -400 -300 0 1 10 f
|
||||
X VIN_A 1 -500 100 100 R 50 50 1 1 I
|
||||
X INH 2 -500 -100 100 R 50 50 1 1 I
|
||||
X PGND 2 100 -400 100 U 50 50 1 1 w
|
||||
|
@ -992,7 +1075,6 @@ X AGND 4 -100 -400 100 U 50 50 1 1 W
|
|||
X SYNC 5 -500 -200 100 R 50 50 1 1 B
|
||||
X VIN_SW 6 -500 200 100 R 50 50 1 1 I
|
||||
X SW 7 500 200 100 L 50 50 1 1 O
|
||||
S 400 300 -400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -1004,6 +1086,7 @@ F1 "ST1S14PHR" -300 350 50 H V L CNN
|
|||
F2 "HSOP-8" 250 -350 50 H V C CIN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
DRAW
|
||||
S 300 300 -300 -300 0 1 10 f
|
||||
X BST 1 400 200 100 L 50 50 1 1 I
|
||||
X PG 2 -400 -200 100 R 50 50 1 1 O
|
||||
X ~EN1~ 3 -400 0 100 R 50 50 1 1 I
|
||||
|
@ -1012,7 +1095,6 @@ X EN2 5 -400 -100 100 R 50 50 1 1 I
|
|||
X GND 6 0 -400 100 U 50 50 1 1 W
|
||||
X VIN 7 -400 200 100 R 50 50 1 1 I
|
||||
X SW 8 400 0 100 L 50 50 1 1 O
|
||||
S 300 300 -300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -1028,6 +1110,7 @@ $FPLIST
|
|||
*SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
X BOOT 1 500 200 100 L 50 50 1 1 I
|
||||
X VSENSE 4 500 -200 100 L 50 50 1 1 I
|
||||
X EN 5 -500 -200 100 R 50 50 1 1 I
|
||||
|
@ -1035,7 +1118,6 @@ X GND 6 -100 -400 100 U 50 50 1 1 W
|
|||
X VIN 7 -500 200 100 R 50 50 1 1 I
|
||||
X PH 8 500 0 100 L 50 50 1 1 O
|
||||
X PAD 9 0 -400 100 U 50 50 1 1 P
|
||||
S -400 300 400 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -1051,6 +1133,7 @@ $FPLIST
|
|||
*SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -400 0 1 10 f
|
||||
X BOOT 1 400 200 100 L 50 50 1 1 I
|
||||
X VIN 2 -400 200 100 R 50 50 1 1 I
|
||||
X EN 3 -400 -300 100 R 50 50 1 1 I
|
||||
|
@ -1060,7 +1143,6 @@ X COMP 6 400 -100 100 L 50 50 1 1 P
|
|||
X GND 7 -100 -500 100 U 50 50 1 1 W
|
||||
X SW 8 400 0 100 L 50 50 1 1 O
|
||||
X PAD 9 100 -500 100 U 50 50 1 1 P
|
||||
S -300 300 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -1076,6 +1158,7 @@ $FPLIST
|
|||
MSOP-10*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -500 400 500 -300 0 1 10 f
|
||||
X ~EN 1 -600 -200 100 R 50 50 1 1 I
|
||||
X PG 2 600 -200 100 L 50 50 1 1 C
|
||||
X C2- 3 100 500 100 D 50 50 1 1 P
|
||||
|
@ -1086,7 +1169,6 @@ X VOUT 7 600 100 100 L 50 50 1 1 w
|
|||
X C1- 8 -400 500 100 D 50 50 1 1 P
|
||||
X GND 9 0 -400 100 U 50 50 1 1 W
|
||||
X FB 10 600 -100 100 L 50 50 1 1 I
|
||||
S -500 400 500 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -1102,50 +1184,12 @@ $FPLIST
|
|||
SOT-23-5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -200 300 200 -200 0 1 10 f
|
||||
X VI 1 -300 200 100 R 50 50 1 1 W
|
||||
X GND 2 -300 -100 100 R 50 50 1 1 W
|
||||
X EN 3 -300 0 100 R 50 50 1 1 I
|
||||
X FB 4 300 0 100 L 50 50 1 1 I
|
||||
X SW 5 300 200 100 L 50 50 1 1 O
|
||||
S -200 300 200 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# ICL7660
|
||||
#
|
||||
DEF ICL7660 U 0 40 Y Y 1 F N
|
||||
F0 "U" 200 400 70 H V L CNN
|
||||
F1 "ICL7660" 50 -450 70 H V L CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X CAP+ 2 -850 250 300 R 60 60 1 1 I
|
||||
X GND 3 -50 -650 300 U 60 60 1 1 W
|
||||
X CAP- 4 -850 50 300 R 60 60 1 1 I
|
||||
X VOUT 5 850 150 300 L 60 60 1 1 w
|
||||
X LV 6 850 -150 300 L 60 60 1 1 I
|
||||
X OSC 7 -850 -150 300 R 60 60 1 1 I
|
||||
X V+ 8 -50 650 300 D 60 60 1 1 W
|
||||
S -550 -350 550 350 0 1 0 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MAX777
|
||||
#
|
||||
DEF MAX777 U 0 30 Y Y 1 F N
|
||||
F0 "U" 0 450 60 H V C CNN
|
||||
F1 "MAX777" 0 -450 60 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X ILIM 1 -750 100 300 R 60 60 1 1 I
|
||||
X IN 2 -750 300 300 R 60 60 1 1 I
|
||||
X AGND 3 -750 -300 300 R 60 60 1 1 P
|
||||
X PGND 4 750 -300 300 L 60 60 1 1 P
|
||||
X LX 5 750 300 300 L 60 60 1 1 P
|
||||
X OUT 6 750 100 300 L 60 60 1 1 O
|
||||
X SHDN 7 -750 -100 300 R 60 60 1 1 I I
|
||||
S -450 -400 450 400 0 1 0 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
|
|
@ -1,9 +1,63 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP BAT54ADW
|
||||
D Schottky diode array 2 pair Com A
|
||||
K diode
|
||||
F http://www.diodes.com/datasheets/ds30152.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP BAV99
|
||||
D BAV99 High-speed switching diodes
|
||||
K diode
|
||||
F www.nxp.com/documents/data_sheet/BAV99_SER.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP BAW56DW
|
||||
D Switching diode array 2 pair Com A
|
||||
K diode
|
||||
F http://www.diodes.com/datasheets/ds30146.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP BAW56S
|
||||
D High Speed Switching Diode Array 2 pair Com A
|
||||
K diode
|
||||
F http://www.nxp.com/documents/data_sheet/BAV756S_BAW56_SER.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MMBD4448HADW
|
||||
D Fast Switching Diode Array 2 pair Com A
|
||||
K diode
|
||||
F http://www.diodes.com/datasheets/ds30153.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MMBD4448HCQW
|
||||
D Quad Switching Diode Array Common Cathode
|
||||
K diode
|
||||
F http://www.diodes.com/datasheets/ds30153.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP Panasonic_MA5J002E
|
||||
D Quad Ultra high Speed Switching Diode Array Com K
|
||||
K diode
|
||||
F http://www.semicon.panasonic.co.jp/ds4/MA5J002E_BED_discon.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP Rohm_UMN1N
|
||||
D High-speed switching diodes 2 pair Com A
|
||||
K diode
|
||||
F http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/diode/switching/ump11n.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP Rohm_UMP11N
|
||||
D High-speed switching diodes 2 pair Com A
|
||||
K diode
|
||||
F http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/diode/switching/ump11n.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP Toshiba_HN1D01FU
|
||||
D Ultra High Speed Switching Diode Array 2 pair Com A
|
||||
K diode
|
||||
F http://www.toshiba.com/taec/components2/Datasheet_Sync/200901/DST_HN1D01FU-TDE_EN_1882.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
||||
|
|
|
@ -1,6 +1,30 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# BAT54ADW
|
||||
#
|
||||
DEF BAT54ADW D 0 40 Y N 4 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "BAT54ADW" 0 -100 50 H V C CNN
|
||||
F2 "" -100 0 50 H V C CNN
|
||||
F3 "" 0 100 50 H V C CNN
|
||||
$FPLIST
|
||||
*SC-70-6*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 3 0 1 0 50 50 -50 0 50 -50 F
|
||||
P 6 0 1 0 -25 25 -25 50 -50 50 -50 -50 -75 -50 -75 -25 N
|
||||
X K 1 -200 0 150 R 50 50 1 1 P
|
||||
X A 6 200 0 150 L 50 50 1 1 P
|
||||
X K 2 -200 0 150 R 50 50 2 1 P
|
||||
X A 6 200 0 150 L 50 50 2 1 P
|
||||
X A 3 200 0 150 L 50 50 3 1 P
|
||||
X K 4 -200 0 150 R 50 50 3 1 P
|
||||
X A 3 200 0 150 L 50 50 4 1 P
|
||||
X K 5 -200 0 150 R 50 50 4 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# BAV99
|
||||
#
|
||||
DEF BAV99 D 0 40 N N 2 F N
|
||||
|
@ -21,4 +45,54 @@ X A 3 200 0 150 L 50 50 2 1 P
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
||||
# Rohm_UMN1N
|
||||
#
|
||||
DEF Rohm_UMN1N D 0 40 Y N 4 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "Rohm_UMN1N" 0 -100 50 H V C CNN
|
||||
F2 "" -100 0 50 H V C CNN
|
||||
F3 "" 0 100 50 H V C CNN
|
||||
ALIAS MMBD4448HCQW Panasonic_MA5J002E
|
||||
$FPLIST
|
||||
*SOT-353*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 6 -50 50 -50 -50 N
|
||||
P 3 0 1 0 50 50 -50 0 50 -50 F
|
||||
X A 1 200 0 150 L 50 50 1 1 P
|
||||
X K 2 -200 0 150 R 50 50 1 1 P
|
||||
X K 2 -200 0 150 R 50 50 2 1 P
|
||||
X A 3 200 0 150 L 50 50 2 1 P
|
||||
X K 2 -200 0 150 R 50 50 3 1 P
|
||||
X A 4 200 0 150 L 50 50 3 1 P
|
||||
X K 2 -200 0 150 R 50 50 4 1 P
|
||||
X A 5 200 0 150 L 50 50 4 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Rohm_UMP11N
|
||||
#
|
||||
DEF Rohm_UMP11N D 0 40 Y N 4 F N
|
||||
F0 "D" 0 100 50 H V C CNN
|
||||
F1 "Rohm_UMP11N" 0 -100 50 H V C CNN
|
||||
F2 "" -100 0 50 H V C CNN
|
||||
F3 "" 0 100 50 H V C CNN
|
||||
ALIAS BAW56DW BAW56S MMBD4448HADW Toshiba_HN1D01FU
|
||||
$FPLIST
|
||||
*SC-70-6*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
P 2 0 1 6 -50 50 -50 -50 N
|
||||
P 3 0 1 0 50 50 -50 0 50 -50 F
|
||||
X K 1 -200 0 150 R 50 50 1 1 P
|
||||
X A 6 200 0 150 L 50 50 1 1 P
|
||||
X K 2 -200 0 150 R 50 50 2 1 P
|
||||
X A 6 200 0 150 L 50 50 2 1 P
|
||||
X A 3 200 0 150 L 50 50 3 1 P
|
||||
X K 4 -200 0 150 R 50 50 3 1 P
|
||||
X A 3 200 0 150 L 50 50 4 1 P
|
||||
X K 5 -200 0 150 R 50 50 4 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -61,6 +61,12 @@ K LCD 16x2 Alphanumeric 16pin Blue/Yellow/Green Backlight
|
|||
F http://www.icbank.com/data/ICBShop/board/HY1602E.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP ILI9341_LCD_Breakout
|
||||
D ILI9341 controller, SPI TFT LCD Display, 9-pin breakout PCB, 4-pin SD card interface, 5V/3.3V
|
||||
K GLCD TFT ILI9341 320x240
|
||||
F www.newhavendisplay.com/app_notes/ILI9341.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LCD-016N002L
|
||||
D 16 x 2 Character LCD
|
||||
F http://www.vishay.com/docs/37299/37299.pdf
|
||||
|
|
|
@ -593,6 +593,38 @@ X DB7 16 750 -500 150 U 40 40 1 1 B
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# ILI9341_LCD_Breakout
|
||||
#
|
||||
DEF ILI9341_LCD_Breakout U 0 30 Y Y 1 F N
|
||||
F0 "U" -700 500 50 H V L CNN
|
||||
F1 "ILI9341_LCD_Breakout" -700 -500 50 H V L CNN
|
||||
F2 "" -750 400 50 H V C CNN
|
||||
F3 "" -650 500 50 H V C CNN
|
||||
DRAW
|
||||
T 0 25 150 50 0 0 0 320x240~LCD Italic 0 C C
|
||||
T 0 -225 250 50 0 0 0 ILI9341 Italic 0 L C
|
||||
T 0 -625 400 50 0 0 0 J2 Normal 0 C C
|
||||
T 0 625 400 50 0 0 0 J4 Normal 0 C C
|
||||
T 0 -225 -275 50 0 0 0 SD~Card~Slot Italic 0 L C
|
||||
T 0 -225 50 50 0 0 0 SPI~Interface Italic 0 L C
|
||||
S -700 450 700 -450 0 1 10 f
|
||||
S -250 350 300 -350 0 1 10 N
|
||||
X Vcc 1 400 600 150 D 50 50 1 1 W
|
||||
X GND 2 400 -600 150 U 50 50 1 1 W
|
||||
X ~CS 3 800 200 100 L 50 50 1 1 I
|
||||
X Reset 4 800 -300 100 L 50 50 1 1 I
|
||||
X D/~C 5 800 300 100 L 50 50 1 1 I
|
||||
X MOSI 6 800 100 100 L 50 50 1 1 I
|
||||
X SCK 7 800 -100 100 L 50 50 1 1 I
|
||||
X LED 8 800 -200 100 L 50 50 1 1 I
|
||||
X MISO 9 800 0 100 L 50 50 1 1 O
|
||||
X SD_CS 10 -800 200 100 R 50 50 1 1 I
|
||||
X SD_MOSI 11 -800 100 100 R 50 50 1 1 I
|
||||
X SD_MISO 12 -800 0 100 R 50 50 1 1 O
|
||||
X SD_SCK 13 -800 -100 100 R 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LCD16X2
|
||||
#
|
||||
DEF LCD16X2 DS 0 40 Y Y 1 F N
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
EESchema-DOCLIB Version 2.0 Date: 2011-01-22 13:48:30
|
||||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP LPC1102UK
|
||||
D 32-bit ARM Cortex-M0 microcontroller, 32kB Flash, 8kB SRAM, UART, SPI, ADC 5ch
|
||||
|
@ -126,6 +126,66 @@ K ARM, 32bit, CortexM0, M0, NXP, Microcontroller
|
|||
F http://www.nxp.com/documents/data_sheet/LPC1111_12_13_14.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U12FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U1X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U13FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U1X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U14FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U1X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U22FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U23FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U24FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U2X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U34FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U3X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U35FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U3X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U36FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U3X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC11U37FBD48
|
||||
D LPC11U00 USB series, 50MHz Cortex-M0 MCU, USB, ADC, USART, I2C, SPI, LQFP48 package
|
||||
K nxp lpc arm microcontroller cortex
|
||||
F http://www.nxp.com/documents/data_sheet/LPC11U3X.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LPC1763FBD100
|
||||
D LPC1769, 32-bit ARM Cortex-M3 microcontroller, 256 kB Flash, 64 kB SRAM, I2S, DAC
|
||||
K ARM, 32bit, CortexM3, M3, NXP, Microcontroller
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
EESchema-LIBRARY Version 2.3 Date: 2011-01-22 13:48:30
|
||||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# LPC1102UK
|
||||
#
|
||||
|
@ -6,6 +7,7 @@ DEF LPC1102UK U 0 40 Y Y 1 F N
|
|||
F0 "U" -950 450 60 H V C CNN
|
||||
F1 "LPC1102UK" 750 -400 60 H V C CNN
|
||||
F2 "WLCSP16" -800 -400 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1000 400 1000 -350 0 1 0 f
|
||||
X PIO0_8/MISO/CT16B0_MAT0 A1 -1150 200 150 R 35 35 1 1 B
|
||||
|
@ -33,6 +35,7 @@ DEF LPC1111FHN33/101 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1111FHN33/101" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -77,6 +80,7 @@ DEF LPC1111FHN33/102 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1111FHN33/102" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -121,6 +125,7 @@ DEF LPC1111FHN33/201 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1111FHN33/201" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -165,6 +170,7 @@ DEF LPC1111FHN33/202 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1111FHN33/202" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -209,6 +215,7 @@ DEF LPC1112FHN33/101 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1112FHN33/101" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -253,6 +260,7 @@ DEF LPC1112FHN33/102 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1112FHN33/102" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -297,6 +305,7 @@ DEF LPC1112FHN33/201 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1112FHN33/201" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -341,6 +350,7 @@ DEF LPC1112FHN33/202 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1112FHN33/202" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -385,6 +395,7 @@ DEF LPC1113FBD48/301 U 0 40 Y Y 1 F N
|
|||
F0 "U" -950 1300 60 H V C CNN
|
||||
F1 "LPC1113FBD48/301" 650 -1350 60 H V C CNN
|
||||
F2 "LQFP48" 50 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 1250 1050 -1300 0 1 0 f
|
||||
X PIO2_6 1 1200 -500 150 L 35 35 1 1 B
|
||||
|
@ -444,6 +455,7 @@ DEF LPC1113FBD48/302 U 0 40 Y Y 1 F N
|
|||
F0 "U" -950 1300 60 H V C CNN
|
||||
F1 "LPC1113FBD48/302" 650 -1350 60 H V C CNN
|
||||
F2 "LQFP48" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 1250 1050 -1300 0 1 0 f
|
||||
X PIO2_6 1 1200 -500 150 L 35 35 1 1 B
|
||||
|
@ -503,6 +515,7 @@ DEF LPC1113FHN33/201 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1113FHN33/201" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -547,6 +560,7 @@ DEF LPC1113FHN33/202 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1113FHN33/202" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -591,6 +605,7 @@ DEF LPC1113FHN33/301 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1113FHN33/301" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -635,6 +650,7 @@ DEF LPC1113FHN33/302 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1113FHN33/302" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -679,6 +695,7 @@ DEF LPC1114FBD48/301 U 0 40 Y Y 1 F N
|
|||
F0 "U" -950 1300 60 H V C CNN
|
||||
F1 "LPC1114FBD48/301" 650 -1350 60 H V C CNN
|
||||
F2 "LQFP48" 50 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 1250 1050 -1300 0 1 0 f
|
||||
X PIO2_6 1 1200 -500 150 L 35 35 1 1 B
|
||||
|
@ -738,6 +755,7 @@ DEF LPC1114FBD48/302 U 0 40 Y Y 1 F N
|
|||
F0 "U" -950 1300 60 H V C CNN
|
||||
F1 "LPC1114FBD48/302" 650 -1350 60 H V C CNN
|
||||
F2 "LQFP48" 50 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 1250 1050 -1300 0 1 0 f
|
||||
X PIO2_6 1 1200 -500 150 L 35 35 1 1 B
|
||||
|
@ -797,6 +815,7 @@ DEF LPC1114FHN33/201 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1114FHN33/201" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -841,6 +860,7 @@ DEF LPC1114FHN33/202 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1114FHN33/202" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -885,6 +905,7 @@ DEF LPC1114FHN33/301 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1114FHN33/301" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -929,6 +950,7 @@ DEF LPC1114FHN33/302 U 0 40 Y Y 1 F N
|
|||
F0 "U" -900 950 60 H V C CNN
|
||||
F1 "LPC1114FHN33/302" 550 -950 60 H V C CNN
|
||||
F2 "HVQFN33" -750 -950 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -950 900 950 -900 0 1 0 f
|
||||
X PIO2_0/~DTR~ 1 1100 -450 150 L 35 35 1 1 B
|
||||
|
@ -967,12 +989,74 @@ X VDD 29 50 1050 150 D 35 35 1 1 W
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LPC11U12FBD48
|
||||
#
|
||||
DEF LPC11U12FBD48 U 0 40 Y Y 1 F N
|
||||
F0 "U" -1050 1450 50 H V C CNN
|
||||
F1 "LPC11U12FBD48" -800 -1220 50 H V C CNN
|
||||
F2 "LQFP48" 950 -1200 50 H V C CNN
|
||||
F3 "" 0 -1475 50 H I C CNN
|
||||
ALIAS LPC11U13FBD48 LPC11U14FBD48 LPC11U22FBD48 LPC11U23FBD48 LPC11U24FBD48 LPC11U34FBD48 LPC11U35FBD48 LPC11U36FBD48 LPC11U37FBD48
|
||||
DRAW
|
||||
S -1100 1400 1100 -1150 0 1 10 f
|
||||
X C32B0_M1/PIO1_25 1 1200 300 100 L 50 50 1 1 B
|
||||
X ~DTR~/SSEL1/PIO1_19 2 1200 900 100 L 50 50 1 1 B
|
||||
X PIO0_0/~RESET 3 -1200 1300 100 R 50 50 1 1 B
|
||||
X PIO0_1/C32B0_M2 4 -1200 1200 100 R 50 50 1 1 B
|
||||
X Vss 5 100 -1300 150 U 50 50 1 1 W
|
||||
X XTALIN 6 1200 -900 100 L 50 50 1 1 I
|
||||
X XTALOUT 7 1200 -1000 100 L 50 50 1 1 I
|
||||
X Vdd 8 100 1500 100 D 50 50 1 1 W
|
||||
X PIO0_20/CT16B1_C0 9 -1200 -700 100 R 50 50 1 1 B
|
||||
X PIO0_2/SSEL0/CT16B0_C0 10 -1200 1100 100 R 50 50 1 1 B
|
||||
X USB_DP 20 1200 -500 100 L 50 50 1 1 P
|
||||
X PIO0_22/MISO1/ADC6 30 -1200 -900 100 R 50 50 1 1 B
|
||||
X PIO0_16/AD5/CT32B1_M3 40 -1200 -300 100 R 50 50 1 1 B
|
||||
X CT32B0_M2/RXD/PIO1_26 11 1200 200 100 L 50 50 1 1 B
|
||||
X CT32B0_M0/PIO1_24 21 1200 400 100 L 50 50 1 1 B
|
||||
X SCK0/CT32B0_C1/PIO1_29 31 1200 -100 100 L 50 50 1 1 B
|
||||
X Vss 41 -100 -1300 150 U 50 50 1 1 W
|
||||
X TC32B0_M3/TXD/PIO1_27 12 1200 100 100 L 50 50 1 1 B
|
||||
X PIO0_6/~USB_Connect~/SCK0 22 -1200 700 100 R 50 50 1 1 B
|
||||
X PIO0_11/TDI/AD0 32 -1200 200 100 R 50 50 1 1 B
|
||||
X PIO0_23/AD7 42 -1200 -1000 100 R 50 50 1 1 B
|
||||
X SCK1/PIO1_20 13 1200 800 100 L 50 50 1 1 B
|
||||
X PIO0_7/~CTS 23 -1200 600 100 R 50 50 1 1 B
|
||||
X PIO0_12/TMS/AD1 33 -1200 100 100 R 50 50 1 1 B
|
||||
X SCK1/PIO1_15 43 1200 1100 100 L 50 50 1 1 B
|
||||
X PIO0_3/USB_Vbus 14 -1200 1000 100 R 50 50 1 1 B
|
||||
X CT32B0_C0/SCLK/PIO1_28 24 1200 0 100 L 50 50 1 1 B
|
||||
X PIO0_13/TDO/AD2 34 -1200 0 100 R 50 50 1 1 B
|
||||
X Vdd 44 -100 1500 100 D 50 50 1 1 W
|
||||
X PIO0_4/SCL 15 -1200 900 100 R 50 50 1 1 B
|
||||
X PIO1_31 25 1200 -200 100 L 50 50 1 1 B
|
||||
X PIO0_14/~TRST~/AD3 35 -1200 -100 100 R 50 50 1 1 B
|
||||
X PIO0_17/CT32B0_C0/SCLK 45 -1200 -400 100 R 50 50 1 1 B
|
||||
X PIO0_5/SDA 16 -1200 800 100 R 50 50 1 1 B
|
||||
X MISO1/PIO1_21 26 1200 700 100 L 50 50 1 1 B
|
||||
X TXD/PIO1_13 36 1200 1300 100 L 50 50 1 1 B
|
||||
X PIO0_18/RXD 46 -1200 -500 100 R 50 50 1 1 B
|
||||
X PIO0_21/CT16B1_M0/MOSI1 17 -1200 -800 100 R 50 50 1 1 B
|
||||
X PIO0_8/MISO0/CT16B0_M0 27 -1200 500 100 R 50 50 1 1 B
|
||||
X RXD/PIO1_14 37 1200 1200 100 L 50 50 1 1 B
|
||||
X PIO0_19/TXD 47 -1200 -600 100 R 50 50 1 1 B
|
||||
X CT16B1_M1/SSEL1/PIO1_23 18 1200 500 100 L 50 50 1 1 B
|
||||
X PIO0_9/MOSI0/CT16B0_M1 28 -1200 400 100 R 50 50 1 1 B
|
||||
X MOSI1/PIO1_22 38 1200 600 100 L 50 50 1 1 B
|
||||
X CT16B0_C0/PIO1_16 48 1200 1000 100 L 50 50 1 1 B
|
||||
X USB_DM 19 1200 -600 100 L 50 50 1 1 P
|
||||
X PIO0_10/SWCLK/SCK0 29 -1200 300 100 R 50 50 1 1 B
|
||||
X PIO0_15/SWDIO/AD4 39 -1200 -200 100 R 50 50 1 1 B
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LPC1763FBD100
|
||||
#
|
||||
DEF LPC1763FBD100 U 0 40 Y Y 1 F N
|
||||
F0 "U" -1000 2500 60 H V C CNN
|
||||
F1 "LPC1763FBD100" 850 -2600 60 H V C CNN
|
||||
F2 "LQFP100" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 2450 1050 -2550 0 1 0 f
|
||||
X TDO/SWO 1 -1200 2250 150 R 35 35 1 1 O
|
||||
|
@ -1083,6 +1167,7 @@ DEF LPC1764FBD100 U 0 40 Y Y 1 F N
|
|||
F0 "U" -1000 2500 60 H V C CNN
|
||||
F1 "LPC1764FBD100" 850 -2600 60 H V C CNN
|
||||
F2 "LQFP100" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 2450 1050 -2550 0 1 0 f
|
||||
X TDO/SWO 1 -1200 2250 150 R 35 35 1 1 O
|
||||
|
@ -1193,6 +1278,7 @@ DEF LPC1765FBD100 U 0 40 Y Y 1 F N
|
|||
F0 "U" -1000 2500 60 H V C CNN
|
||||
F1 "LPC1765FBD100" 850 -2600 60 H V C CNN
|
||||
F2 "LQFP100" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 2450 1050 -2550 0 1 0 f
|
||||
X TDO/SWO 1 -1200 2250 150 R 35 35 1 1 O
|
||||
|
@ -1303,6 +1389,7 @@ DEF LPC1766FBD100 U 0 40 Y Y 1 F N
|
|||
F0 "U" -1000 2500 60 H V C CNN
|
||||
F1 "LPC1766FBD100" 850 -2600 60 H V C CNN
|
||||
F2 "LQFP100" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 2450 1050 -2550 0 1 0 f
|
||||
X TDO/SWO 1 -1200 2250 150 R 35 35 1 1 O
|
||||
|
@ -1413,6 +1500,7 @@ DEF LPC1767FBD100 U 0 40 Y Y 1 F N
|
|||
F0 "U" -1000 2500 60 H V C CNN
|
||||
F1 "LPC1767FBD100" 850 -2600 60 H V C CNN
|
||||
F2 "LQFP100" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 2450 1050 -2550 0 1 0 f
|
||||
X TDO/SWO 1 -1200 2250 150 R 35 35 1 1 O
|
||||
|
@ -1523,6 +1611,7 @@ DEF LPC1769FBD100 U 0 40 Y Y 1 F N
|
|||
F0 "U" -1000 2500 60 H V C CNN
|
||||
F1 "LPC1769FBD100" 850 -2600 60 H V C CNN
|
||||
F2 "LQFP100" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -1050 2450 1050 -2550 0 1 0 f
|
||||
X TDO/SWO 1 -1200 2250 150 R 35 35 1 1 O
|
||||
|
@ -1632,6 +1721,8 @@ ENDDEF
|
|||
DEF LPC2148 U 0 40 Y Y 1 F N
|
||||
F0 "U" -700 1750 60 H V C CNN
|
||||
F1 "LPC2148" 550 -1850 60 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S 750 1700 -750 -1800 0 1 0 f
|
||||
X PWM5/AD1_6/CAP1_3/P0[21] 1 900 -600 150 L 35 35 1 1 B
|
||||
|
|
|
@ -28,10 +28,18 @@ $CMP +15V
|
|||
K POWER, PWR
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP +1V1
|
||||
K POWER, PWR
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP +1V2
|
||||
K POWER, PWR
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP +1V5
|
||||
K POWER, PWR
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP +1V8
|
||||
K POWER, PWR
|
||||
$ENDCMP
|
||||
|
|
|
@ -106,6 +106,21 @@ X +15V 1 0 0 0 U 50 50 1 1 W N
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +1V1
|
||||
#
|
||||
DEF +1V1 #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "+1V1" 0 140 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 2 0 1 0 -30 50 0 100 N
|
||||
P 2 0 1 0 0 0 0 100 N
|
||||
P 2 0 1 0 0 100 30 50 N
|
||||
X +1V1 1 0 0 0 U 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +1V2
|
||||
#
|
||||
DEF +1V2 #PWR 0 0 Y Y 1 F P
|
||||
|
@ -121,6 +136,21 @@ X +1V2 1 0 0 0 U 50 50 1 1 W N
|
|||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +1V5
|
||||
#
|
||||
DEF +1V5 #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "+1V5" 0 140 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 2 0 1 0 -30 50 0 100 N
|
||||
P 2 0 1 0 0 0 0 100 N
|
||||
P 2 0 1 0 0 100 30 50 N
|
||||
X +1V5 1 0 0 0 U 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +1V8
|
||||
#
|
||||
DEF +1V8 #PWR 0 0 Y Y 1 F P
|
||||
|
|
|
@ -83,6 +83,12 @@ K Hall Current Sensor
|
|||
F http://www.allegromicro.com/~/media/Files/Datasheets/ACS754-200-Datasheet.ashx
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP AD8418
|
||||
D Bidirectional zero-drift current sense amplifier, 20V/V
|
||||
K current sense amplifier shunt high side bidirectional
|
||||
F http://www.analog.com/media/en/technical-documentation/data-sheets/AD8418.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP BMP085
|
||||
D 19-Bit Digital Barometer, LCC-8
|
||||
K Digital Barometer
|
||||
|
@ -95,6 +101,42 @@ K digital temperature humidity sensor
|
|||
F http://akizukidenshi.com/download/ds/aosong/DHT11.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP INA193
|
||||
D Current shunt monitor with independent supply, -16V to +80V common mode range
|
||||
K Current sensor shunt monitor high low side
|
||||
F http://www.ti.com/lit/gpn/ina193
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP INA194
|
||||
D Current shunt monitor with independent supply, -16V to +80V common mode range
|
||||
K Current sensor shunt monitor high low side
|
||||
F http://www.ti.com/lit/gpn/ina193
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP INA195
|
||||
D Current shunt monitor with independent supply, -16V to +80V common mode range
|
||||
K Current sensor shunt monitor high low side
|
||||
F http://www.ti.com/lit/gpn/ina193
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP INA196
|
||||
D Current shunt monitor with independent supply, -16V to +80V common mode range
|
||||
K current sensor shunt monitor high low side
|
||||
F http://www.ti.com/lit/gpn/ina193
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP INA197
|
||||
D Current shunt monitor with independent supply, -16V to +80V common mode range
|
||||
K Current sensor shunt monitor high low side
|
||||
F http://www.ti.com/lit/gpn/ina193
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP INA198
|
||||
D Current shunt monitor with independent supply, -16V to +80V common mode range
|
||||
K Current sensor shunt monitor high low side
|
||||
F http://www.ti.com/lit/gpn/ina193
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP L3G4200D
|
||||
D 16-bit 3 Axis Digital MEMS Gyroscope, LGA-16
|
||||
K 3-Axis MEMS Gyroscope
|
||||
|
@ -107,6 +149,12 @@ K 3-Axis MEMS Gyroscope
|
|||
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00036465.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LIS331HH
|
||||
D 3-Axis Accelerometer, 6g/12g/24g range, 1000Hz, I2C and SPI interface
|
||||
K 3-axis accelerometer SPI I2C
|
||||
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00250937.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP LSM303DLHC
|
||||
D 16-bit 3 Axis Digital MEMS Accelerometer + Magnetometer, LGA-14
|
||||
K 3-Axis MEMS Accelerometer Magnetometer
|
||||
|
@ -119,6 +167,30 @@ K Thermocouple Converter
|
|||
F http://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX31855.html#popuppdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MCP9700-TT
|
||||
D Linear active thermistor in SOT23-3 package
|
||||
K thermistor temperature sensor sot23-3 sot-23
|
||||
F http://ww1.microchip.com/downloads/en/DeviceDoc/20001942F.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MCP9700_LT
|
||||
D Linear active thermistor in SC70-5 package
|
||||
K linear active thermistor temperature sensor
|
||||
F http://ww1.microchip.com/downloads/en/DeviceDoc/20001942F.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MCP9701-TT
|
||||
D Linear active thermistor in SOT23-3 package
|
||||
K linear active thermistor temperature sensor
|
||||
F http://ww1.microchip.com/downloads/en/DeviceDoc/20001942F.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MCP9701_LT
|
||||
D Linear active thermistor in SC70-5 package
|
||||
K linear active thermistor temperature sensor
|
||||
F http://ww1.microchip.com/downloads/en/DeviceDoc/20001942F.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP MP45DT02
|
||||
D MEMS Omnidirectional Digital Microphone, HLGA-6
|
||||
K MEMS Microphone
|
||||
|
@ -131,4 +203,10 @@ K Temperature sensor remote local i2c
|
|||
F http://www.ti.com.cn/cn/lit/ds/symlink/tmp411.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP ZXCT1009
|
||||
D High side current sensor, SOT-23
|
||||
K High side current sensor monitor shunt
|
||||
F www.diodes.com/datasheets/ZXCT1009.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
||||
|
|
|
@ -13,10 +13,10 @@ $FPLIST
|
|||
SOT*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -200 300 200 -300 0 1 10 f
|
||||
X VCC 1 -100 400 100 D 50 50 1 1 W
|
||||
X Vout 2 300 0 100 L 50 50 1 1 O
|
||||
X GND 3 -100 -400 100 U 50 50 1 1 W
|
||||
S -200 300 200 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -29,10 +29,10 @@ F2 "" 0 -350 50 H V L CIN
|
|||
F3 "" -100 0 60 H V C CNN
|
||||
ALIAS A1301EUA-T A1302KUA-T
|
||||
DRAW
|
||||
S -200 300 200 -300 0 1 10 f
|
||||
X VCC 1 -100 400 100 D 50 50 1 1 W
|
||||
X GND 2 -100 -400 100 U 50 50 1 1 W
|
||||
X Vout 3 300 0 100 L 50 50 1 1 O
|
||||
S -200 300 200 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -47,6 +47,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X IP+ 1 -400 200 100 R 50 50 1 1 P
|
||||
X IP+ 2 -400 100 100 R 50 50 1 1 P
|
||||
X IP- 3 -400 -100 100 R 50 50 1 1 P
|
||||
|
@ -54,7 +55,6 @@ X IP- 4 -400 -200 100 R 50 50 1 1 P
|
|||
X GND 5 400 -200 100 L 50 50 1 1 W
|
||||
X VIout 7 400 0 100 L 50 50 1 1 O
|
||||
X VCC 8 400 200 100 L 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -70,6 +70,7 @@ $FPLIST
|
|||
SO*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
X IP+ 1 -400 300 100 R 50 50 1 1 P
|
||||
X IP+ 2 -400 200 100 R 50 50 1 1 P
|
||||
X IP- 3 -400 -200 100 R 50 50 1 1 P
|
||||
|
@ -78,7 +79,6 @@ X GND 5 400 -300 100 L 50 50 1 1 W
|
|||
X ~FAULT 6 400 -200 100 L 50 50 1 1 O
|
||||
X VIout 7 400 100 100 L 50 50 1 1 O
|
||||
X VCC 8 400 300 100 L 50 50 1 1 W
|
||||
S -300 400 300 -400 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -91,6 +91,7 @@ F2 "SO-8" 0 0 50 H V C CIN
|
|||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS ACS712ELCTR-20A-T ACS712ELCTR-30A-T
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X IP+ 1 -400 200 100 R 50 50 1 1 P
|
||||
X IP+ 2 -400 100 100 R 50 50 1 1 P
|
||||
X IP- 3 -400 -100 100 R 50 50 1 1 P
|
||||
|
@ -99,7 +100,6 @@ X GND 5 0 -400 100 U 50 50 1 1 W
|
|||
X Filter 6 400 -100 100 L 50 50 1 1 P
|
||||
X VIout 7 400 200 100 L 50 50 1 1 O
|
||||
X VCC 8 0 400 100 D 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -116,6 +116,7 @@ $FPLIST
|
|||
8-SOIC
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X IP+ 1 -400 200 100 R 50 50 1 1 P
|
||||
X IP+ 2 -400 100 100 R 50 50 1 1 P
|
||||
X IP- 3 -400 -100 100 R 50 50 1 1 P
|
||||
|
@ -124,7 +125,6 @@ X GND 5 0 -400 100 U 50 50 1 1 W
|
|||
X Filter 6 400 -100 100 L 50 50 1 1 P
|
||||
X VIout 7 400 200 100 L 50 50 1 1 O
|
||||
X VCC 8 0 400 100 D 50 50 1 1 W
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -136,12 +136,33 @@ F1 "ACS754SCB-200" -300 -250 50 H V L CNN
|
|||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
X VCC 1 400 100 100 L 50 50 1 1 W
|
||||
X GND 2 400 -100 100 L 50 50 1 1 W
|
||||
X OUT 3 400 0 100 L 50 50 1 1 O
|
||||
X IP+ 4 -400 100 100 R 50 50 1 1 P
|
||||
X IP- 5 -400 -100 100 R 50 50 1 1 P
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# AD8418
|
||||
#
|
||||
DEF AD8418 U 0 40 Y Y 1 F N
|
||||
F0 "U" -300 350 50 H V L CNN
|
||||
F1 "AD8418" -300 -350 50 H V L CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 2 0 1 0 200 -300 100 -100 N
|
||||
P 2 0 1 0 200 300 100 100 N
|
||||
P 4 0 1 10 300 0 -300 300 -300 -300 300 0 f
|
||||
X -IN 1 -400 -100 100 R 50 50 1 1 I
|
||||
X V- 2 0 -400 250 U 50 50 1 1 W
|
||||
X VR2 3 200 -400 100 U 50 50 1 1 W
|
||||
X OUT 5 400 0 100 L 50 50 1 1 O
|
||||
X V+ 6 0 400 250 D 50 50 1 1 W
|
||||
X VR1 7 200 400 100 D 50 50 1 1 W
|
||||
X +IN 8 -400 100 100 R 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -153,6 +174,7 @@ F1 "BMP085" 100 350 50 H V L CNN
|
|||
F2 "LCC-8" -100 0 50 H V C CIN
|
||||
F3 "" -100 0 60 H V C CNN
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X GND 1 0 -400 100 U 50 50 1 1 W
|
||||
X EOC 2 400 -200 100 L 50 50 1 1 O
|
||||
X VDDA 3 -200 400 100 D 50 50 1 1 W
|
||||
|
@ -160,7 +182,6 @@ X VDD 4 0 400 100 D 50 50 1 1 W
|
|||
X SCL 6 400 100 100 L 50 50 1 1 I
|
||||
X SDA 7 400 200 100 L 50 50 1 1 B
|
||||
X XCLR 8 400 0 100 L 50 50 1 1 I
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -172,10 +193,46 @@ F1 "DHT11" 100 -250 60 H V C CNN
|
|||
F2 "" 150 250 60 H V C CNN
|
||||
F3 "" 150 250 60 H V C CNN
|
||||
DRAW
|
||||
S -200 200 200 -200 0 1 0 f
|
||||
X VCC 1 -100 300 100 D 40 40 1 1 I
|
||||
X IO 2 300 0 100 L 40 40 1 1 B
|
||||
X GND 4 -100 -300 100 U 40 40 1 1 W
|
||||
S -200 200 200 -200 0 1 0 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# INA193
|
||||
#
|
||||
DEF INA193 U 0 40 Y Y 1 F N
|
||||
F0 "U" -300 250 50 H V L CNN
|
||||
F1 "INA193" 50 250 50 H V L CNN
|
||||
F2 "SOT23-5" 50 -250 50 H V L CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
ALIAS INA194 INA195
|
||||
DRAW
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
X OUT 1 400 0 100 L 50 50 1 1 O
|
||||
X GND 2 0 -300 100 U 50 50 1 1 W
|
||||
X Vin+ 3 -400 100 100 R 50 50 1 1 I
|
||||
X Vin- 4 -400 -100 100 R 50 50 1 1 I
|
||||
X Vcc 5 0 300 100 D 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# INA196
|
||||
#
|
||||
DEF INA196 U 0 40 Y Y 1 F N
|
||||
F0 "U" -300 250 50 H V L CNN
|
||||
F1 "INA196" 50 250 50 H V L CNN
|
||||
F2 "SOT23-5" 50 -250 50 H V L CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
ALIAS INA197 INA198
|
||||
DRAW
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
X OUT 1 400 0 100 L 50 50 1 1 O
|
||||
X GND 2 0 -300 100 U 50 50 1 1 W
|
||||
X Vcc 3 0 300 100 D 50 50 1 1 W
|
||||
X Vin+ 4 -400 100 100 R 50 50 1 1 I
|
||||
X Vin- 5 -400 -100 100 R 50 50 1 1 I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -190,6 +247,7 @@ $FPLIST
|
|||
LGA*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -550 450 550 -450 0 1 10 f
|
||||
X VDDIO 1 -100 600 150 D 50 50 1 1 W
|
||||
X SCL/SPC 2 700 300 150 L 50 50 1 1 I
|
||||
X SDA/SDI/SDO 3 700 200 150 L 50 50 1 1 B
|
||||
|
@ -206,7 +264,6 @@ X GND 13 0 -600 150 U 50 50 1 1 W
|
|||
X PLLFILT 14 700 -400 150 L 50 50 1 1 P
|
||||
X RES(VDD) 15 -700 400 150 R 50 50 1 1 P
|
||||
X VDD 16 100 600 150 D 50 50 1 1 W
|
||||
S -550 450 550 -450 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -221,6 +278,7 @@ $FPLIST
|
|||
LGA*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -550 450 550 -450 0 1 10 f
|
||||
X VDDIO 1 -100 600 150 D 50 50 1 1 W
|
||||
X SCL/SPC 2 700 300 150 L 50 50 1 1 I
|
||||
X SDA/SDI/SDO 3 700 200 150 L 50 50 1 1 B
|
||||
|
@ -237,99 +295,32 @@ X GND 13 0 -600 150 U 50 50 1 1 W
|
|||
X RES(CAP) 14 -700 200 150 R 50 50 1 1 P
|
||||
X RES(VDD) 15 -700 400 150 R 50 50 1 1 P
|
||||
X VDD 16 100 600 150 D 50 50 1 1 W
|
||||
S -550 450 550 -450 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LSM303DLHC
|
||||
# LIS331HH
|
||||
#
|
||||
DEF LSM303DLHC IC 0 40 Y Y 1 F N
|
||||
F0 "IC" 250 600 50 H V L CNN
|
||||
F1 "LSM303DLHC" 250 500 50 H V L CNN
|
||||
F2 "LGA-14" 0 0 50 H V C CIN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DEF LIS331HH U 0 40 Y Y 1 F N
|
||||
F0 "U" -300 400 50 H V L CNN
|
||||
F1 "LIS331HH" -300 -500 50 H V L CNN
|
||||
F2 "" -100 250 50 H V C CNN
|
||||
F3 "" -100 250 50 H V C CNN
|
||||
DRAW
|
||||
X VDDIO 1 -100 600 150 D 50 50 1 1 W
|
||||
X SCL 2 600 400 150 L 50 50 1 1 I
|
||||
X SDA 3 600 300 150 L 50 50 1 1 B
|
||||
X INT2 4 600 -300 150 L 50 50 1 1 O
|
||||
X INT1 5 600 -200 150 L 50 50 1 1 O
|
||||
X C1 6 600 -400 150 L 50 50 1 1 P
|
||||
X GND 7 0 -600 150 U 50 50 1 1 W
|
||||
X RES(NC) 8 -600 -100 150 R 50 50 1 1 P
|
||||
X DRDY 9 600 -100 150 L 50 50 1 1 O
|
||||
X RES(GND) 10 -600 -300 150 R 50 50 1 1 P
|
||||
X RES(GND) 11 -600 -400 150 R 50 50 1 1 P
|
||||
X SETP 12 600 0 150 L 50 50 1 1 I
|
||||
X SETC 13 600 100 150 L 50 50 1 1 I
|
||||
X VDD 14 100 600 150 D 50 50 1 1 W
|
||||
S -450 450 450 -450 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MAX31855
|
||||
#
|
||||
DEF MAX31855 U 0 40 Y Y 1 F N
|
||||
F0 "U" 50 450 50 H V L CNN
|
||||
F1 "MAX31855" 50 350 50 H V L CNN
|
||||
F2 "SO8" 0 0 50 H V C CNN
|
||||
F3 "" 0 -300 60 H V C CNN
|
||||
DRAW
|
||||
X GND 1 0 -400 100 U 50 50 1 1 W
|
||||
X T- 2 -400 -100 100 R 50 50 1 1 I
|
||||
X T+ 3 -400 -200 100 R 50 50 1 1 I
|
||||
X VCC 4 0 400 100 D 50 50 1 1 W
|
||||
X SCK 5 400 -100 100 L 50 50 1 1 I
|
||||
X ~CS 6 400 -200 100 L 50 50 1 1 I
|
||||
X SO 7 400 0 100 L 50 50 1 1 O
|
||||
X NC 8 -400 0 100 R 50 50 1 1 I N
|
||||
S 300 300 -300 -300 0 1 0 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MP45DT02
|
||||
#
|
||||
DEF MP45DT02 IC 0 40 Y Y 1 F N
|
||||
F0 "IC" -300 350 50 H V L CNN
|
||||
F1 "MP45DT02" -300 250 50 H V L CNN
|
||||
F2 "HLGA-6" -300 -250 50 H V L CIN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
$FPLIST
|
||||
HLGA*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
X GND 1 -400 0 100 R 50 50 1 1 W
|
||||
X LR 2 400 -100 100 L 50 50 1 1 I
|
||||
X GND 3 -400 -100 100 R 50 50 1 1 W
|
||||
X CLK 4 400 0 100 L 50 50 1 1 I
|
||||
X DOUT 5 400 100 100 L 50 50 1 1 O
|
||||
X VDD 6 -400 100 100 R 50 50 1 1 W
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# TMP411
|
||||
#
|
||||
DEF TMP411 U 0 40 Y Y 1 F N
|
||||
F0 "U" -300 350 50 H V L CNN
|
||||
F1 "TMP411" 50 350 50 H V L CNN
|
||||
F2 "" -100 0 50 H V C CIN
|
||||
F3 "" -100 0 60 H V C CNN
|
||||
$FPLIST
|
||||
SOIC
|
||||
MSOP
|
||||
SO
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
X V+ 1 0 400 100 D 50 50 1 1 W
|
||||
X D+ 2 -400 -100 100 R 50 50 1 1 P
|
||||
X D- 3 -400 -200 100 R 50 50 1 1 P
|
||||
X ~TERM 4 400 -100 100 L 50 50 1 1 C
|
||||
X GND 5 0 -400 100 U 50 50 1 1 W
|
||||
X ~ALERT 6 400 -200 100 L 50 50 1 1 C
|
||||
X SDA 7 400 200 100 L 50 50 1 1 C
|
||||
X SCL 8 400 100 100 L 50 50 1 1 C
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
S -300 350 300 -450 0 1 10 f
|
||||
X Vdd 1 400 300 100 L 50 50 1 1 W
|
||||
X SCL 4 -400 0 100 R 50 50 1 1 I
|
||||
X GND 5 400 -400 100 L 50 50 1 1 W
|
||||
X SDA/SDI 6 -400 200 100 R 50 50 1 1 I
|
||||
X SDO 7 -400 100 100 R 50 50 1 1 O
|
||||
X CS 8 -400 300 100 R 50 50 1 1 I
|
||||
X INT2 9 -400 -200 100 R 50 50 1 1 O
|
||||
X GND 10 400 0 100 L 50 50 1 1 W
|
||||
X INT1 11 -400 -300 100 R 50 50 1 1 O
|
||||
X GND 12 400 -200 100 L 50 50 1 1 W
|
||||
X GND 13 400 -300 100 L 50 50 1 1 W
|
||||
X Vdd 14 400 200 100 L 50 50 1 1 W
|
||||
X Vdd 15 400 100 100 L 50 50 1 1 W
|
||||
X GND 16 400 -100 100 L 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
@ -347,10 +338,151 @@ $FPLIST
|
|||
TO92
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S 200 300 -200 -300 0 1 0 N
|
||||
X +Vs 1 0 400 100 D 50 50 1 1 I
|
||||
X GND 2 0 -400 100 U 50 50 1 1 I
|
||||
X Vout 3 300 0 100 L 50 50 1 1 I
|
||||
S 200 300 -200 -300 0 1 0 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# LSM303DLHC
|
||||
#
|
||||
DEF LSM303DLHC IC 0 40 Y Y 1 F N
|
||||
F0 "IC" 250 600 50 H V L CNN
|
||||
F1 "LSM303DLHC" 250 500 50 H V L CNN
|
||||
F2 "LGA-14" 0 0 50 H V C CIN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -450 450 450 -450 0 1 10 f
|
||||
X VDDIO 1 -100 600 150 D 50 50 1 1 W
|
||||
X SCL 2 600 400 150 L 50 50 1 1 I
|
||||
X SDA 3 600 300 150 L 50 50 1 1 B
|
||||
X INT2 4 600 -300 150 L 50 50 1 1 O
|
||||
X INT1 5 600 -200 150 L 50 50 1 1 O
|
||||
X C1 6 600 -400 150 L 50 50 1 1 P
|
||||
X GND 7 0 -600 150 U 50 50 1 1 W
|
||||
X RES(NC) 8 -600 -100 150 R 50 50 1 1 P
|
||||
X DRDY 9 600 -100 150 L 50 50 1 1 O
|
||||
X RES(GND) 10 -600 -300 150 R 50 50 1 1 P
|
||||
X RES(GND) 11 -600 -400 150 R 50 50 1 1 P
|
||||
X SETP 12 600 0 150 L 50 50 1 1 I
|
||||
X SETC 13 600 100 150 L 50 50 1 1 I
|
||||
X VDD 14 100 600 150 D 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MAX31855
|
||||
#
|
||||
DEF MAX31855 U 0 40 Y Y 1 F N
|
||||
F0 "U" 50 450 50 H V L CNN
|
||||
F1 "MAX31855" 50 350 50 H V L CNN
|
||||
F2 "SO8" 0 0 50 H V C CNN
|
||||
F3 "" 0 -300 60 H V C CNN
|
||||
DRAW
|
||||
S 300 300 -300 -300 0 1 0 f
|
||||
X GND 1 0 -400 100 U 50 50 1 1 W
|
||||
X T- 2 -400 -100 100 R 50 50 1 1 I
|
||||
X T+ 3 -400 -200 100 R 50 50 1 1 I
|
||||
X VCC 4 0 400 100 D 50 50 1 1 W
|
||||
X SCK 5 400 -100 100 L 50 50 1 1 I
|
||||
X ~CS 6 400 -200 100 L 50 50 1 1 I
|
||||
X SO 7 400 0 100 L 50 50 1 1 O
|
||||
X NC 8 -400 0 100 R 50 50 1 1 I N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MCP9700-TT
|
||||
#
|
||||
DEF MCP9700-TT U 0 40 Y Y 1 F N
|
||||
F0 "U" -150 250 50 H V C CNN
|
||||
F1 "MCP9700-TT" -200 -250 50 H V L CNN
|
||||
F2 "SOT23-3" -200 -350 50 H V L CNN
|
||||
F3 "" -150 250 50 H V C CNN
|
||||
ALIAS MCP9701-TT
|
||||
DRAW
|
||||
S -200 200 100 -200 0 1 10 f
|
||||
X Vdd 1 -300 100 100 R 50 50 1 1 W
|
||||
X Vout 2 200 0 100 L 50 50 1 1 I
|
||||
X GND 3 -300 -100 100 R 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MCP9700_LT
|
||||
#
|
||||
DEF MCP9700_LT U 0 40 Y Y 1 F N
|
||||
F0 "U" -200 250 50 H V C CNN
|
||||
F1 "MCP9700_LT" 50 250 50 H V L CNN
|
||||
F2 "SC70-5" 50 -250 50 H V L CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
ALIAS MCP9701_LT
|
||||
DRAW
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
X NC 1 -400 -100 100 R 50 50 1 1 N
|
||||
X GND 2 0 -300 100 U 50 50 1 1 W
|
||||
X Vout 3 400 0 100 L 50 50 1 1 O
|
||||
X Vdd 4 0 300 100 D 50 50 1 1 W
|
||||
X NC 5 -400 0 100 R 50 50 1 1 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# MP45DT02
|
||||
#
|
||||
DEF MP45DT02 IC 0 40 Y Y 1 F N
|
||||
F0 "IC" -300 350 50 H V L CNN
|
||||
F1 "MP45DT02" -300 250 50 H V L CNN
|
||||
F2 "HLGA-6" -300 -250 50 H V L CIN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
$FPLIST
|
||||
HLGA*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 200 300 -200 0 1 10 f
|
||||
X GND 1 -400 0 100 R 50 50 1 1 W
|
||||
X LR 2 400 -100 100 L 50 50 1 1 I
|
||||
X GND 3 -400 -100 100 R 50 50 1 1 W
|
||||
X CLK 4 400 0 100 L 50 50 1 1 I
|
||||
X DOUT 5 400 100 100 L 50 50 1 1 O
|
||||
X VDD 6 -400 100 100 R 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# TMP411
|
||||
#
|
||||
DEF TMP411 U 0 40 Y Y 1 F N
|
||||
F0 "U" -300 350 50 H V L CNN
|
||||
F1 "TMP411" 50 350 50 H V L CNN
|
||||
F2 "" -100 0 50 H V C CIN
|
||||
F3 "" -100 0 60 H V C CNN
|
||||
$FPLIST
|
||||
SOIC
|
||||
MSOP
|
||||
SO
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -300 300 300 -300 0 1 10 f
|
||||
X V+ 1 0 400 100 D 50 50 1 1 W
|
||||
X D+ 2 -400 -100 100 R 50 50 1 1 P
|
||||
X D- 3 -400 -200 100 R 50 50 1 1 P
|
||||
X ~TERM 4 400 -100 100 L 50 50 1 1 C
|
||||
X GND 5 0 -400 100 U 50 50 1 1 W
|
||||
X ~ALERT 6 400 -200 100 L 50 50 1 1 C
|
||||
X SDA 7 400 200 100 L 50 50 1 1 C
|
||||
X SCL 8 400 100 100 L 50 50 1 1 C
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# ZXCT1009
|
||||
#
|
||||
DEF ZXCT1009 U 0 40 Y Y 1 F N
|
||||
F0 "U" -100 200 50 H V L CNN
|
||||
F1 "ZXCT1009" -100 -200 50 H V L CNN
|
||||
F2 "SOT23-3" -100 -300 50 H V L CNN
|
||||
F3 "" -50 0 50 H V C CNN
|
||||
DRAW
|
||||
S -100 150 100 -150 0 1 10 f
|
||||
X Vs- 1 -200 100 100 R 50 50 1 1 I
|
||||
X Vs+ 2 -200 -100 100 R 50 50 1 1 I
|
||||
X Iout 3 200 0 100 L 50 50 1 1 O
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
|
|
BIN
modules/packages3d/Connect.3dshapes/Banana_Jack_1Pin.wings
Normal file
BIN
modules/packages3d/Connect.3dshapes/Banana_Jack_1Pin.wings
Normal file
Binary file not shown.
946
modules/packages3d/Connect.3dshapes/Banana_Jack_1Pin.wrl
Normal file
946
modules/packages3d/Connect.3dshapes/Banana_Jack_1Pin.wrl
Normal file
|
@ -0,0 +1,946 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 1.5.4
|
||||
DEF cylinder3_copy4 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body Material {
|
||||
diffuseColor 1.0 0.0 0.0
|
||||
emissiveColor 0.0 0.0 0.0
|
||||
specularColor 1.0 1.0 1.0
|
||||
ambientIntensity 1.0
|
||||
transparency 0.0
|
||||
shininess 1.0
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
8.30316881916815e-9 0.8999988504044377 0.1375538310414064,
|
||||
0.3444150974317495 0.8314904296646561 0.1375539219380293,
|
||||
0.6363961113710608 0.6363949534725625 0.13755418078971138,
|
||||
0.8314915875633262 0.3444139395335075 0.13755456818863054,
|
||||
0.9000000083031683 -1.1495947701107598e-6 0.13755502515681317,
|
||||
0.8314915875633262 -0.3444162387230477 0.1375554821249958,
|
||||
0.6363961113710608 -0.6363972526621026 0.13755586952391496,
|
||||
0.3444150974317486 -0.8314927288541961 0.13755612837559728,
|
||||
8.30316793098973e-9 -0.9000011495939776 0.13755621927222017,
|
||||
-0.3444150808254127 -0.831492728854196 0.13755612837559728,
|
||||
-0.6363960947647245 -0.6363972526621023 0.1375558695239152,
|
||||
-0.8314915709569894 -0.3444162387230477 0.13755548212499602,
|
||||
-0.899999991696832 -1.1495947697800976e-6 0.1375550251568134,
|
||||
-0.8314915709569899 0.34441393953350824 0.13755456818863077,
|
||||
-0.6363960947647249 0.6363949534725627 0.13755418078971138,
|
||||
-0.3444150808254127 0.8314904296646561 0.1375539219380293,
|
||||
8.30316881916815e-9 0.4191620484246322 1.9375544690148052,
|
||||
0.16040590570613666 0.3872553316305772 1.9375545113484745,
|
||||
0.29639145931258426 0.2963926896451992 1.937554631904564,
|
||||
0.3872541012980424 0.16040713603887127 1.9375548123295023,
|
||||
0.4191608180921249 1.2386360439635566e-6 1.9375550251552285,
|
||||
0.3872541012980424 -0.16040465876678345 1.9375552379809546,
|
||||
0.29639145931258426 -0.2963902123731112 1.9375554184058927,
|
||||
0.16040590570613666 -0.3872528543584891 1.9375555389619827,
|
||||
8.30316881916815e-9 -0.419159571152544 1.9375555812956518,
|
||||
-0.16040588909980036 -0.387252854358489 1.9375555389619827,
|
||||
-0.29639144270624795 -0.29639021237311114 1.9375554184058932,
|
||||
-0.38725408469170564 -0.16040465876678361 1.9375552379809546,
|
||||
-0.41916080148578816 1.2386360440678264e-6 1.9375550251552285,
|
||||
-0.38725408469170564 0.16040713603887174 1.9375548123295023,
|
||||
-0.29639144270624795 0.2963926896451994 1.937554631904564,
|
||||
-0.1604058890998008 0.3872553316305772 1.9375545113484745,
|
||||
8.30316881916815e-9 0.8276412386353234 1.9375539270467004,
|
||||
0.3167241242657921 0.7646408949229812 1.937554010635373,
|
||||
0.5852298646844036 0.5852310950167289 1.9375542486751232,
|
||||
0.7646396645908 0.3167253545984125 1.9375546049273895,
|
||||
0.827640008303193 1.2386360438672458e-6 1.9375550251551157,
|
||||
0.7646396645908 -0.3167228773263247 1.9375554453832708,
|
||||
0.5852298646844036 -0.5852286177446412 1.9375558016350969,
|
||||
0.3167241242657912 -0.7646384176508931 1.9375560396753606,
|
||||
8.30316837507894e-9 -0.8276387613632353 1.9375561232637566,
|
||||
-0.3167241076594549 -0.7646384176508931 1.9375560396750842,
|
||||
-0.5852298480780673 -0.585228617744641 1.9375558016353338,
|
||||
-0.7646396479844628 -0.31672287732632476 1.9375554453830675,
|
||||
-0.8276399916968562 1.2386360441641376e-6 1.937555025155341,
|
||||
-0.7646396479844628 0.3167253545984131 1.9375546049271861,
|
||||
-0.5852298480780673 0.5852310950167291 1.93755424867536,
|
||||
-0.31672410765945447 0.764640894922981 1.9375540106350966,
|
||||
2.2210913153131173e-7 0.9000001777831241 1.137993831040338,
|
||||
0.34441531123771174 0.8314917570433425 1.137993921936961,
|
||||
0.6363963251770235 0.6363962808512489 1.1379941807886431,
|
||||
0.831491801369288 0.34441526691219393 1.1379945681875625,
|
||||
0.9000002221091306 1.7778391628858213e-7 1.137995025155745,
|
||||
0.831491801369288 -0.34441491134436125 1.1379954821239275,
|
||||
0.6363963251770235 -0.6363959252834162 1.1379958695228467,
|
||||
0.34441531123771085 -0.8314914014755098 1.1379961283745292,
|
||||
2.2210913108722252e-7 -0.8999998222152912 1.137996219271152,
|
||||
-0.3444148670194509 -0.8314914014755097 1.1379961283745292,
|
||||
-0.6363958809587622 -0.636395925283416 1.1379958695228467,
|
||||
-0.8314913571510272 -0.3444149113443613 1.1379954821239278,
|
||||
-0.8999997778908693 1.7778391661924452e-7 1.1379950251557454,
|
||||
-0.8314913571510272 0.3444152669121946 1.1379945681875625,
|
||||
-0.6363958809587622 0.6363962808512491 1.1379941807886436,
|
||||
-0.34441486701945045 0.8314917570433425 1.1379939219369615,
|
||||
-0.7912903024390356 -0.40457986047675293 1.2827155619505912,
|
||||
-0.6765969503693503 -0.5762305921235095 1.2827157896960104,
|
||||
-0.6765971340125208 -0.5762298192920181 1.8651957896954778,
|
||||
-0.7912904860822056 -0.4045790876452615 1.8651955619502192,
|
||||
0.7912907319587008 0.4045806000721004 1.2827144883607258,
|
||||
0.6765973798890146 0.5762313317188572 1.2827142606153064,
|
||||
0.6765971962458446 0.5762321045503486 1.8651942606149345,
|
||||
0.7912905483155299 0.4045813729035918 1.8651944883601936,
|
||||
0.07096983764979115 -0.8858828945004661 1.282716200541,
|
||||
0.27344568099840405 -0.8456079451628201 1.282716147104508,
|
||||
0.27344549735527357 -0.8456071723313288 1.865196147104136,
|
||||
0.0709696540066651 -0.8858821216689746 1.865196200540789,
|
||||
0.845608529721043 -0.2734450964406798 1.282715387961731,
|
||||
0.8858834790586996 -0.0709692530922417 1.2827151193177684,
|
||||
0.88588329541561 -0.07096848026075031 1.8651951193173963,
|
||||
0.8456083460779524 -0.2734443236091884 1.8651953879611984,
|
||||
0.27344568099840494 0.8456086847581676 1.2827139032069144,
|
||||
0.07096983764979203 0.8858836340958138 1.2827138497702117,
|
||||
0.07096965400666555 0.8858844069273052 1.865193849770001,
|
||||
0.273445497355274 0.8456094575896591 1.8651939032065425,
|
||||
-0.8456081002014582 0.273445836036028 1.2827146623495862,
|
||||
-0.8858830495391148 0.07096999268758947 1.2827149309935486,
|
||||
-0.8858832331822049 0.07097076551908088 1.865194930993016,
|
||||
-0.8456082838445482 0.2734466088675194 1.8651946623492144,
|
||||
-0.6765969503693503 0.5762313317188575 1.2827142606154116,
|
||||
-0.7912903024390356 0.40458060007210106 1.2827144883606214,
|
||||
-0.7912904860822056 0.4045813729035925 1.8651944883602496,
|
||||
-0.6765971340125208 0.5762321045503489 1.865194260614879,
|
||||
0.8858834790586996 0.07096999268758915 1.2827149309935013,
|
||||
0.845608529721043 0.2734458360360274 1.2827146623496326,
|
||||
0.8456083460779524 0.27344660886751876 1.8651946623491,
|
||||
0.88588329541561 0.07097076551908053 1.8651949309931295,
|
||||
0.404580445034588 -0.7912901474004927 1.2827160750358875,
|
||||
0.5762311766815098 -0.6765967953309182 1.2827159228613152,
|
||||
0.5762309930383398 -0.6765960224994269 1.865195922861104,
|
||||
0.40458026139149794 -0.7912893745690014 1.8651960750355159,
|
||||
0.5762311766815107 0.6765975349262658 1.2827141274499836,
|
||||
0.404580445034588 0.7912908869958405 1.2827139752754475,
|
||||
0.4045802613914984 0.791291659827332 1.865193975275076,
|
||||
0.5762309930383402 0.6765983077577573 1.8651941274497723,
|
||||
-0.40458001551500367 0.7912908869958405 1.28271397527543,
|
||||
-0.5762307471618451 0.676597534926266 1.2827141274500016,
|
||||
-0.5762309308050155 0.6765983077577574 1.8651941274496298,
|
||||
-0.4045801991580933 0.791291659827332 1.8651939752752187,
|
||||
-0.8858830495391148 -0.07096925309224136 1.2827151193178155,
|
||||
-0.8456081002014582 -0.2734450964406799 1.2827153879616842,
|
||||
-0.8456082838445482 -0.27344432360918847 1.8651953879613123,
|
||||
-0.8858832331822049 -0.07096848026074996 1.865195119317283,
|
||||
-0.5762307471618455 -0.6765967953309181 1.2827159228613332,
|
||||
-0.40458001551500367 -0.7912901474004926 1.2827160750358697,
|
||||
-0.4045801991580933 -0.7912893745690013 1.8651960750356587,
|
||||
-0.5762309308050164 -0.6765960224994266 1.8651959228609614,
|
||||
-0.07096940813016994 0.8858836340958138 1.2827138497703168,
|
||||
-0.27344525147877974 0.8456086847581676 1.2827139032068091,
|
||||
-0.2734454351219098 0.8456094575896591 1.865193903206598,
|
||||
-0.07096959177329687 0.8858844069273052 1.8651938497699452,
|
||||
0.676597379889015 -0.5762305921235098 1.2827157896959058,
|
||||
0.7912907319587008 -0.4045798604767529 1.2827155619506954,
|
||||
0.7912905483155299 -0.40457908764526146 1.8651955619501628,
|
||||
0.6765971962458446 -0.5762298192920183 1.8651957896955338,
|
||||
-0.27344525147877974 -0.84560794516282 1.282716147104403,
|
||||
-0.07096940813017039 -0.8858828945004661 1.2827162005411052,
|
||||
-0.07096959177329776 -0.8858821216689746 1.8651962005407334,
|
||||
-0.2734454351219102 -0.8456071723313286 1.8651961471041918 ] }
|
||||
coordIndex [
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1,
|
||||
0, 15, 63, 48, -1,
|
||||
0, 48, 49, 1, -1,
|
||||
1, 49, 50, 2, -1,
|
||||
2, 50, 51, 3, -1,
|
||||
3, 51, 52, 4, -1,
|
||||
4, 52, 53, 5, -1,
|
||||
5, 53, 54, 6, -1,
|
||||
6, 54, 55, 7, -1,
|
||||
7, 55, 56, 8, -1,
|
||||
8, 56, 57, 9, -1,
|
||||
9, 57, 58, 10, -1,
|
||||
10, 58, 59, 11, -1,
|
||||
11, 59, 60, 12, -1,
|
||||
12, 60, 61, 13, -1,
|
||||
13, 61, 62, 14, -1,
|
||||
14, 62, 63, 15, -1,
|
||||
16, 17, 33, 32, -1,
|
||||
16, 32, 47, 31, -1,
|
||||
17, 18, 34, 33, -1,
|
||||
18, 19, 35, 34, -1,
|
||||
19, 20, 36, 35, -1,
|
||||
20, 21, 37, 36, -1,
|
||||
21, 22, 38, 37, -1,
|
||||
22, 23, 39, 38, -1,
|
||||
23, 24, 40, 39, -1,
|
||||
24, 25, 41, 40, -1,
|
||||
25, 26, 42, 41, -1,
|
||||
26, 27, 43, 42, -1,
|
||||
27, 28, 44, 43, -1,
|
||||
28, 29, 45, 44, -1,
|
||||
29, 30, 46, 45, -1,
|
||||
30, 31, 47, 46, -1,
|
||||
32, 33, 83, 82, -1,
|
||||
32, 82, 119, -1,
|
||||
32, 119, 118, 47, -1,
|
||||
33, 34, 103, 102, -1,
|
||||
33, 102, 83, -1,
|
||||
34, 35, 71, 70, -1,
|
||||
34, 70, 103, -1,
|
||||
35, 36, 95, 94, -1,
|
||||
35, 94, 71, -1,
|
||||
36, 37, 79, 78, -1,
|
||||
36, 78, 95, -1,
|
||||
37, 38, 123, 122, -1,
|
||||
37, 122, 79, -1,
|
||||
38, 39, 99, 98, -1,
|
||||
38, 98, 123, -1,
|
||||
39, 40, 75, 74, -1,
|
||||
39, 74, 99, -1,
|
||||
40, 41, 127, 126, -1,
|
||||
40, 126, 75, -1,
|
||||
41, 42, 115, 114, -1,
|
||||
41, 114, 127, -1,
|
||||
42, 43, 67, 66, -1,
|
||||
42, 66, 115, -1,
|
||||
43, 44, 111, 110, -1,
|
||||
43, 110, 67, -1,
|
||||
44, 45, 87, 86, -1,
|
||||
44, 86, 111, -1,
|
||||
45, 46, 91, 90, -1,
|
||||
45, 90, 87, -1,
|
||||
46, 47, 107, 106, -1,
|
||||
46, 106, 91, -1,
|
||||
47, 118, 107, -1,
|
||||
48, 63, 117, 116, -1,
|
||||
48, 81, 80, 49, -1,
|
||||
48, 116, 81, -1,
|
||||
49, 80, 101, -1,
|
||||
49, 101, 100, 50, -1,
|
||||
50, 69, 68, 51, -1,
|
||||
50, 100, 69, -1,
|
||||
51, 68, 93, -1,
|
||||
51, 93, 92, 52, -1,
|
||||
52, 77, 76, 53, -1,
|
||||
52, 92, 77, -1,
|
||||
53, 76, 121, -1,
|
||||
53, 121, 120, 54, -1,
|
||||
54, 97, 96, 55, -1,
|
||||
54, 120, 97, -1,
|
||||
55, 73, 72, 56, -1,
|
||||
55, 96, 73, -1,
|
||||
56, 72, 125, -1,
|
||||
56, 125, 124, 57, -1,
|
||||
57, 113, 112, 58, -1,
|
||||
57, 124, 113, -1,
|
||||
58, 65, 64, 59, -1,
|
||||
58, 112, 65, -1,
|
||||
59, 64, 109, -1,
|
||||
59, 109, 108, 60, -1,
|
||||
60, 85, 84, 61, -1,
|
||||
60, 108, 85, -1,
|
||||
61, 84, 89, -1,
|
||||
61, 89, 88, 62, -1,
|
||||
62, 88, 105, -1,
|
||||
62, 105, 104, 63, -1,
|
||||
63, 104, 117, -1,
|
||||
64, 65, 66, 67, -1,
|
||||
64, 67, 110, 109, -1,
|
||||
65, 112, 115, 66, -1,
|
||||
68, 69, 70, 71, -1,
|
||||
68, 71, 94, 93, -1,
|
||||
69, 100, 103, 70, -1,
|
||||
72, 73, 74, 75, -1,
|
||||
72, 75, 126, 125, -1,
|
||||
73, 96, 99, 74, -1,
|
||||
76, 77, 78, 79, -1,
|
||||
76, 79, 122, 121, -1,
|
||||
77, 92, 95, 78, -1,
|
||||
80, 81, 82, 83, -1,
|
||||
80, 83, 102, 101, -1,
|
||||
81, 116, 119, 82, -1,
|
||||
84, 85, 86, 87, -1,
|
||||
84, 87, 90, 89, -1,
|
||||
85, 108, 111, 86, -1,
|
||||
88, 89, 90, 91, -1,
|
||||
88, 91, 106, 105, -1,
|
||||
92, 93, 94, 95, -1,
|
||||
96, 97, 98, 99, -1,
|
||||
97, 120, 123, 98, -1,
|
||||
100, 101, 102, 103, -1,
|
||||
104, 105, 106, 107, -1,
|
||||
104, 107, 118, 117, -1,
|
||||
108, 109, 110, 111, -1,
|
||||
112, 113, 114, 115, -1,
|
||||
113, 124, 127, 114, -1,
|
||||
116, 117, 118, 119, -1,
|
||||
120, 121, 122, 123, -1,
|
||||
124, 125, 126, 127, -1 ]
|
||||
normal Normal { vector [
|
||||
2.521214061132979e-16 0.8909085517013487 -0.454182730302909,
|
||||
0.3409361618135474 0.8230921031471331 -0.4541826981564531,
|
||||
0.6299678659114978 0.6299672633050413 -0.45418249094705315,
|
||||
0.8230926672329055 0.34093554325146935 -0.4541821402204701,
|
||||
0.8909090772663188 -6.026059608827962e-7 -0.45418169937164277,
|
||||
0.8230926672329055 -0.3409367484633606 -0.4541812355157933,
|
||||
0.6299678659114972 -0.629968468516846 -0.45418081927075415,
|
||||
0.3409361618135467 -0.8230933083588077 -0.45418051400605036,
|
||||
7.563642183398936e-17 -0.8909097569128694 -0.45418036619547053,
|
||||
-0.3409361843784991 -0.8230933628352666 -0.4541803983418509,
|
||||
-0.6299679429530624 -0.6299685455581265 -0.4541806055512124,
|
||||
-0.8230927987510829 -0.34093680293960293 -0.4541809562778165,
|
||||
-0.890909231349448 -6.026055601549747e-7 -0.45418139712671274,
|
||||
-0.8230927987510829 0.34093559772845256 -0.4541818609826377,
|
||||
-0.6299679429530618 0.62996734034689 -0.45418227722771565,
|
||||
-0.34093618437849854 0.8230921576238996 -0.4541825824923982,
|
||||
-2.2367230131514e-13 -0.7002135600399121 0.7139334495148918,
|
||||
-0.26796049103865405 -0.6469129044033276 0.7139333787957911,
|
||||
-0.49512642638464516 -0.495125479142227 0.7139331774051061,
|
||||
-0.6469138516458517 -0.26795954379646186 0.713932876002444,
|
||||
-0.7002145072825171 9.472420247864928e-7 0.7139325204738922,
|
||||
-0.6469138516458518 0.2679614382805112 0.7139321649452198,
|
||||
-0.4951264263846452 0.4951273736262766 0.7139318635426745,
|
||||
-0.26796049103865394 0.6469147988873774 0.7139316621517969,
|
||||
-2.2351377615980272e-13 0.7002154545239615 0.713931591432822,
|
||||
0.2679604910387815 0.6469147988871858 0.7139316621519227,
|
||||
0.49512642638473564 0.4951273736262826 0.7139318635426076,
|
||||
0.646913851645801 0.26796143828050045 0.7139321649452699,
|
||||
0.7002145072825895 9.472420247170428e-7 0.7139325204738213,
|
||||
0.6469138516458011 -0.2679595437964508 0.713932876002494,
|
||||
0.4951264263847354 -0.49512547914223315 0.7139331774050391,
|
||||
0.26796049103878106 -0.6469129044031364 0.7139333787959166,
|
||||
-1.8706246821321123e-9 0.4759282733108249 0.8794840980162044,
|
||||
0.18212940371246455 0.43970044796039803 0.8794841649323583,
|
||||
0.33653123785103845 0.3365324066167238 0.8794843177949246,
|
||||
0.43969923461939703 0.1821305540149788 0.8794845333314926,
|
||||
0.4759270153941773 1.1668959160661842e-6 0.8794847787293586,
|
||||
0.4396992346193973 -0.18212822022315703 0.8794850166281751,
|
||||
0.33653123785103767 -0.33653007282493075 0.8794852108107872,
|
||||
0.18212940371246503 -0.43969811416864646 0.8794853317138823,
|
||||
-1.870625130649971e-9 -0.47592593951912254 0.879485360931517,
|
||||
-0.18212943356472985 -0.43969817720776383 0.8794852940155171,
|
||||
-0.3365313307432075 -0.336530161976506 0.8794851411526363,
|
||||
-0.43969939055075463 -0.18212828326256097 0.8794849256156284,
|
||||
-0.4759271974380213 1.1668957851905223e-6 0.8794846802175857,
|
||||
-0.43969939055075385 0.18213061705414166 0.8794844423187789,
|
||||
-0.33653133074320707 0.33653249576811556 0.8794842481365368,
|
||||
-0.1821294335647303 0.4397005109994155 0.8794841272338253,
|
||||
1.473714817004775e-14 0.999805270099626 0.019733775133356887,
|
||||
0.3826089025966775 0.9236996279171849 0.019733855158600027,
|
||||
0.7069690683792603 0.7069690945630279 0.019734124953826575,
|
||||
0.9236996022739542 0.38260892900446675 0.01973454344528473,
|
||||
0.9998052449967483 2.6184359543139155e-8 0.019735046921442876,
|
||||
0.9236996022739542 -0.3826088766357363 0.019735558732363757,
|
||||
0.7069690683792588 -0.7069690421942679 0.019736000959730486,
|
||||
0.3826089025966768 -0.9236995755483762 0.01973630627843514,
|
||||
1.4438117215601912e-14 -0.9998052177307616 0.01973642820634755,
|
||||
-0.3826089022801376 -0.9236995747841726 0.019736348181129078,
|
||||
-0.7069690672985832 -0.7069690411134827 0.01973607838589523,
|
||||
-0.9236996004290778 -0.3826088758715529 0.01973565989442576,
|
||||
-0.9998052428353957 2.6184505186735114e-8 0.01973515641829575,
|
||||
-0.923699600429078 0.38260892824055126 0.019734644607348462,
|
||||
-0.7069690672985824 0.7069690934824503 0.019734202379994348,
|
||||
-0.3826089022801371 0.923699627153093 0.01973389706129554,
|
||||
-0.8816035964734312 -0.47135891154958126 0.02441055484632634,
|
||||
-0.772853970694085 -0.6341142273123674 0.02441079069644016,
|
||||
-0.7210724918994786 -0.5939857677984399 0.35670067154236484,
|
||||
-0.824714235953606 -0.43887495400266124 0.35670043981557115,
|
||||
0.881603589420889 0.47135897280555494 0.024409626705392342,
|
||||
0.7728539654631467 0.6341142875743795 0.02440939085529662,
|
||||
0.7210723873044046 0.593986628996263 0.3566994488932981,
|
||||
0.8247140989756615 0.43887582844867895 0.35669968061977353,
|
||||
0.09810379016684587 -0.9948767403567227 0.02441142871856551,
|
||||
0.29008677408426137 -0.9566889496629636 0.024411413194695353,
|
||||
0.272829207035609 -0.8934922478784331 0.35670131310308567,
|
||||
0.08986354157000008 -0.9298863991537648 0.35670131562042484,
|
||||
0.9566889792198982 -0.290086740769888 0.024410650722440114,
|
||||
0.9948767687452708 -0.09810375750597067 0.024410402990913488,
|
||||
0.9298867937860877 -0.08986306143488058 0.3567004078099448,
|
||||
0.8934926654920122 -0.27282871749836407 0.35670064146308567,
|
||||
0.2900867740842619 0.956689014437472 0.024408874534577466,
|
||||
0.09810379016684646 0.9948768051311381 0.024408788723715505,
|
||||
0.08986354157000111 0.9298873456894615 0.3566988480821104,
|
||||
0.27282920703560826 0.8934931944142511 0.3566989421399207,
|
||||
-0.9566889873364721 0.2900868082381727 0.02440953082927281,
|
||||
-0.9948767776164428 0.09810382291294399 0.02440977856083231,
|
||||
-0.929886967389024 0.0898640244661574 0.3566997126250456,
|
||||
-0.89349282568104 0.272829712746973 0.356699478972026,
|
||||
-0.772853970694084 0.6341142920863613 0.024409108017313077,
|
||||
-0.8816035964734312 0.47135897632352075 0.02440930405304359,
|
||||
-0.8247142359536055 0.43887590053776276 0.3566992752202176,
|
||||
-0.7210724918994772 0.5939867143336115 0.3566990953465383,
|
||||
0.9948767687452706 0.0981038222808215 0.02441014266369796,
|
||||
0.9566889792198982 0.29008680554472055 0.02440988095113964,
|
||||
0.8934926654920125 0.2728296640345845 0.35669991748633006,
|
||||
0.9298867937860879 0.08986400797112543 0.35670016934898624,
|
||||
0.4713589412254722 -0.8816035586802111 0.02441134673034828,
|
||||
0.6341142555806117 -0.7728539335542071 0.024411232235098078,
|
||||
0.5939861625131412 -0.721071923581184 0.3567011631125465,
|
||||
0.4388753715325975 -0.8247136582337709 0.35670126182114276,
|
||||
0.6341142555806145 0.7728539983288805 0.024409181397702026,
|
||||
0.47135894122547234 0.8816036234548077 0.024409007316057288,
|
||||
0.4388753715325966 0.8247146047696952 0.35669907336814183,
|
||||
0.5939861625131432 0.7210728701172089 0.35669924968219446,
|
||||
-0.4713589431300129 0.881603627212377 0.024408834821383615,
|
||||
-0.6341142593068351 0.7728540026013984 0.024408949316627987,
|
||||
-0.5939862342825678 0.7210729556204036 0.35669895732349677,
|
||||
-0.43887541091869947 0.8247146766934225 0.3566988586152281,
|
||||
-0.9948767776164429 -0.09810375813905813 0.024410038888049514,
|
||||
-0.956688987336472 -0.29008674346426977 0.024410300600580474,
|
||||
-0.8934928256810404 -0.27282876621191554 0.3567002029489107,
|
||||
-0.929886967389024 -0.08986307793112473 0.35669995108604774,
|
||||
-0.634114259306836 -0.7728539378273378 0.02441100015403478,
|
||||
-0.4713589431300134 -0.8816035624382378 0.02441117423568512,
|
||||
-0.43887541091869947 -0.8247137301580684 0.3567010470684205,
|
||||
-0.593986234282569 -0.7210720090851515 0.35670087075407636,
|
||||
-0.09810379025280962 0.9948768060032174 0.0244087528331389,
|
||||
-0.29008677492477675 0.9566890168916096 0.024408768357040044,
|
||||
-0.27282922321067843 0.8934932432924696 0.356698807333248,
|
||||
-0.08986354433184648 0.9298873620192276 0.356698804815828,
|
||||
0.7728539654631446 -0.6341142227996388 0.024411073534411812,
|
||||
0.8816035894208893 -0.4713589080307585 0.024410877498665322,
|
||||
0.8247140989756618 -0.43887488191250207 0.3567008452149358,
|
||||
0.7210723873044034 -0.5939856824601566 0.35670102508889795,
|
||||
-0.2900867749247776 -0.9566889521173824 0.024411307017165134,
|
||||
-0.09810379025280973 -0.9948767412288972 0.024411392827991214,
|
||||
-0.08986354433184685 -0.9298864154836455 0.35670127235418597,
|
||||
-0.2728292232106787 -0.8934922967570091 0.3567011782965434 ] }
|
||||
normalIndex [
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1,
|
||||
0, 15, 63, 48, -1,
|
||||
0, 48, 49, 1, -1,
|
||||
1, 49, 50, 2, -1,
|
||||
2, 50, 51, 3, -1,
|
||||
3, 51, 52, 4, -1,
|
||||
4, 52, 53, 5, -1,
|
||||
5, 53, 54, 6, -1,
|
||||
6, 54, 55, 7, -1,
|
||||
7, 55, 56, 8, -1,
|
||||
8, 56, 57, 9, -1,
|
||||
9, 57, 58, 10, -1,
|
||||
10, 58, 59, 11, -1,
|
||||
11, 59, 60, 12, -1,
|
||||
12, 60, 61, 13, -1,
|
||||
13, 61, 62, 14, -1,
|
||||
14, 62, 63, 15, -1,
|
||||
16, 17, 33, 32, -1,
|
||||
16, 32, 47, 31, -1,
|
||||
17, 18, 34, 33, -1,
|
||||
18, 19, 35, 34, -1,
|
||||
19, 20, 36, 35, -1,
|
||||
20, 21, 37, 36, -1,
|
||||
21, 22, 38, 37, -1,
|
||||
22, 23, 39, 38, -1,
|
||||
23, 24, 40, 39, -1,
|
||||
24, 25, 41, 40, -1,
|
||||
25, 26, 42, 41, -1,
|
||||
26, 27, 43, 42, -1,
|
||||
27, 28, 44, 43, -1,
|
||||
28, 29, 45, 44, -1,
|
||||
29, 30, 46, 45, -1,
|
||||
30, 31, 47, 46, -1,
|
||||
32, 33, 83, 82, -1,
|
||||
32, 82, 119, -1,
|
||||
32, 119, 118, 47, -1,
|
||||
33, 34, 103, 102, -1,
|
||||
33, 102, 83, -1,
|
||||
34, 35, 71, 70, -1,
|
||||
34, 70, 103, -1,
|
||||
35, 36, 95, 94, -1,
|
||||
35, 94, 71, -1,
|
||||
36, 37, 79, 78, -1,
|
||||
36, 78, 95, -1,
|
||||
37, 38, 123, 122, -1,
|
||||
37, 122, 79, -1,
|
||||
38, 39, 99, 98, -1,
|
||||
38, 98, 123, -1,
|
||||
39, 40, 75, 74, -1,
|
||||
39, 74, 99, -1,
|
||||
40, 41, 127, 126, -1,
|
||||
40, 126, 75, -1,
|
||||
41, 42, 115, 114, -1,
|
||||
41, 114, 127, -1,
|
||||
42, 43, 67, 66, -1,
|
||||
42, 66, 115, -1,
|
||||
43, 44, 111, 110, -1,
|
||||
43, 110, 67, -1,
|
||||
44, 45, 87, 86, -1,
|
||||
44, 86, 111, -1,
|
||||
45, 46, 91, 90, -1,
|
||||
45, 90, 87, -1,
|
||||
46, 47, 107, 106, -1,
|
||||
46, 106, 91, -1,
|
||||
47, 118, 107, -1,
|
||||
48, 63, 117, 116, -1,
|
||||
48, 81, 80, 49, -1,
|
||||
48, 116, 81, -1,
|
||||
49, 80, 101, -1,
|
||||
49, 101, 100, 50, -1,
|
||||
50, 69, 68, 51, -1,
|
||||
50, 100, 69, -1,
|
||||
51, 68, 93, -1,
|
||||
51, 93, 92, 52, -1,
|
||||
52, 77, 76, 53, -1,
|
||||
52, 92, 77, -1,
|
||||
53, 76, 121, -1,
|
||||
53, 121, 120, 54, -1,
|
||||
54, 97, 96, 55, -1,
|
||||
54, 120, 97, -1,
|
||||
55, 73, 72, 56, -1,
|
||||
55, 96, 73, -1,
|
||||
56, 72, 125, -1,
|
||||
56, 125, 124, 57, -1,
|
||||
57, 113, 112, 58, -1,
|
||||
57, 124, 113, -1,
|
||||
58, 65, 64, 59, -1,
|
||||
58, 112, 65, -1,
|
||||
59, 64, 109, -1,
|
||||
59, 109, 108, 60, -1,
|
||||
60, 85, 84, 61, -1,
|
||||
60, 108, 85, -1,
|
||||
61, 84, 89, -1,
|
||||
61, 89, 88, 62, -1,
|
||||
62, 88, 105, -1,
|
||||
62, 105, 104, 63, -1,
|
||||
63, 104, 117, -1,
|
||||
64, 65, 66, 67, -1,
|
||||
64, 67, 110, 109, -1,
|
||||
65, 112, 115, 66, -1,
|
||||
68, 69, 70, 71, -1,
|
||||
68, 71, 94, 93, -1,
|
||||
69, 100, 103, 70, -1,
|
||||
72, 73, 74, 75, -1,
|
||||
72, 75, 126, 125, -1,
|
||||
73, 96, 99, 74, -1,
|
||||
76, 77, 78, 79, -1,
|
||||
76, 79, 122, 121, -1,
|
||||
77, 92, 95, 78, -1,
|
||||
80, 81, 82, 83, -1,
|
||||
80, 83, 102, 101, -1,
|
||||
81, 116, 119, 82, -1,
|
||||
84, 85, 86, 87, -1,
|
||||
84, 87, 90, 89, -1,
|
||||
85, 108, 111, 86, -1,
|
||||
88, 89, 90, 91, -1,
|
||||
88, 91, 106, 105, -1,
|
||||
92, 93, 94, 95, -1,
|
||||
96, 97, 98, 99, -1,
|
||||
97, 120, 123, 98, -1,
|
||||
100, 101, 102, 103, -1,
|
||||
104, 105, 106, 107, -1,
|
||||
104, 107, 118, 117, -1,
|
||||
108, 109, 110, 111, -1,
|
||||
112, 113, 114, 115, -1,
|
||||
113, 124, 127, 114, -1,
|
||||
116, 117, 118, 119, -1,
|
||||
120, 121, 122, 123, -1,
|
||||
124, 125, 126, 127, -1 ]
|
||||
}
|
||||
},
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pin Material {
|
||||
diffuseColor 0.7666666666666667 0.7666666666666667 0.7666666666666667
|
||||
emissiveColor 0.0 0.0 0.0
|
||||
specularColor 1.0 1.0 1.0
|
||||
ambientIntensity 1.0
|
||||
transparency 0.0
|
||||
shininess 1.0
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
8.30316881916815e-9 0.4191620484246322 1.9375544690148052,
|
||||
0.16040590570613666 0.3872553316305772 1.9375545113484745,
|
||||
0.29639145931258426 0.2963926896451992 1.937554631904564,
|
||||
0.3872541012980424 0.16040713603887127 1.9375548123295023,
|
||||
0.4191608180921249 1.2386360439635566e-6 1.9375550251552285,
|
||||
0.3872541012980424 -0.16040465876678345 1.9375552379809546,
|
||||
0.29639145931258426 -0.2963902123731112 1.9375554184058927,
|
||||
0.16040590570613666 -0.3872528543584891 1.9375555389619827,
|
||||
8.30316881916815e-9 -0.419159571152544 1.9375555812956518,
|
||||
-0.16040588909980036 -0.387252854358489 1.9375555389619827,
|
||||
-0.29639144270624795 -0.29639021237311114 1.9375554184058932,
|
||||
-0.38725408469170564 -0.16040465876678361 1.9375552379809546,
|
||||
-0.41916080148578816 1.2386360440678264e-6 1.9375550251552285,
|
||||
-0.38725408469170564 0.16040713603887174 1.9375548123295023,
|
||||
-0.29639144270624795 0.2963926896451994 1.937554631904564,
|
||||
-0.1604058890998008 0.3872553316305772 1.9375545113484745,
|
||||
8.30316881916815e-9 0.4191602859102914 0.6091544690159748,
|
||||
0.16040590570613666 0.38725356911623654 0.6091545113496436,
|
||||
0.29639145931258426 0.2963909271308585 0.6091546319057334,
|
||||
0.3872541012980424 0.1604053735245307 0.609154812330672,
|
||||
0.4191608180921249 -5.23878296773088e-7 0.6091550251563982,
|
||||
0.3872541012980424 -0.16040642128112403 0.6091552379821242,
|
||||
0.29639145931258426 -0.29639197488745195 0.6091554184070627,
|
||||
0.16040590570613666 -0.38725461687282986 0.6091555389631523,
|
||||
8.30316881916815e-9 -0.41916133366688474 0.6091555812968213,
|
||||
-0.1604058890998008 -0.38725461687282986 0.6091555389631524,
|
||||
-0.29639144270624795 -0.29639197488745184 0.6091554184070627,
|
||||
-0.38725408469170564 -0.16040642128112437 0.6091552379821242,
|
||||
-0.4191608014857886 -5.238782966127989e-7 0.6091550251563983,
|
||||
-0.38725408469170564 0.1604053735245309 0.609154812330672,
|
||||
-0.29639144270624795 0.29639092713085874 0.6091546319057335,
|
||||
-0.1604058890998008 0.3872535691162365 0.6091545113496438 ] }
|
||||
coordIndex [
|
||||
0, 15, 31, 16, -1,
|
||||
0, 16, 17, 1, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
16, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, -1 ]
|
||||
normal Normal { vector [
|
||||
-2.2367230131514e-13 -0.7002135600399121 0.7139334495148918,
|
||||
-0.26796049103865405 -0.6469129044033276 0.7139333787957911,
|
||||
-0.49512642638464516 -0.495125479142227 0.7139331774051061,
|
||||
-0.6469138516458517 -0.26795954379646186 0.713932876002444,
|
||||
-0.7002145072825171 9.472420247864928e-7 0.7139325204738922,
|
||||
-0.6469138516458518 0.2679614382805112 0.7139321649452198,
|
||||
-0.4951264263846452 0.4951273736262766 0.7139318635426745,
|
||||
-0.26796049103865394 0.6469147988873774 0.7139316621517969,
|
||||
-2.2351377615980272e-13 0.7002154545239615 0.713931591432822,
|
||||
0.2679604910387815 0.6469147988871858 0.7139316621519227,
|
||||
0.49512642638473564 0.4951273736262826 0.7139318635426076,
|
||||
0.646913851645801 0.26796143828050045 0.7139321649452699,
|
||||
0.7002145072825895 9.472420247170428e-7 0.7139325204738213,
|
||||
0.6469138516458011 -0.2679595437964508 0.713932876002494,
|
||||
0.4951264263847354 -0.49512547914223315 0.7139331774050391,
|
||||
0.26796049103878106 -0.6469129044031364 0.7139333787959166,
|
||||
-7.689702886455582e-16 -0.8909085517013491 0.45418273030290884,
|
||||
-0.34093617309602453 -0.8230921303855175 0.45418264032442707,
|
||||
-0.6299679044322835 -0.6299673018259693 0.45418238408739015,
|
||||
-0.8230927329920027 -0.34093557048996276 0.4541820006015643,
|
||||
-0.8909091543078936 6.02605760418052e-7 0.4541815482491893,
|
||||
-0.8230927329920027 0.3409367757014837 0.45418109589681505,
|
||||
-0.6299679044322832 0.6299685070374901 0.4541807124109888,
|
||||
-0.3409361730960241 0.8230933355970385 0.45418045617395186,
|
||||
-5.672731637549199e-16 0.8909097569128697 0.45418036619547003,
|
||||
0.340936173096024 0.8230933355970385 0.4541804561739518,
|
||||
0.6299679044322839 0.6299685070374894 0.4541807124109887,
|
||||
0.8230927329920028 0.34093677570148356 0.4541810958968149,
|
||||
0.8909091543078936 6.026057603298096e-7 0.45418154824918916,
|
||||
0.823092732992003 -0.3409355704899625 0.454182000601564,
|
||||
0.6299679044322842 -0.6299673018259685 0.45418238408739015,
|
||||
0.340936173096024 -0.8230921303855177 0.45418264032442707 ] }
|
||||
normalIndex [
|
||||
0, 15, 31, 16, -1,
|
||||
0, 16, 17, 1, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
16, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cylinder1_copy3 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE body
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
-2.256345466911114e-6 0.5651985093677698 -0.11948391780168532,
|
||||
0.21629041962750728 0.5221752211434124 -0.11948369072644183,
|
||||
0.399654496381586 0.3996552620949689 -0.11948338405518766,
|
||||
0.522174455430457 0.21629118534137004 -0.1194830444758408,
|
||||
0.5651977436551223 -1.4906311434549735e-6 -0.11948272368627832,
|
||||
0.522174455430457 -0.21629416660374667 -0.11948247052380334,
|
||||
0.39965449638158645 -0.39965824335760086 -0.1194823235301079,
|
||||
0.21629041962750728 -0.5221782024064269 -0.11948230508364932,
|
||||
-2.256345466911114e-6 -0.5652014906312351 -0.11948241799273407,
|
||||
-0.2162949323184411 -0.522178202406878 -0.11948264506797712,
|
||||
-0.3996590090725203 -0.39965824335843425 -0.11948295173923151,
|
||||
-0.5221789681213904 -0.21629416660483572 -0.1194832913185786,
|
||||
-0.5652022563460566 -1.4906323220009115e-6 -0.11948361210814107,
|
||||
-0.5221789681213904 0.2162911853402814 -0.11948386527061605,
|
||||
-0.3996590090725203 0.39965526209413543 -0.11948401226431127,
|
||||
-0.21629493231844155 0.5221752211429613 -0.11948403071076985,
|
||||
-3.2617906398080265e-6 0.23668448284370566 -1.442483481931154,
|
||||
0.09057321067526924 0.21866770227682927 -1.4424833188766109,
|
||||
0.16736023628591168 0.16736025209468153 -1.4424831328364989,
|
||||
0.2186676864682111 0.09057322648441701 -1.4424829521337386,
|
||||
0.23668446703522417 -3.2459808985562574e-6 -1.442482804278687,
|
||||
0.2186676864682111 -0.09057971844628765 -1.4424827117809356,
|
||||
0.16736023628591168 -0.16736674405676127 -1.4424826887224285,
|
||||
0.09057321067526924 -0.21867419423922194 -1.4424827386136145,
|
||||
-3.2617906398080265e-6 -0.2366909748064676 -1.4424828538590124,
|
||||
-0.09057973425654842 -0.21867419423959125 -1.4424830169135552,
|
||||
-0.16736675986719085 -0.16736674405744348 -1.4424832029536674,
|
||||
-0.21867421004949072 -0.09057971844717921 -1.4424833836564277,
|
||||
-0.23669099061650378 -3.24598186339668e-6 -1.442483531511479,
|
||||
-0.21867421004949072 0.09057322648352584 -1.4424836240092305,
|
||||
-0.1673667598671913 0.1673602520939993 -1.4424836470677376,
|
||||
-0.09057973425654886 0.21866770227646 -1.4424835971765515,
|
||||
-3.1779921041419357e-6 0.5651969003172272 -1.3322188677961662,
|
||||
0.2162894979808696 0.5221736120928698 -1.332218640720923,
|
||||
0.3996535747349488 0.39965365304442624 -1.3322183340496687,
|
||||
0.5221735337838194 0.2162895762908274 -1.3322179944703216,
|
||||
0.5651968220084851 -3.099681686092178e-6 -1.3322176736807592,
|
||||
0.5221735337838194 -0.2162957756542893 -1.3322174205182842,
|
||||
0.3996535747349488 -0.3996598524081435 -1.3322172735245887,
|
||||
0.2162894979808696 -0.5221798114569695 -1.3322172550781302,
|
||||
-3.1779921041419357e-6 -0.5652030996817778 -1.3322173679872151,
|
||||
-0.21629585396507878 -0.5221798114574205 -1.3322175950624582,
|
||||
-0.3996599307191575 -0.3996598524089769 -1.3322179017337126,
|
||||
-0.5221798897680276 -0.21629577565537836 -1.3322182413130597,
|
||||
-0.5652031779926938 -3.0996828646381155e-6 -1.3322185621026217,
|
||||
-0.5221798897680276 0.2162895762897388 -1.3322188152650967,
|
||||
-0.3996599307191575 0.3996536530435928 -1.3322189622587923,
|
||||
-0.21629585396507922 0.5221736120924187 -1.3322189807052507 ] }
|
||||
coordIndex [
|
||||
0, 1, 33, 32, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 32, 47, 15, -1,
|
||||
1, 2, 34, 33, -1,
|
||||
2, 3, 35, 34, -1,
|
||||
3, 4, 36, 35, -1,
|
||||
4, 5, 37, 36, -1,
|
||||
5, 6, 38, 37, -1,
|
||||
6, 7, 39, 38, -1,
|
||||
7, 8, 40, 39, -1,
|
||||
8, 9, 41, 40, -1,
|
||||
9, 10, 42, 41, -1,
|
||||
10, 11, 43, 42, -1,
|
||||
11, 12, 44, 43, -1,
|
||||
12, 13, 45, 44, -1,
|
||||
13, 14, 46, 45, -1,
|
||||
14, 15, 47, 46, -1,
|
||||
16, 31, 47, 32, -1,
|
||||
16, 32, 33, 17, -1,
|
||||
17, 33, 34, 18, -1,
|
||||
18, 34, 35, 19, -1,
|
||||
19, 35, 36, 20, -1,
|
||||
20, 36, 37, 21, -1,
|
||||
21, 37, 38, 22, -1,
|
||||
22, 38, 39, 23, -1,
|
||||
23, 39, 40, 24, -1,
|
||||
24, 40, 41, 25, -1,
|
||||
25, 41, 42, 26, -1,
|
||||
26, 42, 43, 27, -1,
|
||||
27, 43, 44, 28, -1,
|
||||
28, 44, 45, 29, -1,
|
||||
29, 45, 46, 30, -1,
|
||||
30, 46, 47, 31, -1 ]
|
||||
normal Normal { vector [
|
||||
-3.5695755199336355e-7 0.8909097569128709 0.4541803661953279,
|
||||
0.3409358977513464 0.8230935326283095 0.4541803057926811,
|
||||
0.6299678261189832 0.6299687856818045 0.45418043454283147,
|
||||
0.8230928517102348 0.34093697273259777 0.4541807328448063,
|
||||
0.8909093546392878 6.026052389806085e-7 0.45418115528481,
|
||||
0.8230928517102348 -0.3409357675220402 0.45418163755007807,
|
||||
0.6299678261189833 -0.6299675804710211 0.45418210621997207,
|
||||
0.3409358977513459 -0.8230923274171881 0.454182489943679,
|
||||
-3.5695755213203026e-7 -0.8909085517013501 0.45418273030276635,
|
||||
-0.3409364484403096 -0.823091933354025 0.4541827907048456,
|
||||
-0.6299679827451834 -0.6299670231813778 0.45418266195437046,
|
||||
-0.8230926142736701 -0.3409353734583135 0.4541823636525043,
|
||||
-0.8909089539765817 6.026062817668429e-7 0.45418194121297883,
|
||||
-0.8230926142736701 0.3409365786707977 0.45418145894827805,
|
||||
-0.6299679827451834 0.6299682283936358 0.4541809902787086,
|
||||
-0.3409364484403099 0.8230931385659446 0.45418060655489323,
|
||||
5.738515927480306e-7 0.8081805910472392 -0.5889347436297218,
|
||||
0.30927812893419837 0.7466612866240621 -0.5889345991023636,
|
||||
0.5714708756995176 0.5714695204540037 -0.5889343133315444,
|
||||
0.746662414835944 0.30927667964825645 -0.5889339298232923,
|
||||
0.8081814922252402 -7.813939718534493e-7 -0.5889335069631999,
|
||||
0.7466624148359439 -0.30927824243623236 -0.5889331091277785,
|
||||
0.5714708756995176 -0.5714710832420744 -0.5889327968837841,
|
||||
0.309278128934198 -0.7466628494122749 -0.5889326177675202,
|
||||
5.738515932231458e-7 -0.8081821538356182 -0.5889325990478806,
|
||||
-0.3092771142246103 -0.746663170487391 -0.5889327435748626,
|
||||
-0.5714701820648784 -0.5714715373109326 -0.5889330293456243,
|
||||
-0.7466620422762555 -0.3092785635115849 -0.5889334128541713,
|
||||
-0.8081812526591508 -7.813944073513703e-7 -0.588933835714739,
|
||||
-0.7466620422762557 0.30927700072280245 -0.5889342335505372,
|
||||
-0.5714701820648788 0.5714699745222441 -0.58893454579459,
|
||||
-0.30927711422461074 0.7466616076988445 -0.5889347249105573,
|
||||
5.738515926357421e-7 0.8081805910472308 -0.588934743629733,
|
||||
0.3092780861540964 0.746661183343348 -0.5889347525092834,
|
||||
0.5714707296389455 0.571469374392898 -0.588934596790612,
|
||||
0.7466621654948488 0.30927657636721545 -0.5889343001805184,
|
||||
0.8081812001039417 -7.813945036323115e-7 -0.5889339078351169,
|
||||
0.7466621654948488 -0.3092781391561745 -0.5889334794852786,
|
||||
0.5714707296389455 -0.5714709371817209 -0.5889330803432397,
|
||||
0.30927808615409613 -0.7466627461319674 -0.5889327711747147,
|
||||
5.738515929467266e-7 -0.80818215383561 -0.5889325990478921,
|
||||
-0.30927715700485386 -0.7466632737676215 -0.5889325901676801,
|
||||
-0.5714703281255982 -0.5714716833711152 -0.5889327458861539,
|
||||
-0.7466622916173958 -0.3092786667914895 -0.5889330424966301,
|
||||
-0.8081815447804324 -7.813938754083076e-7 -0.58893343484277,
|
||||
-0.7466622916173961 0.3092771040036903 -0.5889338631932699,
|
||||
-0.5714703281255985 0.5714701205831795 -0.5889342623355064,
|
||||
-0.3092771570048544 0.7466617109794825 -0.5889345715036487 ] }
|
||||
normalIndex [
|
||||
0, 1, 33, 32, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 32, 47, 15, -1,
|
||||
1, 2, 34, 33, -1,
|
||||
2, 3, 35, 34, -1,
|
||||
3, 4, 36, 35, -1,
|
||||
4, 5, 37, 36, -1,
|
||||
5, 6, 38, 37, -1,
|
||||
6, 7, 39, 38, -1,
|
||||
7, 8, 40, 39, -1,
|
||||
8, 9, 41, 40, -1,
|
||||
9, 10, 42, 41, -1,
|
||||
10, 11, 43, 42, -1,
|
||||
11, 12, 44, 43, -1,
|
||||
12, 13, 45, 44, -1,
|
||||
13, 14, 46, 45, -1,
|
||||
14, 15, 47, 46, -1,
|
||||
16, 31, 47, 32, -1,
|
||||
16, 32, 33, 17, -1,
|
||||
17, 33, 34, 18, -1,
|
||||
18, 34, 35, 19, -1,
|
||||
19, 35, 36, 20, -1,
|
||||
20, 36, 37, 21, -1,
|
||||
21, 37, 38, 22, -1,
|
||||
22, 38, 39, 23, -1,
|
||||
23, 39, 40, 24, -1,
|
||||
24, 40, 41, 25, -1,
|
||||
25, 41, 42, 26, -1,
|
||||
26, 42, 43, 27, -1,
|
||||
27, 43, 44, 28, -1,
|
||||
28, 44, 45, 29, -1,
|
||||
29, 45, 46, 30, -1,
|
||||
30, 46, 47, 31, -1 ]
|
||||
}
|
||||
},
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
-3.2238132634532235e-6 0.23668427745585569 -1.5972834819307633,
|
||||
0.09057324865266159 0.2186674968888889 -1.5972833868388956,
|
||||
0.16736027426331823 0.16736004670666474 -1.597283258414758,
|
||||
0.218667724445627 0.09057302109634957 -1.5972831162097605,
|
||||
0.23668450501264404 -3.4513689841724752e-6 -1.5972829818733258,
|
||||
0.218667724445627 -0.09057992383435515 -1.5972828758569577,
|
||||
0.16736027426331823 -0.167366949444778 -1.5972828143006872,
|
||||
0.09057324865266159 -0.21867439962716206 -1.5972828065758993,
|
||||
-3.2238132630091343e-6 -0.23669118019431756 -1.5972828538586217,
|
||||
-0.09057969627918894 -0.21867439962735097 -1.5972829489504894,
|
||||
-0.16736672188984558 -0.1673669494451271 -1.5972830773746267,
|
||||
-0.21867417207215523 -0.09057992383481123 -1.5972832195796245,
|
||||
-0.2366909526391714 -3.451369477839933e-6 -1.5972833539160591,
|
||||
-0.21867417207215523 0.09057302109589338 -1.5972834599324268,
|
||||
-0.16736672188984558 0.1673600467063159 -1.5972835214886982,
|
||||
-0.09057969627918894 0.21866749688870013 -1.5972835292134855,
|
||||
-3.2617906398080265e-6 0.23668448284370566 -1.442483481931154,
|
||||
0.09057321067526924 0.21866770227682927 -1.4424833188766109,
|
||||
0.16736023628591168 0.16736025209468153 -1.4424831328364989,
|
||||
0.2186676864682111 0.09057322648441701 -1.4424829521337386,
|
||||
0.23668446703522417 -3.2459808985562574e-6 -1.442482804278687,
|
||||
0.2186676864682111 -0.09057971844628765 -1.4424827117809356,
|
||||
0.16736023628591168 -0.16736674405676127 -1.4424826887224285,
|
||||
0.09057321067526924 -0.21867419423922194 -1.4424827386136145,
|
||||
-3.2617906398080265e-6 -0.2366909748064676 -1.4424828538590124,
|
||||
-0.09057973425654842 -0.21867419423959125 -1.4424830169135552,
|
||||
-0.16736675986719085 -0.16736674405744348 -1.4424832029536674,
|
||||
-0.21867421004949072 -0.09057971844717921 -1.4424833836564277,
|
||||
-0.23669099061650378 -3.24598186339668e-6 -1.442483531511479,
|
||||
-0.21867421004949072 0.09057322648352584 -1.4424836240092305,
|
||||
-0.1673667598671913 0.1673602520939993 -1.4424836470677376,
|
||||
-0.09057973425654886 0.21866770227646 -1.4424835971765515 ] }
|
||||
coordIndex [
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1,
|
||||
0, 15, 31, 16, -1,
|
||||
0, 16, 17, 1, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1 ]
|
||||
normal Normal { vector [
|
||||
3.569575527245043e-7 0.8909085517013571 -0.45418273030275247,
|
||||
0.34093650151316013 0.8230920614840302 -0.45418251866175624,
|
||||
0.6299681639475796 0.6299672043847834 -0.45418215928428546,
|
||||
0.8230929236057168 0.34093550158889946 -0.45418170688229964,
|
||||
0.8909093163816859 -6.026053389250857e-7 -0.4541812303298693,
|
||||
0.8230929236057168 -0.3409367067996404 -0.45418080217773343,
|
||||
0.6299681639475795 -0.6299684095957079 -0.45418048760814234,
|
||||
0.34093650151315924 -0.8230932666952288 -0.45418033451146295,
|
||||
3.5695755282535266e-7 -0.890909756912878 -0.4541803661953137,
|
||||
-0.3409358446781717 -0.8230934044991447 -0.45418057783616084,
|
||||
-0.6299676449161837 -0.629968604480017 -0.45418093721363606,
|
||||
-0.8230925423779156 -0.3409368446040137 -0.4541813896157763,
|
||||
-0.8909089922340023 -6.026061824911558e-7 -0.45418186616842277,
|
||||
-0.823092542377916 0.34093563939171256 -0.4541822943207089,
|
||||
-0.6299676449161841 0.6299673992678985 -0.4541826088902974,
|
||||
-0.34093584467817206 0.8230921992873007 -0.45418276198681956,
|
||||
5.738515927480306e-7 0.8081805910472392 -0.5889347436297218,
|
||||
0.30927812893419837 0.7466612866240621 -0.5889345991023636,
|
||||
0.5714708756995176 0.5714695204540037 -0.5889343133315444,
|
||||
0.746662414835944 0.30927667964825645 -0.5889339298232923,
|
||||
0.8081814922252402 -7.813939718534493e-7 -0.5889335069631999,
|
||||
0.7466624148359439 -0.30927824243623236 -0.5889331091277785,
|
||||
0.5714708756995176 -0.5714710832420744 -0.5889327968837841,
|
||||
0.309278128934198 -0.7466628494122749 -0.5889326177675202,
|
||||
5.738515932231458e-7 -0.8081821538356182 -0.5889325990478806,
|
||||
-0.3092771142246103 -0.746663170487391 -0.5889327435748626,
|
||||
-0.5714701820648784 -0.5714715373109326 -0.5889330293456243,
|
||||
-0.7466620422762555 -0.3092785635115849 -0.5889334128541713,
|
||||
-0.8081812526591508 -7.813944073513703e-7 -0.588933835714739,
|
||||
-0.7466620422762557 0.30927700072280245 -0.5889342335505372,
|
||||
-0.5714701820648788 0.5714699745222441 -0.58893454579459,
|
||||
-0.30927711422461074 0.7466616076988445 -0.5889347249105573 ] }
|
||||
normalIndex [
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1,
|
||||
0, 15, 31, 16, -1,
|
||||
0, 16, 17, 1, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
modules/packages3d/Connect.3dshapes/Banana_Jack_2Pin.wings
Normal file
BIN
modules/packages3d/Connect.3dshapes/Banana_Jack_2Pin.wings
Normal file
Binary file not shown.
1883
modules/packages3d/Connect.3dshapes/Banana_Jack_2Pin.wrl
Normal file
1883
modules/packages3d/Connect.3dshapes/Banana_Jack_2Pin.wrl
Normal file
File diff suppressed because it is too large
Load diff
BIN
modules/packages3d/Connect.3dshapes/Banana_Jack_3Pin.wings
Normal file
BIN
modules/packages3d/Connect.3dshapes/Banana_Jack_3Pin.wings
Normal file
Binary file not shown.
2820
modules/packages3d/Connect.3dshapes/Banana_Jack_3Pin.wrl
Normal file
2820
modules/packages3d/Connect.3dshapes/Banana_Jack_3Pin.wrl
Normal file
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -290,3 +290,295 @@ DEF cylinder1 Transform {
|
|||
]
|
||||
}
|
||||
|
||||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.15a
|
||||
DEF cylinder3_copy4 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pins Material {
|
||||
diffuseColor 0.833333 0.833333 0.833333
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.07800 1.00836e-7 2.60336e-2,
|
||||
1.07221 -2.90838e-2 2.60339e-2,
|
||||
1.05574 -5.37400e-2 2.60342e-2,
|
||||
1.03108 -7.02147e-2 2.60343e-2,
|
||||
1.00200 -7.59999e-2 2.60344e-2,
|
||||
0.972916 -7.02147e-2 2.60343e-2,
|
||||
0.948260 -5.37400e-2 2.60342e-2,
|
||||
0.931785 -2.90838e-2 2.60339e-2,
|
||||
0.926000 1.00836e-7 2.60336e-2,
|
||||
0.931785 2.90840e-2 2.60333e-2,
|
||||
0.948260 5.37402e-2 2.60331e-2,
|
||||
0.972916 7.02149e-2 2.60330e-2,
|
||||
1.00200 7.60001e-2 2.60329e-2,
|
||||
1.03108 7.02149e-2 2.60330e-2,
|
||||
1.05574 5.37402e-2 2.60331e-2,
|
||||
1.07221 2.90840e-2 2.60333e-2,
|
||||
1.07800 -1.00836e-7 -1.08603,
|
||||
1.07221 -2.90840e-2 -1.08603,
|
||||
1.05574 -5.37402e-2 -1.08603,
|
||||
1.03108 -7.02149e-2 -1.08603,
|
||||
1.00200 -7.60001e-2 -1.08603,
|
||||
0.972916 -7.02149e-2 -1.08603,
|
||||
0.948260 -5.37402e-2 -1.08603,
|
||||
0.931785 -2.90840e-2 -1.08603,
|
||||
0.926000 -1.00836e-7 -1.08603,
|
||||
0.931785 2.90838e-2 -1.08603,
|
||||
0.948260 5.37400e-2 -1.08603,
|
||||
0.972916 7.02147e-2 -1.08603,
|
||||
1.00200 7.59999e-2 -1.08603,
|
||||
1.03108 7.02147e-2 -1.08603,
|
||||
1.05574 5.37400e-2 -1.08603,
|
||||
1.07221 2.90838e-2 -1.08603]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 20, 19, 3, -1,
|
||||
5, 21, 20, 4, -1,
|
||||
6, 22, 21, 5, -1,
|
||||
7, 23, 22, 6, -1,
|
||||
8, 24, 23, 7, -1,
|
||||
9, 25, 24, 8, -1,
|
||||
10, 26, 25, 9, -1,
|
||||
11, 27, 26, 10, -1,
|
||||
12, 28, 27, 11, -1,
|
||||
13, 29, 28, 12, -1,
|
||||
14, 30, 29, 13, -1,
|
||||
15, 31, 30, 14, -1,
|
||||
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 16, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cylinder3 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pins
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-0.926000 1.00836e-7 2.60336e-2,
|
||||
-0.931785 -2.90838e-2 2.60339e-2,
|
||||
-0.948260 -5.37400e-2 2.60342e-2,
|
||||
-0.972916 -7.02147e-2 2.60343e-2,
|
||||
-1.00200 -7.59999e-2 2.60344e-2,
|
||||
-1.03108 -7.02147e-2 2.60343e-2,
|
||||
-1.05574 -5.37400e-2 2.60342e-2,
|
||||
-1.07221 -2.90838e-2 2.60339e-2,
|
||||
-1.07800 1.00836e-7 2.60336e-2,
|
||||
-1.07221 2.90840e-2 2.60333e-2,
|
||||
-1.05574 5.37402e-2 2.60331e-2,
|
||||
-1.03108 7.02149e-2 2.60330e-2,
|
||||
-1.00200 7.60001e-2 2.60329e-2,
|
||||
-0.972916 7.02149e-2 2.60330e-2,
|
||||
-0.948260 5.37402e-2 2.60331e-2,
|
||||
-0.931785 2.90840e-2 2.60333e-2,
|
||||
-0.926000 -1.00836e-7 -1.08603,
|
||||
-0.931785 -2.90840e-2 -1.08603,
|
||||
-0.948260 -5.37402e-2 -1.08603,
|
||||
-0.972916 -7.02149e-2 -1.08603,
|
||||
-1.00200 -7.60001e-2 -1.08603,
|
||||
-1.03108 -7.02149e-2 -1.08603,
|
||||
-1.05574 -5.37402e-2 -1.08603,
|
||||
-1.07221 -2.90840e-2 -1.08603,
|
||||
-1.07800 -1.00836e-7 -1.08603,
|
||||
-1.07221 2.90838e-2 -1.08603,
|
||||
-1.05574 5.37400e-2 -1.08603,
|
||||
-1.03108 7.02147e-2 -1.08603,
|
||||
-1.00200 7.59999e-2 -1.08603,
|
||||
-0.972916 7.02147e-2 -1.08603,
|
||||
-0.948260 5.37400e-2 -1.08603,
|
||||
-0.931785 2.90838e-2 -1.08603]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 20, 19, 3, -1,
|
||||
5, 21, 20, 4, -1,
|
||||
6, 22, 21, 5, -1,
|
||||
7, 23, 22, 6, -1,
|
||||
8, 24, 23, 7, -1,
|
||||
9, 25, 24, 8, -1,
|
||||
10, 26, 25, 9, -1,
|
||||
11, 27, 26, 10, -1,
|
||||
12, 28, 27, 11, -1,
|
||||
13, 29, 28, 12, -1,
|
||||
14, 30, 29, 13, -1,
|
||||
15, 31, 30, 14, -1,
|
||||
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 16, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cylinder1_copy2 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body Material {
|
||||
diffuseColor 1.00000 1.00000 0.926667
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.91868 1.10990e-6 0.132663,
|
||||
1.85501 -0.320124 0.132663,
|
||||
1.67367 -0.591514 0.132663,
|
||||
1.40228 -0.772850 0.132663,
|
||||
-1.07816 -0.836527 0.132663,
|
||||
-1.39828 -0.772850 0.132663,
|
||||
-1.66967 -0.591514 0.132663,
|
||||
-1.85101 -0.320124 0.132663,
|
||||
-1.91468 1.10990e-6 0.132663,
|
||||
-1.85101 0.320127 0.132663,
|
||||
-1.66967 0.591516 0.132663,
|
||||
-1.39828 0.772852 0.132663,
|
||||
-1.07816 0.836529 0.132663,
|
||||
1.40228 0.772852 0.132663,
|
||||
1.67367 0.591516 0.132663,
|
||||
1.85501 0.320127 0.132663,
|
||||
1.91868 -1.10990e-6 2.53372e-2,
|
||||
1.85501 -0.320127 2.53372e-2,
|
||||
1.67367 -0.591516 2.53372e-2,
|
||||
1.40228 -0.772852 2.53372e-2,
|
||||
-1.07816 -0.836529 2.53372e-2,
|
||||
-1.39828 -0.772852 2.53372e-2,
|
||||
-1.66967 -0.591516 2.53372e-2,
|
||||
-1.85101 -0.320127 2.53372e-2,
|
||||
-1.91468 -1.10990e-6 2.53372e-2,
|
||||
-1.85101 0.320124 2.53372e-2,
|
||||
-1.66967 0.591514 2.53371e-2,
|
||||
-1.39828 0.772850 2.53371e-2,
|
||||
-1.07816 0.836527 2.53371e-2,
|
||||
1.40228 0.772850 2.53371e-2,
|
||||
1.67367 0.591514 2.53371e-2,
|
||||
1.85501 0.320124 2.53372e-2,
|
||||
1.08216 -0.836527 0.132663,
|
||||
1.08216 0.836529 0.132663,
|
||||
1.08216 -0.836529 2.53372e-2,
|
||||
1.08216 0.836527 2.53371e-2]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 33, 12, 11, 10, 9, 8, 7, 6, 5, 4, 32, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
5, 21, 20, 4, -1,
|
||||
6, 22, 21, 5, -1,
|
||||
7, 23, 22, 6, -1,
|
||||
8, 24, 23, 7, -1,
|
||||
9, 25, 24, 8, -1,
|
||||
10, 26, 25, 9, -1,
|
||||
11, 27, 26, 10, -1,
|
||||
12, 28, 27, 11, -1,
|
||||
14, 30, 29, 13, -1,
|
||||
15, 31, 30, 14, -1,
|
||||
17, 18, 19, 34, 20, 21, 22, 23, 24, 25, 26, 27, 28, 35, 29, 30, 31, 16, -1,
|
||||
20, 34, 32, 4, -1,
|
||||
29, 35, 33, 13, -1,
|
||||
32, 34, 19, 3, -1,
|
||||
33, 35, 28, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cylinder1 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE body
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.78000 1.02959e-6 5.10400,
|
||||
1.72093 -0.296961 5.10400,
|
||||
1.55271 -0.548714 5.10400,
|
||||
1.30096 -0.716929 5.10400,
|
||||
-1.00000 -0.775999 5.10400,
|
||||
-1.29696 -0.716929 5.10400,
|
||||
-1.54871 -0.548714 5.10400,
|
||||
-1.71693 -0.296961 5.10400,
|
||||
-1.77600 1.02959e-6 5.10400,
|
||||
-1.71693 0.296963 5.10400,
|
||||
-1.54871 0.548716 5.10400,
|
||||
-1.29696 0.716932 5.10400,
|
||||
-1.00000 0.776001 5.10400,
|
||||
1.30096 0.716932 5.10400,
|
||||
1.55271 0.548716 5.10400,
|
||||
1.72093 0.296963 5.10400,
|
||||
1.78000 -1.02959e-6 0.126000,
|
||||
1.72093 -0.296963 0.126000,
|
||||
1.55271 -0.548716 0.126001,
|
||||
1.30096 -0.716932 0.126001,
|
||||
-1.00000 -0.776001 0.126001,
|
||||
-1.29696 -0.716932 0.126001,
|
||||
-1.54871 -0.548716 0.126001,
|
||||
-1.71693 -0.296963 0.126000,
|
||||
-1.77600 -1.02959e-6 0.126000,
|
||||
-1.71693 0.296961 0.126000,
|
||||
-1.54871 0.548714 0.125999,
|
||||
-1.29696 0.716929 0.125999,
|
||||
-1.00000 0.775999 0.125999,
|
||||
1.30096 0.716929 0.125999,
|
||||
1.55271 0.548714 0.125999,
|
||||
1.72093 0.296961 0.126000,
|
||||
1.00400 -0.775999 5.10400,
|
||||
1.00400 0.776001 5.10400,
|
||||
1.00400 -0.776001 0.126001,
|
||||
1.00400 0.775999 0.125999]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 33, 12, 11, 10, 9, 8, 7, 6, 5, 4, 32, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
5, 21, 20, 4, -1,
|
||||
6, 22, 21, 5, -1,
|
||||
7, 23, 22, 6, -1,
|
||||
8, 24, 23, 7, -1,
|
||||
9, 25, 24, 8, -1,
|
||||
10, 26, 25, 9, -1,
|
||||
11, 27, 26, 10, -1,
|
||||
12, 28, 27, 11, -1,
|
||||
14, 30, 29, 13, -1,
|
||||
15, 31, 30, 14, -1,
|
||||
17, 18, 19, 34, 20, 21, 22, 23, 24, 25, 26, 27, 28, 35, 29, 30, 31, 16, -1,
|
||||
20, 34, 32, 4, -1,
|
||||
29, 35, 33, 13, -1,
|
||||
32, 34, 19, 3, -1,
|
||||
33, 35, 28, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
|
@ -1,508 +0,0 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.17e
|
||||
DEF cylinder3 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body Material {
|
||||
diffuseColor 1.00000 0.00000e+0 0.00000e+0
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.00000 -1.32679e-6 4.00000e-3,
|
||||
0.923880 -0.382685 4.00051e-3,
|
||||
0.707107 -0.707108 4.00094e-3,
|
||||
0.382683 -0.923881 4.00123e-3,
|
||||
6.12303e-17 -1.00000 4.00133e-3,
|
||||
-0.382683 -0.923881 4.00123e-3,
|
||||
-0.707107 -0.707108 4.00094e-3,
|
||||
-0.923880 -0.382685 4.00051e-3,
|
||||
-1.00000 -1.32679e-6 4.00000e-3,
|
||||
-0.923880 0.382682 3.99949e-3,
|
||||
-0.707107 0.707105 3.99906e-3,
|
||||
-0.382683 0.923878 3.99877e-3,
|
||||
-1.83691e-16 0.999999 3.99867e-3,
|
||||
0.382683 0.923878 3.99877e-3,
|
||||
0.707107 0.707105 3.99906e-3,
|
||||
0.923880 0.382682 3.99949e-3,
|
||||
0.465734 1.32679e-6 2.00400,
|
||||
0.430282 -0.178227 2.00400,
|
||||
0.329324 -0.329323 2.00400,
|
||||
0.178229 -0.430281 2.00400,
|
||||
2.34319e-17 -0.465733 2.00400,
|
||||
-0.178229 -0.430281 2.00400,
|
||||
-0.329324 -0.329323 2.00400,
|
||||
-0.430282 -0.178227 2.00400,
|
||||
-0.465734 1.32679e-6 2.00400,
|
||||
-0.430282 0.178230 2.00400,
|
||||
-0.329324 0.329325 2.00400,
|
||||
-0.178229 0.430284 2.00400,
|
||||
-1.45893e-16 0.465736 2.00400,
|
||||
0.178229 0.430284 2.00400,
|
||||
0.329324 0.329325 2.00400,
|
||||
0.430282 0.178230 2.00400,
|
||||
0.919600 1.32679e-6 2.00400,
|
||||
0.849600 -0.351914 2.00400,
|
||||
0.650255 -0.650254 2.00400,
|
||||
0.351916 -0.849598 2.00400,
|
||||
5.55422e-17 -0.919599 2.00400,
|
||||
-0.351916 -0.849598 2.00400,
|
||||
-0.650255 -0.650254 2.00400,
|
||||
-0.849600 -0.351914 2.00400,
|
||||
-0.919600 1.32679e-6 2.00400,
|
||||
-0.849600 0.351917 2.00400,
|
||||
-0.650255 0.650257 2.00400,
|
||||
-0.351916 0.849601 2.00400,
|
||||
-1.78003e-16 0.919601 2.00400,
|
||||
0.351916 0.849601 2.00400,
|
||||
0.650255 0.650257 2.00400,
|
||||
0.849600 0.351917 2.00400,
|
||||
1.00000 -8.94919e-8 1.11560,
|
||||
0.923880 -0.382684 1.11560,
|
||||
0.707107 -0.707107 1.11560,
|
||||
0.382683 -0.923880 1.11560,
|
||||
6.12303e-17 -1.00000 1.11560,
|
||||
-0.382683 -0.923880 1.11560,
|
||||
-0.707107 -0.707107 1.11560,
|
||||
-0.923880 -0.382684 1.11560,
|
||||
-1.00000 -8.94919e-8 1.11560,
|
||||
-0.923880 0.382683 1.11560,
|
||||
-0.707107 0.707107 1.11560,
|
||||
-0.382683 0.923879 1.11560,
|
||||
-1.83691e-16 1.000000 1.11560,
|
||||
0.382683 0.923879 1.11560,
|
||||
0.707107 0.707107 1.11560,
|
||||
0.923880 0.382683 1.11560,
|
||||
-0.449534 0.879212 1.27640,
|
||||
-0.640257 0.751775 1.27640,
|
||||
-0.640257 0.751776 1.92360,
|
||||
-0.449534 0.879213 1.92360,
|
||||
0.449534 -0.879212 1.27640,
|
||||
0.640257 -0.751774 1.27640,
|
||||
0.640257 -0.751773 1.92360,
|
||||
0.449534 -0.879210 1.92360,
|
||||
-0.984315 -7.88550e-2 1.27640,
|
||||
-0.939565 -0.303828 1.27640,
|
||||
-0.939565 -0.303827 1.92360,
|
||||
-0.984315 -7.88539e-2 1.92360,
|
||||
-0.303828 -0.939565 1.27640,
|
||||
-7.88551e-2 -0.984315 1.27640,
|
||||
-7.88551e-2 -0.984314 1.92360,
|
||||
-0.303828 -0.939564 1.92360,
|
||||
0.939565 -0.303828 1.27640,
|
||||
0.984315 -7.88550e-2 1.27640,
|
||||
0.984315 -7.88539e-2 1.92360,
|
||||
0.939565 -0.303827 1.92360,
|
||||
0.303828 0.939565 1.27640,
|
||||
7.88551e-2 0.984315 1.27640,
|
||||
7.88551e-2 0.984316 1.92360,
|
||||
0.303828 0.939566 1.92360,
|
||||
0.640257 0.751775 1.27640,
|
||||
0.449534 0.879212 1.27640,
|
||||
0.449534 0.879213 1.92360,
|
||||
0.640257 0.751776 1.92360,
|
||||
7.88551e-2 -0.984315 1.27640,
|
||||
0.303828 -0.939565 1.27640,
|
||||
0.303828 -0.939564 1.92360,
|
||||
7.88551e-2 -0.984314 1.92360,
|
||||
-0.879212 -0.449533 1.27640,
|
||||
-0.751775 -0.640256 1.27640,
|
||||
-0.751775 -0.640255 1.92360,
|
||||
-0.879212 -0.449532 1.92360,
|
||||
0.751775 -0.640256 1.27640,
|
||||
0.879212 -0.449533 1.27640,
|
||||
0.879212 -0.449532 1.92360,
|
||||
0.751775 -0.640255 1.92360,
|
||||
0.879212 0.449534 1.27640,
|
||||
0.751775 0.640257 1.27640,
|
||||
0.751775 0.640258 1.92360,
|
||||
0.879212 0.449535 1.92360,
|
||||
-7.88551e-2 0.984315 1.27640,
|
||||
-0.303828 0.939565 1.27640,
|
||||
-0.303828 0.939566 1.92360,
|
||||
-7.88551e-2 0.984316 1.92360,
|
||||
-0.751775 0.640257 1.27640,
|
||||
-0.879212 0.449534 1.27640,
|
||||
-0.879212 0.449535 1.92360,
|
||||
-0.751775 0.640258 1.92360,
|
||||
0.984315 7.88553e-2 1.27640,
|
||||
0.939565 0.303828 1.27640,
|
||||
0.939565 0.303829 1.92360,
|
||||
0.984315 7.88563e-2 1.92360,
|
||||
-0.640257 -0.751774 1.27640,
|
||||
-0.449534 -0.879212 1.27640,
|
||||
-0.449534 -0.879210 1.92360,
|
||||
-0.640257 -0.751773 1.92360,
|
||||
-0.939565 0.303828 1.27640,
|
||||
-0.984315 7.88553e-2 1.27640,
|
||||
-0.984315 7.88563e-2 1.92360,
|
||||
-0.939565 0.303829 1.92360]
|
||||
}
|
||||
coordIndex [
|
||||
0, 48, 49, 1, -1,
|
||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, -1,
|
||||
1, 49, 50, 2, -1,
|
||||
2, 50, 51, 3, -1,
|
||||
3, 51, 52, 4, -1,
|
||||
4, 52, 53, 5, -1,
|
||||
5, 53, 54, 6, -1,
|
||||
6, 54, 55, 7, -1,
|
||||
7, 55, 56, 8, -1,
|
||||
8, 56, 57, 9, -1,
|
||||
9, 57, 58, 10, -1,
|
||||
10, 58, 59, 11, -1,
|
||||
11, 59, 60, 12, -1,
|
||||
12, 60, 61, 13, -1,
|
||||
13, 61, 62, 14, -1,
|
||||
14, 62, 63, 15, -1,
|
||||
15, 63, 48, 0, -1,
|
||||
16, 32, 47, 31, -1,
|
||||
17, 33, 32, 16, -1,
|
||||
18, 34, 33, 17, -1,
|
||||
19, 35, 34, 18, -1,
|
||||
20, 36, 35, 19, -1,
|
||||
21, 37, 36, 20, -1,
|
||||
22, 38, 37, 21, -1,
|
||||
23, 39, 38, 22, -1,
|
||||
24, 40, 39, 23, -1,
|
||||
25, 41, 40, 24, -1,
|
||||
26, 42, 41, 25, -1,
|
||||
27, 43, 42, 26, -1,
|
||||
28, 44, 43, 27, -1,
|
||||
29, 45, 44, 28, -1,
|
||||
30, 46, 45, 29, -1,
|
||||
31, 47, 46, 30, -1,
|
||||
32, 82, 119, -1,
|
||||
32, 119, 118, 47, -1,
|
||||
33, 83, 82, 32, -1,
|
||||
33, 102, 83, -1,
|
||||
34, 70, 103, -1,
|
||||
34, 103, 102, 33, -1,
|
||||
35, 71, 70, 34, -1,
|
||||
35, 94, 71, -1,
|
||||
36, 78, 95, -1,
|
||||
36, 95, 94, 35, -1,
|
||||
37, 79, 78, 36, -1,
|
||||
37, 122, 79, -1,
|
||||
38, 98, 123, -1,
|
||||
38, 123, 122, 37, -1,
|
||||
39, 74, 99, -1,
|
||||
39, 99, 98, 38, -1,
|
||||
40, 75, 74, 39, -1,
|
||||
40, 126, 75, -1,
|
||||
41, 114, 127, -1,
|
||||
41, 127, 126, 40, -1,
|
||||
42, 66, 115, -1,
|
||||
42, 115, 114, 41, -1,
|
||||
43, 67, 66, 42, -1,
|
||||
43, 110, 67, -1,
|
||||
44, 86, 111, -1,
|
||||
44, 111, 110, 43, -1,
|
||||
45, 87, 86, 44, -1,
|
||||
45, 90, 87, -1,
|
||||
46, 91, 90, 45, -1,
|
||||
46, 106, 91, -1,
|
||||
47, 107, 106, 46, -1,
|
||||
47, 118, 107, -1,
|
||||
48, 81, 80, 49, -1,
|
||||
49, 101, 100, 50, -1,
|
||||
50, 69, 68, 51, -1,
|
||||
51, 93, 92, 52, -1,
|
||||
52, 77, 76, 53, -1,
|
||||
53, 121, 120, 54, -1,
|
||||
54, 97, 96, 55, -1,
|
||||
55, 73, 72, 56, -1,
|
||||
56, 125, 124, 57, -1,
|
||||
57, 113, 112, 58, -1,
|
||||
58, 65, 64, 59, -1,
|
||||
59, 109, 108, 60, -1,
|
||||
60, 85, 84, 61, -1,
|
||||
61, 89, 88, 62, -1,
|
||||
62, 105, 104, 63, -1,
|
||||
63, 117, 116, 48, -1,
|
||||
64, 109, 59, -1,
|
||||
65, 66, 67, 64, -1,
|
||||
65, 112, 115, 66, -1,
|
||||
67, 110, 109, 64, -1,
|
||||
68, 93, 51, -1,
|
||||
69, 70, 71, 68, -1,
|
||||
69, 100, 103, 70, -1,
|
||||
71, 94, 93, 68, -1,
|
||||
72, 125, 56, -1,
|
||||
73, 74, 75, 72, -1,
|
||||
73, 96, 99, 74, -1,
|
||||
75, 126, 125, 72, -1,
|
||||
76, 121, 53, -1,
|
||||
77, 78, 79, 76, -1,
|
||||
77, 92, 95, 78, -1,
|
||||
79, 122, 121, 76, -1,
|
||||
80, 101, 49, -1,
|
||||
81, 82, 83, 80, -1,
|
||||
81, 116, 119, 82, -1,
|
||||
83, 102, 101, 80, -1,
|
||||
84, 89, 61, -1,
|
||||
85, 86, 87, 84, -1,
|
||||
85, 108, 111, 86, -1,
|
||||
87, 90, 89, 84, -1,
|
||||
88, 105, 62, -1,
|
||||
89, 90, 91, 88, -1,
|
||||
91, 106, 105, 88, -1,
|
||||
92, 77, 52, -1,
|
||||
93, 94, 95, 92, -1,
|
||||
96, 73, 55, -1,
|
||||
97, 98, 99, 96, -1,
|
||||
97, 120, 123, 98, -1,
|
||||
100, 69, 50, -1,
|
||||
101, 102, 103, 100, -1,
|
||||
104, 117, 63, -1,
|
||||
105, 106, 107, 104, -1,
|
||||
107, 118, 117, 104, -1,
|
||||
108, 85, 60, -1,
|
||||
109, 110, 111, 108, -1,
|
||||
112, 65, 58, -1,
|
||||
113, 114, 115, 112, -1,
|
||||
113, 124, 127, 114, -1,
|
||||
116, 81, 48, -1,
|
||||
117, 118, 119, 116, -1,
|
||||
120, 97, 54, -1,
|
||||
121, 122, 123, 120, -1,
|
||||
124, 113, 57, -1,
|
||||
125, 126, 127, 124, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
,
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pin Material {
|
||||
diffuseColor 0.766667 0.766667 0.766667
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.465734 1.32679e-6 2.00400,
|
||||
0.430282 -0.178227 2.00400,
|
||||
0.329324 -0.329323 2.00400,
|
||||
0.178229 -0.430281 2.00400,
|
||||
2.34319e-17 -0.465733 2.00400,
|
||||
-0.178229 -0.430281 2.00400,
|
||||
-0.329324 -0.329323 2.00400,
|
||||
-0.430282 -0.178227 2.00400,
|
||||
-0.465734 1.32679e-6 2.00400,
|
||||
-0.430282 0.178230 2.00400,
|
||||
-0.329324 0.329325 2.00400,
|
||||
-0.178229 0.430284 2.00400,
|
||||
-1.45893e-16 0.465736 2.00400,
|
||||
0.178229 0.430284 2.00400,
|
||||
0.329324 0.329325 2.00400,
|
||||
0.430282 0.178230 2.00400,
|
||||
0.465734 -6.31554e-7 0.528000,
|
||||
0.430282 -0.178229 0.528000,
|
||||
0.329324 -0.329324 0.528000,
|
||||
0.178229 -0.430283 0.528001,
|
||||
-1.36101e-17 -0.465735 0.528001,
|
||||
-0.178229 -0.430283 0.528001,
|
||||
-0.329324 -0.329324 0.528000,
|
||||
-0.430282 -0.178229 0.528000,
|
||||
-0.465734 -6.31554e-7 0.528000,
|
||||
-0.430282 0.178228 0.528000,
|
||||
-0.329324 0.329323 0.528000,
|
||||
-0.178229 0.430282 0.527999,
|
||||
-1.20691e-16 0.465734 0.527999,
|
||||
0.178229 0.430282 0.527999,
|
||||
0.329324 0.329323 0.528000,
|
||||
0.430282 0.178228 0.528000]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
15, 31, 16, 0, -1,
|
||||
16, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cylinder1_copy2 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE body
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.628000 8.33227e-7 -8.00000e-3,
|
||||
0.580196 -0.240324 -7.99949e-3,
|
||||
0.444063 -0.444062 -7.99906e-3,
|
||||
0.240325 -0.580196 -7.99877e-3,
|
||||
2.16744e-17 -0.627999 -7.99867e-3,
|
||||
-0.240325 -0.580196 -7.99877e-3,
|
||||
-0.444063 -0.444062 -7.99906e-3,
|
||||
-0.580196 -0.240324 -7.99949e-3,
|
||||
-0.628000 8.33227e-7 -8.00000e-3,
|
||||
-0.580196 0.240326 -8.00051e-3,
|
||||
-0.444063 0.444064 -8.00094e-3,
|
||||
-0.240325 0.580197 -8.00123e-3,
|
||||
-1.32136e-16 0.628001 -8.00133e-3,
|
||||
0.240325 0.580197 -8.00123e-3,
|
||||
0.444063 0.444064 -8.00094e-3,
|
||||
0.580196 0.240326 -8.00051e-3,
|
||||
0.262986 -5.44701e-17 -1.47800,
|
||||
0.242968 -0.100641 -1.47800,
|
||||
0.185959 -0.185959 -1.47800,
|
||||
0.100641 -0.242968 -1.47800,
|
||||
1.13447e-17 -0.262986 -1.47800,
|
||||
-0.100641 -0.242968 -1.47800,
|
||||
-0.185959 -0.185959 -1.47800,
|
||||
-0.242968 -0.100641 -1.47800,
|
||||
-0.262986 -7.41964e-18 -1.47800,
|
||||
-0.242968 0.100641 -1.47800,
|
||||
-0.185959 0.185959 -1.47800,
|
||||
-0.100641 0.242968 -1.47800,
|
||||
-9.59824e-17 0.262986 -1.47800,
|
||||
0.100641 0.242968 -1.47800,
|
||||
0.185959 0.185959 -1.47800,
|
||||
0.242968 0.100641 -1.47800,
|
||||
0.628000 6.94451e-8 -1.35548,
|
||||
0.580196 -0.240325 -1.35548,
|
||||
0.444063 -0.444063 -1.35548,
|
||||
0.240325 -0.580196 -1.35548,
|
||||
2.16744e-17 -0.628000 -1.35548,
|
||||
-0.240325 -0.580196 -1.35548,
|
||||
-0.444063 -0.444063 -1.35548,
|
||||
-0.580196 -0.240325 -1.35548,
|
||||
-0.628000 6.94451e-8 -1.35548,
|
||||
-0.580196 0.240325 -1.35548,
|
||||
-0.444063 0.444063 -1.35548,
|
||||
-0.240325 0.580196 -1.35548,
|
||||
-1.32136e-16 0.628000 -1.35548,
|
||||
0.240325 0.580196 -1.35548,
|
||||
0.444063 0.444063 -1.35548,
|
||||
0.580196 0.240325 -1.35548]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 32, 47, 15, -1,
|
||||
1, 33, 32, 0, -1,
|
||||
2, 34, 33, 1, -1,
|
||||
3, 35, 34, 2, -1,
|
||||
4, 36, 35, 3, -1,
|
||||
5, 37, 36, 4, -1,
|
||||
6, 38, 37, 5, -1,
|
||||
7, 39, 38, 6, -1,
|
||||
8, 40, 39, 7, -1,
|
||||
9, 41, 40, 8, -1,
|
||||
10, 42, 41, 9, -1,
|
||||
11, 43, 42, 10, -1,
|
||||
12, 44, 43, 11, -1,
|
||||
13, 45, 44, 12, -1,
|
||||
14, 46, 45, 13, -1,
|
||||
15, 47, 46, 14, -1,
|
||||
16, 32, 33, 17, -1,
|
||||
17, 33, 34, 18, -1,
|
||||
18, 34, 35, 19, -1,
|
||||
19, 35, 36, 20, -1,
|
||||
20, 36, 37, 21, -1,
|
||||
21, 37, 38, 22, -1,
|
||||
22, 38, 39, 23, -1,
|
||||
23, 39, 40, 24, -1,
|
||||
24, 40, 41, 25, -1,
|
||||
25, 41, 42, 26, -1,
|
||||
26, 42, 43, 27, -1,
|
||||
27, 43, 44, 28, -1,
|
||||
28, 44, 45, 29, -1,
|
||||
29, 45, 46, 30, -1,
|
||||
30, 46, 47, 31, -1,
|
||||
31, 47, 32, 16, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
,
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.262986 -2.70406e-7 -1.65000,
|
||||
0.242968 -0.100641 -1.65000,
|
||||
0.185959 -0.185960 -1.65000,
|
||||
0.100641 -0.242968 -1.65000,
|
||||
2.94338e-17 -0.262987 -1.65000,
|
||||
-0.100641 -0.242968 -1.65000,
|
||||
-0.185959 -0.185960 -1.65000,
|
||||
-0.242968 -0.100641 -1.65000,
|
||||
-0.262986 -2.70406e-7 -1.65000,
|
||||
-0.242968 0.100640 -1.65000,
|
||||
-0.185959 0.185959 -1.65000,
|
||||
-0.100641 0.242967 -1.65000,
|
||||
-1.79441e-16 0.262986 -1.65000,
|
||||
0.100641 0.242967 -1.65000,
|
||||
0.185959 0.185959 -1.65000,
|
||||
0.242968 0.100640 -1.65000,
|
||||
0.262986 -5.44701e-17 -1.47800,
|
||||
0.242968 -0.100641 -1.47800,
|
||||
0.185959 -0.185959 -1.47800,
|
||||
0.100641 -0.242968 -1.47800,
|
||||
1.13447e-17 -0.262986 -1.47800,
|
||||
-0.100641 -0.242968 -1.47800,
|
||||
-0.185959 -0.185959 -1.47800,
|
||||
-0.242968 -0.100641 -1.47800,
|
||||
-0.262986 -7.41964e-18 -1.47800,
|
||||
-0.242968 0.100641 -1.47800,
|
||||
-0.185959 0.185959 -1.47800,
|
||||
-0.100641 0.242968 -1.47800,
|
||||
-9.59824e-17 0.262986 -1.47800,
|
||||
0.100641 0.242968 -1.47800,
|
||||
0.185959 0.185959 -1.47800,
|
||||
0.242968 0.100641 -1.47800]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
15, 31, 16, 0, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
|
@ -1,480 +0,0 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.17f
|
||||
DEF cylinder1_copy4 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body_green Material {
|
||||
diffuseColor 0.00000e+0 1.00000 0.00000e+0
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.628000 8.33227e-7 -8.00000e-3,
|
||||
0.580196 -0.240324 -7.99949e-3,
|
||||
0.444063 -0.444062 -7.99906e-3,
|
||||
0.240325 -0.580196 -7.99877e-3,
|
||||
4.44089e-16 -0.627999 -7.99867e-3,
|
||||
-0.240325 -0.580196 -7.99877e-3,
|
||||
-0.444063 -0.444062 -7.99906e-3,
|
||||
-0.580196 -0.240324 -7.99949e-3,
|
||||
-0.628000 8.33227e-7 -8.00000e-3,
|
||||
-0.580196 0.240326 -8.00051e-3,
|
||||
-0.444063 0.444064 -8.00094e-3,
|
||||
-0.240325 0.580197 -8.00123e-3,
|
||||
4.44089e-16 0.628001 -8.00133e-3,
|
||||
0.240325 0.580197 -8.00123e-3,
|
||||
0.444063 0.444064 -8.00094e-3,
|
||||
0.580196 0.240326 -8.00051e-3,
|
||||
0.262986 -5.44701e-17 -1.47800,
|
||||
0.242968 -0.100641 -1.47800,
|
||||
0.185959 -0.185959 -1.47800,
|
||||
0.100641 -0.242968 -1.47800,
|
||||
4.44089e-16 -0.262986 -1.47800,
|
||||
-0.100641 -0.242968 -1.47800,
|
||||
-0.185959 -0.185959 -1.47800,
|
||||
-0.242968 -0.100641 -1.47800,
|
||||
-0.262986 -7.41964e-18 -1.47800,
|
||||
-0.242968 0.100641 -1.47800,
|
||||
-0.185959 0.185959 -1.47800,
|
||||
-0.100641 0.242968 -1.47800,
|
||||
4.44089e-16 0.262986 -1.47800,
|
||||
0.100641 0.242968 -1.47800,
|
||||
0.185959 0.185959 -1.47800,
|
||||
0.242968 0.100641 -1.47800,
|
||||
0.628000 6.94451e-8 -1.35548,
|
||||
0.580196 -0.240325 -1.35548,
|
||||
0.444063 -0.444063 -1.35548,
|
||||
0.240325 -0.580196 -1.35548,
|
||||
4.44089e-16 -0.628000 -1.35548,
|
||||
-0.240325 -0.580196 -1.35548,
|
||||
-0.444063 -0.444063 -1.35548,
|
||||
-0.580196 -0.240325 -1.35548,
|
||||
-0.628000 6.94451e-8 -1.35548,
|
||||
-0.580196 0.240325 -1.35548,
|
||||
-0.444063 0.444063 -1.35548,
|
||||
-0.240325 0.580196 -1.35548,
|
||||
4.44089e-16 0.628000 -1.35548,
|
||||
0.240325 0.580196 -1.35548,
|
||||
0.444063 0.444063 -1.35548,
|
||||
0.580196 0.240325 -1.35548,
|
||||
1.00000 -1.32679e-6 4.00000e-3,
|
||||
0.923880 -0.382685 4.00051e-3,
|
||||
0.707107 -0.707108 4.00094e-3,
|
||||
0.382683 -0.923881 4.00123e-3,
|
||||
4.44089e-16 -1.00000 4.00133e-3,
|
||||
-0.382683 -0.923881 4.00123e-3,
|
||||
-0.707107 -0.707108 4.00094e-3,
|
||||
-0.923880 -0.382685 4.00051e-3,
|
||||
-1.000000 -1.32679e-6 4.00000e-3,
|
||||
-0.923880 0.382682 3.99949e-3,
|
||||
-0.707107 0.707105 3.99906e-3,
|
||||
-0.382683 0.923878 3.99877e-3,
|
||||
4.44089e-16 0.999999 3.99867e-3,
|
||||
0.382683 0.923878 3.99877e-3,
|
||||
0.707107 0.707105 3.99906e-3,
|
||||
0.923880 0.382682 3.99949e-3,
|
||||
0.465734 1.32679e-6 2.00400,
|
||||
0.430282 -0.178227 2.00400,
|
||||
0.329324 -0.329323 2.00400,
|
||||
0.178229 -0.430281 2.00400,
|
||||
4.44089e-16 -0.465733 2.00400,
|
||||
-0.178229 -0.430281 2.00400,
|
||||
-0.329324 -0.329323 2.00400,
|
||||
-0.430282 -0.178227 2.00400,
|
||||
-0.465734 1.32679e-6 2.00400,
|
||||
-0.430282 0.178230 2.00400,
|
||||
-0.329324 0.329325 2.00400,
|
||||
-0.178229 0.430284 2.00400,
|
||||
4.44089e-16 0.465736 2.00400,
|
||||
0.178229 0.430284 2.00400,
|
||||
0.329324 0.329325 2.00400,
|
||||
0.430282 0.178230 2.00400,
|
||||
0.919600 1.32679e-6 2.00400,
|
||||
0.849600 -0.351914 2.00400,
|
||||
0.650255 -0.650254 2.00400,
|
||||
0.351916 -0.849598 2.00400,
|
||||
4.44089e-16 -0.919599 2.00400,
|
||||
-0.351916 -0.849598 2.00400,
|
||||
-0.650255 -0.650254 2.00400,
|
||||
-0.849600 -0.351914 2.00400,
|
||||
-0.919600 1.32679e-6 2.00400,
|
||||
-0.849600 0.351917 2.00400,
|
||||
-0.650255 0.650257 2.00400,
|
||||
-0.351916 0.849601 2.00400,
|
||||
4.44089e-16 0.919601 2.00400,
|
||||
0.351916 0.849601 2.00400,
|
||||
0.650255 0.650257 2.00400,
|
||||
0.849600 0.351917 2.00400,
|
||||
1.00000 -8.94919e-8 1.11560,
|
||||
0.923880 -0.382684 1.11560,
|
||||
0.707107 -0.707107 1.11560,
|
||||
0.382683 -0.923880 1.11560,
|
||||
4.44089e-16 -1.00000 1.11560,
|
||||
-0.382683 -0.923880 1.11560,
|
||||
-0.707107 -0.707107 1.11560,
|
||||
-0.923880 -0.382684 1.11560,
|
||||
-1.000000 -8.94919e-8 1.11560,
|
||||
-0.923880 0.382683 1.11560,
|
||||
-0.707107 0.707107 1.11560,
|
||||
-0.382683 0.923879 1.11560,
|
||||
4.44089e-16 1.000000 1.11560,
|
||||
0.382683 0.923879 1.11560,
|
||||
0.707107 0.707107 1.11560,
|
||||
0.923880 0.382683 1.11560,
|
||||
-0.449534 0.879212 1.27640,
|
||||
-0.640257 0.751775 1.27640,
|
||||
-0.640257 0.751776 1.92360,
|
||||
-0.449534 0.879213 1.92360,
|
||||
0.449534 -0.879212 1.27640,
|
||||
0.640257 -0.751774 1.27640,
|
||||
0.640257 -0.751773 1.92360,
|
||||
0.449534 -0.879210 1.92360,
|
||||
-0.984315 -7.88550e-2 1.27640,
|
||||
-0.939565 -0.303828 1.27640,
|
||||
-0.939565 -0.303827 1.92360,
|
||||
-0.984315 -7.88539e-2 1.92360,
|
||||
-0.303828 -0.939565 1.27640,
|
||||
-7.88551e-2 -0.984315 1.27640,
|
||||
-7.88551e-2 -0.984314 1.92360,
|
||||
-0.303828 -0.939564 1.92360,
|
||||
0.939565 -0.303828 1.27640,
|
||||
0.984315 -7.88550e-2 1.27640,
|
||||
0.984315 -7.88539e-2 1.92360,
|
||||
0.939565 -0.303827 1.92360,
|
||||
0.303828 0.939565 1.27640,
|
||||
7.88551e-2 0.984315 1.27640,
|
||||
7.88551e-2 0.984316 1.92360,
|
||||
0.303828 0.939566 1.92360,
|
||||
0.640257 0.751775 1.27640,
|
||||
0.449534 0.879212 1.27640,
|
||||
0.449534 0.879213 1.92360,
|
||||
0.640257 0.751776 1.92360,
|
||||
7.88551e-2 -0.984315 1.27640,
|
||||
0.303828 -0.939565 1.27640,
|
||||
0.303828 -0.939564 1.92360,
|
||||
7.88551e-2 -0.984314 1.92360,
|
||||
-0.879212 -0.449533 1.27640,
|
||||
-0.751775 -0.640256 1.27640,
|
||||
-0.751775 -0.640255 1.92360,
|
||||
-0.879212 -0.449532 1.92360,
|
||||
0.751775 -0.640256 1.27640,
|
||||
0.879212 -0.449533 1.27640,
|
||||
0.879212 -0.449532 1.92360,
|
||||
0.751775 -0.640255 1.92360,
|
||||
0.879212 0.449534 1.27640,
|
||||
0.751775 0.640257 1.27640,
|
||||
0.751775 0.640258 1.92360,
|
||||
0.879212 0.449535 1.92360,
|
||||
-7.88551e-2 0.984315 1.27640,
|
||||
-0.303828 0.939565 1.27640,
|
||||
-0.303828 0.939566 1.92360,
|
||||
-7.88551e-2 0.984316 1.92360,
|
||||
-0.751775 0.640257 1.27640,
|
||||
-0.879212 0.449534 1.27640,
|
||||
-0.879212 0.449535 1.92360,
|
||||
-0.751775 0.640258 1.92360,
|
||||
0.984315 7.88553e-2 1.27640,
|
||||
0.939565 0.303828 1.27640,
|
||||
0.939565 0.303829 1.92360,
|
||||
0.984315 7.88563e-2 1.92360,
|
||||
-0.640257 -0.751774 1.27640,
|
||||
-0.449534 -0.879212 1.27640,
|
||||
-0.449534 -0.879210 1.92360,
|
||||
-0.640257 -0.751773 1.92360,
|
||||
-0.939565 0.303828 1.27640,
|
||||
-0.984315 7.88553e-2 1.27640,
|
||||
-0.984315 7.88563e-2 1.92360,
|
||||
-0.939565 0.303829 1.92360]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 32, 47, 15, -1,
|
||||
1, 33, 32, 0, -1,
|
||||
2, 34, 33, 1, -1,
|
||||
3, 35, 34, 2, -1,
|
||||
4, 36, 35, 3, -1,
|
||||
5, 37, 36, 4, -1,
|
||||
6, 38, 37, 5, -1,
|
||||
7, 39, 38, 6, -1,
|
||||
8, 40, 39, 7, -1,
|
||||
9, 41, 40, 8, -1,
|
||||
10, 42, 41, 9, -1,
|
||||
11, 43, 42, 10, -1,
|
||||
12, 44, 43, 11, -1,
|
||||
13, 45, 44, 12, -1,
|
||||
14, 46, 45, 13, -1,
|
||||
15, 47, 46, 14, -1,
|
||||
16, 32, 33, 17, -1,
|
||||
17, 33, 34, 18, -1,
|
||||
18, 34, 35, 19, -1,
|
||||
19, 35, 36, 20, -1,
|
||||
20, 36, 37, 21, -1,
|
||||
21, 37, 38, 22, -1,
|
||||
22, 38, 39, 23, -1,
|
||||
23, 39, 40, 24, -1,
|
||||
24, 40, 41, 25, -1,
|
||||
25, 41, 42, 26, -1,
|
||||
26, 42, 43, 27, -1,
|
||||
27, 43, 44, 28, -1,
|
||||
28, 44, 45, 29, -1,
|
||||
29, 45, 46, 30, -1,
|
||||
30, 46, 47, 31, -1,
|
||||
31, 47, 32, 16, -1,
|
||||
48, 96, 97, 49, -1,
|
||||
49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 48, -1,
|
||||
49, 97, 98, 50, -1,
|
||||
50, 98, 99, 51, -1,
|
||||
51, 99, 100, 52, -1,
|
||||
52, 100, 101, 53, -1,
|
||||
53, 101, 102, 54, -1,
|
||||
54, 102, 103, 55, -1,
|
||||
55, 103, 104, 56, -1,
|
||||
56, 104, 105, 57, -1,
|
||||
57, 105, 106, 58, -1,
|
||||
58, 106, 107, 59, -1,
|
||||
59, 107, 108, 60, -1,
|
||||
60, 108, 109, 61, -1,
|
||||
61, 109, 110, 62, -1,
|
||||
62, 110, 111, 63, -1,
|
||||
63, 111, 96, 48, -1,
|
||||
64, 80, 95, 79, -1,
|
||||
65, 81, 80, 64, -1,
|
||||
66, 82, 81, 65, -1,
|
||||
67, 83, 82, 66, -1,
|
||||
68, 84, 83, 67, -1,
|
||||
69, 85, 84, 68, -1,
|
||||
70, 86, 85, 69, -1,
|
||||
71, 87, 86, 70, -1,
|
||||
72, 88, 87, 71, -1,
|
||||
73, 89, 88, 72, -1,
|
||||
74, 90, 89, 73, -1,
|
||||
75, 91, 90, 74, -1,
|
||||
76, 92, 91, 75, -1,
|
||||
77, 93, 92, 76, -1,
|
||||
78, 94, 93, 77, -1,
|
||||
79, 95, 94, 78, -1,
|
||||
80, 130, 167, -1,
|
||||
80, 167, 166, 95, -1,
|
||||
81, 131, 130, 80, -1,
|
||||
81, 150, 131, -1,
|
||||
82, 118, 151, -1,
|
||||
82, 151, 150, 81, -1,
|
||||
83, 119, 118, 82, -1,
|
||||
83, 142, 119, -1,
|
||||
84, 126, 143, -1,
|
||||
84, 143, 142, 83, -1,
|
||||
85, 127, 126, 84, -1,
|
||||
85, 170, 127, -1,
|
||||
86, 146, 171, -1,
|
||||
86, 171, 170, 85, -1,
|
||||
87, 122, 147, -1,
|
||||
87, 147, 146, 86, -1,
|
||||
88, 123, 122, 87, -1,
|
||||
88, 174, 123, -1,
|
||||
89, 162, 175, -1,
|
||||
89, 175, 174, 88, -1,
|
||||
90, 114, 163, -1,
|
||||
90, 163, 162, 89, -1,
|
||||
91, 115, 114, 90, -1,
|
||||
91, 158, 115, -1,
|
||||
92, 134, 159, -1,
|
||||
92, 159, 158, 91, -1,
|
||||
93, 135, 134, 92, -1,
|
||||
93, 138, 135, -1,
|
||||
94, 139, 138, 93, -1,
|
||||
94, 154, 139, -1,
|
||||
95, 155, 154, 94, -1,
|
||||
95, 166, 155, -1,
|
||||
96, 129, 128, 97, -1,
|
||||
97, 149, 148, 98, -1,
|
||||
98, 117, 116, 99, -1,
|
||||
99, 141, 140, 100, -1,
|
||||
100, 125, 124, 101, -1,
|
||||
101, 169, 168, 102, -1,
|
||||
102, 145, 144, 103, -1,
|
||||
103, 121, 120, 104, -1,
|
||||
104, 173, 172, 105, -1,
|
||||
105, 161, 160, 106, -1,
|
||||
106, 113, 112, 107, -1,
|
||||
107, 157, 156, 108, -1,
|
||||
108, 133, 132, 109, -1,
|
||||
109, 137, 136, 110, -1,
|
||||
110, 153, 152, 111, -1,
|
||||
111, 165, 164, 96, -1,
|
||||
112, 157, 107, -1,
|
||||
113, 114, 115, 112, -1,
|
||||
113, 160, 163, 114, -1,
|
||||
115, 158, 157, 112, -1,
|
||||
116, 141, 99, -1,
|
||||
117, 118, 119, 116, -1,
|
||||
117, 148, 151, 118, -1,
|
||||
119, 142, 141, 116, -1,
|
||||
120, 173, 104, -1,
|
||||
121, 122, 123, 120, -1,
|
||||
121, 144, 147, 122, -1,
|
||||
123, 174, 173, 120, -1,
|
||||
124, 169, 101, -1,
|
||||
125, 126, 127, 124, -1,
|
||||
125, 140, 143, 126, -1,
|
||||
127, 170, 169, 124, -1,
|
||||
128, 149, 97, -1,
|
||||
129, 130, 131, 128, -1,
|
||||
129, 164, 167, 130, -1,
|
||||
131, 150, 149, 128, -1,
|
||||
132, 137, 109, -1,
|
||||
133, 134, 135, 132, -1,
|
||||
133, 156, 159, 134, -1,
|
||||
135, 138, 137, 132, -1,
|
||||
136, 153, 110, -1,
|
||||
137, 138, 139, 136, -1,
|
||||
139, 154, 153, 136, -1,
|
||||
140, 125, 100, -1,
|
||||
141, 142, 143, 140, -1,
|
||||
144, 121, 103, -1,
|
||||
145, 146, 147, 144, -1,
|
||||
145, 168, 171, 146, -1,
|
||||
148, 117, 98, -1,
|
||||
149, 150, 151, 148, -1,
|
||||
152, 165, 111, -1,
|
||||
153, 154, 155, 152, -1,
|
||||
155, 166, 165, 152, -1,
|
||||
156, 133, 108, -1,
|
||||
157, 158, 159, 156, -1,
|
||||
160, 113, 106, -1,
|
||||
161, 162, 163, 160, -1,
|
||||
161, 172, 175, 162, -1,
|
||||
164, 129, 96, -1,
|
||||
165, 166, 167, 164, -1,
|
||||
168, 145, 102, -1,
|
||||
169, 170, 171, 168, -1,
|
||||
172, 161, 105, -1,
|
||||
173, 174, 175, 172, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
,
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pin Material {
|
||||
diffuseColor 0.766667 0.766667 0.766667
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.262986 -2.70406e-7 -1.65000,
|
||||
0.242968 -0.100641 -1.65000,
|
||||
0.185959 -0.185960 -1.65000,
|
||||
0.100641 -0.242968 -1.65000,
|
||||
4.44089e-16 -0.262987 -1.65000,
|
||||
-0.100641 -0.242968 -1.65000,
|
||||
-0.185959 -0.185960 -1.65000,
|
||||
-0.242968 -0.100641 -1.65000,
|
||||
-0.262986 -2.70406e-7 -1.65000,
|
||||
-0.242968 0.100640 -1.65000,
|
||||
-0.185959 0.185959 -1.65000,
|
||||
-0.100641 0.242967 -1.65000,
|
||||
4.44089e-16 0.262986 -1.65000,
|
||||
0.100641 0.242967 -1.65000,
|
||||
0.185959 0.185959 -1.65000,
|
||||
0.242968 0.100640 -1.65000,
|
||||
0.262986 -5.44701e-17 -1.47800,
|
||||
0.242968 -0.100641 -1.47800,
|
||||
0.185959 -0.185959 -1.47800,
|
||||
0.100641 -0.242968 -1.47800,
|
||||
4.44089e-16 -0.262986 -1.47800,
|
||||
-0.100641 -0.242968 -1.47800,
|
||||
-0.185959 -0.185959 -1.47800,
|
||||
-0.242968 -0.100641 -1.47800,
|
||||
-0.262986 -7.41964e-18 -1.47800,
|
||||
-0.242968 0.100641 -1.47800,
|
||||
-0.185959 0.185959 -1.47800,
|
||||
-0.100641 0.242968 -1.47800,
|
||||
4.44089e-16 0.262986 -1.47800,
|
||||
0.100641 0.242968 -1.47800,
|
||||
0.185959 0.185959 -1.47800,
|
||||
0.242968 0.100641 -1.47800,
|
||||
0.465734 1.32679e-6 2.00400,
|
||||
0.430282 -0.178227 2.00400,
|
||||
0.329324 -0.329323 2.00400,
|
||||
0.178229 -0.430281 2.00400,
|
||||
4.44089e-16 -0.465733 2.00400,
|
||||
-0.178229 -0.430281 2.00400,
|
||||
-0.329324 -0.329323 2.00400,
|
||||
-0.430282 -0.178227 2.00400,
|
||||
-0.465734 1.32679e-6 2.00400,
|
||||
-0.430282 0.178230 2.00400,
|
||||
-0.329324 0.329325 2.00400,
|
||||
-0.178229 0.430284 2.00400,
|
||||
4.44089e-16 0.465736 2.00400,
|
||||
0.178229 0.430284 2.00400,
|
||||
0.329324 0.329325 2.00400,
|
||||
0.430282 0.178230 2.00400,
|
||||
0.465734 -6.31554e-7 0.528000,
|
||||
0.430282 -0.178229 0.528000,
|
||||
0.329324 -0.329324 0.528000,
|
||||
0.178229 -0.430283 0.528001,
|
||||
4.44089e-16 -0.465735 0.528001,
|
||||
-0.178229 -0.430283 0.528001,
|
||||
-0.329324 -0.329324 0.528000,
|
||||
-0.430282 -0.178229 0.528000,
|
||||
-0.465734 -6.31554e-7 0.528000,
|
||||
-0.430282 0.178228 0.528000,
|
||||
-0.329324 0.329323 0.528000,
|
||||
-0.178229 0.430282 0.527999,
|
||||
4.44089e-16 0.465734 0.527999,
|
||||
0.178229 0.430282 0.527999,
|
||||
0.329324 0.329323 0.528000,
|
||||
0.430282 0.178228 0.528000]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
15, 31, 16, 0, -1,
|
||||
32, 48, 49, 33, -1,
|
||||
33, 49, 50, 34, -1,
|
||||
34, 50, 51, 35, -1,
|
||||
35, 51, 52, 36, -1,
|
||||
36, 52, 53, 37, -1,
|
||||
37, 53, 54, 38, -1,
|
||||
38, 54, 55, 39, -1,
|
||||
39, 55, 56, 40, -1,
|
||||
40, 56, 57, 41, -1,
|
||||
41, 57, 58, 42, -1,
|
||||
42, 58, 59, 43, -1,
|
||||
43, 59, 60, 44, -1,
|
||||
44, 60, 61, 45, -1,
|
||||
45, 61, 62, 46, -1,
|
||||
46, 62, 63, 47, -1,
|
||||
47, 63, 48, 32, -1,
|
||||
48, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
|
@ -1,508 +0,0 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.17e
|
||||
DEF cylinder3 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body Material {
|
||||
diffuseColor 1.00000 0.00000e+0 0.00000e+0
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.00000 -1.32679e-6 4.00000e-3,
|
||||
0.923880 -0.382685 4.00051e-3,
|
||||
0.707107 -0.707108 4.00094e-3,
|
||||
0.382683 -0.923881 4.00123e-3,
|
||||
6.12303e-17 -1.00000 4.00133e-3,
|
||||
-0.382683 -0.923881 4.00123e-3,
|
||||
-0.707107 -0.707108 4.00094e-3,
|
||||
-0.923880 -0.382685 4.00051e-3,
|
||||
-1.00000 -1.32679e-6 4.00000e-3,
|
||||
-0.923880 0.382682 3.99949e-3,
|
||||
-0.707107 0.707105 3.99906e-3,
|
||||
-0.382683 0.923878 3.99877e-3,
|
||||
-1.83691e-16 0.999999 3.99867e-3,
|
||||
0.382683 0.923878 3.99877e-3,
|
||||
0.707107 0.707105 3.99906e-3,
|
||||
0.923880 0.382682 3.99949e-3,
|
||||
0.465734 1.32679e-6 2.00400,
|
||||
0.430282 -0.178227 2.00400,
|
||||
0.329324 -0.329323 2.00400,
|
||||
0.178229 -0.430281 2.00400,
|
||||
2.34319e-17 -0.465733 2.00400,
|
||||
-0.178229 -0.430281 2.00400,
|
||||
-0.329324 -0.329323 2.00400,
|
||||
-0.430282 -0.178227 2.00400,
|
||||
-0.465734 1.32679e-6 2.00400,
|
||||
-0.430282 0.178230 2.00400,
|
||||
-0.329324 0.329325 2.00400,
|
||||
-0.178229 0.430284 2.00400,
|
||||
-1.45893e-16 0.465736 2.00400,
|
||||
0.178229 0.430284 2.00400,
|
||||
0.329324 0.329325 2.00400,
|
||||
0.430282 0.178230 2.00400,
|
||||
0.919600 1.32679e-6 2.00400,
|
||||
0.849600 -0.351914 2.00400,
|
||||
0.650255 -0.650254 2.00400,
|
||||
0.351916 -0.849598 2.00400,
|
||||
5.55422e-17 -0.919599 2.00400,
|
||||
-0.351916 -0.849598 2.00400,
|
||||
-0.650255 -0.650254 2.00400,
|
||||
-0.849600 -0.351914 2.00400,
|
||||
-0.919600 1.32679e-6 2.00400,
|
||||
-0.849600 0.351917 2.00400,
|
||||
-0.650255 0.650257 2.00400,
|
||||
-0.351916 0.849601 2.00400,
|
||||
-1.78003e-16 0.919601 2.00400,
|
||||
0.351916 0.849601 2.00400,
|
||||
0.650255 0.650257 2.00400,
|
||||
0.849600 0.351917 2.00400,
|
||||
1.00000 -8.94919e-8 1.11560,
|
||||
0.923880 -0.382684 1.11560,
|
||||
0.707107 -0.707107 1.11560,
|
||||
0.382683 -0.923880 1.11560,
|
||||
6.12303e-17 -1.00000 1.11560,
|
||||
-0.382683 -0.923880 1.11560,
|
||||
-0.707107 -0.707107 1.11560,
|
||||
-0.923880 -0.382684 1.11560,
|
||||
-1.00000 -8.94919e-8 1.11560,
|
||||
-0.923880 0.382683 1.11560,
|
||||
-0.707107 0.707107 1.11560,
|
||||
-0.382683 0.923879 1.11560,
|
||||
-1.83691e-16 1.000000 1.11560,
|
||||
0.382683 0.923879 1.11560,
|
||||
0.707107 0.707107 1.11560,
|
||||
0.923880 0.382683 1.11560,
|
||||
-0.449534 0.879212 1.27640,
|
||||
-0.640257 0.751775 1.27640,
|
||||
-0.640257 0.751776 1.92360,
|
||||
-0.449534 0.879213 1.92360,
|
||||
0.449534 -0.879212 1.27640,
|
||||
0.640257 -0.751774 1.27640,
|
||||
0.640257 -0.751773 1.92360,
|
||||
0.449534 -0.879210 1.92360,
|
||||
-0.984315 -7.88550e-2 1.27640,
|
||||
-0.939565 -0.303828 1.27640,
|
||||
-0.939565 -0.303827 1.92360,
|
||||
-0.984315 -7.88539e-2 1.92360,
|
||||
-0.303828 -0.939565 1.27640,
|
||||
-7.88551e-2 -0.984315 1.27640,
|
||||
-7.88551e-2 -0.984314 1.92360,
|
||||
-0.303828 -0.939564 1.92360,
|
||||
0.939565 -0.303828 1.27640,
|
||||
0.984315 -7.88550e-2 1.27640,
|
||||
0.984315 -7.88539e-2 1.92360,
|
||||
0.939565 -0.303827 1.92360,
|
||||
0.303828 0.939565 1.27640,
|
||||
7.88551e-2 0.984315 1.27640,
|
||||
7.88551e-2 0.984316 1.92360,
|
||||
0.303828 0.939566 1.92360,
|
||||
0.640257 0.751775 1.27640,
|
||||
0.449534 0.879212 1.27640,
|
||||
0.449534 0.879213 1.92360,
|
||||
0.640257 0.751776 1.92360,
|
||||
7.88551e-2 -0.984315 1.27640,
|
||||
0.303828 -0.939565 1.27640,
|
||||
0.303828 -0.939564 1.92360,
|
||||
7.88551e-2 -0.984314 1.92360,
|
||||
-0.879212 -0.449533 1.27640,
|
||||
-0.751775 -0.640256 1.27640,
|
||||
-0.751775 -0.640255 1.92360,
|
||||
-0.879212 -0.449532 1.92360,
|
||||
0.751775 -0.640256 1.27640,
|
||||
0.879212 -0.449533 1.27640,
|
||||
0.879212 -0.449532 1.92360,
|
||||
0.751775 -0.640255 1.92360,
|
||||
0.879212 0.449534 1.27640,
|
||||
0.751775 0.640257 1.27640,
|
||||
0.751775 0.640258 1.92360,
|
||||
0.879212 0.449535 1.92360,
|
||||
-7.88551e-2 0.984315 1.27640,
|
||||
-0.303828 0.939565 1.27640,
|
||||
-0.303828 0.939566 1.92360,
|
||||
-7.88551e-2 0.984316 1.92360,
|
||||
-0.751775 0.640257 1.27640,
|
||||
-0.879212 0.449534 1.27640,
|
||||
-0.879212 0.449535 1.92360,
|
||||
-0.751775 0.640258 1.92360,
|
||||
0.984315 7.88553e-2 1.27640,
|
||||
0.939565 0.303828 1.27640,
|
||||
0.939565 0.303829 1.92360,
|
||||
0.984315 7.88563e-2 1.92360,
|
||||
-0.640257 -0.751774 1.27640,
|
||||
-0.449534 -0.879212 1.27640,
|
||||
-0.449534 -0.879210 1.92360,
|
||||
-0.640257 -0.751773 1.92360,
|
||||
-0.939565 0.303828 1.27640,
|
||||
-0.984315 7.88553e-2 1.27640,
|
||||
-0.984315 7.88563e-2 1.92360,
|
||||
-0.939565 0.303829 1.92360]
|
||||
}
|
||||
coordIndex [
|
||||
0, 48, 49, 1, -1,
|
||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, -1,
|
||||
1, 49, 50, 2, -1,
|
||||
2, 50, 51, 3, -1,
|
||||
3, 51, 52, 4, -1,
|
||||
4, 52, 53, 5, -1,
|
||||
5, 53, 54, 6, -1,
|
||||
6, 54, 55, 7, -1,
|
||||
7, 55, 56, 8, -1,
|
||||
8, 56, 57, 9, -1,
|
||||
9, 57, 58, 10, -1,
|
||||
10, 58, 59, 11, -1,
|
||||
11, 59, 60, 12, -1,
|
||||
12, 60, 61, 13, -1,
|
||||
13, 61, 62, 14, -1,
|
||||
14, 62, 63, 15, -1,
|
||||
15, 63, 48, 0, -1,
|
||||
16, 32, 47, 31, -1,
|
||||
17, 33, 32, 16, -1,
|
||||
18, 34, 33, 17, -1,
|
||||
19, 35, 34, 18, -1,
|
||||
20, 36, 35, 19, -1,
|
||||
21, 37, 36, 20, -1,
|
||||
22, 38, 37, 21, -1,
|
||||
23, 39, 38, 22, -1,
|
||||
24, 40, 39, 23, -1,
|
||||
25, 41, 40, 24, -1,
|
||||
26, 42, 41, 25, -1,
|
||||
27, 43, 42, 26, -1,
|
||||
28, 44, 43, 27, -1,
|
||||
29, 45, 44, 28, -1,
|
||||
30, 46, 45, 29, -1,
|
||||
31, 47, 46, 30, -1,
|
||||
32, 82, 119, -1,
|
||||
32, 119, 118, 47, -1,
|
||||
33, 83, 82, 32, -1,
|
||||
33, 102, 83, -1,
|
||||
34, 70, 103, -1,
|
||||
34, 103, 102, 33, -1,
|
||||
35, 71, 70, 34, -1,
|
||||
35, 94, 71, -1,
|
||||
36, 78, 95, -1,
|
||||
36, 95, 94, 35, -1,
|
||||
37, 79, 78, 36, -1,
|
||||
37, 122, 79, -1,
|
||||
38, 98, 123, -1,
|
||||
38, 123, 122, 37, -1,
|
||||
39, 74, 99, -1,
|
||||
39, 99, 98, 38, -1,
|
||||
40, 75, 74, 39, -1,
|
||||
40, 126, 75, -1,
|
||||
41, 114, 127, -1,
|
||||
41, 127, 126, 40, -1,
|
||||
42, 66, 115, -1,
|
||||
42, 115, 114, 41, -1,
|
||||
43, 67, 66, 42, -1,
|
||||
43, 110, 67, -1,
|
||||
44, 86, 111, -1,
|
||||
44, 111, 110, 43, -1,
|
||||
45, 87, 86, 44, -1,
|
||||
45, 90, 87, -1,
|
||||
46, 91, 90, 45, -1,
|
||||
46, 106, 91, -1,
|
||||
47, 107, 106, 46, -1,
|
||||
47, 118, 107, -1,
|
||||
48, 81, 80, 49, -1,
|
||||
49, 101, 100, 50, -1,
|
||||
50, 69, 68, 51, -1,
|
||||
51, 93, 92, 52, -1,
|
||||
52, 77, 76, 53, -1,
|
||||
53, 121, 120, 54, -1,
|
||||
54, 97, 96, 55, -1,
|
||||
55, 73, 72, 56, -1,
|
||||
56, 125, 124, 57, -1,
|
||||
57, 113, 112, 58, -1,
|
||||
58, 65, 64, 59, -1,
|
||||
59, 109, 108, 60, -1,
|
||||
60, 85, 84, 61, -1,
|
||||
61, 89, 88, 62, -1,
|
||||
62, 105, 104, 63, -1,
|
||||
63, 117, 116, 48, -1,
|
||||
64, 109, 59, -1,
|
||||
65, 66, 67, 64, -1,
|
||||
65, 112, 115, 66, -1,
|
||||
67, 110, 109, 64, -1,
|
||||
68, 93, 51, -1,
|
||||
69, 70, 71, 68, -1,
|
||||
69, 100, 103, 70, -1,
|
||||
71, 94, 93, 68, -1,
|
||||
72, 125, 56, -1,
|
||||
73, 74, 75, 72, -1,
|
||||
73, 96, 99, 74, -1,
|
||||
75, 126, 125, 72, -1,
|
||||
76, 121, 53, -1,
|
||||
77, 78, 79, 76, -1,
|
||||
77, 92, 95, 78, -1,
|
||||
79, 122, 121, 76, -1,
|
||||
80, 101, 49, -1,
|
||||
81, 82, 83, 80, -1,
|
||||
81, 116, 119, 82, -1,
|
||||
83, 102, 101, 80, -1,
|
||||
84, 89, 61, -1,
|
||||
85, 86, 87, 84, -1,
|
||||
85, 108, 111, 86, -1,
|
||||
87, 90, 89, 84, -1,
|
||||
88, 105, 62, -1,
|
||||
89, 90, 91, 88, -1,
|
||||
91, 106, 105, 88, -1,
|
||||
92, 77, 52, -1,
|
||||
93, 94, 95, 92, -1,
|
||||
96, 73, 55, -1,
|
||||
97, 98, 99, 96, -1,
|
||||
97, 120, 123, 98, -1,
|
||||
100, 69, 50, -1,
|
||||
101, 102, 103, 100, -1,
|
||||
104, 117, 63, -1,
|
||||
105, 106, 107, 104, -1,
|
||||
107, 118, 117, 104, -1,
|
||||
108, 85, 60, -1,
|
||||
109, 110, 111, 108, -1,
|
||||
112, 65, 58, -1,
|
||||
113, 114, 115, 112, -1,
|
||||
113, 124, 127, 114, -1,
|
||||
116, 81, 48, -1,
|
||||
117, 118, 119, 116, -1,
|
||||
120, 97, 54, -1,
|
||||
121, 122, 123, 120, -1,
|
||||
124, 113, 57, -1,
|
||||
125, 126, 127, 124, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
,
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pin Material {
|
||||
diffuseColor 0.766667 0.766667 0.766667
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.465734 1.32679e-6 2.00400,
|
||||
0.430282 -0.178227 2.00400,
|
||||
0.329324 -0.329323 2.00400,
|
||||
0.178229 -0.430281 2.00400,
|
||||
2.34319e-17 -0.465733 2.00400,
|
||||
-0.178229 -0.430281 2.00400,
|
||||
-0.329324 -0.329323 2.00400,
|
||||
-0.430282 -0.178227 2.00400,
|
||||
-0.465734 1.32679e-6 2.00400,
|
||||
-0.430282 0.178230 2.00400,
|
||||
-0.329324 0.329325 2.00400,
|
||||
-0.178229 0.430284 2.00400,
|
||||
-1.45893e-16 0.465736 2.00400,
|
||||
0.178229 0.430284 2.00400,
|
||||
0.329324 0.329325 2.00400,
|
||||
0.430282 0.178230 2.00400,
|
||||
0.465734 -6.31554e-7 0.528000,
|
||||
0.430282 -0.178229 0.528000,
|
||||
0.329324 -0.329324 0.528000,
|
||||
0.178229 -0.430283 0.528001,
|
||||
-1.36101e-17 -0.465735 0.528001,
|
||||
-0.178229 -0.430283 0.528001,
|
||||
-0.329324 -0.329324 0.528000,
|
||||
-0.430282 -0.178229 0.528000,
|
||||
-0.465734 -6.31554e-7 0.528000,
|
||||
-0.430282 0.178228 0.528000,
|
||||
-0.329324 0.329323 0.528000,
|
||||
-0.178229 0.430282 0.527999,
|
||||
-1.20691e-16 0.465734 0.527999,
|
||||
0.178229 0.430282 0.527999,
|
||||
0.329324 0.329323 0.528000,
|
||||
0.430282 0.178228 0.528000]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
15, 31, 16, 0, -1,
|
||||
16, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cylinder1_copy2 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE body
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.628000 8.33227e-7 -8.00000e-3,
|
||||
0.580196 -0.240324 -7.99949e-3,
|
||||
0.444063 -0.444062 -7.99906e-3,
|
||||
0.240325 -0.580196 -7.99877e-3,
|
||||
2.16744e-17 -0.627999 -7.99867e-3,
|
||||
-0.240325 -0.580196 -7.99877e-3,
|
||||
-0.444063 -0.444062 -7.99906e-3,
|
||||
-0.580196 -0.240324 -7.99949e-3,
|
||||
-0.628000 8.33227e-7 -8.00000e-3,
|
||||
-0.580196 0.240326 -8.00051e-3,
|
||||
-0.444063 0.444064 -8.00094e-3,
|
||||
-0.240325 0.580197 -8.00123e-3,
|
||||
-1.32136e-16 0.628001 -8.00133e-3,
|
||||
0.240325 0.580197 -8.00123e-3,
|
||||
0.444063 0.444064 -8.00094e-3,
|
||||
0.580196 0.240326 -8.00051e-3,
|
||||
0.262986 -5.44701e-17 -1.47800,
|
||||
0.242968 -0.100641 -1.47800,
|
||||
0.185959 -0.185959 -1.47800,
|
||||
0.100641 -0.242968 -1.47800,
|
||||
1.13447e-17 -0.262986 -1.47800,
|
||||
-0.100641 -0.242968 -1.47800,
|
||||
-0.185959 -0.185959 -1.47800,
|
||||
-0.242968 -0.100641 -1.47800,
|
||||
-0.262986 -7.41964e-18 -1.47800,
|
||||
-0.242968 0.100641 -1.47800,
|
||||
-0.185959 0.185959 -1.47800,
|
||||
-0.100641 0.242968 -1.47800,
|
||||
-9.59824e-17 0.262986 -1.47800,
|
||||
0.100641 0.242968 -1.47800,
|
||||
0.185959 0.185959 -1.47800,
|
||||
0.242968 0.100641 -1.47800,
|
||||
0.628000 6.94451e-8 -1.35548,
|
||||
0.580196 -0.240325 -1.35548,
|
||||
0.444063 -0.444063 -1.35548,
|
||||
0.240325 -0.580196 -1.35548,
|
||||
2.16744e-17 -0.628000 -1.35548,
|
||||
-0.240325 -0.580196 -1.35548,
|
||||
-0.444063 -0.444063 -1.35548,
|
||||
-0.580196 -0.240325 -1.35548,
|
||||
-0.628000 6.94451e-8 -1.35548,
|
||||
-0.580196 0.240325 -1.35548,
|
||||
-0.444063 0.444063 -1.35548,
|
||||
-0.240325 0.580196 -1.35548,
|
||||
-1.32136e-16 0.628000 -1.35548,
|
||||
0.240325 0.580196 -1.35548,
|
||||
0.444063 0.444063 -1.35548,
|
||||
0.580196 0.240325 -1.35548]
|
||||
}
|
||||
coordIndex [
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 32, 47, 15, -1,
|
||||
1, 33, 32, 0, -1,
|
||||
2, 34, 33, 1, -1,
|
||||
3, 35, 34, 2, -1,
|
||||
4, 36, 35, 3, -1,
|
||||
5, 37, 36, 4, -1,
|
||||
6, 38, 37, 5, -1,
|
||||
7, 39, 38, 6, -1,
|
||||
8, 40, 39, 7, -1,
|
||||
9, 41, 40, 8, -1,
|
||||
10, 42, 41, 9, -1,
|
||||
11, 43, 42, 10, -1,
|
||||
12, 44, 43, 11, -1,
|
||||
13, 45, 44, 12, -1,
|
||||
14, 46, 45, 13, -1,
|
||||
15, 47, 46, 14, -1,
|
||||
16, 32, 33, 17, -1,
|
||||
17, 33, 34, 18, -1,
|
||||
18, 34, 35, 19, -1,
|
||||
19, 35, 36, 20, -1,
|
||||
20, 36, 37, 21, -1,
|
||||
21, 37, 38, 22, -1,
|
||||
22, 38, 39, 23, -1,
|
||||
23, 39, 40, 24, -1,
|
||||
24, 40, 41, 25, -1,
|
||||
25, 41, 42, 26, -1,
|
||||
26, 42, 43, 27, -1,
|
||||
27, 43, 44, 28, -1,
|
||||
28, 44, 45, 29, -1,
|
||||
29, 45, 46, 30, -1,
|
||||
30, 46, 47, 31, -1,
|
||||
31, 47, 32, 16, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
,
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.262986 -2.70406e-7 -1.65000,
|
||||
0.242968 -0.100641 -1.65000,
|
||||
0.185959 -0.185960 -1.65000,
|
||||
0.100641 -0.242968 -1.65000,
|
||||
2.94338e-17 -0.262987 -1.65000,
|
||||
-0.100641 -0.242968 -1.65000,
|
||||
-0.185959 -0.185960 -1.65000,
|
||||
-0.242968 -0.100641 -1.65000,
|
||||
-0.262986 -2.70406e-7 -1.65000,
|
||||
-0.242968 0.100640 -1.65000,
|
||||
-0.185959 0.185959 -1.65000,
|
||||
-0.100641 0.242967 -1.65000,
|
||||
-1.79441e-16 0.262986 -1.65000,
|
||||
0.100641 0.242967 -1.65000,
|
||||
0.185959 0.185959 -1.65000,
|
||||
0.242968 0.100640 -1.65000,
|
||||
0.262986 -5.44701e-17 -1.47800,
|
||||
0.242968 -0.100641 -1.47800,
|
||||
0.185959 -0.185959 -1.47800,
|
||||
0.100641 -0.242968 -1.47800,
|
||||
1.13447e-17 -0.262986 -1.47800,
|
||||
-0.100641 -0.242968 -1.47800,
|
||||
-0.185959 -0.185959 -1.47800,
|
||||
-0.242968 -0.100641 -1.47800,
|
||||
-0.262986 -7.41964e-18 -1.47800,
|
||||
-0.242968 0.100641 -1.47800,
|
||||
-0.185959 0.185959 -1.47800,
|
||||
-0.100641 0.242968 -1.47800,
|
||||
-9.59824e-17 0.262986 -1.47800,
|
||||
0.100641 0.242968 -1.47800,
|
||||
0.185959 0.185959 -1.47800,
|
||||
0.242968 0.100641 -1.47800]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 20, 4, -1,
|
||||
4, 20, 21, 5, -1,
|
||||
5, 21, 22, 6, -1,
|
||||
6, 22, 23, 7, -1,
|
||||
7, 23, 24, 8, -1,
|
||||
8, 24, 25, 9, -1,
|
||||
9, 25, 26, 10, -1,
|
||||
10, 26, 27, 11, -1,
|
||||
11, 27, 28, 12, -1,
|
||||
12, 28, 29, 13, -1,
|
||||
13, 29, 30, 14, -1,
|
||||
14, 30, 31, 15, -1,
|
||||
15, 31, 16, 0, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
modules/packages3d/LEDs.3dshapes/LED-0805.wings
Normal file
BIN
modules/packages3d/LEDs.3dshapes/LED-0805.wings
Normal file
Binary file not shown.
1938
modules/packages3d/LEDs.3dshapes/LED-0805.wrl
Normal file
1938
modules/packages3d/LEDs.3dshapes/LED-0805.wrl
Normal file
File diff suppressed because it is too large
Load diff
BIN
modules/packages3d/LEDs.3dshapes/LED-10MM.wings
Normal file
BIN
modules/packages3d/LEDs.3dshapes/LED-10MM.wings
Normal file
Binary file not shown.
1891
modules/packages3d/LEDs.3dshapes/LED-10MM.wrl
Normal file
1891
modules/packages3d/LEDs.3dshapes/LED-10MM.wrl
Normal file
File diff suppressed because it is too large
Load diff
BIN
modules/packages3d/LEDs.3dshapes/LED-8MM.wings
Normal file
BIN
modules/packages3d/LEDs.3dshapes/LED-8MM.wings
Normal file
Binary file not shown.
1171
modules/packages3d/LEDs.3dshapes/LED-8MM.wrl
Normal file
1171
modules/packages3d/LEDs.3dshapes/LED-8MM.wrl
Normal file
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -1,849 +0,0 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.15a
|
||||
DEF cube4_sep29 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body Material {
|
||||
diffuseColor 0.373333 0.373333 0.373333
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-3.82280 -1.03909 1.02298,
|
||||
-3.82280 -1.03909 0.314967,
|
||||
-3.82280 1.03177 1.02298,
|
||||
-3.82280 1.03177 0.314964,
|
||||
-3.88600 -0.975894 0.959783,
|
||||
-3.88600 -0.975894 0.378167,
|
||||
-3.88600 0.968570 0.378164,
|
||||
-3.88600 0.968570 0.959780,
|
||||
3.71600 -1.03909 0.314967,
|
||||
3.71600 -1.03909 1.02298,
|
||||
3.71600 1.03177 0.314964,
|
||||
3.71600 1.03177 1.02298,
|
||||
3.77200 -0.983094 0.370967,
|
||||
3.77200 -0.983093 0.966983,
|
||||
3.77200 0.975771 0.966980,
|
||||
3.77200 0.975770 0.370964,
|
||||
-3.88600 -0.327739 0.959782,
|
||||
-3.88600 0.320416 0.959781,
|
||||
-3.35200 0.320416 0.959781,
|
||||
-3.35200 -0.327739 0.959782,
|
||||
-3.82280 -0.440633 1.02298,
|
||||
-3.88600 -0.327739 0.959782,
|
||||
-3.88600 0.320416 0.959781,
|
||||
-3.82280 0.433310 1.02298,
|
||||
-3.35200 0.320416 0.959781,
|
||||
-3.35200 -0.327739 0.959782,
|
||||
-3.19697 0.433310 1.02298,
|
||||
-3.19697 -0.440633 1.02298,
|
||||
-3.88600 0.320416 0.793781,
|
||||
-3.88600 -0.327739 0.793782,
|
||||
-3.35200 -0.327739 0.793782,
|
||||
-3.35200 0.320416 0.793781]
|
||||
}
|
||||
coordIndex [
|
||||
0, 4, 5, 1, -1,
|
||||
0, 20, 21, 16, 4, -1,
|
||||
1, 5, 6, 3, -1,
|
||||
1, 8, 9, 0, -1,
|
||||
2, 11, 10, 3, -1,
|
||||
2, 23, 26, 11, -1,
|
||||
3, 6, 7, 2, -1,
|
||||
3, 10, 8, 1, -1,
|
||||
4, 16, 29, 5, -1,
|
||||
5, 29, 28, 6, -1,
|
||||
6, 28, 17, 7, -1,
|
||||
7, 17, 22, 23, 2, -1,
|
||||
8, 12, 13, 9, -1,
|
||||
9, 13, 14, 11, -1,
|
||||
9, 27, 20, 0, -1,
|
||||
10, 15, 12, 8, -1,
|
||||
11, 14, 15, 10, -1,
|
||||
11, 26, 27, 9, -1,
|
||||
12, 15, 14, 13, -1,
|
||||
17, 18, 24, 22, -1,
|
||||
17, 28, 31, 18, -1,
|
||||
18, 19, 25, 24, -1,
|
||||
18, 31, 30, 19, -1,
|
||||
19, 30, 29, 16, -1,
|
||||
21, 20, 27, 25, -1,
|
||||
21, 25, 19, 16, -1,
|
||||
24, 25, 27, 26, -1,
|
||||
24, 26, 23, 22, -1,
|
||||
29, 30, 31, 28, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep28 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pin Material {
|
||||
diffuseColor 0.720000 0.720000 0.720000
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-0.865040 1.45205 -1.10064,
|
||||
-0.865040 1.58105 -1.09965,
|
||||
-1.10696 1.58105 -1.09965,
|
||||
-1.10696 1.45205 -1.10064,
|
||||
-0.666000 1.04455 0.536972,
|
||||
-0.666000 1.04455 0.708972,
|
||||
-1.30600 1.04455 0.708972,
|
||||
-1.30600 1.04455 0.536972,
|
||||
-0.666000 1.46025 0.127726,
|
||||
-0.666000 1.15635 0.545197,
|
||||
-0.666000 1.57136 0.215126,
|
||||
-0.666000 1.20926 0.702070,
|
||||
-1.30600 1.57136 0.215126,
|
||||
-1.30600 1.20926 0.702070,
|
||||
-1.30600 1.46025 0.127726,
|
||||
-1.30600 1.15635 0.545197,
|
||||
-0.865040 1.45615 -0.105457,
|
||||
-0.865040 1.57620 -6.12621e-2,
|
||||
-1.10696 1.57620 -6.12621e-2,
|
||||
-1.10696 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep27 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-0.865040 -1.44470 -1.10064,
|
||||
-0.865040 -1.57370 -1.09965,
|
||||
-1.10696 -1.57370 -1.09965,
|
||||
-1.10696 -1.44470 -1.10064,
|
||||
-0.666000 -1.03720 0.536975,
|
||||
-0.666000 -1.03720 0.708975,
|
||||
-1.30600 -1.03720 0.708975,
|
||||
-1.30600 -1.03720 0.536975,
|
||||
-0.666000 -1.45290 0.127730,
|
||||
-0.666000 -1.14901 0.545201,
|
||||
-0.666000 -1.56401 0.215130,
|
||||
-0.666000 -1.20191 0.702073,
|
||||
-1.30600 -1.56401 0.215130,
|
||||
-1.30600 -1.20191 0.702073,
|
||||
-1.30600 -1.45290 0.127730,
|
||||
-1.30600 -1.14901 0.545201,
|
||||
-0.865040 -1.44880 -0.105454,
|
||||
-0.865040 -1.56885 -6.12579e-2,
|
||||
-1.10696 -1.56885 -6.12579e-2,
|
||||
-1.10696 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep26 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-1.84104 1.45205 -1.10064,
|
||||
-1.84104 1.58105 -1.09965,
|
||||
-2.08296 1.58105 -1.09965,
|
||||
-2.08296 1.45205 -1.10064,
|
||||
-1.64200 1.04455 0.536972,
|
||||
-1.64200 1.04455 0.708972,
|
||||
-2.28200 1.04455 0.708972,
|
||||
-2.28200 1.04455 0.536972,
|
||||
-1.64200 1.46025 0.127726,
|
||||
-1.64200 1.15635 0.545197,
|
||||
-1.64200 1.57136 0.215126,
|
||||
-1.64200 1.20926 0.702070,
|
||||
-2.28200 1.57136 0.215126,
|
||||
-2.28200 1.20926 0.702070,
|
||||
-2.28200 1.46025 0.127726,
|
||||
-2.28200 1.15635 0.545197,
|
||||
-1.84104 1.45615 -0.105457,
|
||||
-1.84104 1.57620 -6.12621e-2,
|
||||
-2.08296 1.57620 -6.12621e-2,
|
||||
-2.08296 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep25 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-1.84104 -1.44470 -1.10064,
|
||||
-1.84104 -1.57370 -1.09965,
|
||||
-2.08296 -1.57370 -1.09965,
|
||||
-2.08296 -1.44470 -1.10064,
|
||||
-1.64200 -1.03720 0.536975,
|
||||
-1.64200 -1.03720 0.708975,
|
||||
-2.28200 -1.03720 0.708975,
|
||||
-2.28200 -1.03720 0.536975,
|
||||
-1.64200 -1.45290 0.127730,
|
||||
-1.64200 -1.14901 0.545201,
|
||||
-1.64200 -1.56401 0.215130,
|
||||
-1.64200 -1.20191 0.702073,
|
||||
-2.28200 -1.56401 0.215130,
|
||||
-2.28200 -1.20191 0.702073,
|
||||
-2.28200 -1.45290 0.127730,
|
||||
-2.28200 -1.14901 0.545201,
|
||||
-1.84104 -1.44880 -0.105454,
|
||||
-1.84104 -1.56885 -6.12579e-2,
|
||||
-2.08296 -1.56885 -6.12579e-2,
|
||||
-2.08296 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep24 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-2.85504 1.45205 -1.10064,
|
||||
-2.85504 1.58105 -1.09965,
|
||||
-3.09696 1.58105 -1.09965,
|
||||
-3.09696 1.45205 -1.10064,
|
||||
-2.65600 1.04455 0.536972,
|
||||
-2.65600 1.04455 0.708972,
|
||||
-3.29600 1.04455 0.708972,
|
||||
-3.29600 1.04455 0.536972,
|
||||
-2.65600 1.46025 0.127726,
|
||||
-2.65600 1.15635 0.545197,
|
||||
-2.65600 1.57136 0.215126,
|
||||
-2.65600 1.20926 0.702070,
|
||||
-3.29600 1.57136 0.215126,
|
||||
-3.29600 1.20926 0.702070,
|
||||
-3.29600 1.46025 0.127726,
|
||||
-3.29600 1.15635 0.545197,
|
||||
-2.85504 1.45615 -0.105457,
|
||||
-2.85504 1.57620 -6.12621e-2,
|
||||
-3.09696 1.57620 -6.12621e-2,
|
||||
-3.09696 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep23 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-2.85504 -1.44470 -1.10064,
|
||||
-2.85504 -1.57370 -1.09965,
|
||||
-3.09696 -1.57370 -1.09965,
|
||||
-3.09696 -1.44470 -1.10064,
|
||||
-2.65600 -1.03720 0.536975,
|
||||
-2.65600 -1.03720 0.708975,
|
||||
-3.29600 -1.03720 0.708975,
|
||||
-3.29600 -1.03720 0.536975,
|
||||
-2.65600 -1.45290 0.127730,
|
||||
-2.65600 -1.14901 0.545201,
|
||||
-2.65600 -1.56401 0.215130,
|
||||
-2.65600 -1.20191 0.702073,
|
||||
-3.29600 -1.56401 0.215130,
|
||||
-3.29600 -1.20191 0.702073,
|
||||
-3.29600 -1.45290 0.127730,
|
||||
-3.29600 -1.14901 0.545201,
|
||||
-2.85504 -1.44880 -0.105454,
|
||||
-2.85504 -1.56885 -6.12579e-2,
|
||||
-3.09696 -1.56885 -6.12579e-2,
|
||||
-3.09696 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep22 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
3.10496 1.45205 -1.10064,
|
||||
3.10496 1.58105 -1.09965,
|
||||
2.86304 1.58105 -1.09965,
|
||||
2.86304 1.45205 -1.10064,
|
||||
3.30400 1.04455 0.536972,
|
||||
3.30400 1.04455 0.708972,
|
||||
2.66400 1.04455 0.708972,
|
||||
2.66400 1.04455 0.536972,
|
||||
3.30400 1.46025 0.127726,
|
||||
3.30400 1.15635 0.545197,
|
||||
3.30400 1.57136 0.215126,
|
||||
3.30400 1.20926 0.702070,
|
||||
2.66400 1.57136 0.215126,
|
||||
2.66400 1.20926 0.702070,
|
||||
2.66400 1.46025 0.127726,
|
||||
2.66400 1.15635 0.545197,
|
||||
3.10496 1.45615 -0.105457,
|
||||
3.10496 1.57620 -6.12621e-2,
|
||||
2.86304 1.57620 -6.12621e-2,
|
||||
2.86304 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep21 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
3.10496 -1.44470 -1.10064,
|
||||
3.10496 -1.57370 -1.09965,
|
||||
2.86304 -1.57370 -1.09965,
|
||||
2.86304 -1.44470 -1.10064,
|
||||
3.30400 -1.03720 0.536975,
|
||||
3.30400 -1.03720 0.708975,
|
||||
2.66400 -1.03720 0.708975,
|
||||
2.66400 -1.03720 0.536975,
|
||||
3.30400 -1.45290 0.127730,
|
||||
3.30400 -1.14901 0.545201,
|
||||
3.30400 -1.56401 0.215130,
|
||||
3.30400 -1.20191 0.702073,
|
||||
2.66400 -1.56401 0.215130,
|
||||
2.66400 -1.20191 0.702073,
|
||||
2.66400 -1.45290 0.127730,
|
||||
2.66400 -1.14901 0.545201,
|
||||
3.10496 -1.44880 -0.105454,
|
||||
3.10496 -1.56885 -6.12579e-2,
|
||||
2.86304 -1.56885 -6.12579e-2,
|
||||
2.86304 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep20 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
2.12896 1.45205 -1.10064,
|
||||
2.12896 1.58105 -1.09965,
|
||||
1.88704 1.58105 -1.09965,
|
||||
1.88704 1.45205 -1.10064,
|
||||
2.32800 1.04455 0.536972,
|
||||
2.32800 1.04455 0.708972,
|
||||
1.68800 1.04455 0.708972,
|
||||
1.68800 1.04455 0.536972,
|
||||
2.32800 1.46025 0.127726,
|
||||
2.32800 1.15635 0.545197,
|
||||
2.32800 1.57136 0.215126,
|
||||
2.32800 1.20926 0.702070,
|
||||
1.68800 1.57136 0.215126,
|
||||
1.68800 1.20926 0.702070,
|
||||
1.68800 1.46025 0.127726,
|
||||
1.68800 1.15635 0.545197,
|
||||
2.12896 1.45615 -0.105457,
|
||||
2.12896 1.57620 -6.12621e-2,
|
||||
1.88704 1.57620 -6.12621e-2,
|
||||
1.88704 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep19 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
2.12896 -1.44470 -1.10064,
|
||||
2.12896 -1.57370 -1.09965,
|
||||
1.88704 -1.57370 -1.09965,
|
||||
1.88704 -1.44470 -1.10064,
|
||||
2.32800 -1.03720 0.536975,
|
||||
2.32800 -1.03720 0.708975,
|
||||
1.68800 -1.03720 0.708975,
|
||||
1.68800 -1.03720 0.536975,
|
||||
2.32800 -1.45290 0.127730,
|
||||
2.32800 -1.14901 0.545201,
|
||||
2.32800 -1.56401 0.215130,
|
||||
2.32800 -1.20191 0.702073,
|
||||
1.68800 -1.56401 0.215130,
|
||||
1.68800 -1.20191 0.702073,
|
||||
1.68800 -1.45290 0.127730,
|
||||
1.68800 -1.14901 0.545201,
|
||||
2.12896 -1.44880 -0.105454,
|
||||
2.12896 -1.56885 -6.12579e-2,
|
||||
1.88704 -1.56885 -6.12579e-2,
|
||||
1.88704 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep18 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.11496 1.45205 -1.10064,
|
||||
1.11496 1.58105 -1.09965,
|
||||
0.873040 1.58105 -1.09965,
|
||||
0.873040 1.45205 -1.10064,
|
||||
1.31400 1.04455 0.536972,
|
||||
1.31400 1.04455 0.708972,
|
||||
0.674000 1.04455 0.708972,
|
||||
0.674000 1.04455 0.536972,
|
||||
1.31400 1.46025 0.127726,
|
||||
1.31400 1.15635 0.545197,
|
||||
1.31400 1.57136 0.215126,
|
||||
1.31400 1.20926 0.702070,
|
||||
0.674000 1.57136 0.215126,
|
||||
0.674000 1.20926 0.702070,
|
||||
0.674000 1.46025 0.127726,
|
||||
0.674000 1.15635 0.545197,
|
||||
1.11496 1.45615 -0.105457,
|
||||
1.11496 1.57620 -6.12621e-2,
|
||||
0.873040 1.57620 -6.12621e-2,
|
||||
0.873040 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep17 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.11496 -1.44470 -1.10064,
|
||||
1.11496 -1.57370 -1.09965,
|
||||
0.873040 -1.57370 -1.09965,
|
||||
0.873040 -1.44470 -1.10064,
|
||||
1.31400 -1.03720 0.536975,
|
||||
1.31400 -1.03720 0.708975,
|
||||
0.674000 -1.03720 0.708975,
|
||||
0.674000 -1.03720 0.536975,
|
||||
1.31400 -1.45290 0.127730,
|
||||
1.31400 -1.14901 0.545201,
|
||||
1.31400 -1.56401 0.215130,
|
||||
1.31400 -1.20191 0.702073,
|
||||
0.674000 -1.56401 0.215130,
|
||||
0.674000 -1.20191 0.702073,
|
||||
0.674000 -1.45290 0.127730,
|
||||
0.674000 -1.14901 0.545201,
|
||||
1.11496 -1.44880 -0.105454,
|
||||
1.11496 -1.56885 -6.12579e-2,
|
||||
0.873040 -1.56885 -6.12579e-2,
|
||||
0.873040 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep16 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.120960 1.45205 -1.10064,
|
||||
0.120960 1.58105 -1.09965,
|
||||
-0.120960 1.58105 -1.09965,
|
||||
-0.120960 1.45205 -1.10064,
|
||||
0.320000 1.04455 0.536972,
|
||||
0.320000 1.04455 0.708972,
|
||||
-0.320000 1.04455 0.708972,
|
||||
-0.320000 1.04455 0.536972,
|
||||
0.320000 1.46025 0.127726,
|
||||
0.320000 1.15635 0.545197,
|
||||
0.320000 1.57136 0.215126,
|
||||
0.320000 1.20926 0.702070,
|
||||
-0.320000 1.57136 0.215126,
|
||||
-0.320000 1.20926 0.702070,
|
||||
-0.320000 1.46025 0.127726,
|
||||
-0.320000 1.15635 0.545197,
|
||||
0.120960 1.45615 -0.105457,
|
||||
0.120960 1.57620 -6.12621e-2,
|
||||
-0.120960 1.57620 -6.12621e-2,
|
||||
-0.120960 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.120960 -1.44470 -1.10064,
|
||||
0.120960 -1.57370 -1.09965,
|
||||
-0.120960 -1.57370 -1.09965,
|
||||
-0.120960 -1.44470 -1.10064,
|
||||
0.320000 -1.03720 0.536975,
|
||||
0.320000 -1.03720 0.708975,
|
||||
-0.320000 -1.03720 0.708975,
|
||||
-0.320000 -1.03720 0.536975,
|
||||
0.320000 -1.45290 0.127730,
|
||||
0.320000 -1.14901 0.545201,
|
||||
0.320000 -1.56401 0.215130,
|
||||
0.320000 -1.20191 0.702073,
|
||||
-0.320000 -1.56401 0.215130,
|
||||
-0.320000 -1.20191 0.702073,
|
||||
-0.320000 -1.45290 0.127730,
|
||||
-0.320000 -1.14901 0.545201,
|
||||
0.120960 -1.44880 -0.105454,
|
||||
0.120960 -1.56885 -6.12579e-2,
|
||||
-0.120960 -1.56885 -6.12579e-2,
|
||||
-0.120960 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
|
@ -1,849 +0,0 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.15a
|
||||
DEF cube4_sep29 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF body Material {
|
||||
diffuseColor 0.373333 0.373333 0.373333
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-3.82280 -1.03909 1.02298,
|
||||
-3.82280 -1.03909 0.314967,
|
||||
-3.82280 1.03177 1.02298,
|
||||
-3.82280 1.03177 0.314964,
|
||||
-3.88600 -0.975894 0.959783,
|
||||
-3.88600 -0.975894 0.378167,
|
||||
-3.88600 0.968570 0.378164,
|
||||
-3.88600 0.968570 0.959780,
|
||||
3.71600 -1.03909 0.314967,
|
||||
3.71600 -1.03909 1.02298,
|
||||
3.71600 1.03177 0.314964,
|
||||
3.71600 1.03177 1.02298,
|
||||
3.77200 -0.983094 0.370967,
|
||||
3.77200 -0.983093 0.966983,
|
||||
3.77200 0.975771 0.966980,
|
||||
3.77200 0.975770 0.370964,
|
||||
-3.88600 -0.327739 0.959782,
|
||||
-3.88600 0.320416 0.959781,
|
||||
-3.35200 0.320416 0.959781,
|
||||
-3.35200 -0.327739 0.959782,
|
||||
-3.82280 -0.440633 1.02298,
|
||||
-3.88600 -0.327739 0.959782,
|
||||
-3.88600 0.320416 0.959781,
|
||||
-3.82280 0.433310 1.02298,
|
||||
-3.35200 0.320416 0.959781,
|
||||
-3.35200 -0.327739 0.959782,
|
||||
-3.19697 0.433310 1.02298,
|
||||
-3.19697 -0.440633 1.02298,
|
||||
-3.88600 0.320416 0.793781,
|
||||
-3.88600 -0.327739 0.793782,
|
||||
-3.35200 -0.327739 0.793782,
|
||||
-3.35200 0.320416 0.793781]
|
||||
}
|
||||
coordIndex [
|
||||
0, 4, 5, 1, -1,
|
||||
0, 20, 21, 16, 4, -1,
|
||||
1, 5, 6, 3, -1,
|
||||
1, 8, 9, 0, -1,
|
||||
2, 11, 10, 3, -1,
|
||||
2, 23, 26, 11, -1,
|
||||
3, 6, 7, 2, -1,
|
||||
3, 10, 8, 1, -1,
|
||||
4, 16, 29, 5, -1,
|
||||
5, 29, 28, 6, -1,
|
||||
6, 28, 17, 7, -1,
|
||||
7, 17, 22, 23, 2, -1,
|
||||
8, 12, 13, 9, -1,
|
||||
9, 13, 14, 11, -1,
|
||||
9, 27, 20, 0, -1,
|
||||
10, 15, 12, 8, -1,
|
||||
11, 14, 15, 10, -1,
|
||||
11, 26, 27, 9, -1,
|
||||
12, 15, 14, 13, -1,
|
||||
17, 18, 24, 22, -1,
|
||||
17, 28, 31, 18, -1,
|
||||
18, 19, 25, 24, -1,
|
||||
18, 31, 30, 19, -1,
|
||||
19, 30, 29, 16, -1,
|
||||
21, 20, 27, 25, -1,
|
||||
21, 25, 19, 16, -1,
|
||||
24, 25, 27, 26, -1,
|
||||
24, 26, 23, 22, -1,
|
||||
29, 30, 31, 28, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep28 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pin Material {
|
||||
diffuseColor 0.720000 0.720000 0.720000
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-0.865040 1.45205 -1.10064,
|
||||
-0.865040 1.58105 -1.09965,
|
||||
-1.10696 1.58105 -1.09965,
|
||||
-1.10696 1.45205 -1.10064,
|
||||
-0.666000 1.04455 0.536972,
|
||||
-0.666000 1.04455 0.708972,
|
||||
-1.30600 1.04455 0.708972,
|
||||
-1.30600 1.04455 0.536972,
|
||||
-0.666000 1.46025 0.127726,
|
||||
-0.666000 1.15635 0.545197,
|
||||
-0.666000 1.57136 0.215126,
|
||||
-0.666000 1.20926 0.702070,
|
||||
-1.30600 1.57136 0.215126,
|
||||
-1.30600 1.20926 0.702070,
|
||||
-1.30600 1.46025 0.127726,
|
||||
-1.30600 1.15635 0.545197,
|
||||
-0.865040 1.45615 -0.105457,
|
||||
-0.865040 1.57620 -6.12621e-2,
|
||||
-1.10696 1.57620 -6.12621e-2,
|
||||
-1.10696 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep27 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-0.865040 -1.44470 -1.10064,
|
||||
-0.865040 -1.57370 -1.09965,
|
||||
-1.10696 -1.57370 -1.09965,
|
||||
-1.10696 -1.44470 -1.10064,
|
||||
-0.666000 -1.03720 0.536975,
|
||||
-0.666000 -1.03720 0.708975,
|
||||
-1.30600 -1.03720 0.708975,
|
||||
-1.30600 -1.03720 0.536975,
|
||||
-0.666000 -1.45290 0.127730,
|
||||
-0.666000 -1.14901 0.545201,
|
||||
-0.666000 -1.56401 0.215130,
|
||||
-0.666000 -1.20191 0.702073,
|
||||
-1.30600 -1.56401 0.215130,
|
||||
-1.30600 -1.20191 0.702073,
|
||||
-1.30600 -1.45290 0.127730,
|
||||
-1.30600 -1.14901 0.545201,
|
||||
-0.865040 -1.44880 -0.105454,
|
||||
-0.865040 -1.56885 -6.12579e-2,
|
||||
-1.10696 -1.56885 -6.12579e-2,
|
||||
-1.10696 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep26 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-1.84104 1.45205 -1.10064,
|
||||
-1.84104 1.58105 -1.09965,
|
||||
-2.08296 1.58105 -1.09965,
|
||||
-2.08296 1.45205 -1.10064,
|
||||
-1.64200 1.04455 0.536972,
|
||||
-1.64200 1.04455 0.708972,
|
||||
-2.28200 1.04455 0.708972,
|
||||
-2.28200 1.04455 0.536972,
|
||||
-1.64200 1.46025 0.127726,
|
||||
-1.64200 1.15635 0.545197,
|
||||
-1.64200 1.57136 0.215126,
|
||||
-1.64200 1.20926 0.702070,
|
||||
-2.28200 1.57136 0.215126,
|
||||
-2.28200 1.20926 0.702070,
|
||||
-2.28200 1.46025 0.127726,
|
||||
-2.28200 1.15635 0.545197,
|
||||
-1.84104 1.45615 -0.105457,
|
||||
-1.84104 1.57620 -6.12621e-2,
|
||||
-2.08296 1.57620 -6.12621e-2,
|
||||
-2.08296 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep25 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-1.84104 -1.44470 -1.10064,
|
||||
-1.84104 -1.57370 -1.09965,
|
||||
-2.08296 -1.57370 -1.09965,
|
||||
-2.08296 -1.44470 -1.10064,
|
||||
-1.64200 -1.03720 0.536975,
|
||||
-1.64200 -1.03720 0.708975,
|
||||
-2.28200 -1.03720 0.708975,
|
||||
-2.28200 -1.03720 0.536975,
|
||||
-1.64200 -1.45290 0.127730,
|
||||
-1.64200 -1.14901 0.545201,
|
||||
-1.64200 -1.56401 0.215130,
|
||||
-1.64200 -1.20191 0.702073,
|
||||
-2.28200 -1.56401 0.215130,
|
||||
-2.28200 -1.20191 0.702073,
|
||||
-2.28200 -1.45290 0.127730,
|
||||
-2.28200 -1.14901 0.545201,
|
||||
-1.84104 -1.44880 -0.105454,
|
||||
-1.84104 -1.56885 -6.12579e-2,
|
||||
-2.08296 -1.56885 -6.12579e-2,
|
||||
-2.08296 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep24 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-2.85504 1.45205 -1.10064,
|
||||
-2.85504 1.58105 -1.09965,
|
||||
-3.09696 1.58105 -1.09965,
|
||||
-3.09696 1.45205 -1.10064,
|
||||
-2.65600 1.04455 0.536972,
|
||||
-2.65600 1.04455 0.708972,
|
||||
-3.29600 1.04455 0.708972,
|
||||
-3.29600 1.04455 0.536972,
|
||||
-2.65600 1.46025 0.127726,
|
||||
-2.65600 1.15635 0.545197,
|
||||
-2.65600 1.57136 0.215126,
|
||||
-2.65600 1.20926 0.702070,
|
||||
-3.29600 1.57136 0.215126,
|
||||
-3.29600 1.20926 0.702070,
|
||||
-3.29600 1.46025 0.127726,
|
||||
-3.29600 1.15635 0.545197,
|
||||
-2.85504 1.45615 -0.105457,
|
||||
-2.85504 1.57620 -6.12621e-2,
|
||||
-3.09696 1.57620 -6.12621e-2,
|
||||
-3.09696 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep23 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
-2.85504 -1.44470 -1.10064,
|
||||
-2.85504 -1.57370 -1.09965,
|
||||
-3.09696 -1.57370 -1.09965,
|
||||
-3.09696 -1.44470 -1.10064,
|
||||
-2.65600 -1.03720 0.536975,
|
||||
-2.65600 -1.03720 0.708975,
|
||||
-3.29600 -1.03720 0.708975,
|
||||
-3.29600 -1.03720 0.536975,
|
||||
-2.65600 -1.45290 0.127730,
|
||||
-2.65600 -1.14901 0.545201,
|
||||
-2.65600 -1.56401 0.215130,
|
||||
-2.65600 -1.20191 0.702073,
|
||||
-3.29600 -1.56401 0.215130,
|
||||
-3.29600 -1.20191 0.702073,
|
||||
-3.29600 -1.45290 0.127730,
|
||||
-3.29600 -1.14901 0.545201,
|
||||
-2.85504 -1.44880 -0.105454,
|
||||
-2.85504 -1.56885 -6.12579e-2,
|
||||
-3.09696 -1.56885 -6.12579e-2,
|
||||
-3.09696 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep22 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
3.10496 1.45205 -1.10064,
|
||||
3.10496 1.58105 -1.09965,
|
||||
2.86304 1.58105 -1.09965,
|
||||
2.86304 1.45205 -1.10064,
|
||||
3.30400 1.04455 0.536972,
|
||||
3.30400 1.04455 0.708972,
|
||||
2.66400 1.04455 0.708972,
|
||||
2.66400 1.04455 0.536972,
|
||||
3.30400 1.46025 0.127726,
|
||||
3.30400 1.15635 0.545197,
|
||||
3.30400 1.57136 0.215126,
|
||||
3.30400 1.20926 0.702070,
|
||||
2.66400 1.57136 0.215126,
|
||||
2.66400 1.20926 0.702070,
|
||||
2.66400 1.46025 0.127726,
|
||||
2.66400 1.15635 0.545197,
|
||||
3.10496 1.45615 -0.105457,
|
||||
3.10496 1.57620 -6.12621e-2,
|
||||
2.86304 1.57620 -6.12621e-2,
|
||||
2.86304 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep21 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
3.10496 -1.44470 -1.10064,
|
||||
3.10496 -1.57370 -1.09965,
|
||||
2.86304 -1.57370 -1.09965,
|
||||
2.86304 -1.44470 -1.10064,
|
||||
3.30400 -1.03720 0.536975,
|
||||
3.30400 -1.03720 0.708975,
|
||||
2.66400 -1.03720 0.708975,
|
||||
2.66400 -1.03720 0.536975,
|
||||
3.30400 -1.45290 0.127730,
|
||||
3.30400 -1.14901 0.545201,
|
||||
3.30400 -1.56401 0.215130,
|
||||
3.30400 -1.20191 0.702073,
|
||||
2.66400 -1.56401 0.215130,
|
||||
2.66400 -1.20191 0.702073,
|
||||
2.66400 -1.45290 0.127730,
|
||||
2.66400 -1.14901 0.545201,
|
||||
3.10496 -1.44880 -0.105454,
|
||||
3.10496 -1.56885 -6.12579e-2,
|
||||
2.86304 -1.56885 -6.12579e-2,
|
||||
2.86304 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep20 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
2.12896 1.45205 -1.10064,
|
||||
2.12896 1.58105 -1.09965,
|
||||
1.88704 1.58105 -1.09965,
|
||||
1.88704 1.45205 -1.10064,
|
||||
2.32800 1.04455 0.536972,
|
||||
2.32800 1.04455 0.708972,
|
||||
1.68800 1.04455 0.708972,
|
||||
1.68800 1.04455 0.536972,
|
||||
2.32800 1.46025 0.127726,
|
||||
2.32800 1.15635 0.545197,
|
||||
2.32800 1.57136 0.215126,
|
||||
2.32800 1.20926 0.702070,
|
||||
1.68800 1.57136 0.215126,
|
||||
1.68800 1.20926 0.702070,
|
||||
1.68800 1.46025 0.127726,
|
||||
1.68800 1.15635 0.545197,
|
||||
2.12896 1.45615 -0.105457,
|
||||
2.12896 1.57620 -6.12621e-2,
|
||||
1.88704 1.57620 -6.12621e-2,
|
||||
1.88704 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep19 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
2.12896 -1.44470 -1.10064,
|
||||
2.12896 -1.57370 -1.09965,
|
||||
1.88704 -1.57370 -1.09965,
|
||||
1.88704 -1.44470 -1.10064,
|
||||
2.32800 -1.03720 0.536975,
|
||||
2.32800 -1.03720 0.708975,
|
||||
1.68800 -1.03720 0.708975,
|
||||
1.68800 -1.03720 0.536975,
|
||||
2.32800 -1.45290 0.127730,
|
||||
2.32800 -1.14901 0.545201,
|
||||
2.32800 -1.56401 0.215130,
|
||||
2.32800 -1.20191 0.702073,
|
||||
1.68800 -1.56401 0.215130,
|
||||
1.68800 -1.20191 0.702073,
|
||||
1.68800 -1.45290 0.127730,
|
||||
1.68800 -1.14901 0.545201,
|
||||
2.12896 -1.44880 -0.105454,
|
||||
2.12896 -1.56885 -6.12579e-2,
|
||||
1.88704 -1.56885 -6.12579e-2,
|
||||
1.88704 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep18 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.11496 1.45205 -1.10064,
|
||||
1.11496 1.58105 -1.09965,
|
||||
0.873040 1.58105 -1.09965,
|
||||
0.873040 1.45205 -1.10064,
|
||||
1.31400 1.04455 0.536972,
|
||||
1.31400 1.04455 0.708972,
|
||||
0.674000 1.04455 0.708972,
|
||||
0.674000 1.04455 0.536972,
|
||||
1.31400 1.46025 0.127726,
|
||||
1.31400 1.15635 0.545197,
|
||||
1.31400 1.57136 0.215126,
|
||||
1.31400 1.20926 0.702070,
|
||||
0.674000 1.57136 0.215126,
|
||||
0.674000 1.20926 0.702070,
|
||||
0.674000 1.46025 0.127726,
|
||||
0.674000 1.15635 0.545197,
|
||||
1.11496 1.45615 -0.105457,
|
||||
1.11496 1.57620 -6.12621e-2,
|
||||
0.873040 1.57620 -6.12621e-2,
|
||||
0.873040 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep17 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
1.11496 -1.44470 -1.10064,
|
||||
1.11496 -1.57370 -1.09965,
|
||||
0.873040 -1.57370 -1.09965,
|
||||
0.873040 -1.44470 -1.10064,
|
||||
1.31400 -1.03720 0.536975,
|
||||
1.31400 -1.03720 0.708975,
|
||||
0.674000 -1.03720 0.708975,
|
||||
0.674000 -1.03720 0.536975,
|
||||
1.31400 -1.45290 0.127730,
|
||||
1.31400 -1.14901 0.545201,
|
||||
1.31400 -1.56401 0.215130,
|
||||
1.31400 -1.20191 0.702073,
|
||||
0.674000 -1.56401 0.215130,
|
||||
0.674000 -1.20191 0.702073,
|
||||
0.674000 -1.45290 0.127730,
|
||||
0.674000 -1.14901 0.545201,
|
||||
1.11496 -1.44880 -0.105454,
|
||||
1.11496 -1.56885 -6.12579e-2,
|
||||
0.873040 -1.56885 -6.12579e-2,
|
||||
0.873040 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4_sep16 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.120960 1.45205 -1.10064,
|
||||
0.120960 1.58105 -1.09965,
|
||||
-0.120960 1.58105 -1.09965,
|
||||
-0.120960 1.45205 -1.10064,
|
||||
0.320000 1.04455 0.536972,
|
||||
0.320000 1.04455 0.708972,
|
||||
-0.320000 1.04455 0.708972,
|
||||
-0.320000 1.04455 0.536972,
|
||||
0.320000 1.46025 0.127726,
|
||||
0.320000 1.15635 0.545197,
|
||||
0.320000 1.57136 0.215126,
|
||||
0.320000 1.20926 0.702070,
|
||||
-0.320000 1.57136 0.215126,
|
||||
-0.320000 1.20926 0.702070,
|
||||
-0.320000 1.46025 0.127726,
|
||||
-0.320000 1.15635 0.545197,
|
||||
0.120960 1.45615 -0.105457,
|
||||
0.120960 1.57620 -6.12621e-2,
|
||||
-0.120960 1.57620 -6.12621e-2,
|
||||
-0.120960 1.45615 -0.105457]
|
||||
}
|
||||
coordIndex [
|
||||
0, 3, 2, 1, -1,
|
||||
0, 16, 19, 3, -1,
|
||||
1, 17, 16, 0, -1,
|
||||
2, 18, 17, 1, -1,
|
||||
3, 19, 18, 2, -1,
|
||||
4, 9, 11, 5, -1,
|
||||
5, 6, 7, 4, -1,
|
||||
5, 11, 13, 6, -1,
|
||||
6, 13, 15, 7, -1,
|
||||
7, 15, 9, 4, -1,
|
||||
8, 10, 11, 9, -1,
|
||||
8, 16, 17, 10, -1,
|
||||
9, 15, 14, 8, -1,
|
||||
10, 12, 13, 11, -1,
|
||||
10, 17, 18, 12, -1,
|
||||
12, 14, 15, 13, -1,
|
||||
12, 18, 19, 14, -1,
|
||||
14, 19, 16, 8, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube4 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pin
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
coord Coordinate { point [
|
||||
0.120960 -1.44470 -1.10064,
|
||||
0.120960 -1.57370 -1.09965,
|
||||
-0.120960 -1.57370 -1.09965,
|
||||
-0.120960 -1.44470 -1.10064,
|
||||
0.320000 -1.03720 0.536975,
|
||||
0.320000 -1.03720 0.708975,
|
||||
-0.320000 -1.03720 0.708975,
|
||||
-0.320000 -1.03720 0.536975,
|
||||
0.320000 -1.45290 0.127730,
|
||||
0.320000 -1.14901 0.545201,
|
||||
0.320000 -1.56401 0.215130,
|
||||
0.320000 -1.20191 0.702073,
|
||||
-0.320000 -1.56401 0.215130,
|
||||
-0.320000 -1.20191 0.702073,
|
||||
-0.320000 -1.45290 0.127730,
|
||||
-0.320000 -1.14901 0.545201,
|
||||
0.120960 -1.44880 -0.105454,
|
||||
0.120960 -1.56885 -6.12579e-2,
|
||||
-0.120960 -1.56885 -6.12579e-2,
|
||||
-0.120960 -1.44880 -0.105454]
|
||||
}
|
||||
coordIndex [
|
||||
0, 16, 17, 1, -1,
|
||||
1, 2, 3, 0, -1,
|
||||
1, 17, 18, 2, -1,
|
||||
2, 18, 19, 3, -1,
|
||||
3, 19, 16, 0, -1,
|
||||
4, 7, 6, 5, -1,
|
||||
4, 9, 15, 7, -1,
|
||||
5, 11, 9, 4, -1,
|
||||
6, 13, 11, 5, -1,
|
||||
7, 15, 13, 6, -1,
|
||||
8, 14, 15, 9, -1,
|
||||
8, 16, 19, 14, -1,
|
||||
9, 11, 10, 8, -1,
|
||||
10, 17, 16, 8, -1,
|
||||
11, 13, 12, 10, -1,
|
||||
12, 18, 17, 10, -1,
|
||||
13, 15, 14, 12, -1,
|
||||
14, 19, 18, 12, -1
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
modules/packages3d/Oscillators.3dshapes/KXO-200_LargePads.wings
Normal file
BIN
modules/packages3d/Oscillators.3dshapes/KXO-200_LargePads.wings
Normal file
Binary file not shown.
690
modules/packages3d/Oscillators.3dshapes/KXO-200_LargePads.wrl
Normal file
690
modules/packages3d/Oscillators.3dshapes/KXO-200_LargePads.wrl
Normal file
|
@ -0,0 +1,690 @@
|
|||
#VRML V2.0 utf8
|
||||
#Exported from Wings 3D 0.98.31
|
||||
DEF torus1_copy6 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF pins Material {
|
||||
diffuseColor 0.826667 0.826667 0.826667
|
||||
emissiveColor 0.00000e+0 0.00000e+0 0.00000e+0
|
||||
specularColor 1.00000 1.00000 1.00000
|
||||
ambientIntensity 1.00000
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
3.18600 1.48969 0.799496,
|
||||
3.17005 1.40955 0.799496,
|
||||
3.12466 1.34161 0.799496,
|
||||
3.05672 1.29621 0.799496,
|
||||
2.97658 1.28027 0.799496,
|
||||
2.89644 1.29621 0.799496,
|
||||
2.82850 1.34161 0.799496,
|
||||
2.78311 1.40955 0.799496,
|
||||
2.76717 1.48969 0.799496,
|
||||
2.78311 1.56983 0.799496,
|
||||
2.82850 1.63776 0.799496,
|
||||
2.89644 1.68316 0.799496,
|
||||
2.97658 1.69910 0.799496,
|
||||
3.05672 1.68316 0.799496,
|
||||
3.12466 1.63776 0.799496,
|
||||
3.17005 1.56983 0.799496,
|
||||
3.18600 1.48969 -1.03430,
|
||||
3.17005 1.40955 -1.03430,
|
||||
3.12466 1.34161 -1.03430,
|
||||
3.05672 1.29621 -1.03430,
|
||||
2.97658 1.28027 -1.03430,
|
||||
2.89644 1.29621 -1.03430,
|
||||
2.82850 1.34161 -1.03430,
|
||||
2.78311 1.40955 -1.03430,
|
||||
2.76717 1.48969 -1.03430,
|
||||
2.78311 1.56983 -1.03430,
|
||||
2.82850 1.63776 -1.03430,
|
||||
2.89644 1.68316 -1.03430,
|
||||
2.97658 1.69910 -1.03430,
|
||||
3.05672 1.68316 -1.03430,
|
||||
3.12466 1.63776 -1.03430,
|
||||
3.17005 1.56983 -1.03430 ] }
|
||||
coordIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
normal Normal { vector [
|
||||
0.890909 4.15244e-7 0.454182,
|
||||
0.823093 -0.340936 0.454182,
|
||||
0.629968 -0.629968 0.454182,
|
||||
0.340936 -0.823093 0.454182,
|
||||
-5.04243e-17 -0.890909 0.454182,
|
||||
-0.340936 -0.823093 0.454182,
|
||||
-0.629968 -0.629968 0.454182,
|
||||
-0.823093 -0.340936 0.454182,
|
||||
-0.890909 4.15244e-7 0.454182,
|
||||
-0.823093 0.340937 0.454181,
|
||||
-0.629968 0.629968 0.454181,
|
||||
-0.340936 0.823093 0.454181,
|
||||
-5.04243e-17 0.890909 0.454181,
|
||||
0.340936 0.823093 0.454181,
|
||||
0.629968 0.629968 0.454181,
|
||||
0.823093 0.340937 0.454181,
|
||||
0.890909 -4.15244e-7 -0.454182,
|
||||
0.823093 -0.340937 -0.454181,
|
||||
0.629968 -0.629968 -0.454181,
|
||||
0.340936 -0.823093 -0.454181,
|
||||
5.04243e-17 -0.890909 -0.454181,
|
||||
-0.340936 -0.823093 -0.454181,
|
||||
-0.629968 -0.629968 -0.454181,
|
||||
-0.823093 -0.340937 -0.454181,
|
||||
-0.890909 -4.15244e-7 -0.454182,
|
||||
-0.823093 0.340936 -0.454182,
|
||||
-0.629968 0.629968 -0.454182,
|
||||
-0.340936 0.823093 -0.454182,
|
||||
5.04243e-17 0.890909 -0.454182,
|
||||
0.340936 0.823093 -0.454182,
|
||||
0.629968 0.629968 -0.454182,
|
||||
0.823093 0.340936 -0.454182 ] }
|
||||
normalIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF torus1_copy5 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pins
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
-2.79175 -1.50044 0.799496,
|
||||
-2.80769 -1.58058 0.799496,
|
||||
-2.85309 -1.64852 0.799496,
|
||||
-2.92103 -1.69392 0.799496,
|
||||
-3.00117 -1.70986 0.799496,
|
||||
-3.08131 -1.69392 0.799496,
|
||||
-3.14925 -1.64852 0.799496,
|
||||
-3.19464 -1.58058 0.799496,
|
||||
-3.21058 -1.50044 0.799496,
|
||||
-3.19464 -1.42030 0.799496,
|
||||
-3.14925 -1.35236 0.799496,
|
||||
-3.08131 -1.30697 0.799496,
|
||||
-3.00117 -1.29103 0.799496,
|
||||
-2.92103 -1.30697 0.799496,
|
||||
-2.85309 -1.35236 0.799496,
|
||||
-2.80769 -1.42030 0.799496,
|
||||
-2.79175 -1.50044 -1.03430,
|
||||
-2.80769 -1.58058 -1.03430,
|
||||
-2.85309 -1.64852 -1.03430,
|
||||
-2.92103 -1.69392 -1.03430,
|
||||
-3.00117 -1.70986 -1.03430,
|
||||
-3.08131 -1.69392 -1.03430,
|
||||
-3.14925 -1.64852 -1.03430,
|
||||
-3.19464 -1.58058 -1.03430,
|
||||
-3.21058 -1.50044 -1.03430,
|
||||
-3.19464 -1.42030 -1.03430,
|
||||
-3.14925 -1.35236 -1.03430,
|
||||
-3.08131 -1.30697 -1.03430,
|
||||
-3.00117 -1.29103 -1.03430,
|
||||
-2.92103 -1.30697 -1.03430,
|
||||
-2.85309 -1.35236 -1.03430,
|
||||
-2.80769 -1.42030 -1.03430 ] }
|
||||
coordIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
normal Normal { vector [
|
||||
0.890909 4.15244e-7 0.454182,
|
||||
0.823093 -0.340936 0.454182,
|
||||
0.629968 -0.629968 0.454182,
|
||||
0.340936 -0.823093 0.454182,
|
||||
-8.82425e-16 -0.890909 0.454182,
|
||||
-0.340936 -0.823093 0.454182,
|
||||
-0.629968 -0.629968 0.454182,
|
||||
-0.823093 -0.340936 0.454182,
|
||||
-0.890909 4.15244e-7 0.454182,
|
||||
-0.823093 0.340937 0.454181,
|
||||
-0.629968 0.629968 0.454181,
|
||||
-0.340936 0.823093 0.454181,
|
||||
-9.07637e-16 0.890909 0.454181,
|
||||
0.340936 0.823093 0.454181,
|
||||
0.629968 0.629968 0.454181,
|
||||
0.823093 0.340937 0.454181,
|
||||
0.890909 -4.15244e-7 -0.454182,
|
||||
0.823093 -0.340937 -0.454181,
|
||||
0.629968 -0.629968 -0.454181,
|
||||
0.340936 -0.823093 -0.454181,
|
||||
-1.02109e-15 -0.890909 -0.454181,
|
||||
-0.340936 -0.823093 -0.454181,
|
||||
-0.629968 -0.629968 -0.454181,
|
||||
-0.823093 -0.340937 -0.454181,
|
||||
-0.890909 -4.15244e-7 -0.454182,
|
||||
-0.823093 0.340936 -0.454182,
|
||||
-0.629968 0.629968 -0.454182,
|
||||
-0.340936 0.823093 -0.454182,
|
||||
-1.04630e-15 0.890909 -0.454182,
|
||||
0.340936 0.823093 -0.454182,
|
||||
0.629968 0.629968 -0.454182,
|
||||
0.823093 0.340936 -0.454182 ] }
|
||||
normalIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube8_copy9 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material DEF corpo Material {
|
||||
diffuseColor 0.913420 0.913420 0.913420
|
||||
emissiveColor 0.840160 0.840160 0.840160
|
||||
specularColor 0.866800 0.866800 0.866800
|
||||
ambientIntensity 0.900100
|
||||
transparency 0.00000e+0
|
||||
shininess 1.00000
|
||||
}
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
-3.63059 -2.26600 0.336464,
|
||||
-3.26742 -2.50000 0.336464,
|
||||
-3.63059 2.26600 0.336464,
|
||||
-3.26742 2.50000 0.336464,
|
||||
3.76624 2.50000 0.336464,
|
||||
4.12941 2.26600 0.336464,
|
||||
4.12941 -2.26600 0.336464,
|
||||
3.76624 -2.50000 0.336464,
|
||||
-3.63059 -2.26600 1.77860,
|
||||
-3.26742 -2.50000 1.77860,
|
||||
-3.63059 2.26600 1.77860,
|
||||
-3.26742 2.50000 1.77860,
|
||||
3.76624 2.50000 1.77860,
|
||||
4.12941 2.26600 1.77860,
|
||||
4.12941 -2.26600 1.77860,
|
||||
3.76624 -2.50000 1.77860,
|
||||
-3.30964 -2.18034 1.98540,
|
||||
-3.13448 -2.29320 1.98540,
|
||||
3.63330 -2.29320 1.98540,
|
||||
3.80846 -2.18034 1.98540,
|
||||
3.80846 2.18034 1.98540,
|
||||
3.63330 2.29320 1.98540,
|
||||
-3.13448 2.29320 1.98540,
|
||||
-3.30964 2.18034 1.98540 ] }
|
||||
coordIndex [
|
||||
0, 1, 9, 8, -1,
|
||||
0, 2, 3, 4, 5, 6, 7, 1, -1,
|
||||
0, 8, 10, 2, -1,
|
||||
1, 7, 15, 9, -1,
|
||||
2, 10, 11, 3, -1,
|
||||
3, 11, 12, 4, -1,
|
||||
4, 12, 13, 5, -1,
|
||||
5, 13, 14, 6, -1,
|
||||
6, 14, 15, 7, -1,
|
||||
8, 9, 17, 16, -1,
|
||||
8, 16, 23, 10, -1,
|
||||
9, 15, 18, 17, -1,
|
||||
10, 23, 22, 11, -1,
|
||||
11, 22, 21, 12, -1,
|
||||
12, 21, 20, 13, -1,
|
||||
13, 20, 19, 14, -1,
|
||||
14, 19, 18, 15, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, -1 ]
|
||||
normal Normal { vector [
|
||||
-0.762917 -0.416000 -0.494876,
|
||||
-0.250337 -0.850713 -0.462189,
|
||||
-0.762917 0.416000 -0.494876,
|
||||
-0.250337 0.850713 -0.462189,
|
||||
0.250337 0.850713 -0.462189,
|
||||
0.762917 0.416000 -0.494876,
|
||||
0.762917 -0.416000 -0.494876,
|
||||
0.250337 -0.850713 -0.462189,
|
||||
-0.754025 -0.428411 0.497906,
|
||||
-0.251799 -0.873606 0.416424,
|
||||
-0.754025 0.428411 0.497906,
|
||||
-0.251799 0.873606 0.416424,
|
||||
0.251799 0.873606 0.416424,
|
||||
0.754025 0.428411 0.497906,
|
||||
0.754025 -0.428411 0.497906,
|
||||
0.251799 -0.873606 0.416424,
|
||||
-0.317234 -0.192815 0.928539,
|
||||
-0.124903 -0.447160 0.885690,
|
||||
0.124903 -0.447160 0.885690,
|
||||
0.317234 -0.192815 0.928539,
|
||||
0.317234 0.192815 0.928539,
|
||||
0.124903 0.447160 0.885690,
|
||||
-0.124903 0.447160 0.885690,
|
||||
-0.317234 0.192815 0.928539 ] }
|
||||
normalIndex [
|
||||
0, 1, 9, 8, -1,
|
||||
0, 2, 3, 4, 5, 6, 7, 1, -1,
|
||||
0, 8, 10, 2, -1,
|
||||
1, 7, 15, 9, -1,
|
||||
2, 10, 11, 3, -1,
|
||||
3, 11, 12, 4, -1,
|
||||
4, 12, 13, 5, -1,
|
||||
5, 13, 14, 6, -1,
|
||||
6, 14, 15, 7, -1,
|
||||
8, 9, 17, 16, -1,
|
||||
8, 16, 23, 10, -1,
|
||||
9, 15, 18, 17, -1,
|
||||
10, 23, 22, 11, -1,
|
||||
11, 22, 21, 12, -1,
|
||||
12, 21, 20, 13, -1,
|
||||
13, 20, 19, 14, -1,
|
||||
14, 19, 18, 15, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF cube8 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE corpo
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
-3.99071 -2.37024 0.393596,
|
||||
-3.96662 -2.61500 0.393596,
|
||||
-3.99071 -2.37024 0.182602,
|
||||
-3.96662 -2.61500 0.182602,
|
||||
-3.99071 2.25305 0.393596,
|
||||
-3.86211 2.45310 0.393596,
|
||||
-3.73944 2.53214 0.393596,
|
||||
-3.42897 2.61500 0.393596,
|
||||
3.56451 2.61500 0.393596,
|
||||
3.87497 2.53214 0.393596,
|
||||
3.99765 2.45310 0.393596,
|
||||
4.12625 2.25305 0.393596,
|
||||
4.12625 -2.25305 0.393596,
|
||||
3.99765 -2.45310 0.393596,
|
||||
3.87497 -2.53214 0.393596,
|
||||
3.56451 -2.61500 0.393596,
|
||||
-3.99071 2.25305 0.182602,
|
||||
-3.86211 2.45310 0.182602,
|
||||
-3.42897 2.61500 0.182602,
|
||||
-3.73944 2.53214 0.182602,
|
||||
3.56451 2.61500 0.182602,
|
||||
3.87497 2.53214 0.182602,
|
||||
4.12625 2.25305 0.182602,
|
||||
3.99765 2.45310 0.182602,
|
||||
4.12625 -2.25305 0.182602,
|
||||
3.99765 -2.45310 0.182602,
|
||||
3.56451 -2.61500 0.182602,
|
||||
3.87497 -2.53214 0.182602 ] }
|
||||
coordIndex [
|
||||
0, 1, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, -1,
|
||||
0, 2, 3, 1, -1,
|
||||
0, 4, 16, 2, -1,
|
||||
1, 3, 26, 15, -1,
|
||||
2, 16, 17, 19, 18, 20, 21, 23, 22, 24, 25, 27, 26, 3, -1,
|
||||
4, 5, 17, 16, -1,
|
||||
5, 6, 19, 17, -1,
|
||||
6, 7, 18, 19, -1,
|
||||
7, 8, 20, 18, -1,
|
||||
8, 9, 21, 20, -1,
|
||||
9, 10, 23, 21, -1,
|
||||
10, 11, 22, 23, -1,
|
||||
11, 12, 24, 22, -1,
|
||||
12, 13, 25, 24, -1,
|
||||
13, 14, 27, 25, -1,
|
||||
14, 15, 26, 27, -1 ]
|
||||
normal Normal { vector [
|
||||
-0.893136 -4.38512e-2 0.447644,
|
||||
-0.556683 -0.614170 0.559374,
|
||||
-0.893136 -4.38512e-2 -0.447644,
|
||||
-0.556683 -0.614170 -0.559374,
|
||||
-0.850871 0.249903 0.462134,
|
||||
-0.629830 0.629175 0.455471,
|
||||
-0.361040 0.815919 0.451583,
|
||||
-0.116108 0.885311 0.450269,
|
||||
0.116108 0.885311 0.450269,
|
||||
0.361040 0.815919 0.451583,
|
||||
0.629830 0.629175 0.455471,
|
||||
0.850871 0.249903 0.462134,
|
||||
0.850871 -0.249903 0.462134,
|
||||
0.629830 -0.629175 0.455471,
|
||||
0.361040 -0.815919 0.451583,
|
||||
0.116108 -0.885311 0.450269,
|
||||
-0.850871 0.249903 -0.462134,
|
||||
-0.629830 0.629175 -0.455471,
|
||||
-0.116108 0.885311 -0.450269,
|
||||
-0.361040 0.815919 -0.451583,
|
||||
0.116108 0.885311 -0.450269,
|
||||
0.361040 0.815919 -0.451583,
|
||||
0.850871 0.249903 -0.462134,
|
||||
0.629830 0.629175 -0.455471,
|
||||
0.850871 -0.249903 -0.462134,
|
||||
0.629830 -0.629175 -0.455471,
|
||||
0.116108 -0.885311 -0.450269,
|
||||
0.361040 -0.815919 -0.451583 ] }
|
||||
normalIndex [
|
||||
0, 1, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, -1,
|
||||
0, 2, 3, 1, -1,
|
||||
0, 4, 16, 2, -1,
|
||||
1, 3, 26, 15, -1,
|
||||
2, 16, 17, 19, 18, 20, 21, 23, 22, 24, 25, 27, 26, 3, -1,
|
||||
4, 5, 17, 16, -1,
|
||||
5, 6, 19, 17, -1,
|
||||
6, 7, 18, 19, -1,
|
||||
7, 8, 20, 18, -1,
|
||||
8, 9, 21, 20, -1,
|
||||
9, 10, 23, 21, -1,
|
||||
10, 11, 22, 23, -1,
|
||||
11, 12, 24, 22, -1,
|
||||
12, 13, 25, 24, -1,
|
||||
13, 14, 27, 25, -1,
|
||||
14, 15, 26, 27, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF torus1_sep7 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pins
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
3.18174 -1.49841 0.799496,
|
||||
3.16580 -1.57855 0.799496,
|
||||
3.12041 -1.64649 0.799496,
|
||||
3.05247 -1.69189 0.799496,
|
||||
2.97233 -1.70783 0.799496,
|
||||
2.89219 -1.69189 0.799496,
|
||||
2.82425 -1.64649 0.799496,
|
||||
2.77886 -1.57855 0.799496,
|
||||
2.76292 -1.49841 0.799496,
|
||||
2.77886 -1.41827 0.799496,
|
||||
2.82425 -1.35033 0.799496,
|
||||
2.89219 -1.30494 0.799496,
|
||||
2.97233 -1.28900 0.799496,
|
||||
3.05247 -1.30494 0.799496,
|
||||
3.12041 -1.35033 0.799496,
|
||||
3.16580 -1.41827 0.799496,
|
||||
3.18174 -1.49841 -1.03430,
|
||||
3.16580 -1.57855 -1.03430,
|
||||
3.12041 -1.64649 -1.03430,
|
||||
3.05247 -1.69189 -1.03430,
|
||||
2.97233 -1.70783 -1.03430,
|
||||
2.89219 -1.69189 -1.03430,
|
||||
2.82425 -1.64649 -1.03430,
|
||||
2.77886 -1.57855 -1.03430,
|
||||
2.76292 -1.49841 -1.03430,
|
||||
2.77886 -1.41827 -1.03430,
|
||||
2.82425 -1.35033 -1.03430,
|
||||
2.89219 -1.30494 -1.03430,
|
||||
2.97233 -1.28900 -1.03430,
|
||||
3.05247 -1.30494 -1.03430,
|
||||
3.12041 -1.35033 -1.03430,
|
||||
3.16580 -1.41827 -1.03430 ] }
|
||||
coordIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
normal Normal { vector [
|
||||
0.890909 4.15244e-7 0.454182,
|
||||
0.823093 -0.340936 0.454182,
|
||||
0.629968 -0.629968 0.454182,
|
||||
0.340936 -0.823093 0.454182,
|
||||
-5.04243e-17 -0.890909 0.454182,
|
||||
-0.340936 -0.823093 0.454182,
|
||||
-0.629968 -0.629968 0.454182,
|
||||
-0.823093 -0.340936 0.454182,
|
||||
-0.890909 4.15244e-7 0.454182,
|
||||
-0.823093 0.340937 0.454181,
|
||||
-0.629968 0.629968 0.454181,
|
||||
-0.340936 0.823093 0.454181,
|
||||
-5.04243e-17 0.890909 0.454181,
|
||||
0.340936 0.823093 0.454181,
|
||||
0.629968 0.629968 0.454181,
|
||||
0.823093 0.340937 0.454181,
|
||||
0.890909 -4.15244e-7 -0.454182,
|
||||
0.823093 -0.340937 -0.454181,
|
||||
0.629968 -0.629968 -0.454181,
|
||||
0.340936 -0.823093 -0.454181,
|
||||
-8.82425e-17 -0.890909 -0.454181,
|
||||
-0.340936 -0.823093 -0.454181,
|
||||
-0.629968 -0.629968 -0.454181,
|
||||
-0.823093 -0.340937 -0.454181,
|
||||
-0.890909 -4.15244e-7 -0.454182,
|
||||
-0.823093 0.340936 -0.454182,
|
||||
-0.629968 0.629968 -0.454182,
|
||||
-0.340936 0.823093 -0.454182,
|
||||
-8.82425e-17 0.890909 -0.454182,
|
||||
0.340936 0.823093 -0.454182,
|
||||
0.629968 0.629968 -0.454182,
|
||||
0.823093 0.340936 -0.454182 ] }
|
||||
normalIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
DEF torus1_sep6 Transform {
|
||||
children [
|
||||
Shape {
|
||||
appearance Appearance {
|
||||
material USE pins
|
||||
}
|
||||
geometry IndexedFaceSet {
|
||||
normalPerVertex TRUE
|
||||
coord Coordinate { point [
|
||||
-2.80374 1.48360 0.799496,
|
||||
-2.81968 1.40346 0.799496,
|
||||
-2.86507 1.33552 0.799496,
|
||||
-2.93301 1.29012 0.799496,
|
||||
-3.01315 1.27418 0.799496,
|
||||
-3.09329 1.29012 0.799496,
|
||||
-3.16123 1.33552 0.799496,
|
||||
-3.20662 1.40346 0.799496,
|
||||
-3.22257 1.48360 0.799496,
|
||||
-3.20662 1.56374 0.799496,
|
||||
-3.16123 1.63168 0.799496,
|
||||
-3.09329 1.67707 0.799496,
|
||||
-3.01315 1.69301 0.799496,
|
||||
-2.93301 1.67707 0.799496,
|
||||
-2.86507 1.63168 0.799496,
|
||||
-2.81968 1.56374 0.799496,
|
||||
-2.80374 1.48360 -1.03430,
|
||||
-2.81968 1.40346 -1.03430,
|
||||
-2.86507 1.33552 -1.03430,
|
||||
-2.93301 1.29012 -1.03430,
|
||||
-3.01315 1.27418 -1.03430,
|
||||
-3.09329 1.29012 -1.03430,
|
||||
-3.16123 1.33552 -1.03430,
|
||||
-3.20662 1.40346 -1.03430,
|
||||
-3.22257 1.48360 -1.03430,
|
||||
-3.20662 1.56374 -1.03430,
|
||||
-3.16123 1.63168 -1.03430,
|
||||
-3.09329 1.67707 -1.03430,
|
||||
-3.01315 1.69301 -1.03430,
|
||||
-2.93301 1.67707 -1.03430,
|
||||
-2.86507 1.63168 -1.03430,
|
||||
-2.81968 1.56374 -1.03430 ] }
|
||||
coordIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
normal Normal { vector [
|
||||
0.890909 4.15244e-7 0.454182,
|
||||
0.823093 -0.340936 0.454182,
|
||||
0.629968 -0.629968 0.454182,
|
||||
0.340936 -0.823093 0.454182,
|
||||
5.92485e-16 -0.890909 0.454182,
|
||||
-0.340936 -0.823093 0.454182,
|
||||
-0.629968 -0.629968 0.454182,
|
||||
-0.823093 -0.340936 0.454182,
|
||||
-0.890909 4.15244e-7 0.454182,
|
||||
-0.823093 0.340937 0.454181,
|
||||
-0.629968 0.629968 0.454181,
|
||||
-0.340936 0.823093 0.454181,
|
||||
5.92485e-16 0.890909 0.454181,
|
||||
0.340936 0.823093 0.454181,
|
||||
0.629968 0.629968 0.454181,
|
||||
0.823093 0.340937 0.454181,
|
||||
0.890909 -4.15244e-7 -0.454182,
|
||||
0.823093 -0.340937 -0.454181,
|
||||
0.629968 -0.629968 -0.454181,
|
||||
0.340936 -0.823093 -0.454181,
|
||||
5.42061e-16 -0.890909 -0.454181,
|
||||
-0.340936 -0.823093 -0.454181,
|
||||
-0.629968 -0.629968 -0.454181,
|
||||
-0.823093 -0.340937 -0.454181,
|
||||
-0.890909 -4.15244e-7 -0.454182,
|
||||
-0.823093 0.340936 -0.454182,
|
||||
-0.629968 0.629968 -0.454182,
|
||||
-0.340936 0.823093 -0.454182,
|
||||
5.42061e-16 0.890909 -0.454182,
|
||||
0.340936 0.823093 -0.454182,
|
||||
0.629968 0.629968 -0.454182,
|
||||
0.823093 0.340936 -0.454182 ] }
|
||||
normalIndex [
|
||||
0, 1, 17, 16, -1,
|
||||
0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, -1,
|
||||
0, 16, 31, 15, -1,
|
||||
1, 2, 18, 17, -1,
|
||||
2, 3, 19, 18, -1,
|
||||
3, 4, 20, 19, -1,
|
||||
4, 5, 21, 20, -1,
|
||||
5, 6, 22, 21, -1,
|
||||
6, 7, 23, 22, -1,
|
||||
7, 8, 24, 23, -1,
|
||||
8, 9, 25, 24, -1,
|
||||
9, 10, 26, 25, -1,
|
||||
10, 11, 27, 26, -1,
|
||||
11, 12, 28, 27, -1,
|
||||
12, 13, 29, 28, -1,
|
||||
13, 14, 30, 29, -1,
|
||||
14, 15, 31, 30, -1,
|
||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
modules/packages3d/TO_SOT_Packages_SMD.3dshapes/TO-277A.wings
Normal file
BIN
modules/packages3d/TO_SOT_Packages_SMD.3dshapes/TO-277A.wings
Normal file
Binary file not shown.
1950
modules/packages3d/TO_SOT_Packages_SMD.3dshapes/TO-277A.wrl
Normal file
1950
modules/packages3d/TO_SOT_Packages_SMD.3dshapes/TO-277A.wrl
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,327 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
LIBS:Arduino_As_Uno-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "lun. 30 mars 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_8 P1
|
||||
U 1 1 5517C2C1
|
||||
P 9725 1875
|
||||
F 0 "P1" V 9675 1875 60 0000 C CNN
|
||||
F 1 "Power" V 9775 1875 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Socket_Strip_Arduino_1x08" H 9725 1875 60 0001 C CNN
|
||||
F 3 "" H 9725 1875 60 0000 C CNN
|
||||
1 9725 1875
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_6 P2
|
||||
U 1 1 5517C323
|
||||
P 9725 2675
|
||||
F 0 "P2" V 9675 2675 60 0000 C CNN
|
||||
F 1 "Analog" V 9775 2675 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Socket_Strip_Arduino_1x06" H 9725 2675 60 0001 C CNN
|
||||
F 3 "" H 9725 2675 60 0000 C CNN
|
||||
1 9725 2675
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_8 P4
|
||||
U 1 1 5517C366
|
||||
P 10050 2575
|
||||
F 0 "P4" V 10000 2575 60 0000 C CNN
|
||||
F 1 "Digital" V 10100 2575 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Socket_Strip_Arduino_1x08" H 10050 2575 60 0001 C CNN
|
||||
F 3 "" H 10050 2575 60 0000 C CNN
|
||||
1 10050 2575
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_10 P3
|
||||
U 1 1 5517C46C
|
||||
P 10050 1575
|
||||
F 0 "P3" V 10000 1575 60 0000 C CNN
|
||||
F 1 "Digital" V 10100 1575 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Socket_Strip_Arduino_1x10" H 10050 1575 60 0001 C CNN
|
||||
F 3 "" H 10050 1575 60 0000 C CNN
|
||||
1 10050 1575
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 8625 1725 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8925 1350 1 60 ~ 0
|
||||
Vin
|
||||
Text Label 9300 1350 1 60 ~ 0
|
||||
IOREF
|
||||
Text Label 8625 2425 0 60 ~ 0
|
||||
A0
|
||||
Text Label 8625 2525 0 60 ~ 0
|
||||
A1
|
||||
Text Label 8625 2625 0 60 ~ 0
|
||||
A2
|
||||
Text Label 8625 2725 0 60 ~ 0
|
||||
A3
|
||||
Text Label 8625 2825 0 60 ~ 0
|
||||
A4(SDA)
|
||||
Text Label 8625 2925 0 60 ~ 0
|
||||
A5(SCL)
|
||||
Text Label 10550 2925 0 60 ~ 0
|
||||
0(Rx)
|
||||
Text Label 10550 2725 0 60 ~ 0
|
||||
2
|
||||
Text Label 10550 2825 0 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 10550 2625 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 10550 2525 0 60 ~ 0
|
||||
4
|
||||
Text Label 10550 2425 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 10550 2325 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 10550 2225 0 60 ~ 0
|
||||
7
|
||||
Text Label 10550 2025 0 60 ~ 0
|
||||
8
|
||||
Text Label 10550 1925 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 10550 1825 0 60 ~ 0
|
||||
10(**/SS)
|
||||
Text Label 10550 1725 0 60 ~ 0
|
||||
11(**/MOSI)
|
||||
Text Label 10550 1625 0 60 ~ 0
|
||||
12(MISO)
|
||||
Text Label 10550 1525 0 60 ~ 0
|
||||
13(SCK)
|
||||
Text Label 10625 1325 0 60 ~ 0
|
||||
AREF
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 5517CC27
|
||||
P 10475 3100
|
||||
F 0 "#PWR01" H 10475 3100 30 0001 C CNN
|
||||
F 1 "GND" H 10475 3030 30 0001 C CNN
|
||||
F 2 "" H 10475 3100 60 0000 C CNN
|
||||
F 3 "" H 10475 3100 60 0000 C CNN
|
||||
1 10475 3100
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR02
|
||||
U 1 1 5517CC7B
|
||||
P 9300 3100
|
||||
F 0 "#PWR02" H 9300 3100 30 0001 C CNN
|
||||
F 1 "GND" H 9300 3030 30 0001 C CNN
|
||||
F 2 "" H 9300 3100 60 0000 C CNN
|
||||
F 3 "" H 9300 3100 60 0000 C CNN
|
||||
1 9300 3100
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +5V #PWR03
|
||||
U 1 1 5517CCC2
|
||||
P 9050 1350
|
||||
F 0 "#PWR03" H 9050 1440 20 0001 C CNN
|
||||
F 1 "+5V" H 9050 1440 30 0000 C CNN
|
||||
F 2 "" H 9050 1350 60 0000 C CNN
|
||||
F 3 "" H 9050 1350 60 0000 C CNN
|
||||
1 9050 1350
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +3.3V #PWR04
|
||||
U 1 1 5517CCDA
|
||||
P 9175 1350
|
||||
F 0 "#PWR04" H 9175 1310 30 0001 C CNN
|
||||
F 1 "+3.3V" H 9175 1460 30 0000 C CNN
|
||||
F 2 "" H 9175 1350 60 0000 C CNN
|
||||
F 3 "" H 9175 1350 60 0000 C CNN
|
||||
1 9175 1350
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
NoConn ~ 9375 1525
|
||||
Text Label 10550 1225 0 60 ~ 0
|
||||
A4(SDA)
|
||||
Text Label 10550 1125 0 60 ~ 0
|
||||
A5(SCL)
|
||||
$Comp
|
||||
L CONN_1 P5
|
||||
U 1 1 551BBC06
|
||||
P 10875 650
|
||||
F 0 "P5" H 10955 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10875 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Arduino_1pin" H 10875 650 60 0001 C CNN
|
||||
F 3 "" H 10875 650 60 0000 C CNN
|
||||
1 10875 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P6
|
||||
U 1 1 551BBD10
|
||||
P 10950 650
|
||||
F 0 "P6" H 11030 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10950 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Arduino_1pin" H 10950 650 60 0001 C CNN
|
||||
F 3 "" H 10950 650 60 0000 C CNN
|
||||
1 10950 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P7
|
||||
U 1 1 551BBD30
|
||||
P 11025 650
|
||||
F 0 "P7" H 11105 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11025 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Arduino_1pin" H 11025 650 60 0001 C CNN
|
||||
F 3 "" H 11025 650 60 0000 C CNN
|
||||
1 11025 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P8
|
||||
U 1 1 551BBD52
|
||||
P 11100 650
|
||||
F 0 "P8" H 11180 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11100 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Uno:Arduino_1pin" H 11100 650 60 0001 C CNN
|
||||
F 3 "" H 11100 650 60 0000 C CNN
|
||||
1 11100 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Text Notes 10875 925 0 60 ~ 0
|
||||
Holes
|
||||
NoConn ~ 10875 800
|
||||
NoConn ~ 10950 800
|
||||
NoConn ~ 11025 800
|
||||
NoConn ~ 11100 800
|
||||
Wire Wire Line
|
||||
8600 2425 9375 2425
|
||||
Wire Wire Line
|
||||
8600 2525 9375 2525
|
||||
Wire Wire Line
|
||||
8600 2625 9375 2625
|
||||
Wire Wire Line
|
||||
8600 2725 9375 2725
|
||||
Wire Wire Line
|
||||
8600 2825 9375 2825
|
||||
Wire Wire Line
|
||||
8600 2925 9375 2925
|
||||
Wire Wire Line
|
||||
10400 2025 11125 2025
|
||||
Wire Wire Line
|
||||
10400 1925 11125 1925
|
||||
Wire Wire Line
|
||||
10400 1825 11125 1825
|
||||
Wire Wire Line
|
||||
10400 1725 11125 1725
|
||||
Wire Wire Line
|
||||
10400 1625 11125 1625
|
||||
Wire Wire Line
|
||||
10400 1525 11125 1525
|
||||
Wire Wire Line
|
||||
10400 1325 11125 1325
|
||||
Wire Wire Line
|
||||
10400 1225 11125 1225
|
||||
Wire Wire Line
|
||||
10400 1125 11125 1125
|
||||
Wire Wire Line
|
||||
9175 1825 9375 1825
|
||||
Wire Wire Line
|
||||
9050 1925 9375 1925
|
||||
Wire Wire Line
|
||||
9300 2025 9300 3100
|
||||
Wire Wire Line
|
||||
8600 1725 9375 1725
|
||||
Wire Wire Line
|
||||
10475 1425 10475 3100
|
||||
Wire Wire Line
|
||||
10475 1425 10400 1425
|
||||
Wire Wire Line
|
||||
10400 2425 11125 2425
|
||||
Wire Wire Line
|
||||
10400 2325 11125 2325
|
||||
Wire Wire Line
|
||||
10400 2225 11125 2225
|
||||
Wire Wire Line
|
||||
10400 2725 11125 2725
|
||||
Wire Wire Line
|
||||
10400 2625 11125 2625
|
||||
Wire Wire Line
|
||||
10400 2525 11125 2525
|
||||
Wire Wire Line
|
||||
10400 2925 11125 2925
|
||||
Wire Wire Line
|
||||
10400 2825 11125 2825
|
||||
Wire Wire Line
|
||||
9175 1825 9175 1350
|
||||
Wire Wire Line
|
||||
9300 1350 9300 1625
|
||||
Wire Wire Line
|
||||
9300 1625 9375 1625
|
||||
Wire Wire Line
|
||||
9050 1350 9050 1925
|
||||
Wire Wire Line
|
||||
8925 1350 8925 2225
|
||||
Wire Wire Line
|
||||
8925 2225 9375 2225
|
||||
Wire Wire Line
|
||||
9300 2025 9375 2025
|
||||
Wire Wire Line
|
||||
9375 2125 9300 2125
|
||||
Connection ~ 9300 2125
|
||||
Wire Notes Line
|
||||
11225 975 10775 975
|
||||
Wire Notes Line
|
||||
10775 975 10775 475
|
||||
Wire Notes Line
|
||||
11225 3225 8525 3225
|
||||
Wire Notes Line
|
||||
8525 3225 8525 475
|
||||
Wire Notes Line
|
||||
8525 825 9925 825
|
||||
Text Notes 8550 750 0 60 ~ 0
|
||||
Shield for Arduino that uses\nthe same pin disposition\nlike "Uno" board Rev 3.
|
||||
Wire Notes Line
|
||||
9925 825 9925 475
|
||||
$EndSCHEMATC
|
|
@ -1,447 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 4)
|
||||
(no_connects 4)
|
||||
(area 104.572999 71.392 180.241572 127.594)
|
||||
(thickness 1.6)
|
||||
(drawings 27)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 8)
|
||||
(nets 33)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "lun. 30 mars 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.15)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 4.064 4.064)
|
||||
(pad_drill 3.048)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 110.998 126.365)
|
||||
(grid_origin 110.998 126.365)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 /IOREF)
|
||||
(net 2 /Reset)
|
||||
(net 3 +5V)
|
||||
(net 4 GND)
|
||||
(net 5 /Vin)
|
||||
(net 6 /A0)
|
||||
(net 7 /A1)
|
||||
(net 8 /A2)
|
||||
(net 9 /A3)
|
||||
(net 10 /AREF)
|
||||
(net 11 "/A4(SDA)")
|
||||
(net 12 "/A5(SCL)")
|
||||
(net 13 "/9(**)")
|
||||
(net 14 /8)
|
||||
(net 15 /7)
|
||||
(net 16 "/6(**)")
|
||||
(net 17 "/5(**)")
|
||||
(net 18 /4)
|
||||
(net 19 "/3(**)")
|
||||
(net 20 /2)
|
||||
(net 21 "/1(Tx)")
|
||||
(net 22 "/0(Rx)")
|
||||
(net 23 "Net-(P5-Pad1)")
|
||||
(net 24 "Net-(P6-Pad1)")
|
||||
(net 25 "Net-(P7-Pad1)")
|
||||
(net 26 "Net-(P8-Pad1)")
|
||||
(net 27 "/13(SCK)")
|
||||
(net 28 "/10(**/SS)")
|
||||
(net 29 "Net-(P1-Pad1)")
|
||||
(net 30 +3V3)
|
||||
(net 31 "/12(MISO)")
|
||||
(net 32 "/11(**/MOSI)")
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +3V3)
|
||||
(add_net +5V)
|
||||
(add_net "/0(Rx)")
|
||||
(add_net "/1(Tx)")
|
||||
(add_net "/10(**/SS)")
|
||||
(add_net "/11(**/MOSI)")
|
||||
(add_net "/12(MISO)")
|
||||
(add_net "/13(SCK)")
|
||||
(add_net /2)
|
||||
(add_net "/3(**)")
|
||||
(add_net /4)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**)")
|
||||
(add_net /7)
|
||||
(add_net /8)
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net "/A4(SDA)")
|
||||
(add_net "/A5(SCL)")
|
||||
(add_net /AREF)
|
||||
(add_net /IOREF)
|
||||
(add_net /Reset)
|
||||
(add_net /Vin)
|
||||
(add_net GND)
|
||||
(add_net "Net-(P1-Pad1)")
|
||||
(add_net "Net-(P5-Pad1)")
|
||||
(add_net "Net-(P6-Pad1)")
|
||||
(add_net "Net-(P7-Pad1)")
|
||||
(add_net "Net-(P8-Pad1)")
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 552168D2) (tstamp 551AF9EA)
|
||||
(at 138.938 123.825)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5517C2C1)
|
||||
(fp_text reference P1 (at 8.89 -2.54) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Power (at 8.89 -4.064) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 29 "Net-(P1-Pad1)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 /IOREF))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 30 +3V3))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 +5V))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /Vin))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Socket_Strip_Arduino_1x06 (layer F.Cu) (tedit 552168D6) (tstamp 551AF9FF)
|
||||
(at 161.798 123.825)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5517C323)
|
||||
(fp_text reference P2 (at 6.604 -2.54) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 6.604 -4.064) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 14.45 -1.75) (end 14.45 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 14.45 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 14.45 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 13.97 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 13.97 1.27) (end 13.97 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 13.97 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 /A0))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 /A1))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 /A2))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 /A3))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 "/A4(SDA)"))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/A5(SCL)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x06.wrl
|
||||
(at (xyz 0.25 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Socket_Strip_Arduino_1x10 (layer F.Cu) (tedit 552168BF) (tstamp 551AFA18)
|
||||
(at 129.794 75.565)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5517C46C)
|
||||
(fp_text reference P3 (at 11.43 2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 11.43 4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 24.65 -1.75) (end 24.65 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 24.65 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 24.65 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 24.13 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 24.13 1.27) (end 24.13 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 24.13 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/A5(SCL)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 "/A4(SDA)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 /AREF))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 27 "/13(SCK)"))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 31 "/12(MISO)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 32 "/11(**/MOSI)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 28 "/10(**/SS)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 "/9(**)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 /8))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x10.wrl
|
||||
(at (xyz 0.45 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 552168C7) (tstamp 551AFA2F)
|
||||
(at 156.718 75.565)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5517C366)
|
||||
(fp_text reference P4 (at 8.89 2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 8.89 4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 /7))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 "/6(**)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 "/5(**)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /4))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 "/3(**)"))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /2))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 "/1(Tx)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 "/0(Rx)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Arduino_1pin (layer F.Cu) (tedit 5524FC39) (tstamp 5524FC3F)
|
||||
(at 124.968 123.825)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBC06)
|
||||
(fp_text reference P5 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 "Net-(P5-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Arduino_1pin (layer F.Cu) (tedit 5524FC4A) (tstamp 5524FC44)
|
||||
(at 177.038 118.745)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBD10)
|
||||
(fp_text reference P6 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 "Net-(P6-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Arduino_1pin (layer F.Cu) (tedit 5524FC2F) (tstamp 5524FC49)
|
||||
(at 126.238 75.565)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBD30)
|
||||
(fp_text reference P7 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 "Net-(P7-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Uno:Arduino_1pin (layer F.Cu) (tedit 5524FC41) (tstamp 5524FC4E)
|
||||
(at 177.038 90.805)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBD52)
|
||||
(fp_text reference P8 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 "Net-(P8-Pad1)"))
|
||||
)
|
||||
|
||||
(gr_text 1 (at 138.938 121.285 90) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(gr_circle (center 117.348 76.962) (end 118.618 76.962) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 114.427 78.994) (end 114.427 74.93) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 120.269 78.994) (end 114.427 78.994) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 120.269 74.93) (end 120.269 78.994) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 114.427 74.93) (end 120.269 74.93) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 120.523 93.98) (end 104.648 93.98) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 177.038 74.549) (end 175.514 73.025) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 177.038 85.979) (end 177.038 74.549) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 179.578 88.519) (end 177.038 85.979) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 179.578 121.285) (end 179.578 88.519) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 177.038 123.825) (end 179.578 121.285) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 177.038 126.365) (end 177.038 123.825) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 110.998 126.365) (end 177.038 126.365) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 110.998 73.025) (end 110.998 126.365) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 175.514 73.025) (end 110.998 73.025) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 173.355 102.235) (end 173.355 94.615) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 178.435 102.235) (end 173.355 102.235) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 178.435 94.615) (end 178.435 102.235) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 173.355 94.615) (end 178.435 94.615) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 109.093 123.19) (end 109.093 114.3) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 122.428 123.19) (end 109.093 123.19) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 122.428 114.3) (end 122.428 123.19) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 109.093 114.3) (end 122.428 114.3) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 104.648 93.98) (end 104.648 82.55) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 120.523 82.55) (end 120.523 93.98) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 104.648 82.55) (end 120.523 82.55) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
|
||||
)
|
|
@ -1,235 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
LIBS:Arduino_Fio-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date ""
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_14 P1
|
||||
U 1 1 551FCE8A
|
||||
P 9700 1725
|
||||
F 0 "P1" V 9670 1725 60 0000 C CNN
|
||||
F 1 "Digital" V 9780 1725 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Fio:Socket_Strip_Straight_1x14" H 9700 1725 60 0001 C CNN
|
||||
F 3 "" H 9700 1725 60 0000 C CNN
|
||||
1 9700 1725
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_14 P2
|
||||
U 1 1 551FCED2
|
||||
P 10125 1725
|
||||
F 0 "P2" V 10095 1725 60 0000 C CNN
|
||||
F 1 "Analog" V 10205 1725 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Fio:Socket_Strip_Straight_1x14" H 10125 1725 60 0001 C CNN
|
||||
F 3 "" H 10125 1725 60 0000 C CNN
|
||||
1 10125 1725
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 8650 1275 0 60 ~ 0
|
||||
2
|
||||
Text Label 8650 1375 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 8650 1475 0 60 ~ 0
|
||||
4
|
||||
Text Label 8650 1575 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 8650 1675 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 8650 1775 0 60 ~ 0
|
||||
7
|
||||
Text Label 8650 1875 0 60 ~ 0
|
||||
8
|
||||
Text Label 8650 1975 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 8650 2075 0 60 ~ 0
|
||||
10(**/SCK)
|
||||
Text Label 8650 2175 0 60 ~ 0
|
||||
11(**/MOSI)
|
||||
Text Label 8650 2275 0 60 ~ 0
|
||||
12(MISO)
|
||||
Text Label 8650 2375 0 60 ~ 0
|
||||
13(SS)
|
||||
Text Label 10700 2375 0 60 ~ 0
|
||||
A7
|
||||
Text Label 10700 2275 0 60 ~ 0
|
||||
A6
|
||||
Text Label 10700 2175 0 60 ~ 0
|
||||
A5(SCL)
|
||||
Text Label 10700 2075 0 60 ~ 0
|
||||
A4(SDA)
|
||||
Text Label 10700 1975 0 60 ~ 0
|
||||
A3
|
||||
Text Label 10700 1875 0 60 ~ 0
|
||||
A2
|
||||
Text Label 10700 1775 0 60 ~ 0
|
||||
A1
|
||||
Text Label 10700 1675 0 60 ~ 0
|
||||
A0
|
||||
Text Label 10700 1575 0 60 ~ 0
|
||||
DTR
|
||||
Text Label 10700 1475 0 60 ~ 0
|
||||
TxO
|
||||
Text Label 10700 1375 0 60 ~ 0
|
||||
RxI
|
||||
Text Label 10700 1175 0 60 ~ 0
|
||||
AREF
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 551FD34C
|
||||
P 9275 2550
|
||||
F 0 "#PWR01" H 9275 2550 30 0001 C CNN
|
||||
F 1 "GND" H 9275 2480 30 0001 C CNN
|
||||
F 2 "" H 9275 2550 60 0000 C CNN
|
||||
F 3 "" H 9275 2550 60 0000 C CNN
|
||||
1 9275 2550
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR02
|
||||
U 1 1 551FD39C
|
||||
P 10625 2550
|
||||
F 0 "#PWR02" H 10625 2550 30 0001 C CNN
|
||||
F 1 "GND" H 10625 2480 30 0001 C CNN
|
||||
F 2 "" H 10625 2550 60 0000 C CNN
|
||||
F 3 "" H 10625 2550 60 0000 C CNN
|
||||
1 10625 2550
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +3.3V #PWR03
|
||||
U 1 1 551FD4E9
|
||||
P 9275 900
|
||||
F 0 "#PWR03" H 9275 860 30 0001 C CNN
|
||||
F 1 "+3.3V" H 9275 1010 30 0000 C CNN
|
||||
F 2 "" H 9275 900 60 0000 C CNN
|
||||
F 3 "" H 9275 900 60 0000 C CNN
|
||||
1 9275 900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +3.3V #PWR04
|
||||
U 1 1 551FD521
|
||||
P 10550 900
|
||||
F 0 "#PWR04" H 10550 860 30 0001 C CNN
|
||||
F 1 "+3.3V" H 10550 1010 30 0000 C CNN
|
||||
F 2 "" H 10550 900 60 0000 C CNN
|
||||
F 3 "" H 10550 900 60 0000 C CNN
|
||||
1 10550 900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Notes 8600 575 0 60 ~ 0
|
||||
Shield Arduino Fio
|
||||
Wire Wire Line
|
||||
8650 1275 9350 1275
|
||||
Wire Wire Line
|
||||
8650 1375 9350 1375
|
||||
Wire Wire Line
|
||||
8650 1475 9350 1475
|
||||
Wire Wire Line
|
||||
8650 1575 9350 1575
|
||||
Wire Wire Line
|
||||
8650 1675 9350 1675
|
||||
Wire Wire Line
|
||||
8650 1775 9350 1775
|
||||
Wire Wire Line
|
||||
8650 1875 9350 1875
|
||||
Wire Wire Line
|
||||
8650 1975 9350 1975
|
||||
Wire Wire Line
|
||||
8650 2075 9350 2075
|
||||
Wire Wire Line
|
||||
8650 2175 9350 2175
|
||||
Wire Wire Line
|
||||
8650 2275 9350 2275
|
||||
Wire Wire Line
|
||||
8650 2375 9350 2375
|
||||
Wire Wire Line
|
||||
10475 1175 11075 1175
|
||||
Wire Wire Line
|
||||
10475 1375 11075 1375
|
||||
Wire Wire Line
|
||||
10475 1475 11075 1475
|
||||
Wire Wire Line
|
||||
10475 1575 11075 1575
|
||||
Wire Wire Line
|
||||
10475 1675 11075 1675
|
||||
Wire Wire Line
|
||||
10475 1775 11075 1775
|
||||
Wire Wire Line
|
||||
10475 1875 11075 1875
|
||||
Wire Wire Line
|
||||
10475 1975 11075 1975
|
||||
Wire Wire Line
|
||||
10475 2075 11075 2075
|
||||
Wire Wire Line
|
||||
10475 2175 11075 2175
|
||||
Wire Wire Line
|
||||
10475 2275 11075 2275
|
||||
Wire Wire Line
|
||||
10475 2375 11075 2375
|
||||
Wire Wire Line
|
||||
10550 900 10550 1275
|
||||
Wire Wire Line
|
||||
9275 1175 9275 2550
|
||||
Wire Wire Line
|
||||
9350 1175 9275 1175
|
||||
Wire Wire Line
|
||||
9275 900 9275 1075
|
||||
Wire Wire Line
|
||||
9275 1075 9350 1075
|
||||
Wire Wire Line
|
||||
10550 1275 10475 1275
|
||||
Wire Wire Line
|
||||
10625 1075 10625 2550
|
||||
Wire Wire Line
|
||||
10625 1075 10475 1075
|
||||
Wire Notes Line
|
||||
8575 475 8575 2675
|
||||
Wire Notes Line
|
||||
8575 650 9500 650
|
||||
Wire Notes Line
|
||||
9500 650 9500 475
|
||||
Wire Notes Line
|
||||
8575 2675 11225 2675
|
||||
$EndSCHEMATC
|
|
@ -1,307 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 2)
|
||||
(no_connects 2)
|
||||
(area 127.151715 61.011999 155.498001 127.481001)
|
||||
(thickness 1.6)
|
||||
(drawings 30)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 2)
|
||||
(nets 27)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "sam. 04 avril 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.1)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 1.5 1.5)
|
||||
(pad_drill 0.6)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 128.778 126.746)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 +3.3V)
|
||||
(net 2 GND)
|
||||
(net 3 /2)
|
||||
(net 4 "/3(**)")
|
||||
(net 5 /4)
|
||||
(net 6 "/5(**)")
|
||||
(net 7 "/6(**)")
|
||||
(net 8 /7)
|
||||
(net 9 /8)
|
||||
(net 10 "/9(**)")
|
||||
(net 11 "/10(**/SCK)")
|
||||
(net 12 "/11(**/MOSI)")
|
||||
(net 13 "/12(MISO)")
|
||||
(net 14 "/13(SS)")
|
||||
(net 15 /AREF)
|
||||
(net 16 /RxI)
|
||||
(net 17 /TxO)
|
||||
(net 18 /DTR)
|
||||
(net 19 /A0)
|
||||
(net 20 /A1)
|
||||
(net 21 /A2)
|
||||
(net 22 /A3)
|
||||
(net 23 "/A4(SDA)")
|
||||
(net 24 "/A5(SCL)")
|
||||
(net 25 /A6)
|
||||
(net 26 /A7)
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +3.3V)
|
||||
(add_net "/10(**/SCK)")
|
||||
(add_net "/11(**/MOSI)")
|
||||
(add_net "/12(MISO)")
|
||||
(add_net "/13(SS)")
|
||||
(add_net /2)
|
||||
(add_net "/3(**)")
|
||||
(add_net /4)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**)")
|
||||
(add_net /7)
|
||||
(add_net /8)
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net "/A4(SDA)")
|
||||
(add_net "/A5(SCL)")
|
||||
(add_net /A6)
|
||||
(add_net /A7)
|
||||
(add_net /AREF)
|
||||
(add_net /DTR)
|
||||
(add_net /RxI)
|
||||
(add_net /TxO)
|
||||
(add_net GND)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Fio:Socket_Strip_Straight_1x14 (layer F.Cu) (tedit 5521661A) (tstamp 551FD256)
|
||||
(at 130.048 92.456 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551FCE8A)
|
||||
(fp_text reference P1 (at 17.78 -2.794 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 21.59 -2.794 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 34.8 -1.75) (end 34.8 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 34.8 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 34.8 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 -1.27) (end 34.29 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 34.29 -1.27) (end 34.29 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 34.29 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 +3.3V))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 GND))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /2))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "/3(**)"))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /4))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "/5(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 "/6(**)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 /7))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 /8))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 "/9(**)"))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 "/10(**/SCK)"))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/11(**/MOSI)"))
|
||||
(pad 13 thru_hole oval (at 30.48 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 "/12(MISO)"))
|
||||
(pad 14 thru_hole oval (at 33.02 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 "/13(SS)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Fio.3dshapes/Socket_header_Arduino_1x14.wrl
|
||||
(at (xyz 0.65 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Fio:Socket_Strip_Straight_1x14 (layer F.Cu) (tedit 5521662F) (tstamp 551FD273)
|
||||
(at 152.908 92.456 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551FCED2)
|
||||
(fp_text reference P2 (at 17.78 2.794 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 21.59 2.794 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 34.8 -1.75) (end 34.8 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 34.8 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 34.8 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 -1.27) (end 34.29 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 34.29 -1.27) (end 34.29 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 34.29 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 GND))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 /AREF))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 +3.3V))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /RxI))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 /TxO))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /DTR))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 /A0))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /A1))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /A2))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 /A3))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 "/A4(SDA)"))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 "/A5(SCL)"))
|
||||
(pad 13 thru_hole oval (at 30.48 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 /A6))
|
||||
(pad 14 thru_hole oval (at 33.02 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 /A7))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Fio.3dshapes/Socket_header_Arduino_1x14.wrl
|
||||
(at (xyz 0.65 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(gr_text "1\n" (at 132.334 92.456) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(gr_line (start 138.938 124.206) (end 138.938 119.126) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 144.018 124.206) (end 138.938 124.206) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 144.018 119.126) (end 144.018 124.206) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 138.938 119.126) (end 144.018 119.126) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_circle (center 141.478 121.666) (end 140.208 121.666) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 137.668 117.856) (end 137.668 112.776) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 145.288 117.856) (end 137.668 117.856) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 145.288 112.776) (end 145.288 117.856) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 137.668 112.776) (end 145.288 112.776) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 148.59 91.059) (end 148.59 83.693) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 152.146 91.059) (end 148.59 91.059) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 152.146 83.693) (end 152.146 91.059) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 148.59 83.693) (end 152.146 83.693) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 140.97 61.087) (end 133.35 61.087) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 140.97 70.866) (end 140.97 61.087) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 133.35 70.866) (end 140.97 70.866) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 133.35 61.087) (end 133.35 70.866) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.002 70.866) (end 143.002 62.738) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 151.13 70.866) (end 143.002 70.866) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 151.13 62.738) (end 151.13 70.866) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.002 62.738) (end 151.13 62.738) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 128.778 83.566) (end 128.778 126.746) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 127.508 82.296) (end 128.778 83.566) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 127.508 61.976) (end 127.508 82.296) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 155.448 61.976) (end 127.508 61.976) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 155.448 82.296) (end 155.448 61.976) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 154.178 83.566) (end 155.448 82.296) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 154.178 126.746) (end 154.178 83.566) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 128.778 126.746) (end 154.178 126.746) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
|
||||
)
|
|
@ -1,118 +0,0 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# +3.3V
|
||||
#
|
||||
DEF +3.3V #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -40 30 H I C CNN
|
||||
F1 "+3.3V" 0 110 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS +3,3V
|
||||
DRAW
|
||||
X +3.3V 1 0 0 0 U 30 30 0 0 W N
|
||||
C 0 60 20 0 1 0 N
|
||||
P 3 0 1 0 0 0 0 40 0 40 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +5V
|
||||
#
|
||||
DEF +5V #PWR 0 40 Y Y 1 F P
|
||||
F0 "#PWR" 0 90 20 H I C CNN
|
||||
F1 "+5V" 0 90 30 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
X +5V 1 0 0 0 U 20 20 0 0 W N
|
||||
C 0 50 20 0 1 0 N
|
||||
P 4 0 1 0 0 0 0 30 0 30 0 30 N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CONN_10
|
||||
#
|
||||
DEF CONN_10 P 0 40 Y N 1 F N
|
||||
F0 "P" -50 0 60 V V C CNN
|
||||
F1 "CONN_10" 50 0 60 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -100 500 100 -500 0 1 0 N
|
||||
X P1 1 -350 450 250 R 50 50 1 1 P I
|
||||
X P2 2 -350 350 250 R 50 50 1 1 P I
|
||||
X P3 3 -350 250 250 R 50 50 1 1 P I
|
||||
X P4 4 -350 150 250 R 50 50 1 1 P I
|
||||
X P5 5 -350 50 250 R 50 50 1 1 P I
|
||||
X P6 6 -350 -50 250 R 50 50 1 1 P I
|
||||
X P7 7 -350 -150 250 R 50 50 1 1 P I
|
||||
X P8 8 -350 -250 250 R 50 50 1 1 P I
|
||||
X P9 9 -350 -350 250 R 50 50 1 1 P I
|
||||
X P10 10 -350 -450 250 R 50 50 1 1 P I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CONN_8
|
||||
#
|
||||
DEF CONN_8 P 0 40 Y N 1 F N
|
||||
F0 "P" -50 0 60 V V C CNN
|
||||
F1 "CONN_8" 50 0 60 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -100 400 100 -400 0 1 0 N
|
||||
X P1 1 -350 350 250 R 50 50 1 1 P I
|
||||
X P2 2 -350 250 250 R 50 50 1 1 P I
|
||||
X P3 3 -350 150 250 R 50 50 1 1 P I
|
||||
X P4 4 -350 50 250 R 50 50 1 1 P I
|
||||
X P5 5 -350 -50 250 R 50 50 1 1 P I
|
||||
X P6 6 -350 -150 250 R 50 50 1 1 P I
|
||||
X P7 7 -350 -250 250 R 50 50 1 1 P I
|
||||
X P8 8 -350 -350 250 R 50 50 1 1 P I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# CONN_9X2
|
||||
#
|
||||
DEF CONN_9X2 P 0 40 Y Y 1 F N
|
||||
F0 "P" 0 450 60 H V C CNN
|
||||
F1 "CONN_9X2" 0 0 50 V V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
S -100 400 100 -500 0 1 0 N
|
||||
X ~ 1 -400 350 300 R 60 60 1 1 P I
|
||||
X ~ 2 400 350 300 L 60 60 1 1 P I
|
||||
X ~ 3 -400 250 300 R 60 60 1 1 P I
|
||||
X ~ 4 400 250 300 L 60 60 1 1 P I
|
||||
X ~ 5 -400 150 300 R 60 60 1 1 P I
|
||||
X ~ 6 400 150 300 L 60 60 1 1 P I
|
||||
X ~ 7 -400 50 300 R 60 60 1 1 P I
|
||||
X ~ 8 400 50 300 L 60 60 1 1 P I
|
||||
X ~ 9 -400 -50 300 R 60 60 1 1 P I
|
||||
X ~ 10 400 -50 300 L 60 60 1 1 P I
|
||||
X ~ 11 -400 -150 300 R 60 60 1 1 P I
|
||||
X ~ 12 400 -150 300 L 60 60 1 1 P I
|
||||
X ~ 13 -400 -250 300 R 60 60 1 1 P I
|
||||
X ~ 14 400 -250 300 L 60 60 1 1 P I
|
||||
X ~ 15 -400 -350 300 R 60 60 1 1 P I
|
||||
X ~ 16 400 -350 300 L 60 60 1 1 P I
|
||||
X ~ 17 -400 -450 300 R 50 50 1 1 P I
|
||||
X ~ 18 400 -450 300 L 50 50 1 1 P I
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GND
|
||||
#
|
||||
DEF ~GND #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 0 30 H I C CNN
|
||||
F1 "GND" 0 -70 30 H I C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N
|
||||
X GND 1 0 0 0 U 30 30 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -1,628 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
LIBS:Arduino_Mega-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "mar. 31 mars 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_8 P2
|
||||
U 1 1 5519888A
|
||||
P 9550 1775
|
||||
F 0 "P2" V 9500 1775 60 0000 C CNN
|
||||
F 1 "Power" V 9600 1775 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_1x08" H 9550 1775 60 0001 C CNN
|
||||
F 3 "" H 9550 1775 60 0000 C CNN
|
||||
1 9550 1775
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_8 P3
|
||||
U 1 1 5519891B
|
||||
P 9550 2700
|
||||
F 0 "P3" V 9500 2700 60 0000 C CNN
|
||||
F 1 "Analog" V 9600 2700 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_1x08" H 9550 2700 60 0001 C CNN
|
||||
F 3 "" H 9550 2700 60 0000 C CNN
|
||||
1 9550 2700
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_8 P4
|
||||
U 1 1 551989CF
|
||||
P 9550 3625
|
||||
F 0 "P4" V 9500 3625 60 0000 C CNN
|
||||
F 1 "Analog" V 9600 3625 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_1x08" H 9550 3625 60 0001 C CNN
|
||||
F 3 "" H 9550 3625 60 0000 C CNN
|
||||
1 9550 3625
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_8 P6
|
||||
U 1 1 55198A32
|
||||
P 9875 2700
|
||||
F 0 "P6" V 9825 2700 60 0000 C CNN
|
||||
F 1 "PWM" V 9925 2700 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_1x08" H 9875 2700 60 0001 C CNN
|
||||
F 3 "" H 9875 2700 60 0000 C CNN
|
||||
1 9875 2700
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_8 P7
|
||||
U 1 1 55198B76
|
||||
P 9875 3625
|
||||
F 0 "P7" V 9825 3625 60 0000 C CNN
|
||||
F 1 "Communication" V 9925 3625 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_1x08" H 9875 3625 60 0001 C CNN
|
||||
F 3 "" H 9875 3625 60 0000 C CNN
|
||||
1 9875 3625
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_10 P5
|
||||
U 1 1 55198BE2
|
||||
P 9875 1675
|
||||
F 0 "P5" V 9825 1675 60 0000 C CNN
|
||||
F 1 "PWM" V 9925 1675 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_1x10" H 9875 1675 60 0001 C CNN
|
||||
F 3 "" H 9875 1675 60 0000 C CNN
|
||||
1 9875 1675
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
NoConn ~ 9200 1425
|
||||
Text Label 9125 1250 1 60 ~ 0
|
||||
IOREF
|
||||
Text Label 8450 1625 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8750 1250 1 60 ~ 0
|
||||
Vin
|
||||
Text Label 8450 2350 0 60 ~ 0
|
||||
A0
|
||||
Text Label 8450 2450 0 60 ~ 0
|
||||
A1
|
||||
Text Label 8450 2550 0 60 ~ 0
|
||||
A2
|
||||
Text Label 8450 2650 0 60 ~ 0
|
||||
A3
|
||||
Text Label 8450 2750 0 60 ~ 0
|
||||
A4
|
||||
Text Label 8450 2850 0 60 ~ 0
|
||||
A5
|
||||
Text Label 8450 2950 0 60 ~ 0
|
||||
A6
|
||||
Text Label 8450 3050 0 60 ~ 0
|
||||
A7
|
||||
Text Label 8450 3275 0 60 ~ 0
|
||||
A8
|
||||
Text Label 8450 3375 0 60 ~ 0
|
||||
A9
|
||||
Text Label 8450 3475 0 60 ~ 0
|
||||
A10
|
||||
Text Label 8450 3575 0 60 ~ 0
|
||||
A11
|
||||
Text Label 8450 3675 0 60 ~ 0
|
||||
A12
|
||||
Text Label 8450 3775 0 60 ~ 0
|
||||
A13
|
||||
Text Label 8450 3875 0 60 ~ 0
|
||||
A14
|
||||
Text Label 8450 3975 0 60 ~ 0
|
||||
A15
|
||||
Text Label 10400 4675 1 60 ~ 0
|
||||
22
|
||||
Text Label 10300 4675 1 60 ~ 0
|
||||
24
|
||||
Text Label 10200 4675 1 60 ~ 0
|
||||
26
|
||||
Text Label 10100 4675 1 60 ~ 0
|
||||
28
|
||||
Text Label 10000 4675 1 60 ~ 0
|
||||
30
|
||||
Text Label 9900 4675 1 60 ~ 0
|
||||
32
|
||||
Text Label 9800 4675 1 60 ~ 0
|
||||
34
|
||||
Text Label 9700 4675 1 60 ~ 0
|
||||
36
|
||||
Text Label 9600 4675 1 60 ~ 0
|
||||
38
|
||||
Text Label 9500 4675 1 60 ~ 0
|
||||
40
|
||||
Text Label 9400 4675 1 60 ~ 0
|
||||
42
|
||||
Text Label 9300 4675 1 60 ~ 0
|
||||
44
|
||||
Text Label 9200 4675 1 60 ~ 0
|
||||
46
|
||||
Text Label 9100 4675 1 60 ~ 0
|
||||
48
|
||||
Text Label 9000 4825 1 60 ~ 0
|
||||
50(MISO)
|
||||
Text Label 8900 4825 1 60 ~ 0
|
||||
52(SCK)
|
||||
Text Label 10400 5850 1 60 ~ 0
|
||||
23
|
||||
Text Label 10300 5850 1 60 ~ 0
|
||||
25
|
||||
Text Label 10200 5850 1 60 ~ 0
|
||||
27
|
||||
Text Label 10000 5850 1 60 ~ 0
|
||||
31
|
||||
Text Label 10100 5850 1 60 ~ 0
|
||||
29
|
||||
Text Label 9900 5850 1 60 ~ 0
|
||||
33
|
||||
Text Label 9800 5850 1 60 ~ 0
|
||||
35
|
||||
Text Label 9700 5850 1 60 ~ 0
|
||||
37
|
||||
Text Label 9600 5850 1 60 ~ 0
|
||||
39
|
||||
Text Label 9500 5850 1 60 ~ 0
|
||||
41
|
||||
Text Label 9400 5850 1 60 ~ 0
|
||||
43
|
||||
Text Label 9300 5850 1 60 ~ 0
|
||||
45
|
||||
Text Label 9200 5850 1 60 ~ 0
|
||||
47
|
||||
Text Label 9100 5850 1 60 ~ 0
|
||||
49
|
||||
Text Label 9000 6000 1 60 ~ 0
|
||||
51(MOSI)
|
||||
Text Label 8900 6000 1 60 ~ 0
|
||||
53(SS)
|
||||
Text Label 10375 3975 0 60 ~ 0
|
||||
21(SCL)
|
||||
Text Label 10375 3875 0 60 ~ 0
|
||||
20(SDA)
|
||||
Text Label 10375 3775 0 60 ~ 0
|
||||
19(Rx1)
|
||||
Text Label 10375 3675 0 60 ~ 0
|
||||
18(Tx1)
|
||||
Text Label 10375 3575 0 60 ~ 0
|
||||
17(Rx2)
|
||||
Text Label 10375 3475 0 60 ~ 0
|
||||
16(Tx2)
|
||||
Text Label 10375 3375 0 60 ~ 0
|
||||
15(Rx3)
|
||||
Text Label 10375 3275 0 60 ~ 0
|
||||
14(Tx3)
|
||||
Text Label 10375 1625 0 60 ~ 0
|
||||
13(**)
|
||||
Text Label 10375 1725 0 60 ~ 0
|
||||
12(**)
|
||||
Text Label 10375 1825 0 60 ~ 0
|
||||
11(**)
|
||||
Text Label 10375 1925 0 60 ~ 0
|
||||
10(**)
|
||||
Text Label 10375 2025 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 10375 2125 0 60 ~ 0
|
||||
8(**)
|
||||
Text Label 10375 2350 0 60 ~ 0
|
||||
7(**)
|
||||
Text Label 10375 2450 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 10375 2550 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 10375 2650 0 60 ~ 0
|
||||
4(**)
|
||||
Text Label 10375 2750 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 10375 2850 0 60 ~ 0
|
||||
2(**)
|
||||
Text Label 10375 2950 0 60 ~ 0
|
||||
1(Tx0)
|
||||
Text Label 10375 3050 0 60 ~ 0
|
||||
0(Rx0)
|
||||
Text Label 10375 1325 0 60 ~ 0
|
||||
SDA
|
||||
Text Label 10375 1225 0 60 ~ 0
|
||||
SCL
|
||||
Text Label 10375 1425 0 60 ~ 0
|
||||
AREF
|
||||
$Comp
|
||||
L +5V #PWR02
|
||||
U 1 1 5519CA9C
|
||||
P 8875 1250
|
||||
F 0 "#PWR02" H 8875 1340 20 0001 C CNN
|
||||
F 1 "+5V" H 8875 1340 30 0000 C CNN
|
||||
F 2 "" H 8875 1250 60 0000 C CNN
|
||||
F 3 "" H 8875 1250 60 0000 C CNN
|
||||
1 8875 1250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +3.3V #PWR03
|
||||
U 1 1 5519CAB8
|
||||
P 9000 1250
|
||||
F 0 "#PWR03" H 9000 1210 30 0001 C CNN
|
||||
F 1 "+3.3V" H 9000 1360 30 0000 C CNN
|
||||
F 2 "" H 9000 1250 60 0000 C CNN
|
||||
F 3 "" H 9000 1250 60 0000 C CNN
|
||||
1 9000 1250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR04
|
||||
U 1 1 5519CC01
|
||||
P 10300 2200
|
||||
F 0 "#PWR04" H 10300 2200 30 0001 C CNN
|
||||
F 1 "GND" H 10300 2130 30 0001 C CNN
|
||||
F 2 "" H 10300 2200 60 0000 C CNN
|
||||
F 3 "" H 10300 2200 60 0000 C CNN
|
||||
1 10300 2200
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR05
|
||||
U 1 1 5519CDF8
|
||||
P 8675 6125
|
||||
F 0 "#PWR05" H 8675 6125 30 0001 C CNN
|
||||
F 1 "GND" H 8675 6055 30 0001 C CNN
|
||||
F 2 "" H 8675 6125 60 0000 C CNN
|
||||
F 3 "" H 8675 6125 60 0000 C CNN
|
||||
1 8675 6125
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +5V #PWR06
|
||||
U 1 1 5519D165
|
||||
P 10625 4325
|
||||
F 0 "#PWR06" H 10625 4415 20 0001 C CNN
|
||||
F 1 "+5V" H 10625 4415 30 0000 C CNN
|
||||
F 2 "" H 10625 4325 60 0000 C CNN
|
||||
F 3 "" H 10625 4325 60 0000 C CNN
|
||||
1 10625 4325
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Notes 8375 575 0 60 ~ 0
|
||||
Shield for Arduino Mega Rev 3
|
||||
$Comp
|
||||
L CONN_18X2 P1
|
||||
U 1 1 5519A11D
|
||||
P 9600 5225
|
||||
F 0 "P1" H 9600 6125 60 0000 C CNN
|
||||
F 1 "Digital" V 9600 5225 50 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mega:Socket_Strip_Arduino_2x18" H 9600 5075 60 0001 C CNN
|
||||
F 3 "" H 9600 5075 60 0000 C CNN
|
||||
1 9600 5225
|
||||
0 -1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P8
|
||||
U 1 1 551BBA20
|
||||
P 10725 700
|
||||
F 0 "P8" H 10805 700 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10725 755 30 0001 C CNN
|
||||
F 2 "Connect:1pin" H 10725 700 60 0001 C CNN
|
||||
F 3 "" H 10725 700 60 0000 C CNN
|
||||
1 10725 700
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P9
|
||||
U 1 1 551BBB85
|
||||
P 10800 700
|
||||
F 0 "P9" H 10880 700 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10800 755 30 0001 C CNN
|
||||
F 2 "Connect:1pin" H 10800 700 60 0001 C CNN
|
||||
F 3 "" H 10800 700 60 0000 C CNN
|
||||
1 10800 700
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P10
|
||||
U 1 1 551BBBAB
|
||||
P 10875 700
|
||||
F 0 "P10" H 10955 700 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10875 755 30 0001 C CNN
|
||||
F 2 "Connect:1pin" H 10875 700 60 0001 C CNN
|
||||
F 3 "" H 10875 700 60 0000 C CNN
|
||||
1 10875 700
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P11
|
||||
U 1 1 551BBBD7
|
||||
P 10950 700
|
||||
F 0 "P11" H 11030 700 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10950 755 30 0001 C CNN
|
||||
F 2 "Connect:1pin" H 10950 700 60 0001 C CNN
|
||||
F 3 "" H 10950 700 60 0000 C CNN
|
||||
1 10950 700
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P12
|
||||
U 1 1 551BBC10
|
||||
P 11025 700
|
||||
F 0 "P12" H 11105 700 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11025 755 30 0001 C CNN
|
||||
F 2 "Connect:1pin" H 11025 700 60 0001 C CNN
|
||||
F 3 "" H 11025 700 60 0000 C CNN
|
||||
1 11025 700
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P13
|
||||
U 1 1 551BBC3C
|
||||
P 11100 700
|
||||
F 0 "P13" H 11180 700 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11100 755 30 0001 C CNN
|
||||
F 2 "Connect:1pin" H 11100 700 60 0001 C CNN
|
||||
F 3 "" H 11100 700 60 0000 C CNN
|
||||
1 11100 700
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
NoConn ~ 10725 850
|
||||
NoConn ~ 10800 850
|
||||
NoConn ~ 10875 850
|
||||
NoConn ~ 10950 850
|
||||
NoConn ~ 11025 850
|
||||
NoConn ~ 11100 850
|
||||
Text Notes 10800 975 0 60 ~ 0
|
||||
Holes
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 5519C84C
|
||||
P 9125 2200
|
||||
F 0 "#PWR01" H 9125 2200 30 0001 C CNN
|
||||
F 1 "GND" H 9125 2130 30 0001 C CNN
|
||||
F 2 "" H 9125 2200 60 0000 C CNN
|
||||
F 3 "" H 9125 2200 60 0000 C CNN
|
||||
1 9125 2200
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
8900 4450 8900 4825
|
||||
Wire Wire Line
|
||||
9000 4450 9000 4825
|
||||
Wire Wire Line
|
||||
9100 4450 9100 4825
|
||||
Wire Wire Line
|
||||
9200 4450 9200 4825
|
||||
Wire Wire Line
|
||||
9300 4450 9300 4825
|
||||
Wire Wire Line
|
||||
9400 4450 9400 4825
|
||||
Wire Wire Line
|
||||
9500 4450 9500 4825
|
||||
Wire Wire Line
|
||||
9600 4450 9600 4825
|
||||
Wire Wire Line
|
||||
9700 4450 9700 4825
|
||||
Wire Wire Line
|
||||
9800 4450 9800 4825
|
||||
Wire Wire Line
|
||||
9900 4450 9900 4825
|
||||
Wire Wire Line
|
||||
10000 4450 10000 4825
|
||||
Wire Wire Line
|
||||
10100 4450 10100 4825
|
||||
Wire Wire Line
|
||||
10200 4450 10200 4825
|
||||
Wire Wire Line
|
||||
10300 4450 10300 4825
|
||||
Wire Wire Line
|
||||
10400 4450 10400 4825
|
||||
Wire Wire Line
|
||||
9800 5625 9800 6000
|
||||
Wire Wire Line
|
||||
9900 5625 9900 6000
|
||||
Wire Wire Line
|
||||
10000 5625 10000 6000
|
||||
Wire Wire Line
|
||||
10100 5625 10100 6000
|
||||
Wire Wire Line
|
||||
10200 5625 10200 6000
|
||||
Wire Wire Line
|
||||
10300 5625 10300 6000
|
||||
Wire Wire Line
|
||||
10400 5625 10400 6000
|
||||
Wire Wire Line
|
||||
9700 5625 9700 6000
|
||||
Wire Wire Line
|
||||
8900 5625 8900 6000
|
||||
Wire Wire Line
|
||||
9000 5625 9000 6000
|
||||
Wire Wire Line
|
||||
9100 5625 9100 6000
|
||||
Wire Wire Line
|
||||
9200 5625 9200 6000
|
||||
Wire Wire Line
|
||||
9300 5625 9300 6000
|
||||
Wire Wire Line
|
||||
9400 5625 9400 6000
|
||||
Wire Wire Line
|
||||
9500 5625 9500 6000
|
||||
Wire Wire Line
|
||||
9600 5625 9600 6000
|
||||
Wire Wire Line
|
||||
8800 4825 8800 4450
|
||||
Wire Wire Line
|
||||
8800 5625 8800 6000
|
||||
Wire Wire Line
|
||||
10500 4825 10500 4450
|
||||
Wire Wire Line
|
||||
10500 5625 10500 6000
|
||||
Wire Wire Line
|
||||
8675 4450 8675 6125
|
||||
Wire Wire Line
|
||||
8800 4450 8675 4450
|
||||
Wire Wire Line
|
||||
8800 6000 8675 6000
|
||||
Connection ~ 8675 6000
|
||||
Wire Wire Line
|
||||
10500 4450 10625 4450
|
||||
Wire Wire Line
|
||||
10500 6000 10625 6000
|
||||
Connection ~ 10625 4450
|
||||
Wire Wire Line
|
||||
9200 1525 9125 1525
|
||||
Wire Wire Line
|
||||
9125 1525 9125 1250
|
||||
Wire Wire Line
|
||||
9200 1725 9000 1725
|
||||
Wire Wire Line
|
||||
9000 1725 9000 1250
|
||||
Wire Wire Line
|
||||
8875 1250 8875 1825
|
||||
Wire Wire Line
|
||||
8875 1825 9200 1825
|
||||
Wire Wire Line
|
||||
8750 1250 8750 2125
|
||||
Wire Wire Line
|
||||
8750 2125 9200 2125
|
||||
Wire Wire Line
|
||||
10625 6000 10625 4325
|
||||
Wire Wire Line
|
||||
10225 1625 10950 1625
|
||||
Wire Wire Line
|
||||
10225 1725 10950 1725
|
||||
Wire Wire Line
|
||||
10225 1825 10950 1825
|
||||
Wire Wire Line
|
||||
10225 1925 10950 1925
|
||||
Wire Wire Line
|
||||
10225 2025 10950 2025
|
||||
Wire Wire Line
|
||||
10225 2125 10950 2125
|
||||
Wire Wire Line
|
||||
9125 2200 9125 1925
|
||||
Wire Wire Line
|
||||
9125 1925 9200 1925
|
||||
Wire Wire Line
|
||||
9125 2025 9200 2025
|
||||
Connection ~ 9125 2025
|
||||
Wire Wire Line
|
||||
9200 1625 8425 1625
|
||||
Wire Wire Line
|
||||
9200 2350 8425 2350
|
||||
Wire Wire Line
|
||||
9200 2450 8425 2450
|
||||
Wire Wire Line
|
||||
9200 2550 8425 2550
|
||||
Wire Wire Line
|
||||
9200 2650 8425 2650
|
||||
Wire Wire Line
|
||||
9200 2750 8425 2750
|
||||
Wire Wire Line
|
||||
9200 2850 8425 2850
|
||||
Wire Wire Line
|
||||
9200 2950 8425 2950
|
||||
Wire Wire Line
|
||||
9200 3050 8425 3050
|
||||
Wire Wire Line
|
||||
9200 3275 8425 3275
|
||||
Wire Wire Line
|
||||
9200 3375 8425 3375
|
||||
Wire Wire Line
|
||||
9200 3475 8425 3475
|
||||
Wire Wire Line
|
||||
9200 3575 8425 3575
|
||||
Wire Wire Line
|
||||
9200 3675 8425 3675
|
||||
Wire Wire Line
|
||||
9200 3775 8425 3775
|
||||
Wire Wire Line
|
||||
9200 3875 8425 3875
|
||||
Wire Wire Line
|
||||
9200 3975 8425 3975
|
||||
Wire Wire Line
|
||||
10225 2350 10950 2350
|
||||
Wire Wire Line
|
||||
10225 2450 10950 2450
|
||||
Wire Wire Line
|
||||
10225 2550 10950 2550
|
||||
Wire Wire Line
|
||||
10225 2650 10950 2650
|
||||
Wire Wire Line
|
||||
10225 2750 10950 2750
|
||||
Wire Wire Line
|
||||
10225 2850 10950 2850
|
||||
Wire Wire Line
|
||||
10225 3275 10950 3275
|
||||
Wire Wire Line
|
||||
10225 3375 10950 3375
|
||||
Wire Wire Line
|
||||
10225 3475 10950 3475
|
||||
Wire Wire Line
|
||||
10225 3575 10950 3575
|
||||
Wire Wire Line
|
||||
10225 3675 10950 3675
|
||||
Wire Wire Line
|
||||
10225 3775 10950 3775
|
||||
Wire Wire Line
|
||||
10225 2950 10950 2950
|
||||
Wire Wire Line
|
||||
10225 3050 10950 3050
|
||||
Wire Wire Line
|
||||
10225 3875 10950 3875
|
||||
Wire Wire Line
|
||||
10225 3975 10950 3975
|
||||
Wire Wire Line
|
||||
10225 1225 10950 1225
|
||||
Wire Wire Line
|
||||
10225 1325 10950 1325
|
||||
Wire Wire Line
|
||||
10225 1425 10950 1425
|
||||
Wire Notes Line
|
||||
11225 1025 10625 1025
|
||||
Wire Notes Line
|
||||
10625 1025 10625 475
|
||||
Wire Notes Line
|
||||
11225 6250 8350 6250
|
||||
Wire Notes Line
|
||||
8350 6250 8350 475
|
||||
Wire Notes Line
|
||||
8350 650 9850 650
|
||||
Wire Notes Line
|
||||
9850 650 9850 475
|
||||
Wire Wire Line
|
||||
10300 2200 10300 1525
|
||||
Wire Wire Line
|
||||
10300 1525 10225 1525
|
||||
$EndSCHEMATC
|
|
@ -1,782 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 6)
|
||||
(no_connects 6)
|
||||
(area 96.952999 66.693 205.053001 122.895)
|
||||
(thickness 1.6)
|
||||
(drawings 27)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 13)
|
||||
(nets 87)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "mar. 31 mars 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.15)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 4.064 4.064)
|
||||
(pad_drill 3.048)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 103.378 121.666)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 GND)
|
||||
(net 2 "/52(SCK)")
|
||||
(net 3 "/53(SS)")
|
||||
(net 4 "/50(MISO)")
|
||||
(net 5 "/51(MOSI)")
|
||||
(net 6 /48)
|
||||
(net 7 /49)
|
||||
(net 8 /46)
|
||||
(net 9 /47)
|
||||
(net 10 /44)
|
||||
(net 11 /45)
|
||||
(net 12 /42)
|
||||
(net 13 /43)
|
||||
(net 14 /40)
|
||||
(net 15 /41)
|
||||
(net 16 /38)
|
||||
(net 17 /39)
|
||||
(net 18 /36)
|
||||
(net 19 /37)
|
||||
(net 20 /34)
|
||||
(net 21 /35)
|
||||
(net 22 /32)
|
||||
(net 23 /33)
|
||||
(net 24 /30)
|
||||
(net 25 /31)
|
||||
(net 26 /28)
|
||||
(net 27 /29)
|
||||
(net 28 /26)
|
||||
(net 29 /27)
|
||||
(net 30 /24)
|
||||
(net 31 /25)
|
||||
(net 32 /22)
|
||||
(net 33 /23)
|
||||
(net 34 +5V)
|
||||
(net 35 /IOREF)
|
||||
(net 36 /Reset)
|
||||
(net 37 /Vin)
|
||||
(net 38 /A0)
|
||||
(net 39 /A1)
|
||||
(net 40 /A2)
|
||||
(net 41 /A3)
|
||||
(net 42 /A4)
|
||||
(net 43 /A5)
|
||||
(net 44 /A6)
|
||||
(net 45 /A7)
|
||||
(net 46 /A8)
|
||||
(net 47 /A9)
|
||||
(net 48 /A10)
|
||||
(net 49 /A11)
|
||||
(net 50 /A12)
|
||||
(net 51 /A13)
|
||||
(net 52 /A14)
|
||||
(net 53 /A15)
|
||||
(net 54 /SCL)
|
||||
(net 55 /SDA)
|
||||
(net 56 /AREF)
|
||||
(net 57 "/13(**)")
|
||||
(net 58 "/12(**)")
|
||||
(net 59 "/11(**)")
|
||||
(net 60 "/10(**)")
|
||||
(net 61 "/9(**)")
|
||||
(net 62 "/8(**)")
|
||||
(net 63 "/7(**)")
|
||||
(net 64 "/6(**)")
|
||||
(net 65 "/5(**)")
|
||||
(net 66 "/4(**)")
|
||||
(net 67 "/3(**)")
|
||||
(net 68 "/2(**)")
|
||||
(net 69 "/20(SDA)")
|
||||
(net 70 "/21(SCL)")
|
||||
(net 71 "Net-(P8-Pad1)")
|
||||
(net 72 "Net-(P9-Pad1)")
|
||||
(net 73 "Net-(P10-Pad1)")
|
||||
(net 74 "Net-(P11-Pad1)")
|
||||
(net 75 "Net-(P12-Pad1)")
|
||||
(net 76 "Net-(P13-Pad1)")
|
||||
(net 77 "Net-(P2-Pad1)")
|
||||
(net 78 +3V3)
|
||||
(net 79 "/1(Tx0)")
|
||||
(net 80 "/0(Rx0)")
|
||||
(net 81 "/14(Tx3)")
|
||||
(net 82 "/15(Rx3)")
|
||||
(net 83 "/16(Tx2)")
|
||||
(net 84 "/17(Rx2)")
|
||||
(net 85 "/18(Tx1)")
|
||||
(net 86 "/19(Rx1)")
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +3V3)
|
||||
(add_net +5V)
|
||||
(add_net "/0(Rx0)")
|
||||
(add_net "/1(Tx0)")
|
||||
(add_net "/10(**)")
|
||||
(add_net "/11(**)")
|
||||
(add_net "/12(**)")
|
||||
(add_net "/13(**)")
|
||||
(add_net "/14(Tx3)")
|
||||
(add_net "/15(Rx3)")
|
||||
(add_net "/16(Tx2)")
|
||||
(add_net "/17(Rx2)")
|
||||
(add_net "/18(Tx1)")
|
||||
(add_net "/19(Rx1)")
|
||||
(add_net "/2(**)")
|
||||
(add_net "/20(SDA)")
|
||||
(add_net "/21(SCL)")
|
||||
(add_net /22)
|
||||
(add_net /23)
|
||||
(add_net /24)
|
||||
(add_net /25)
|
||||
(add_net /26)
|
||||
(add_net /27)
|
||||
(add_net /28)
|
||||
(add_net /29)
|
||||
(add_net "/3(**)")
|
||||
(add_net /30)
|
||||
(add_net /31)
|
||||
(add_net /32)
|
||||
(add_net /33)
|
||||
(add_net /34)
|
||||
(add_net /35)
|
||||
(add_net /36)
|
||||
(add_net /37)
|
||||
(add_net /38)
|
||||
(add_net /39)
|
||||
(add_net "/4(**)")
|
||||
(add_net /40)
|
||||
(add_net /41)
|
||||
(add_net /42)
|
||||
(add_net /43)
|
||||
(add_net /44)
|
||||
(add_net /45)
|
||||
(add_net /46)
|
||||
(add_net /47)
|
||||
(add_net /48)
|
||||
(add_net /49)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/50(MISO)")
|
||||
(add_net "/51(MOSI)")
|
||||
(add_net "/52(SCK)")
|
||||
(add_net "/53(SS)")
|
||||
(add_net "/6(**)")
|
||||
(add_net "/7(**)")
|
||||
(add_net "/8(**)")
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A10)
|
||||
(add_net /A11)
|
||||
(add_net /A12)
|
||||
(add_net /A13)
|
||||
(add_net /A14)
|
||||
(add_net /A15)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net /A4)
|
||||
(add_net /A5)
|
||||
(add_net /A6)
|
||||
(add_net /A7)
|
||||
(add_net /A8)
|
||||
(add_net /A9)
|
||||
(add_net /AREF)
|
||||
(add_net /IOREF)
|
||||
(add_net /Reset)
|
||||
(add_net /SCL)
|
||||
(add_net /SDA)
|
||||
(add_net /Vin)
|
||||
(add_net GND)
|
||||
(add_net "Net-(P10-Pad1)")
|
||||
(add_net "Net-(P11-Pad1)")
|
||||
(add_net "Net-(P12-Pad1)")
|
||||
(add_net "Net-(P13-Pad1)")
|
||||
(add_net "Net-(P2-Pad1)")
|
||||
(add_net "Net-(P8-Pad1)")
|
||||
(add_net "Net-(P9-Pad1)")
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_2x18 (layer F.Cu) (tedit 55216789) (tstamp 551AFCE5)
|
||||
(at 197.358 114.046 90)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5519A11D)
|
||||
(fp_text reference P1 (at 21.59 -2.794 90) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 21.59 -4.572 90) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 4.3) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 44.95 -1.75) (end 44.95 4.3) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 44.95 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 4.3) (end 44.95 4.3) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.27 3.81) (end 44.45 3.81) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 44.45 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 44.45 3.81) (end 44.45 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 3.81) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 0) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 2 thru_hole oval (at 0 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 3 thru_hole oval (at 2.54 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "/52(SCK)"))
|
||||
(pad 4 thru_hole oval (at 2.54 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "/53(SS)"))
|
||||
(pad 5 thru_hole oval (at 5.08 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "/50(MISO)"))
|
||||
(pad 6 thru_hole oval (at 5.08 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 "/51(MOSI)"))
|
||||
(pad 7 thru_hole oval (at 7.62 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 /48))
|
||||
(pad 8 thru_hole oval (at 7.62 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 /49))
|
||||
(pad 9 thru_hole oval (at 10.16 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 /46))
|
||||
(pad 10 thru_hole oval (at 10.16 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 /47))
|
||||
(pad 11 thru_hole oval (at 12.7 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 /44))
|
||||
(pad 12 thru_hole oval (at 12.7 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 /45))
|
||||
(pad 13 thru_hole oval (at 15.24 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 /42))
|
||||
(pad 14 thru_hole oval (at 15.24 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 /43))
|
||||
(pad 15 thru_hole oval (at 17.78 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 /40))
|
||||
(pad 16 thru_hole oval (at 17.78 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 /41))
|
||||
(pad 17 thru_hole oval (at 20.32 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /38))
|
||||
(pad 18 thru_hole oval (at 20.32 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 /39))
|
||||
(pad 19 thru_hole oval (at 22.86 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /36))
|
||||
(pad 20 thru_hole oval (at 22.86 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 /37))
|
||||
(pad 21 thru_hole oval (at 25.4 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /34))
|
||||
(pad 22 thru_hole oval (at 25.4 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /35))
|
||||
(pad 23 thru_hole oval (at 27.94 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 /32))
|
||||
(pad 24 thru_hole oval (at 27.94 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 /33))
|
||||
(pad 25 thru_hole oval (at 30.48 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 /30))
|
||||
(pad 26 thru_hole oval (at 30.48 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 /31))
|
||||
(pad 27 thru_hole oval (at 33.02 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 /28))
|
||||
(pad 28 thru_hole oval (at 33.02 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 27 /29))
|
||||
(pad 29 thru_hole oval (at 35.56 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 28 /26))
|
||||
(pad 30 thru_hole oval (at 35.56 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 29 /27))
|
||||
(pad 31 thru_hole oval (at 38.1 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 30 /24))
|
||||
(pad 32 thru_hole oval (at 38.1 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 31 /25))
|
||||
(pad 33 thru_hole oval (at 40.64 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 32 /22))
|
||||
(pad 34 thru_hole oval (at 40.64 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 33 /23))
|
||||
(pad 35 thru_hole oval (at 43.18 0 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 34 +5V))
|
||||
(pad 36 thru_hole oval (at 43.18 2.54 90) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 34 +5V))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_2x18.wrl
|
||||
(at (xyz 0.85 -0.05 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 55216755) (tstamp 551AFCFC)
|
||||
(at 131.318 119.126)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5519888A)
|
||||
(fp_text reference P2 (at 8.89 -2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Power (at 8.89 -4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 77 "Net-(P2-Pad1)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 35 /IOREF))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 36 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 78 +3V3))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 34 +5V))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 37 /Vin))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 5521677D) (tstamp 551AFD13)
|
||||
(at 154.178 119.126)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5519891B)
|
||||
(fp_text reference P3 (at 8.89 -2.54) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 8.89 -4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 38 /A0))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 39 /A1))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 40 /A2))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 41 /A3))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 42 /A4))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 43 /A5))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 44 /A6))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 45 /A7))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 55216772) (tstamp 551AFD2A)
|
||||
(at 177.038 119.126)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551989CF)
|
||||
(fp_text reference P4 (at 8.89 -2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 8.89 -4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 46 /A8))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 47 /A9))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 48 /A10))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 49 /A11))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 50 /A12))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 51 /A13))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 52 /A14))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 53 /A15))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_1x10 (layer F.Cu) (tedit 551AFC9C) (tstamp 551AFD43)
|
||||
(at 122.174 70.866)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55198BE2)
|
||||
(fp_text reference P5 (at 11.43 2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value PWM (at 11.43 4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 24.65 -1.75) (end 24.65 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 24.65 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 24.65 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 24.13 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 24.13 1.27) (end 24.13 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 24.13 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 54 /SCL))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 55 /SDA))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 56 /AREF))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 57 "/13(**)"))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 58 "/12(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 59 "/11(**)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 60 "/10(**)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 61 "/9(**)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 62 "/8(**)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x10.wrl
|
||||
(at (xyz 0.45 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 551AFC7F) (tstamp 551AFD5A)
|
||||
(at 149.098 70.866)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55198A32)
|
||||
(fp_text reference P6 (at 8.89 2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value PWM (at 8.89 4.318) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 63 "/7(**)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 64 "/6(**)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 65 "/5(**)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 66 "/4(**)"))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 67 "/3(**)"))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 68 "/2(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 79 "/1(Tx0)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 80 "/0(Rx0)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Socket_Strip_Arduino_1x08 (layer F.Cu) (tedit 551AFC73) (tstamp 551AFD71)
|
||||
(at 171.958 70.866)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55198B76)
|
||||
(fp_text reference P7 (at 8.89 2.794) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Communication (at 8.89 4.064) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 19.55 -1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 19.55 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 19.55 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 19.05 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 1.27) (end 19.05 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 19.05 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 1.55) (end 0 1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 81 "/14(Tx3)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 82 "/15(Rx3)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 83 "/16(Tx2)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 84 "/17(Rx2)"))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 85 "/18(Tx1)"))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 86 "/19(Rx1)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 69 "/20(SDA)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 70 "/21(SCL)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl
|
||||
(at (xyz 0.35 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Arduino_1pin (layer F.Cu) (tedit 5524FDA7) (tstamp 5524FE07)
|
||||
(at 117.348 119.126)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBA20)
|
||||
(fp_text reference P8 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 71 "Net-(P8-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Arduino_1pin (layer F.Cu) (tedit 5524FDB2) (tstamp 5524FE0C)
|
||||
(at 169.418 114.046)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBB85)
|
||||
(fp_text reference P9 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 72 "Net-(P9-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Arduino_1pin (layer F.Cu) (tedit 5524FDBB) (tstamp 5524FE11)
|
||||
(at 199.898 119.126)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBBAB)
|
||||
(fp_text reference P10 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 73 "Net-(P10-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Arduino_1pin (layer F.Cu) (tedit 5524FDD2) (tstamp 5524FE16)
|
||||
(at 118.618 70.866)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBBD7)
|
||||
(fp_text reference P11 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 74 "Net-(P11-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Arduino_1pin (layer F.Cu) (tedit 5524FDCA) (tstamp 5524FE1B)
|
||||
(at 169.418 86.106)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBC10)
|
||||
(fp_text reference P12 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 "Net-(P12-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mega:Arduino_1pin (layer F.Cu) (tedit 5524FDC4) (tstamp 5524FE20)
|
||||
(at 193.548 70.866)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551BBC3C)
|
||||
(fp_text reference P13 (at 0 -3.048) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.794) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_circle (center 0 0) (end 0 -2.286) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 4.064 4.064) (drill 3.048) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 76 "Net-(P13-Pad1)"))
|
||||
)
|
||||
|
||||
(gr_text 1 (at 131.318 116.586 90) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(gr_line (start 175.6156 96.774) (end 175.6156 90.7288) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 179.4764 96.774) (end 179.4764 90.7288) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 175.6156 96.774) (end 179.4764 96.774) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_circle (center 177.546 93.726) (end 178.816 93.726) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 175.6156 90.7288) (end 179.4764 90.7288) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 165.735 97.536) (end 165.735 89.916) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 170.815 97.536) (end 165.735 97.536) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 170.815 89.916) (end 170.815 97.536) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 165.735 89.916) (end 170.815 89.916) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 97.028 89.281) (end 97.028 77.851) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 112.903 89.281) (end 97.028 89.281) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 112.903 77.851) (end 112.903 89.281) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 97.028 77.851) (end 112.903 77.851) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 101.473 118.491) (end 101.473 109.601) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 114.808 118.491) (end 101.473 118.491) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 114.808 109.601) (end 114.808 118.491) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 101.473 109.601) (end 114.808 109.601) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 202.438 121.666) (end 103.378 121.666) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 202.438 120.396) (end 202.438 121.666) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 204.978 117.856) (end 202.438 120.396) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 204.978 83.566) (end 204.978 117.856) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 202.438 81.026) (end 204.978 83.566) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 202.438 70.866) (end 202.438 81.026) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 199.898 68.326) (end 202.438 70.866) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 103.378 68.326) (end 199.898 68.326) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
(gr_line (start 103.378 121.666) (end 103.378 68.326) (angle 90) (layer Edge.Cuts) (width 0.15))
|
||||
|
||||
)
|
|
@ -1,317 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
LIBS:Arduino_Micro-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "sam. 04 avril 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_1 P3
|
||||
U 1 1 551FB455
|
||||
P 10875 650
|
||||
F 0 "P3" H 10955 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10875 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Micro:1pin_Micro" H 10875 650 60 0001 C CNN
|
||||
F 3 "" H 10875 650 60 0000 C CNN
|
||||
1 10875 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P4
|
||||
U 1 1 551FB4B0
|
||||
P 10950 650
|
||||
F 0 "P4" H 11030 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10950 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Micro:1pin_Micro" H 10950 650 60 0001 C CNN
|
||||
F 3 "" H 10950 650 60 0000 C CNN
|
||||
1 10950 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P5
|
||||
U 1 1 551FB4D4
|
||||
P 11025 650
|
||||
F 0 "P5" H 11105 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11025 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Micro:1pin_Micro" H 11025 650 60 0001 C CNN
|
||||
F 3 "" H 11025 650 60 0000 C CNN
|
||||
1 11025 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P6
|
||||
U 1 1 551FB516
|
||||
P 11100 650
|
||||
F 0 "P6" H 11180 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11100 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Micro:1pin_Micro" H 11100 650 60 0001 C CNN
|
||||
F 3 "" H 11100 650 60 0000 C CNN
|
||||
1 11100 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_17 P1
|
||||
U 1 1 551FB57F
|
||||
P 9575 1950
|
||||
F 0 "P1" V 9535 1950 60 0000 C CNN
|
||||
F 1 "Digital" V 9655 1950 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Micro:Socket_Strip_Arduino_1x17" H 9575 1950 60 0001 C CNN
|
||||
F 3 "" H 9575 1950 60 0000 C CNN
|
||||
1 9575 1950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_17 P2
|
||||
U 1 1 551FB60C
|
||||
P 9975 1950
|
||||
F 0 "P2" V 9935 1950 60 0000 C CNN
|
||||
F 1 "Analog" V 10055 1950 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Micro:Socket_Strip_Arduino_1x17" H 9975 1950 60 0001 C CNN
|
||||
F 3 "" H 9975 1950 60 0000 C CNN
|
||||
1 9975 1950
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 8625 1150 0 60 ~ 0
|
||||
MOSI
|
||||
Text Label 8625 1250 0 60 ~ 0
|
||||
SS
|
||||
Text Label 8625 1350 0 60 ~ 0
|
||||
1(Tx1)
|
||||
Text Label 8625 1450 0 60 ~ 0
|
||||
0(Rx1)
|
||||
Text Label 8625 1550 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8625 1750 0 60 ~ 0
|
||||
2(SDA)
|
||||
Text Label 8625 1850 0 60 ~ 0
|
||||
3(**/SCL)
|
||||
Text Label 8625 1950 0 60 ~ 0
|
||||
4(A6)
|
||||
Text Label 8625 2050 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 8625 2150 0 60 ~ 0
|
||||
6(**/A7)
|
||||
Text Label 8625 2250 0 60 ~ 0
|
||||
7
|
||||
Text Label 8625 2350 0 60 ~ 0
|
||||
8(A8)
|
||||
Text Label 8625 2450 0 60 ~ 0
|
||||
9(**/A9)
|
||||
Text Label 8625 2550 0 60 ~ 0
|
||||
10(A10)
|
||||
Text Label 8625 2650 0 60 ~ 0
|
||||
11(**)
|
||||
Text Label 8625 2750 0 60 ~ 0
|
||||
12(A11)
|
||||
Text Label 10725 1150 0 60 ~ 0
|
||||
SCK
|
||||
Text Label 10725 1250 0 60 ~ 0
|
||||
MISO
|
||||
Text Label 10400 975 1 60 ~ 0
|
||||
Vin
|
||||
Text Label 10725 1550 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 10725 2750 0 60 ~ 0
|
||||
13(**)
|
||||
Text Label 10725 2550 0 60 ~ 0
|
||||
AREF
|
||||
Text Label 10725 2450 0 60 ~ 0
|
||||
A0
|
||||
Text Label 10725 2350 0 60 ~ 0
|
||||
A1
|
||||
Text Label 10725 2250 0 60 ~ 0
|
||||
A2
|
||||
Text Label 10725 2150 0 60 ~ 0
|
||||
A3
|
||||
Text Label 10725 2050 0 60 ~ 0
|
||||
A4
|
||||
Text Label 10725 1950 0 60 ~ 0
|
||||
A5
|
||||
NoConn ~ 11100 1850
|
||||
NoConn ~ 11100 1750
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 551FBEC7
|
||||
P 9150 2925
|
||||
F 0 "#PWR01" H 9150 2925 30 0001 C CNN
|
||||
F 1 "GND" H 9150 2855 30 0001 C CNN
|
||||
F 2 "" H 9150 2925 60 0000 C CNN
|
||||
F 3 "" H 9150 2925 60 0000 C CNN
|
||||
1 9150 2925
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR02
|
||||
U 1 1 551FBF21
|
||||
P 10400 2925
|
||||
F 0 "#PWR02" H 10400 2925 30 0001 C CNN
|
||||
F 1 "GND" H 10400 2855 30 0001 C CNN
|
||||
F 2 "" H 10400 2925 60 0000 C CNN
|
||||
F 3 "" H 10400 2925 60 0000 C CNN
|
||||
1 10400 2925
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +5V #PWR03
|
||||
U 1 1 551FBF89
|
||||
P 10525 975
|
||||
F 0 "#PWR03" H 10525 1065 20 0001 C CNN
|
||||
F 1 "+5V" H 10525 1065 30 0000 C CNN
|
||||
F 2 "" H 10525 975 60 0000 C CNN
|
||||
F 3 "" H 10525 975 60 0000 C CNN
|
||||
1 10525 975
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Notes 8550 575 0 60 ~ 0
|
||||
Shield Arduino Micro Rev 3
|
||||
Text Label 10725 1750 0 60 ~ 0
|
||||
NC
|
||||
Text Label 10725 1850 0 60 ~ 0
|
||||
NC
|
||||
Text Notes 10875 925 0 60 ~ 0
|
||||
Holes
|
||||
NoConn ~ 10875 800
|
||||
NoConn ~ 10950 800
|
||||
NoConn ~ 11025 800
|
||||
NoConn ~ 11100 800
|
||||
Wire Wire Line
|
||||
8600 1150 9225 1150
|
||||
Wire Wire Line
|
||||
8600 1250 9225 1250
|
||||
Wire Wire Line
|
||||
8600 1350 9225 1350
|
||||
Wire Wire Line
|
||||
8600 1450 9225 1450
|
||||
Wire Wire Line
|
||||
8600 1550 9225 1550
|
||||
Wire Wire Line
|
||||
8600 1750 9225 1750
|
||||
Wire Wire Line
|
||||
8600 1850 9225 1850
|
||||
Wire Wire Line
|
||||
8600 1950 9225 1950
|
||||
Wire Wire Line
|
||||
8600 2050 9225 2050
|
||||
Wire Wire Line
|
||||
8600 2150 9225 2150
|
||||
Wire Wire Line
|
||||
8600 2250 9225 2250
|
||||
Wire Wire Line
|
||||
8600 2350 9225 2350
|
||||
Wire Wire Line
|
||||
8600 2450 9225 2450
|
||||
Wire Wire Line
|
||||
8600 2550 9225 2550
|
||||
Wire Wire Line
|
||||
8600 2650 9225 2650
|
||||
Wire Wire Line
|
||||
8600 2750 9225 2750
|
||||
Wire Wire Line
|
||||
10325 1150 11100 1150
|
||||
Wire Wire Line
|
||||
10325 1250 11100 1250
|
||||
Wire Wire Line
|
||||
10325 1550 11100 1550
|
||||
Wire Wire Line
|
||||
10325 1750 11100 1750
|
||||
Wire Wire Line
|
||||
10325 1850 11100 1850
|
||||
Wire Wire Line
|
||||
10325 1950 11100 1950
|
||||
Wire Wire Line
|
||||
10325 2050 11100 2050
|
||||
Wire Wire Line
|
||||
10325 2150 11100 2150
|
||||
Wire Wire Line
|
||||
10325 2250 11100 2250
|
||||
Wire Wire Line
|
||||
10325 2350 11100 2350
|
||||
Wire Wire Line
|
||||
10325 2450 11100 2450
|
||||
Wire Wire Line
|
||||
10325 2550 11100 2550
|
||||
Wire Wire Line
|
||||
10325 2750 11100 2750
|
||||
Wire Notes Line
|
||||
10775 475 10775 950
|
||||
Wire Notes Line
|
||||
10775 950 11225 950
|
||||
Wire Wire Line
|
||||
9150 1650 9150 2925
|
||||
Wire Wire Line
|
||||
9150 1650 9225 1650
|
||||
Wire Wire Line
|
||||
10400 1350 10325 1350
|
||||
Wire Wire Line
|
||||
10400 975 10400 1350
|
||||
Wire Wire Line
|
||||
10525 1650 10325 1650
|
||||
Wire Wire Line
|
||||
10525 975 10525 1650
|
||||
$Comp
|
||||
L +3.3V #PWR04
|
||||
U 1 1 551FBFFD
|
||||
P 10650 975
|
||||
F 0 "#PWR04" H 10650 935 30 0001 C CNN
|
||||
F 1 "+3.3V" H 10650 1085 30 0000 C CNN
|
||||
F 2 "" H 10650 975 60 0000 C CNN
|
||||
F 3 "" H 10650 975 60 0000 C CNN
|
||||
1 10650 975
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10650 975 10650 2650
|
||||
Wire Wire Line
|
||||
10650 2650 10325 2650
|
||||
Wire Notes Line
|
||||
8525 650 9875 650
|
||||
Wire Notes Line
|
||||
9875 650 9875 475
|
||||
Wire Wire Line
|
||||
10325 1450 10400 1450
|
||||
Wire Wire Line
|
||||
10400 1450 10400 2925
|
||||
Wire Notes Line
|
||||
11225 3050 8525 3050
|
||||
Wire Notes Line
|
||||
8525 3050 8525 475
|
||||
$EndSCHEMATC
|
|
@ -1,387 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 2)
|
||||
(no_connects 2)
|
||||
(area 133.829429 65.55 155.476572 116.418)
|
||||
(thickness 1.6)
|
||||
(drawings 18)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 6)
|
||||
(nets 37)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "sam. 04 avril 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.1)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 2.032 2.032)
|
||||
(pad_drill 1.27)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 135.763 115.316)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 /MOSI)
|
||||
(net 2 /SS)
|
||||
(net 3 /Reset)
|
||||
(net 4 GND)
|
||||
(net 5 "/2(SDA)")
|
||||
(net 6 "/3(**/SCL)")
|
||||
(net 7 "/4(A6)")
|
||||
(net 8 "/5(**)")
|
||||
(net 9 "/6(**/A7)")
|
||||
(net 10 /7)
|
||||
(net 11 "/8(A8)")
|
||||
(net 12 "/9(**/A9)")
|
||||
(net 13 "/10(A10)")
|
||||
(net 14 "/11(**)")
|
||||
(net 15 "/12(A11)")
|
||||
(net 16 /SCK)
|
||||
(net 17 /MISO)
|
||||
(net 18 /Vin)
|
||||
(net 19 +5V)
|
||||
(net 20 /A5)
|
||||
(net 21 /A4)
|
||||
(net 22 /A3)
|
||||
(net 23 /A2)
|
||||
(net 24 /A1)
|
||||
(net 25 /A0)
|
||||
(net 26 /AREF)
|
||||
(net 27 "/13(**)")
|
||||
(net 28 "Net-(P3-Pad1)")
|
||||
(net 29 "Net-(P4-Pad1)")
|
||||
(net 30 "Net-(P5-Pad1)")
|
||||
(net 31 "Net-(P6-Pad1)")
|
||||
(net 32 "/1(Tx1)")
|
||||
(net 33 "/0(Rx1)")
|
||||
(net 34 "Net-(P2-Pad7)")
|
||||
(net 35 "Net-(P2-Pad8)")
|
||||
(net 36 +3V3)
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +3V3)
|
||||
(add_net +5V)
|
||||
(add_net "/0(Rx1)")
|
||||
(add_net "/1(Tx1)")
|
||||
(add_net "/10(A10)")
|
||||
(add_net "/11(**)")
|
||||
(add_net "/12(A11)")
|
||||
(add_net "/13(**)")
|
||||
(add_net "/2(SDA)")
|
||||
(add_net "/3(**/SCL)")
|
||||
(add_net "/4(A6)")
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**/A7)")
|
||||
(add_net /7)
|
||||
(add_net "/8(A8)")
|
||||
(add_net "/9(**/A9)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net /A4)
|
||||
(add_net /A5)
|
||||
(add_net /AREF)
|
||||
(add_net /MISO)
|
||||
(add_net /MOSI)
|
||||
(add_net /Reset)
|
||||
(add_net /SCK)
|
||||
(add_net /SS)
|
||||
(add_net /Vin)
|
||||
(add_net GND)
|
||||
(add_net "Net-(P2-Pad7)")
|
||||
(add_net "Net-(P2-Pad8)")
|
||||
(add_net "Net-(P3-Pad1)")
|
||||
(add_net "Net-(P4-Pad1)")
|
||||
(add_net "Net-(P5-Pad1)")
|
||||
(add_net "Net-(P6-Pad1)")
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Micro:Socket_Strip_Arduino_1x17 (layer F.Cu) (tedit 55216910) (tstamp 551FC1FE)
|
||||
(at 137.033 70.866 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551FB57F)
|
||||
(fp_text reference P1 (at 19.05 -2.667 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 22.86 -2.667 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 42.4 -1.75) (end 42.4 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 42.4 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 42.4 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 41.91 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 41.91 1.27) (end 41.91 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 41.91 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 /MOSI))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /SS))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 32 "/1(Tx1)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 33 "/0(Rx1)"))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 "/2(SDA)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "/3(**/SCL)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 "/4(A6)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "/5(**)"))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "/6(**/A7)"))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 /7))
|
||||
(pad 13 thru_hole oval (at 30.48 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 "/8(A8)"))
|
||||
(pad 14 thru_hole oval (at 33.02 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/9(**/A9)"))
|
||||
(pad 15 thru_hole oval (at 35.56 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 "/10(A10)"))
|
||||
(pad 16 thru_hole oval (at 38.1 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 "/11(**)"))
|
||||
(pad 17 thru_hole oval (at 40.64 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 "/12(A11)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Micro.3dshapes/Socket_header_Arduino_1x17.wrl
|
||||
(at (xyz 0.8 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Micro:Socket_Strip_Arduino_1x17 (layer F.Cu) (tedit 5521692F) (tstamp 551FC21E)
|
||||
(at 152.273 70.866 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551FB60C)
|
||||
(fp_text reference P2 (at 19.05 2.667 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 22.86 2.921 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 42.4 -1.75) (end 42.4 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 42.4 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 42.4 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 41.91 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 41.91 1.27) (end 41.91 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 41.91 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /SCK))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 /MISO))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /Vin))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 +5V))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 34 "Net-(P2-Pad7)"))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 35 "Net-(P2-Pad8)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /A5))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /A4))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 /A3))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 /A2))
|
||||
(pad 13 thru_hole oval (at 30.48 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 /A1))
|
||||
(pad 14 thru_hole oval (at 33.02 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 /A0))
|
||||
(pad 15 thru_hole oval (at 35.56 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 /AREF))
|
||||
(pad 16 thru_hole oval (at 38.1 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 36 +3V3))
|
||||
(pad 17 thru_hole oval (at 40.64 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 27 "/13(**)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Micro.3dshapes/Socket_header_Arduino_1x17.wrl
|
||||
(at (xyz 0.8 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Micro:1pin_Micro (layer F.Cu) (tedit 551FC2DE) (tstamp 551FC223)
|
||||
(at 137.033 68.326)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551FB455)
|
||||
(fp_text reference P3 (at 0 -1.651) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 1.397) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 28 "Net-(P3-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Micro:1pin_Micro (layer F.Cu) (tedit 551FC2FB) (tstamp 551FC228)
|
||||
(at 137.033 114.046)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551FB4B0)
|
||||
(fp_text reference P4 (at 0 -1.651) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 1.397) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 29 "Net-(P4-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Micro:1pin_Micro (layer F.Cu) (tedit 551FC303) (tstamp 551FC22D)
|
||||
(at 152.273 114.046)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551FB4D4)
|
||||
(fp_text reference P5 (at 0 -1.651) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 1.397) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 30 "Net-(P5-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Micro:1pin_Micro (layer F.Cu) (tedit 551FC2EE) (tstamp 551FC232)
|
||||
(at 152.273 68.326)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551FB516)
|
||||
(fp_text reference P6 (at 0 -1.651) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 1.397) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.032 2.032) (drill 1.27) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 31 "Net-(P6-Pad1)"))
|
||||
)
|
||||
|
||||
(gr_text 1 (at 139.319 70.866) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(gr_line (start 141.097 116.078) (end 148.209 116.078) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 141.097 110.998) (end 141.097 116.078) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 148.209 110.998) (end 141.097 110.998) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 148.209 116.078) (end 148.209 110.998) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 145.923 75.946) (end 145.923 68.326) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 151.003 75.946) (end 145.923 75.946) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 151.003 68.326) (end 151.003 75.946) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 145.923 68.326) (end 151.003 68.326) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_circle (center 141.986 72.263) (end 140.716 72.263) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 144.907 69.215) (end 144.907 75.311) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 139.065 69.215) (end 144.907 69.215) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 139.065 75.311) (end 139.065 69.215) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 144.907 75.311) (end 139.065 75.311) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 135.763 67.056) (end 135.763 115.316) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 153.543 67.056) (end 135.763 67.056) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 153.543 115.316) (end 153.543 67.056) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 135.763 115.316) (end 153.543 115.316) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
|
||||
)
|
|
@ -1,346 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "sam. 04 avril 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_12 P2
|
||||
U 1 1 55200020
|
||||
P 9625 2450
|
||||
F 0 "P2" V 9575 2450 60 0000 C CNN
|
||||
F 1 "Digital" V 9675 2450 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini:Socket_Strip_Arduino_1x12" H 9625 2450 60 0001 C CNN
|
||||
F 3 "" H 9625 2450 60 0000 C CNN
|
||||
1 9625 2450
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_12 P5
|
||||
U 1 1 55200047
|
||||
P 9975 2450
|
||||
F 0 "P5" V 9925 2450 60 0000 C CNN
|
||||
F 1 "Analog" V 10025 2450 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini:Socket_Strip_Arduino_1x12" H 9975 2450 60 0001 C CNN
|
||||
F 3 "" H 9975 2450 60 0000 C CNN
|
||||
1 9975 2450
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_5 P4
|
||||
U 1 1 55200109
|
||||
P 9800 1625
|
||||
F 0 "P4" V 9750 1625 50 0000 C CNN
|
||||
F 1 "COM" V 9850 1625 50 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini:Socket_Strip_Arduino_1x05" H 9800 1625 60 0001 C CNN
|
||||
F 3 "" H 9800 1625 60 0000 C CNN
|
||||
1 9800 1625
|
||||
0 -1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_2 P1
|
||||
U 1 1 552001A7
|
||||
P 9400 3425
|
||||
F 0 "P1" V 9350 3425 40 0000 C CNN
|
||||
F 1 "ADC" V 9450 3425 40 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini:Socket_Strip_Arduino_1x02" H 9400 3425 60 0001 C CNN
|
||||
F 3 "" H 9400 3425 60 0000 C CNN
|
||||
1 9400 3425
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_2 P3
|
||||
U 1 1 5520022A
|
||||
P 9725 3425
|
||||
F 0 "P3" V 9675 3425 40 0000 C CNN
|
||||
F 1 "ADC" V 9775 3425 40 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini:Socket_Strip_Arduino_1x02" H 9725 3425 60 0001 C CNN
|
||||
F 3 "" H 9725 3425 60 0000 C CNN
|
||||
1 9725 3425
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_2 P6
|
||||
U 1 1 55200268
|
||||
P 10200 3425
|
||||
F 0 "P6" V 10150 3425 40 0000 C CNN
|
||||
F 1 "PWR" V 10250 3425 40 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini:Socket_Strip_Arduino_1x02" H 10200 3425 60 0001 C CNN
|
||||
F 3 "" H 10200 3425 60 0000 C CNN
|
||||
1 10200 3425
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 55200442
|
||||
P 9200 3175
|
||||
F 0 "#PWR01" H 9200 3175 30 0001 C CNN
|
||||
F 1 "GND" H 9200 3105 30 0001 C CNN
|
||||
F 2 "" H 9200 3175 60 0000 C CNN
|
||||
F 3 "" H 9200 3175 60 0000 C CNN
|
||||
1 9200 3175
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
9275 2200 9200 2200
|
||||
Wire Wire Line
|
||||
9200 2200 9200 3175
|
||||
$Comp
|
||||
L GND #PWR02
|
||||
U 1 1 552004E7
|
||||
P 10400 3175
|
||||
F 0 "#PWR02" H 10400 3175 30 0001 C CNN
|
||||
F 1 "GND" H 10400 3105 30 0001 C CNN
|
||||
F 2 "" H 10400 3175 60 0000 C CNN
|
||||
F 3 "" H 10400 3175 60 0000 C CNN
|
||||
1 10400 3175
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10400 3175 10400 2000
|
||||
Wire Wire Line
|
||||
10400 2000 10325 2000
|
||||
$Comp
|
||||
L GND #PWR03
|
||||
U 1 1 5520051A
|
||||
P 10125 1350
|
||||
F 0 "#PWR03" H 10125 1350 30 0001 C CNN
|
||||
F 1 "GND" H 10125 1280 30 0001 C CNN
|
||||
F 2 "" H 10125 1350 60 0000 C CNN
|
||||
F 3 "" H 10125 1350 60 0000 C CNN
|
||||
1 10125 1350
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10125 1350 10125 1225
|
||||
Wire Wire Line
|
||||
10125 1225 10000 1225
|
||||
$Comp
|
||||
L GND #PWR04
|
||||
U 1 1 552005CB
|
||||
P 10300 3950
|
||||
F 0 "#PWR04" H 10300 3950 30 0001 C CNN
|
||||
F 1 "GND" H 10300 3880 30 0001 C CNN
|
||||
F 2 "" H 10300 3950 60 0000 C CNN
|
||||
F 3 "" H 10300 3950 60 0000 C CNN
|
||||
1 10300 3950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10300 3775 10300 3950
|
||||
$Comp
|
||||
L +5V #PWR05
|
||||
U 1 1 5520063F
|
||||
P 9975 3650
|
||||
F 0 "#PWR05" H 9975 3740 20 0001 C CNN
|
||||
F 1 "+5V" H 9975 3740 30 0000 C CNN
|
||||
F 2 "" H 9975 3650 60 0000 C CNN
|
||||
F 3 "" H 9975 3650 60 0000 C CNN
|
||||
1 9975 3650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
9975 3650 9975 3775
|
||||
Wire Wire Line
|
||||
9975 3775 10100 3775
|
||||
$Comp
|
||||
L +5V #PWR06
|
||||
U 1 1 5520074F
|
||||
P 9900 900
|
||||
F 0 "#PWR06" H 9900 990 20 0001 C CNN
|
||||
F 1 "+5V" H 9900 990 30 0000 C CNN
|
||||
F 2 "" H 9900 900 60 0000 C CNN
|
||||
F 3 "" H 9900 900 60 0000 C CNN
|
||||
1 9900 900
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
9900 900 9900 1225
|
||||
$Comp
|
||||
L +5V #PWR07
|
||||
U 1 1 552007C6
|
||||
P 10525 1775
|
||||
F 0 "#PWR07" H 10525 1865 20 0001 C CNN
|
||||
F 1 "+5V" H 10525 1865 30 0000 C CNN
|
||||
F 2 "" H 10525 1775 60 0000 C CNN
|
||||
F 3 "" H 10525 1775 60 0000 C CNN
|
||||
1 10525 1775
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10525 1775 10525 2200
|
||||
Wire Wire Line
|
||||
10525 2200 10325 2200
|
||||
$Comp
|
||||
L +9V #PWR08
|
||||
U 1 1 55200856
|
||||
P 10400 1775
|
||||
F 0 "#PWR08" H 10400 1745 20 0001 C CNN
|
||||
F 1 "+9V" H 10400 1885 30 0000 C CNN
|
||||
F 2 "" H 10400 1775 60 0000 C CNN
|
||||
F 3 "" H 10400 1775 60 0000 C CNN
|
||||
1 10400 1775
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10400 1775 10400 1900
|
||||
Wire Wire Line
|
||||
10400 1900 10325 1900
|
||||
Text Label 8900 1900 0 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 8900 2000 0 60 ~ 0
|
||||
0(Rx)
|
||||
Text Label 8900 2100 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8900 2300 0 60 ~ 0
|
||||
2
|
||||
Text Label 8900 2400 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 8900 2500 0 60 ~ 0
|
||||
4
|
||||
Text Label 8900 2600 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 8900 2700 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 8900 2800 0 60 ~ 0
|
||||
7
|
||||
Text Label 8900 2900 0 60 ~ 0
|
||||
8
|
||||
Text Label 8900 3000 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 9700 1225 1 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 9800 1225 1 60 ~ 0
|
||||
0(Rx)
|
||||
Text Label 9600 1225 1 60 ~ 0
|
||||
Reset
|
||||
Wire Wire Line
|
||||
9700 1225 9700 925
|
||||
Wire Wire Line
|
||||
9600 1225 9600 925
|
||||
Wire Wire Line
|
||||
9800 1225 9800 925
|
||||
Text Label 9300 3775 3 60 ~ 0
|
||||
A6
|
||||
Text Label 9500 3775 3 60 ~ 0
|
||||
A4
|
||||
Text Label 9625 3775 3 60 ~ 0
|
||||
A7
|
||||
Text Label 9825 3775 3 60 ~ 0
|
||||
A5
|
||||
Wire Wire Line
|
||||
9300 3775 9300 3950
|
||||
Wire Wire Line
|
||||
9500 3775 9500 3950
|
||||
Wire Wire Line
|
||||
9625 3775 9625 3950
|
||||
Wire Wire Line
|
||||
9825 3775 9825 3950
|
||||
Text Label 10600 3000 0 60 ~ 0
|
||||
10(**/SS)
|
||||
Text Label 10600 2900 0 60 ~ 0
|
||||
11(MISO)
|
||||
Text Label 10600 2800 0 60 ~ 0
|
||||
12(**/MOSI)
|
||||
Text Label 10600 2700 0 60 ~ 0
|
||||
13(SCK)
|
||||
Text Label 10600 2600 0 60 ~ 0
|
||||
A0
|
||||
Text Label 10600 2500 0 60 ~ 0
|
||||
A1
|
||||
Text Label 10600 2400 0 60 ~ 0
|
||||
A2
|
||||
Text Label 10600 2300 0 60 ~ 0
|
||||
A3
|
||||
Text Label 10600 2100 0 60 ~ 0
|
||||
Reset
|
||||
Wire Wire Line
|
||||
10325 2800 11150 2800
|
||||
Wire Wire Line
|
||||
10325 2900 11150 2900
|
||||
Wire Wire Line
|
||||
10325 3000 11150 3000
|
||||
Wire Wire Line
|
||||
10325 2700 11150 2700
|
||||
Wire Wire Line
|
||||
10325 2600 11150 2600
|
||||
Wire Wire Line
|
||||
10325 2500 11150 2500
|
||||
Wire Wire Line
|
||||
10325 2400 11150 2400
|
||||
Wire Wire Line
|
||||
10325 2300 11150 2300
|
||||
Wire Wire Line
|
||||
10325 2100 11150 2100
|
||||
Text Notes 8825 575 0 60 ~ 0
|
||||
Shield Arduino Mini 05
|
||||
Wire Notes Line
|
||||
11225 4075 8800 4075
|
||||
Wire Notes Line
|
||||
8800 650 9950 650
|
||||
Wire Notes Line
|
||||
9950 650 9950 475
|
||||
Wire Wire Line
|
||||
9275 3000 8875 3000
|
||||
Wire Wire Line
|
||||
9275 2900 8875 2900
|
||||
Wire Wire Line
|
||||
9275 2800 8875 2800
|
||||
Wire Wire Line
|
||||
9275 2700 8875 2700
|
||||
Wire Wire Line
|
||||
9275 2600 8875 2600
|
||||
Wire Wire Line
|
||||
9275 2500 8875 2500
|
||||
Wire Wire Line
|
||||
9275 2400 8875 2400
|
||||
Wire Wire Line
|
||||
9275 2300 8875 2300
|
||||
Wire Wire Line
|
||||
9275 2100 8875 2100
|
||||
Wire Wire Line
|
||||
9275 2000 8875 2000
|
||||
Wire Wire Line
|
||||
9275 1900 8875 1900
|
||||
Wire Notes Line
|
||||
8800 4075 8800 475
|
||||
$EndSCHEMATC
|
|
@ -1,397 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 9)
|
||||
(no_connects 9)
|
||||
(area 132.612715 75.240999 152.978001 107.141001)
|
||||
(thickness 1.6)
|
||||
(drawings 10)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 6)
|
||||
(nets 27)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "sam. 04 avril 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.1)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 1.5 1.5)
|
||||
(pad_drill 0.6)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 134.493 106.426)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 /A6)
|
||||
(net 2 /A4)
|
||||
(net 3 "/1(Tx)")
|
||||
(net 4 "/0(Rx)")
|
||||
(net 5 /Reset)
|
||||
(net 6 GND)
|
||||
(net 7 /2)
|
||||
(net 8 "/3(**)")
|
||||
(net 9 /4)
|
||||
(net 10 "/5(**)")
|
||||
(net 11 "/6(**)")
|
||||
(net 12 /7)
|
||||
(net 13 /8)
|
||||
(net 14 "/9(**)")
|
||||
(net 15 /A7)
|
||||
(net 16 /A5)
|
||||
(net 17 +5V)
|
||||
(net 18 +9V)
|
||||
(net 19 /A3)
|
||||
(net 20 /A2)
|
||||
(net 21 /A1)
|
||||
(net 22 /A0)
|
||||
(net 23 "/13(SCK)")
|
||||
(net 24 "/12(**/MOSI)")
|
||||
(net 25 "/11(MISO)")
|
||||
(net 26 "/10(**/SS)")
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +5V)
|
||||
(add_net +9V)
|
||||
(add_net "/0(Rx)")
|
||||
(add_net "/1(Tx)")
|
||||
(add_net "/10(**/SS)")
|
||||
(add_net "/11(MISO)")
|
||||
(add_net "/12(**/MOSI)")
|
||||
(add_net "/13(SCK)")
|
||||
(add_net /2)
|
||||
(add_net "/3(**)")
|
||||
(add_net /4)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**)")
|
||||
(add_net /7)
|
||||
(add_net /8)
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net /A4)
|
||||
(add_net /A5)
|
||||
(add_net /A6)
|
||||
(add_net /A7)
|
||||
(add_net /Reset)
|
||||
(add_net GND)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini:Socket_Strip_Arduino_1x12 (layer F.Cu) (tedit 55200D87) (tstamp 5520096F)
|
||||
(at 135.763 77.216 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55200020)
|
||||
(fp_text reference P2 (at 12.7 -2.794 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 12.7 -4.064 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 29.7 -1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 29.7 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 29.21 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 1.27) (end 29.21 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "/1(Tx)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "/0(Rx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 /2))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "/3(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 /4))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 "/5(**)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 "/6(**)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 /7))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 /8))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 "/9(**)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mini.3dshapes/Socket_header_Arduino_1x12.wrl
|
||||
(at (xyz 0.55 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini:Socket_Strip_Arduino_1x05 (layer F.Cu) (tedit 55200D73) (tstamp 55200994)
|
||||
(at 138.303 77.216)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55200109)
|
||||
(fp_text reference P4 (at 5.08 2.54) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value COM (at 5.08 3.81) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 11.95 -1.75) (end 11.95 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 11.95 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 11.95 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 11.43 1.27) (end 11.43 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 11.43 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /Reset))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "/1(Tx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "/0(Rx)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 +5V))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 GND))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini:Socket_Strip_Arduino_1x12 (layer F.Cu) (tedit 55200D8E) (tstamp 552009AF)
|
||||
(at 151.003 77.216 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55200047)
|
||||
(fp_text reference P5 (at 12.7 2.286 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 12.7 3.556 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 29.7 -1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 29.7 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 29.21 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 1.27) (end 29.21 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 +9V))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 GND))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 +5V))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 /A3))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /A2))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /A1))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 /A0))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 "/13(SCK)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 "/12(**/MOSI)"))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 "/11(MISO)"))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 "/10(**/SS)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mini.3dshapes/Socket_header_Arduino_1x12.wrl
|
||||
(at (xyz 0.55 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini:Socket_Strip_Arduino_1x02 (layer F.Cu) (tedit 55200D4B) (tstamp 55200D56)
|
||||
(at 138.303 102.616 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /552001A7)
|
||||
(fp_text reference P1 (at -2.54 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value ADC (at -5.08 0 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 /A6))
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 /A4))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini:Socket_Strip_Arduino_1x02 (layer F.Cu) (tedit 55200D52) (tstamp 55200D67)
|
||||
(at 140.843 102.616 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /5520022A)
|
||||
(fp_text reference P3 (at -2.54 0 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value ADC (at -5.08 0 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 /A7))
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /A5))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini:Socket_Strip_Arduino_1x02 (layer F.Cu) (tedit 55200D5C) (tstamp 55200D78)
|
||||
(at 145.923 105.156)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55200268)
|
||||
(fp_text reference P6 (at 0 -2.286) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value PWR (at 0 -3.81) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 +5V))
|
||||
(pad 2 thru_hole circle (at 2.54 0) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 GND))
|
||||
)
|
||||
|
||||
(gr_text 1 (at 133.477 76.962) (layer Dwgs.User)
|
||||
(effects (font (size 1.5 1.5) (thickness 0.3)))
|
||||
)
|
||||
(gr_line (start 140.081 79.629) (end 137.541 79.629) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 140.081 82.423) (end 140.081 79.629) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 137.541 82.423) (end 137.541 79.629) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 140.081 82.423) (end 137.541 82.423) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_circle (center 138.811 81.026) (end 138.049 81.026) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 134.493 75.946) (end 134.493 106.426) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 152.273 75.946) (end 134.493 75.946) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 152.273 106.426) (end 152.273 75.946) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 134.493 106.426) (end 152.273 106.426) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
|
||||
)
|
|
@ -1,18 +0,0 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# CONN_1
|
||||
#
|
||||
DEF ~CONN_1 P 0 30 N N 1 F N
|
||||
F0 "P" 80 0 40 H V L CNN
|
||||
F1 "CONN_1" 0 55 30 H I C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
C 0 0 31 0 1 0 N
|
||||
P 2 0 1 0 -30 0 -50 0 N
|
||||
X 1 1 -150 0 100 R 60 60 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
|
@ -1,299 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
LIBS:Arduino_Nano-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "jeu. 02 avril 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_1 P3
|
||||
U 1 1 551D9380
|
||||
P 10800 650
|
||||
F 0 "P3" H 10880 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10800 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Nano:1pin_Nano" H 10800 650 60 0001 C CNN
|
||||
F 3 "" H 10800 650 60 0000 C CNN
|
||||
1 10800 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P4
|
||||
U 1 1 551D9414
|
||||
P 10900 650
|
||||
F 0 "P4" H 10980 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 10900 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Nano:1pin_Nano" H 10900 650 60 0001 C CNN
|
||||
F 3 "" H 10900 650 60 0000 C CNN
|
||||
1 10900 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P5
|
||||
U 1 1 551D9432
|
||||
P 11000 650
|
||||
F 0 "P5" H 11080 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11000 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Nano:1pin_Nano" H 11000 650 60 0001 C CNN
|
||||
F 3 "" H 11000 650 60 0000 C CNN
|
||||
1 11000 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_1 P6
|
||||
U 1 1 551D9466
|
||||
P 11100 650
|
||||
F 0 "P6" H 11180 650 40 0000 L CNN
|
||||
F 1 "CONN_1" H 11100 705 30 0001 C CNN
|
||||
F 2 "Socket_Arduino_Nano:1pin_Nano" H 11100 650 60 0001 C CNN
|
||||
F 3 "" H 11100 650 60 0000 C CNN
|
||||
1 11100 650
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_15 P1
|
||||
U 1 1 551D9496
|
||||
P 9625 2000
|
||||
F 0 "P1" V 9595 2050 60 0000 C CNN
|
||||
F 1 "Digital" V 9705 2050 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Nano:Socket_Strip_Arduino_1x15" H 9625 2050 60 0001 C CNN
|
||||
F 3 "" H 9625 2050 60 0000 C CNN
|
||||
1 9625 2000
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_15 P2
|
||||
U 1 1 551D94EF
|
||||
P 10000 2000
|
||||
F 0 "P2" V 9970 2050 60 0000 C CNN
|
||||
F 1 "Analog" V 10080 2050 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Nano:Socket_Strip_Arduino_1x15" H 10000 2050 60 0001 C CNN
|
||||
F 3 "" H 10000 2050 60 0000 C CNN
|
||||
1 10000 2000
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
NoConn ~ 10800 800
|
||||
NoConn ~ 10900 800
|
||||
NoConn ~ 11000 800
|
||||
NoConn ~ 11100 800
|
||||
Text Label 8600 1300 0 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 8600 1400 0 60 ~ 0
|
||||
0(Rx)
|
||||
$Comp
|
||||
L GND #PWR1
|
||||
U 1 1 551D979C
|
||||
P 9200 2825
|
||||
F 0 "#PWR1" H 9200 2825 30 0001 C CNN
|
||||
F 1 "GND" H 9200 2755 30 0001 C CNN
|
||||
F 2 "" H 9200 2825 60 0000 C CNN
|
||||
F 3 "" H 9200 2825 60 0000 C CNN
|
||||
1 9200 2825
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 8600 1500 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8600 1700 0 60 ~ 0
|
||||
2
|
||||
Text Label 8600 1800 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 8600 1900 0 60 ~ 0
|
||||
4
|
||||
Text Label 8600 2000 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 8600 2100 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 8600 2200 0 60 ~ 0
|
||||
7
|
||||
Text Label 8600 2300 0 60 ~ 0
|
||||
8
|
||||
Text Label 8600 2400 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 8600 2500 0 60 ~ 0
|
||||
10(**/SS)
|
||||
Text Label 8600 2600 0 60 ~ 0
|
||||
11(**/MISO)
|
||||
Text Label 8600 2700 0 60 ~ 0
|
||||
12(MOSI)
|
||||
Text Label 10775 2700 0 60 ~ 0
|
||||
13(SCK)
|
||||
Text Label 10775 2400 0 60 ~ 0
|
||||
A0
|
||||
Text Label 10775 2300 0 60 ~ 0
|
||||
A1
|
||||
Text Label 10775 2200 0 60 ~ 0
|
||||
A2
|
||||
Text Label 10775 2100 0 60 ~ 0
|
||||
A3
|
||||
Text Label 10775 2000 0 60 ~ 0
|
||||
A4
|
||||
Text Label 10775 1900 0 60 ~ 0
|
||||
A5
|
||||
Text Label 10775 1800 0 60 ~ 0
|
||||
A6
|
||||
Text Label 10775 1700 0 60 ~ 0
|
||||
A7
|
||||
$Comp
|
||||
L +3.3V #PWR3
|
||||
U 1 1 551D9E93
|
||||
P 10625 1175
|
||||
F 0 "#PWR3" H 10625 1135 30 0001 C CNN
|
||||
F 1 "+3.3V" H 10625 1285 30 0000 C CNN
|
||||
F 2 "" H 10625 1175 60 0000 C CNN
|
||||
F 3 "" H 10625 1175 60 0000 C CNN
|
||||
1 10625 1175
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 10775 2500 0 60 ~ 0
|
||||
AREF
|
||||
$Comp
|
||||
L +5V #PWR2
|
||||
U 1 1 551D9FBD
|
||||
P 10500 1175
|
||||
F 0 "#PWR2" H 10500 1265 20 0001 C CNN
|
||||
F 1 "+5V" H 10500 1265 30 0000 C CNN
|
||||
F 2 "" H 10500 1175 60 0000 C CNN
|
||||
F 3 "" H 10500 1175 60 0000 C CNN
|
||||
1 10500 1175
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR4
|
||||
U 1 1 551D9FD7
|
||||
P 10700 2825
|
||||
F 0 "#PWR4" H 10700 2825 30 0001 C CNN
|
||||
F 1 "GND" H 10700 2755 30 0001 C CNN
|
||||
F 2 "" H 10700 2825 60 0000 C CNN
|
||||
F 3 "" H 10700 2825 60 0000 C CNN
|
||||
1 10700 2825
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 10775 1500 0 60 ~ 0
|
||||
Reset
|
||||
Text Notes 10850 950 0 60 ~ 0
|
||||
Holes
|
||||
Text Notes 8550 575 0 60 ~ 0
|
||||
Shield for Arduino Nano
|
||||
Wire Wire Line
|
||||
10350 2700 11150 2700
|
||||
Wire Wire Line
|
||||
10350 2500 11150 2500
|
||||
Wire Wire Line
|
||||
10350 2400 11150 2400
|
||||
Wire Wire Line
|
||||
10350 2300 11150 2300
|
||||
Wire Wire Line
|
||||
10350 2200 11150 2200
|
||||
Wire Wire Line
|
||||
10350 2100 11150 2100
|
||||
Wire Wire Line
|
||||
10350 2000 11150 2000
|
||||
Wire Wire Line
|
||||
10350 1900 11150 1900
|
||||
Wire Wire Line
|
||||
10350 1800 11150 1800
|
||||
Wire Wire Line
|
||||
10350 1700 11150 1700
|
||||
Wire Wire Line
|
||||
10350 1500 11150 1500
|
||||
Wire Wire Line
|
||||
8600 2700 9275 2700
|
||||
Wire Wire Line
|
||||
8600 2600 9275 2600
|
||||
Wire Wire Line
|
||||
8600 2500 9275 2500
|
||||
Wire Wire Line
|
||||
8600 2400 9275 2400
|
||||
Wire Wire Line
|
||||
8600 2300 9275 2300
|
||||
Wire Wire Line
|
||||
8600 2200 9275 2200
|
||||
Wire Wire Line
|
||||
8600 2100 9275 2100
|
||||
Wire Wire Line
|
||||
8600 2000 9275 2000
|
||||
Wire Wire Line
|
||||
8600 1900 9275 1900
|
||||
Wire Wire Line
|
||||
8600 1800 9275 1800
|
||||
Wire Wire Line
|
||||
8600 1700 9275 1700
|
||||
Wire Wire Line
|
||||
8600 1500 9275 1500
|
||||
Wire Wire Line
|
||||
8600 1400 9275 1400
|
||||
Wire Wire Line
|
||||
8600 1300 9275 1300
|
||||
Wire Wire Line
|
||||
10700 1400 10700 2825
|
||||
Wire Wire Line
|
||||
9200 1600 9200 2825
|
||||
Wire Wire Line
|
||||
9200 1600 9275 1600
|
||||
Text Label 10425 1175 1 60 ~ 0
|
||||
Vin
|
||||
Wire Wire Line
|
||||
10425 1175 10425 1300
|
||||
Wire Wire Line
|
||||
10425 1300 10350 1300
|
||||
Wire Wire Line
|
||||
10500 1175 10500 1600
|
||||
Wire Wire Line
|
||||
10625 1175 10625 2600
|
||||
Wire Wire Line
|
||||
10625 2600 10350 2600
|
||||
Wire Wire Line
|
||||
10500 1600 10350 1600
|
||||
Wire Wire Line
|
||||
10700 1400 10350 1400
|
||||
Wire Notes Line
|
||||
10700 475 10700 975
|
||||
Wire Notes Line
|
||||
10700 975 11225 975
|
||||
Wire Notes Line
|
||||
8525 650 9725 650
|
||||
Wire Notes Line
|
||||
9725 650 9725 475
|
||||
Wire Notes Line
|
||||
11225 2950 8525 2950
|
||||
Wire Notes Line
|
||||
8525 2950 8525 475
|
||||
$EndSCHEMATC
|
|
@ -1,373 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 2)
|
||||
(no_connects 2)
|
||||
(area 136.242429 65.55 157.889572 112.597001)
|
||||
(thickness 1.6)
|
||||
(drawings 20)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 6)
|
||||
(nets 33)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "jeu. 02 avril 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.1)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 1.5 1.5)
|
||||
(pad_drill 0.6)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 138.176 110.617)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 "/1(Tx)")
|
||||
(net 2 "/0(Rx)")
|
||||
(net 3 /Reset)
|
||||
(net 4 GND)
|
||||
(net 5 /2)
|
||||
(net 6 "/3(**)")
|
||||
(net 7 /4)
|
||||
(net 8 "/5(**)")
|
||||
(net 9 "/6(**)")
|
||||
(net 10 /7)
|
||||
(net 11 /8)
|
||||
(net 12 "/9(**)")
|
||||
(net 13 "/10(**/SS)")
|
||||
(net 14 "/11(**/MISO)")
|
||||
(net 15 "/12(MOSI)")
|
||||
(net 16 /Vin)
|
||||
(net 17 +5V)
|
||||
(net 18 /A7)
|
||||
(net 19 /A6)
|
||||
(net 20 /A5)
|
||||
(net 21 /A4)
|
||||
(net 22 /A3)
|
||||
(net 23 /A2)
|
||||
(net 24 /A1)
|
||||
(net 25 /A0)
|
||||
(net 26 /AREF)
|
||||
(net 27 +3.3V)
|
||||
(net 28 "/13(SCK)")
|
||||
(net 29 "Net-(P3-Pad1)")
|
||||
(net 30 "Net-(P4-Pad1)")
|
||||
(net 31 "Net-(P5-Pad1)")
|
||||
(net 32 "Net-(P6-Pad1)")
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +3.3V)
|
||||
(add_net +5V)
|
||||
(add_net "/0(Rx)")
|
||||
(add_net "/1(Tx)")
|
||||
(add_net "/10(**/SS)")
|
||||
(add_net "/11(**/MISO)")
|
||||
(add_net "/12(MOSI)")
|
||||
(add_net "/13(SCK)")
|
||||
(add_net /2)
|
||||
(add_net "/3(**)")
|
||||
(add_net /4)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**)")
|
||||
(add_net /7)
|
||||
(add_net /8)
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net /A4)
|
||||
(add_net /A5)
|
||||
(add_net /A6)
|
||||
(add_net /A7)
|
||||
(add_net /AREF)
|
||||
(add_net /Reset)
|
||||
(add_net /Vin)
|
||||
(add_net GND)
|
||||
(add_net "Net-(P3-Pad1)")
|
||||
(add_net "Net-(P4-Pad1)")
|
||||
(add_net "Net-(P5-Pad1)")
|
||||
(add_net "Net-(P6-Pad1)")
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Nano:Socket_Strip_Arduino_1x15 (layer F.Cu) (tedit 552169C6) (tstamp 551FC9D0)
|
||||
(at 139.446 71.247 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551D9496)
|
||||
(fp_text reference P1 (at 16.383 -2.54 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 20.193 -2.54 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 37.35 -1.75) (end 37.35 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 37.35 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 37.35 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 -1.27) (end 36.83 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 36.83 -1.27) (end 36.83 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 36.83 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 "/1(Tx)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "/0(Rx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /2))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "/3(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 /4))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "/5(**)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "/6(**)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 /7))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 /8))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/9(**)"))
|
||||
(pad 13 thru_hole oval (at 30.48 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 "/10(**/SS)"))
|
||||
(pad 14 thru_hole oval (at 33.02 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 "/11(**/MISO)"))
|
||||
(pad 15 thru_hole oval (at 35.56 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 "/12(MOSI)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Nano.3dshapes/Socket_header_Arduino_1x15.wrl
|
||||
(at (xyz 0.7 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Nano:Socket_Strip_Arduino_1x15 (layer F.Cu) (tedit 552169D3) (tstamp 551FC9EE)
|
||||
(at 154.686 71.247 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /551D94EF)
|
||||
(fp_text reference P2 (at 16.383 2.54 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 20.193 2.54 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 37.35 -1.75) (end 37.35 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 37.35 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 37.35 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 -1.27) (end 36.83 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 36.83 -1.27) (end 36.83 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 36.83 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /Vin))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 +5V))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /A7))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 /A6))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /A5))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /A4))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 /A3))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 /A2))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 /A1))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 /A0))
|
||||
(pad 13 thru_hole oval (at 30.48 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 /AREF))
|
||||
(pad 14 thru_hole oval (at 33.02 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 27 +3.3V))
|
||||
(pad 15 thru_hole oval (at 35.56 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 28 "/13(SCK)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Nano.3dshapes/Socket_header_Arduino_1x15.wrl
|
||||
(at (xyz 0.7 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Nano:1pin_Nano (layer F.Cu) (tedit 5521156E) (tstamp 55211553)
|
||||
(at 139.446 68.707)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551D9380)
|
||||
(fp_text reference P3 (at 0 -2.032) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.032) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 1.778) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 29 "Net-(P3-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Nano:1pin_Nano (layer F.Cu) (tedit 55211594) (tstamp 55211558)
|
||||
(at 139.446 109.347)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551D9414)
|
||||
(fp_text reference P4 (at 0 -2.032) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.032) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 1.778) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 30 "Net-(P4-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Nano:1pin_Nano (layer F.Cu) (tedit 552115A5) (tstamp 5521155D)
|
||||
(at 154.686 109.347)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551D9432)
|
||||
(fp_text reference P5 (at 0 -2.032) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.032) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 1.778) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 31 "Net-(P5-Pad1)"))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Nano:1pin_Nano (layer F.Cu) (tedit 552115BD) (tstamp 55211562)
|
||||
(at 154.686 68.707)
|
||||
(descr "module 1 pin (ou trou mecanique de percage)")
|
||||
(tags DEV)
|
||||
(path /551D9466)
|
||||
(fp_text reference P6 (at 0 -2.032) (layer F.SilkS) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value CONN_1 (at 0 2.032) (layer F.Fab) hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(pad 1 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 1.778) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 32 "Net-(P6-Pad1)"))
|
||||
)
|
||||
|
||||
(gr_text 1 (at 141.732 71.247) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(gr_line (start 150.622 112.522) (end 150.622 110.617) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 150.622 102.997) (end 150.622 110.617) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.51 102.997) (end 150.622 102.997) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.51 110.617) (end 143.51 102.997) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.51 112.522) (end 150.622 112.522) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.51 110.617) (end 143.51 112.522) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 145.542 87.757) (end 145.542 85.217) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 149.479 87.757) (end 145.542 87.757) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 149.479 85.217) (end 149.479 87.757) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 145.542 85.217) (end 149.479 85.217) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_circle (center 147.574 86.487) (end 146.812 86.487) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 150.876 67.437) (end 143.256 67.437) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 150.876 72.517) (end 150.876 67.437) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.256 72.517) (end 150.876 72.517) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.256 67.437) (end 143.256 72.517) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 138.176 67.437) (end 138.176 110.617) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 155.956 67.437) (end 138.176 67.437) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 155.956 110.617) (end 155.956 67.437) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 138.176 110.617) (end 155.956 110.617) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
|
||||
)
|
|
@ -1,284 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "sam. 04 avril 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_12 P1
|
||||
U 1 1 552014A1
|
||||
P 9625 2325
|
||||
F 0 "P1" V 9575 2325 60 0000 C CNN
|
||||
F 1 "Digital" V 9675 2325 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x12" H 9625 2325 60 0001 C CNN
|
||||
F 3 "" H 9625 2325 60 0000 C CNN
|
||||
1 9625 2325
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_12 P4
|
||||
U 1 1 552014EF
|
||||
P 9950 2325
|
||||
F 0 "P4" V 9900 2325 60 0000 C CNN
|
||||
F 1 "Analog" V 10000 2325 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x12" H 9950 2325 60 0001 C CNN
|
||||
F 3 "" H 9950 2325 60 0000 C CNN
|
||||
1 9950 2325
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_6 P2
|
||||
U 1 1 55201543
|
||||
P 9775 1525
|
||||
F 0 "P2" V 9725 1525 60 0000 C CNN
|
||||
F 1 "COM" V 9825 1525 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x06" H 9775 1525 60 0001 C CNN
|
||||
F 3 "" H 9775 1525 60 0000 C CNN
|
||||
1 9775 1525
|
||||
0 -1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 55201608
|
||||
P 9200 3050
|
||||
F 0 "#PWR01" H 9200 3050 30 0001 C CNN
|
||||
F 1 "GND" H 9200 2980 30 0001 C CNN
|
||||
F 2 "" H 9200 3050 60 0000 C CNN
|
||||
F 3 "" H 9200 3050 60 0000 C CNN
|
||||
1 9200 3050
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
9200 3050 9200 2075
|
||||
Wire Wire Line
|
||||
9200 2075 9275 2075
|
||||
$Comp
|
||||
L GND #PWR02
|
||||
U 1 1 55201646
|
||||
P 10375 3050
|
||||
F 0 "#PWR02" H 10375 3050 30 0001 C CNN
|
||||
F 1 "GND" H 10375 2980 30 0001 C CNN
|
||||
F 2 "" H 10375 3050 60 0000 C CNN
|
||||
F 3 "" H 10375 3050 60 0000 C CNN
|
||||
1 10375 3050
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L VCC #PWR03
|
||||
U 1 1 5520166F
|
||||
P 10500 1600
|
||||
F 0 "#PWR03" H 10500 1700 30 0001 C CNN
|
||||
F 1 "VCC" H 10500 1700 30 0000 C CNN
|
||||
F 2 "" H 10500 1600 60 0000 C CNN
|
||||
F 3 "" H 10500 1600 60 0000 C CNN
|
||||
1 10500 1600
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10300 2075 10500 2075
|
||||
Text Label 10375 1600 1 60 ~ 0
|
||||
RAW
|
||||
Wire Wire Line
|
||||
10300 1775 10375 1775
|
||||
Wire Wire Line
|
||||
10375 1775 10375 1600
|
||||
Wire Wire Line
|
||||
10500 2075 10500 1600
|
||||
Wire Wire Line
|
||||
10375 3050 10375 1875
|
||||
Wire Wire Line
|
||||
10375 1875 10300 1875
|
||||
$Comp
|
||||
L GND #PWR04
|
||||
U 1 1 55201722
|
||||
P 10150 1250
|
||||
F 0 "#PWR04" H 10150 1250 30 0001 C CNN
|
||||
F 1 "GND" H 10150 1180 30 0001 C CNN
|
||||
F 2 "" H 10150 1250 60 0000 C CNN
|
||||
F 3 "" H 10150 1250 60 0000 C CNN
|
||||
1 10150 1250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10150 1100 10150 1250
|
||||
Wire Wire Line
|
||||
9925 1100 10150 1100
|
||||
Wire Wire Line
|
||||
10025 1100 10025 1175
|
||||
Wire Wire Line
|
||||
9925 1175 9925 1100
|
||||
Connection ~ 10025 1100
|
||||
$Comp
|
||||
L VCC #PWR05
|
||||
U 1 1 5520175E
|
||||
P 9825 925
|
||||
F 0 "#PWR05" H 9825 1025 30 0001 C CNN
|
||||
F 1 "VCC" H 9825 1025 30 0000 C CNN
|
||||
F 2 "" H 9825 925 60 0000 C CNN
|
||||
F 3 "" H 9825 925 60 0000 C CNN
|
||||
1 9825 925
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 9525 1175 1 60 ~ 0
|
||||
DTR
|
||||
Text Label 9625 1175 1 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 9725 1175 1 60 ~ 0
|
||||
0(Rx)
|
||||
Wire Wire Line
|
||||
9825 1175 9825 925
|
||||
Wire Wire Line
|
||||
9725 1175 9725 925
|
||||
Wire Wire Line
|
||||
9625 1175 9625 925
|
||||
Wire Wire Line
|
||||
9525 1175 9525 925
|
||||
Text Label 8625 1775 0 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 8625 1875 0 60 ~ 0
|
||||
0(Rx)
|
||||
Text Label 8625 1975 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 10575 1975 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8625 2175 0 60 ~ 0
|
||||
2
|
||||
Text Label 8625 2275 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 8625 2375 0 60 ~ 0
|
||||
4
|
||||
Text Label 8625 2475 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 8625 2575 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 8625 2675 0 60 ~ 0
|
||||
7
|
||||
Text Label 8625 2775 0 60 ~ 0
|
||||
8
|
||||
Text Label 8625 2875 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 10575 2875 0 60 ~ 0
|
||||
10(**/SS)
|
||||
Text Label 10575 2775 0 60 ~ 0
|
||||
11(**/MOSI)
|
||||
Text Label 10575 2675 0 60 ~ 0
|
||||
12(MISO)
|
||||
Text Label 10575 2575 0 60 ~ 0
|
||||
13(SCK)
|
||||
Text Label 10575 2475 0 60 ~ 0
|
||||
A0
|
||||
Text Label 10575 2375 0 60 ~ 0
|
||||
A1
|
||||
Text Label 10575 2275 0 60 ~ 0
|
||||
A2
|
||||
Text Label 10575 2175 0 60 ~ 0
|
||||
A3
|
||||
Wire Wire Line
|
||||
11125 2775 10300 2775
|
||||
Wire Wire Line
|
||||
9275 1775 8600 1775
|
||||
Wire Wire Line
|
||||
9275 1875 8600 1875
|
||||
Wire Wire Line
|
||||
9275 1975 8600 1975
|
||||
Wire Wire Line
|
||||
9275 2175 8600 2175
|
||||
Wire Wire Line
|
||||
9275 2275 8600 2275
|
||||
Wire Wire Line
|
||||
9275 2375 8600 2375
|
||||
Wire Wire Line
|
||||
9275 2475 8600 2475
|
||||
Wire Wire Line
|
||||
9275 2575 8600 2575
|
||||
Wire Wire Line
|
||||
9275 2675 8600 2675
|
||||
Wire Wire Line
|
||||
9275 2775 8600 2775
|
||||
Wire Wire Line
|
||||
9275 2875 8600 2875
|
||||
Wire Wire Line
|
||||
11125 2875 10300 2875
|
||||
Wire Wire Line
|
||||
11125 2575 10300 2575
|
||||
Wire Wire Line
|
||||
11125 2675 10300 2675
|
||||
Wire Wire Line
|
||||
11125 2375 10300 2375
|
||||
Wire Wire Line
|
||||
11125 2475 10300 2475
|
||||
Wire Wire Line
|
||||
11125 2175 10300 2175
|
||||
Wire Wire Line
|
||||
11125 2275 10300 2275
|
||||
Wire Wire Line
|
||||
11125 1975 10300 1975
|
||||
$Comp
|
||||
L CONN_2 P3
|
||||
U 1 1 55201A4F
|
||||
P 9775 3150
|
||||
F 0 "P3" V 9725 3150 40 0000 C CNN
|
||||
F 1 "ADC" V 9825 3150 40 0000 C CNN
|
||||
F 2 "Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x02" H 9775 3150 60 0001 C CNN
|
||||
F 3 "" H 9775 3150 60 0000 C CNN
|
||||
1 9775 3150
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Text Label 9875 3500 3 60 ~ 0
|
||||
A4
|
||||
Text Label 9675 3500 3 60 ~ 0
|
||||
A5
|
||||
Wire Wire Line
|
||||
9675 3500 9675 3675
|
||||
Wire Wire Line
|
||||
9875 3500 9875 3675
|
||||
Text Notes 8550 575 0 60 ~ 0
|
||||
Shield Arduino Pro Mini \n
|
||||
Wire Notes Line
|
||||
11225 3750 8525 3750
|
||||
Wire Notes Line
|
||||
8525 3750 8525 475
|
||||
Wire Notes Line
|
||||
8525 650 9700 650
|
||||
Wire Notes Line
|
||||
9700 650 9700 475
|
||||
$EndSCHEMATC
|
|
@ -1,334 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 7)
|
||||
(no_connects 7)
|
||||
(area -0.050001 -33.070001 17.830001 0.050001)
|
||||
(thickness 1.6)
|
||||
(drawings 4)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 4)
|
||||
(nets 26)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.2)
|
||||
(edge_width 0.1)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 1.5 1.5)
|
||||
(pad_drill 0.6)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 137.16 114.3)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 "/1(Tx)")
|
||||
(net 2 "/0(Rx)")
|
||||
(net 3 /Reset)
|
||||
(net 4 GND)
|
||||
(net 5 /2)
|
||||
(net 6 "/3(**)")
|
||||
(net 7 /4)
|
||||
(net 8 "/5(**)")
|
||||
(net 9 "/6(**)")
|
||||
(net 10 /7)
|
||||
(net 11 /8)
|
||||
(net 12 "/9(**)")
|
||||
(net 13 /DTR)
|
||||
(net 14 VCC)
|
||||
(net 15 /A5)
|
||||
(net 16 /A4)
|
||||
(net 17 /RAW)
|
||||
(net 18 /A3)
|
||||
(net 19 /A2)
|
||||
(net 20 /A1)
|
||||
(net 21 /A0)
|
||||
(net 22 "/13(SCK)")
|
||||
(net 23 "/12(MISO)")
|
||||
(net 24 "/11(**/MOSI)")
|
||||
(net 25 "/10(**/SS)")
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net "/0(Rx)")
|
||||
(add_net "/1(Tx)")
|
||||
(add_net "/10(**/SS)")
|
||||
(add_net "/11(**/MOSI)")
|
||||
(add_net "/12(MISO)")
|
||||
(add_net "/13(SCK)")
|
||||
(add_net /2)
|
||||
(add_net "/3(**)")
|
||||
(add_net /4)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**)")
|
||||
(add_net /7)
|
||||
(add_net /8)
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net /A4)
|
||||
(add_net /A5)
|
||||
(add_net /DTR)
|
||||
(add_net /RAW)
|
||||
(add_net /Reset)
|
||||
(add_net GND)
|
||||
(add_net VCC)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x06 (layer F.Cu) (tedit 55201B7D) (tstamp 55201A6F)
|
||||
(at 139.7 82.55)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55201543)
|
||||
(fp_text reference P2 (at 6.35 2.54) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value COM (at 6.35 3.81) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 14.45 -1.75) (end 14.45 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 14.45 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 14.45 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 13.97 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 13.97 1.27) (end 13.97 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 13.97 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 /DTR))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 "/1(Tx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "/0(Rx)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 VCC))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(model Socket_Strips.3dshapes/Socket_Strip_Straight_1x06.wrl
|
||||
(at (xyz 0.25 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x02 (layer F.Cu) (tedit 55201B86) (tstamp 55201A80)
|
||||
(at 151.13 93.98 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55201A4F)
|
||||
(fp_text reference P3 (at 0 2.54 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value ADC (at 2.54 2.54 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 /A5))
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /A4))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x12 (layer F.Cu) (tedit 55201BA8) (tstamp 55201CA2)
|
||||
(at 138.43 85.09 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /552014A1)
|
||||
(fp_text reference P1 (at 25.4 -2.54 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 25.4 -3.81 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 29.7 -1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 29.7 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 29.21 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 1.27) (end 29.21 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 "/1(Tx)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "/0(Rx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /2))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "/3(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 /4))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "/5(**)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "/6(**)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 /7))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 /8))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/9(**)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mini_Pro.3dshapes/Socket_header_Arduino_1x12.wrl
|
||||
(at (xyz 0.55 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Mini_Pro:Socket_Strip_Arduino_1x12 (layer F.Cu) (tedit 55201BA3) (tstamp 55201CBD)
|
||||
(at 153.67 85.09 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /552014EF)
|
||||
(fp_text reference P4 (at 25.4 2.54 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 25.4 3.81 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 29.7 -1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 29.7 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 29.21 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 1.27) (end 29.21 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 /RAW))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 VCC))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /A3))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 /A2))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /A1))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /A0))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 "/13(SCK)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 "/12(MISO)"))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 "/11(**/MOSI)"))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 "/10(**/SS)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Mini_Pro.3dshapes/Socket_header_Arduino_1x12.wrl
|
||||
(at (xyz 0.55 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(gr_line (start 154.94 114.3) (end 137.16 114.3) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 154.94 81.28) (end 154.94 114.3) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 137.16 81.28) (end 154.94 81.28) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 137.16 114.3) (end 137.16 81.28) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
|
||||
)
|
|
@ -1,304 +0,0 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:special
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:valves
|
||||
LIBS:Arduino_Pro_Mini-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date "sam. 04 avril 2015"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L CONN_12 P1
|
||||
U 1 1 552014A1
|
||||
P 9625 2325
|
||||
F 0 "P1" V 9575 2325 60 0000 C CNN
|
||||
F 1 "Digital" V 9675 2325 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x12" H 9625 2325 60 0001 C CNN
|
||||
F 3 "" H 9625 2325 60 0000 C CNN
|
||||
1 9625 2325
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_12 P4
|
||||
U 1 1 552014EF
|
||||
P 9950 2325
|
||||
F 0 "P4" V 9900 2325 60 0000 C CNN
|
||||
F 1 "Analog" V 10000 2325 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x12" H 9950 2325 60 0001 C CNN
|
||||
F 3 "" H 9950 2325 60 0000 C CNN
|
||||
1 9950 2325
|
||||
-1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L CONN_6 P2
|
||||
U 1 1 55201543
|
||||
P 9775 1525
|
||||
F 0 "P2" V 9725 1525 60 0000 C CNN
|
||||
F 1 "COM" V 9825 1525 60 0000 C CNN
|
||||
F 2 "Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x06" H 9775 1525 60 0001 C CNN
|
||||
F 3 "" H 9775 1525 60 0000 C CNN
|
||||
1 9775 1525
|
||||
0 -1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L GND #PWR01
|
||||
U 1 1 55201608
|
||||
P 9200 3050
|
||||
F 0 "#PWR01" H 9200 3050 30 0001 C CNN
|
||||
F 1 "GND" H 9200 2980 30 0001 C CNN
|
||||
F 2 "" H 9200 3050 60 0000 C CNN
|
||||
F 3 "" H 9200 3050 60 0000 C CNN
|
||||
1 9200 3050
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
9200 3050 9200 2075
|
||||
Wire Wire Line
|
||||
9200 2075 9275 2075
|
||||
$Comp
|
||||
L GND #PWR02
|
||||
U 1 1 55201646
|
||||
P 10375 3050
|
||||
F 0 "#PWR02" H 10375 3050 30 0001 C CNN
|
||||
F 1 "GND" H 10375 2980 30 0001 C CNN
|
||||
F 2 "" H 10375 3050 60 0000 C CNN
|
||||
F 3 "" H 10375 3050 60 0000 C CNN
|
||||
1 10375 3050
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L VCC #PWR03
|
||||
U 1 1 5520166F
|
||||
P 10500 1600
|
||||
F 0 "#PWR03" H 10500 1700 30 0001 C CNN
|
||||
F 1 "VCC" H 10500 1700 30 0000 C CNN
|
||||
F 2 "" H 10500 1600 60 0000 C CNN
|
||||
F 3 "" H 10500 1600 60 0000 C CNN
|
||||
1 10500 1600
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10300 2075 10500 2075
|
||||
Text Label 10375 1600 1 60 ~ 0
|
||||
RAW
|
||||
Wire Wire Line
|
||||
10300 1775 10375 1775
|
||||
Wire Wire Line
|
||||
10375 1775 10375 1600
|
||||
Wire Wire Line
|
||||
10500 2075 10500 1600
|
||||
Wire Wire Line
|
||||
10375 3050 10375 1875
|
||||
Wire Wire Line
|
||||
10375 1875 10300 1875
|
||||
$Comp
|
||||
L GND #PWR04
|
||||
U 1 1 55201722
|
||||
P 10150 1250
|
||||
F 0 "#PWR04" H 10150 1250 30 0001 C CNN
|
||||
F 1 "GND" H 10150 1180 30 0001 C CNN
|
||||
F 2 "" H 10150 1250 60 0000 C CNN
|
||||
F 3 "" H 10150 1250 60 0000 C CNN
|
||||
1 10150 1250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
10150 1100 10150 1250
|
||||
Wire Wire Line
|
||||
9925 1100 10150 1100
|
||||
Wire Wire Line
|
||||
10025 1100 10025 1175
|
||||
Wire Wire Line
|
||||
9925 1175 9925 1100
|
||||
Connection ~ 10025 1100
|
||||
$Comp
|
||||
L VCC #PWR05
|
||||
U 1 1 5520175E
|
||||
P 9825 925
|
||||
F 0 "#PWR05" H 9825 1025 30 0001 C CNN
|
||||
F 1 "VCC" H 9825 1025 30 0000 C CNN
|
||||
F 2 "" H 9825 925 60 0000 C CNN
|
||||
F 3 "" H 9825 925 60 0000 C CNN
|
||||
1 9825 925
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 9525 1175 1 60 ~ 0
|
||||
DTR
|
||||
Text Label 9625 1175 1 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 9725 1175 1 60 ~ 0
|
||||
0(Rx)
|
||||
Wire Wire Line
|
||||
9825 1175 9825 925
|
||||
Wire Wire Line
|
||||
9725 1175 9725 925
|
||||
Wire Wire Line
|
||||
9625 1175 9625 925
|
||||
Wire Wire Line
|
||||
9525 1175 9525 925
|
||||
Text Label 8625 1775 0 60 ~ 0
|
||||
1(Tx)
|
||||
Text Label 8625 1875 0 60 ~ 0
|
||||
0(Rx)
|
||||
Text Label 8625 1975 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 10575 1975 0 60 ~ 0
|
||||
Reset
|
||||
Text Label 8625 2175 0 60 ~ 0
|
||||
2
|
||||
Text Label 8625 2275 0 60 ~ 0
|
||||
3(**)
|
||||
Text Label 8625 2375 0 60 ~ 0
|
||||
4
|
||||
Text Label 8625 2475 0 60 ~ 0
|
||||
5(**)
|
||||
Text Label 8625 2575 0 60 ~ 0
|
||||
6(**)
|
||||
Text Label 8625 2675 0 60 ~ 0
|
||||
7
|
||||
Text Label 8625 2775 0 60 ~ 0
|
||||
8
|
||||
Text Label 8625 2875 0 60 ~ 0
|
||||
9(**)
|
||||
Text Label 10575 2875 0 60 ~ 0
|
||||
10(**/SS)
|
||||
Text Label 10575 2775 0 60 ~ 0
|
||||
11(**/MOSI)
|
||||
Text Label 10575 2675 0 60 ~ 0
|
||||
12(MISO)
|
||||
Text Label 10575 2575 0 60 ~ 0
|
||||
13(SCK)
|
||||
Text Label 10575 2475 0 60 ~ 0
|
||||
A0
|
||||
Text Label 10575 2375 0 60 ~ 0
|
||||
A1
|
||||
Text Label 10575 2275 0 60 ~ 0
|
||||
A2
|
||||
Text Label 10575 2175 0 60 ~ 0
|
||||
A3
|
||||
Wire Wire Line
|
||||
11125 2775 10300 2775
|
||||
Wire Wire Line
|
||||
9275 1775 8600 1775
|
||||
Wire Wire Line
|
||||
9275 1875 8600 1875
|
||||
Wire Wire Line
|
||||
9275 1975 8600 1975
|
||||
Wire Wire Line
|
||||
9275 2175 8600 2175
|
||||
Wire Wire Line
|
||||
9275 2275 8600 2275
|
||||
Wire Wire Line
|
||||
9275 2375 8600 2375
|
||||
Wire Wire Line
|
||||
9275 2475 8600 2475
|
||||
Wire Wire Line
|
||||
9275 2575 8600 2575
|
||||
Wire Wire Line
|
||||
9275 2675 8600 2675
|
||||
Wire Wire Line
|
||||
9275 2775 8600 2775
|
||||
Wire Wire Line
|
||||
9275 2875 8600 2875
|
||||
Wire Wire Line
|
||||
11125 2875 10300 2875
|
||||
Wire Wire Line
|
||||
11125 2575 10300 2575
|
||||
Wire Wire Line
|
||||
11125 2675 10300 2675
|
||||
Wire Wire Line
|
||||
11125 2375 10300 2375
|
||||
Wire Wire Line
|
||||
11125 2475 10300 2475
|
||||
Wire Wire Line
|
||||
11125 2175 10300 2175
|
||||
Wire Wire Line
|
||||
11125 2275 10300 2275
|
||||
Wire Wire Line
|
||||
11125 1975 10300 1975
|
||||
$Comp
|
||||
L CONN_2 P3
|
||||
U 1 1 55201A4F
|
||||
P 9575 3150
|
||||
F 0 "P3" V 9525 3150 40 0000 C CNN
|
||||
F 1 "ADC" V 9625 3150 40 0000 C CNN
|
||||
F 2 "Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x02" H 9575 3150 60 0001 C CNN
|
||||
F 3 "" H 9575 3150 60 0000 C CNN
|
||||
1 9575 3150
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Text Label 9675 3500 3 60 ~ 0
|
||||
A4
|
||||
Text Label 9475 3500 3 60 ~ 0
|
||||
A5
|
||||
Wire Wire Line
|
||||
9475 3500 9475 3675
|
||||
Wire Wire Line
|
||||
9675 3500 9675 3675
|
||||
Text Notes 8550 575 0 60 ~ 0
|
||||
Shield Arduino Pro Mini \n
|
||||
Wire Notes Line
|
||||
11225 3750 8525 3750
|
||||
Wire Notes Line
|
||||
8525 3750 8525 475
|
||||
Wire Notes Line
|
||||
8525 650 9700 650
|
||||
Wire Notes Line
|
||||
9700 650 9700 475
|
||||
$Comp
|
||||
L CONN_2 P5
|
||||
U 1 1 552112EB
|
||||
P 10000 3150
|
||||
F 0 "P5" V 9950 3150 40 0000 C CNN
|
||||
F 1 "ADC" V 10050 3150 40 0000 C CNN
|
||||
F 2 "Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x02" H 10000 3150 60 0001 C CNN
|
||||
F 3 "" H 10000 3150 60 0000 C CNN
|
||||
1 10000 3150
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Text Label 9900 3500 3 60 ~ 0
|
||||
A7
|
||||
Text Label 10100 3500 3 60 ~ 0
|
||||
A6
|
||||
Wire Wire Line
|
||||
9900 3500 9900 3675
|
||||
Wire Wire Line
|
||||
10100 3500 10100 3675
|
||||
$EndSCHEMATC
|
|
@ -1,374 +0,0 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-03-25 BZR 5536)-product")
|
||||
|
||||
(general
|
||||
(links 7)
|
||||
(no_connects 7)
|
||||
(area 135.660715 80.574999 155.645001 115.015001)
|
||||
(thickness 1.6)
|
||||
(drawings 11)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 5)
|
||||
(nets 28)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(title_block
|
||||
(date "sam. 04 avril 2015")
|
||||
)
|
||||
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.15)
|
||||
(edge_width 0.1)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 1.5 1.5)
|
||||
(pad_drill 0.6)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 137.16 114.3)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x00030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(mirror false)
|
||||
(drillshape 1)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 "/1(Tx)")
|
||||
(net 2 "/0(Rx)")
|
||||
(net 3 /Reset)
|
||||
(net 4 GND)
|
||||
(net 5 /2)
|
||||
(net 6 "/3(**)")
|
||||
(net 7 /4)
|
||||
(net 8 "/5(**)")
|
||||
(net 9 "/6(**)")
|
||||
(net 10 /7)
|
||||
(net 11 /8)
|
||||
(net 12 "/9(**)")
|
||||
(net 13 /DTR)
|
||||
(net 14 VCC)
|
||||
(net 15 /A5)
|
||||
(net 16 /A4)
|
||||
(net 17 /RAW)
|
||||
(net 18 /A3)
|
||||
(net 19 /A2)
|
||||
(net 20 /A1)
|
||||
(net 21 /A0)
|
||||
(net 22 "/13(SCK)")
|
||||
(net 23 "/12(MISO)")
|
||||
(net 24 "/11(**/MOSI)")
|
||||
(net 25 "/10(**/SS)")
|
||||
(net 26 /A7)
|
||||
(net 27 /A6)
|
||||
|
||||
(net_class Default "This is the default net class."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net "/0(Rx)")
|
||||
(add_net "/1(Tx)")
|
||||
(add_net "/10(**/SS)")
|
||||
(add_net "/11(**/MOSI)")
|
||||
(add_net "/12(MISO)")
|
||||
(add_net "/13(SCK)")
|
||||
(add_net /2)
|
||||
(add_net "/3(**)")
|
||||
(add_net /4)
|
||||
(add_net "/5(**)")
|
||||
(add_net "/6(**)")
|
||||
(add_net /7)
|
||||
(add_net /8)
|
||||
(add_net "/9(**)")
|
||||
(add_net /A0)
|
||||
(add_net /A1)
|
||||
(add_net /A2)
|
||||
(add_net /A3)
|
||||
(add_net /A4)
|
||||
(add_net /A5)
|
||||
(add_net /A6)
|
||||
(add_net /A7)
|
||||
(add_net /DTR)
|
||||
(add_net /RAW)
|
||||
(add_net /Reset)
|
||||
(add_net GND)
|
||||
(add_net VCC)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x12 (layer F.Cu) (tedit 55216A20) (tstamp 552111CC)
|
||||
(at 138.43 85.09 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /552014A1)
|
||||
(fp_text reference P1 (at 13.97 -2.794 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Digital (at 18.034 -2.794 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 29.7 -1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 29.7 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 29.21 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 1.27) (end 29.21 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 "/1(Tx)"))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "/0(Rx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 /2))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "/3(**)"))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 /4))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "/5(**)"))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "/6(**)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 /7))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 /8))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "/9(**)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Pro_Mini.3dshapes/Socket_header_Arduino_1x12.wrl
|
||||
(at (xyz 0.55 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x06 (layer F.Cu) (tedit 55211244) (tstamp 552111E1)
|
||||
(at 139.7 82.55)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55201543)
|
||||
(fp_text reference P2 (at 6.35 2.54) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value COM (at 6.35 3.81) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 14.45 -1.75) (end 14.45 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 14.45 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 14.45 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 13.97 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 13.97 1.27) (end 13.97 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 13.97 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 /DTR))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 "/1(Tx)"))
|
||||
(pad 3 thru_hole oval (at 5.08 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "/0(Rx)"))
|
||||
(pad 4 thru_hole oval (at 7.62 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 VCC))
|
||||
(pad 5 thru_hole oval (at 10.16 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 6 thru_hole oval (at 12.7 0) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x02 (layer F.Cu) (tedit 55211235) (tstamp 552111F2)
|
||||
(at 151.13 93.98 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /55201A4F)
|
||||
(fp_text reference P3 (at 0 2.54 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value ADC (at 2.54 2.54 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 /A5))
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 /A4))
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x12 (layer F.Cu) (tedit 5521133F) (tstamp 5521120D)
|
||||
(at 153.67 85.09 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /552014EF)
|
||||
(fp_text reference P4 (at 1.016 2.286 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value Analog (at 4.826 2.54 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 29.7 -1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 29.7 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 29.7 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 29.21 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 1.27) (end 29.21 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 29.21 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole oval (at 0 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 /RAW))
|
||||
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 GND))
|
||||
(pad 3 thru_hole oval (at 5.08 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 /Reset))
|
||||
(pad 4 thru_hole oval (at 7.62 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 VCC))
|
||||
(pad 5 thru_hole oval (at 10.16 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 /A3))
|
||||
(pad 6 thru_hole oval (at 12.7 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 /A2))
|
||||
(pad 7 thru_hole oval (at 15.24 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 /A1))
|
||||
(pad 8 thru_hole oval (at 17.78 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 /A0))
|
||||
(pad 9 thru_hole oval (at 20.32 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 "/13(SCK)"))
|
||||
(pad 10 thru_hole oval (at 22.86 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 "/12(MISO)"))
|
||||
(pad 11 thru_hole oval (at 25.4 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 "/11(**/MOSI)"))
|
||||
(pad 12 thru_hole oval (at 27.94 0 270) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 "/10(**/SS)"))
|
||||
(model ${KIPRJMOD}/Socket_Arduino_Pro_Mini.3dshapes/Socket_header_Arduino_1x12.wrl
|
||||
(at (xyz 0.55 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 180))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_Arduino_Pro_Mini:Socket_Strip_Arduino_1x02 (layer F.Cu) (tedit 55211334) (tstamp 55211431)
|
||||
(at 151.13 104.14 270)
|
||||
(descr "Through hole socket strip")
|
||||
(tags "socket strip")
|
||||
(path /552112EB)
|
||||
(fp_text reference P5 (at -0.762 2.286 270) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value ADC (at 2.032 2.286 270) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start 1.27 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 1.75) (end 4.3 1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 /A7))
|
||||
(pad 2 thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 27 /A6))
|
||||
)
|
||||
|
||||
(gr_text 1 (at 136.525 85.217) (layer Dwgs.User)
|
||||
(effects (font (size 1.5 1.5) (thickness 0.3)))
|
||||
)
|
||||
(gr_line (start 143.51 113.03) (end 143.51 107.95) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 148.59 113.03) (end 143.51 113.03) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 148.59 107.95) (end 148.59 113.03) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 143.51 107.95) (end 148.59 107.95) (angle 90) (layer Dwgs.User) (width 0.15))
|
||||
(gr_circle (center 146.05 110.49) (end 144.78 110.49) (layer Dwgs.User) (width 0.15))
|
||||
(gr_line (start 139.7 114.3) (end 137.16 114.3) (angle 90) (layer Dwgs.User) (width 0.2))
|
||||
(gr_line (start 154.94 114.3) (end 137.16 114.3) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 154.94 81.28) (end 154.94 114.3) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 137.16 81.28) (end 154.94 81.28) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
(gr_line (start 137.16 114.3) (end 137.16 81.28) (angle 90) (layer Edge.Cuts) (width 0.1))
|
||||
|
||||
)
|
|
@ -0,0 +1,7 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP VDD_ADC
|
||||
K POWER, PWR
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
198
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape-cache.lib
Normal file
198
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape-cache.lib
Normal file
|
@ -0,0 +1,198 @@
|
|||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# +3V3
|
||||
#
|
||||
DEF +3V3 #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "+3V3" 0 140 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
ALIAS +3.3V
|
||||
DRAW
|
||||
P 2 0 1 0 -30 50 0 100 N
|
||||
P 2 0 1 0 0 0 0 100 N
|
||||
P 2 0 1 0 0 100 30 50 N
|
||||
X +3V3 1 0 0 0 U 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# +5V
|
||||
#
|
||||
DEF +5V #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "+5V" 0 140 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 2 0 1 0 -30 50 0 100 N
|
||||
P 2 0 1 0 0 0 0 100 N
|
||||
P 2 0 1 0 0 100 30 50 N
|
||||
X +5V 1 0 0 0 U 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# BeagleBone_Black_Header
|
||||
#
|
||||
DEF BeagleBone_Black_Header P 0 1 Y N 1 F N
|
||||
F0 "P" 0 1200 50 H V C CNN
|
||||
F1 "BeagleBone_Black_Header" 0 0 50 V V C CNN
|
||||
F2 "" 0 -850 60 H V C CNN
|
||||
F3 "" 0 -850 60 H V C CNN
|
||||
$FPLIST
|
||||
Socket_BeagleBone_Black
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -100 -1095 -50 -1105 0 1 0 N
|
||||
S -100 -995 -50 -1005 0 1 0 N
|
||||
S -100 -895 -50 -905 0 1 0 N
|
||||
S -100 -795 -50 -805 0 1 0 N
|
||||
S -100 -695 -50 -705 0 1 0 N
|
||||
S -100 -595 -50 -605 0 1 0 N
|
||||
S -100 -495 -50 -505 0 1 0 N
|
||||
S -100 -395 -50 -405 0 1 0 N
|
||||
S -100 -295 -50 -305 0 1 0 N
|
||||
S -100 -195 -50 -205 0 1 0 N
|
||||
S -100 -95 -50 -105 0 1 0 N
|
||||
S -100 5 -50 -5 0 1 0 N
|
||||
S -100 105 -50 95 0 1 0 N
|
||||
S -100 205 -50 195 0 1 0 N
|
||||
S -100 305 -50 295 0 1 0 N
|
||||
S -100 405 -50 395 0 1 0 N
|
||||
S -100 505 -50 495 0 1 0 N
|
||||
S -100 605 -50 595 0 1 0 N
|
||||
S -100 705 -50 695 0 1 0 N
|
||||
S -100 805 -50 795 0 1 0 N
|
||||
S -100 905 -50 895 0 1 0 N
|
||||
S -100 1005 -50 995 0 1 0 N
|
||||
S -100 1105 -50 1095 0 1 0 N
|
||||
S -100 1150 100 -1150 0 1 0 N
|
||||
S 50 -1095 100 -1105 0 1 0 N
|
||||
S 50 -995 100 -1005 0 1 0 N
|
||||
S 50 -895 100 -905 0 1 0 N
|
||||
S 50 -795 100 -805 0 1 0 N
|
||||
S 50 -695 100 -705 0 1 0 N
|
||||
S 50 -595 100 -605 0 1 0 N
|
||||
S 50 -495 100 -505 0 1 0 N
|
||||
S 50 -395 100 -405 0 1 0 N
|
||||
S 50 -295 100 -305 0 1 0 N
|
||||
S 50 -195 100 -205 0 1 0 N
|
||||
S 50 -95 100 -105 0 1 0 N
|
||||
S 50 5 100 -5 0 1 0 N
|
||||
S 50 105 100 95 0 1 0 N
|
||||
S 50 205 100 195 0 1 0 N
|
||||
S 50 305 100 295 0 1 0 N
|
||||
S 50 405 100 395 0 1 0 N
|
||||
S 50 505 100 495 0 1 0 N
|
||||
S 50 605 100 595 0 1 0 N
|
||||
S 50 705 100 695 0 1 0 N
|
||||
S 50 805 100 795 0 1 0 N
|
||||
S 50 905 100 895 0 1 0 N
|
||||
S 50 1005 100 995 0 1 0 N
|
||||
S 50 1105 100 1095 0 1 0 N
|
||||
X P1 1 -250 1100 150 R 50 50 1 1 P
|
||||
X P2 2 250 1100 150 L 50 50 1 1 P
|
||||
X P3 3 -250 1000 150 R 50 50 1 1 P
|
||||
X P4 4 250 1000 150 L 50 50 1 1 P
|
||||
X P5 5 -250 900 150 R 50 50 1 1 P
|
||||
X P6 6 250 900 150 L 50 50 1 1 P
|
||||
X P7 7 -250 800 150 R 50 50 1 1 P
|
||||
X P8 8 250 800 150 L 50 50 1 1 P
|
||||
X P9 9 -250 700 150 R 50 50 1 1 P
|
||||
X P10 10 250 700 150 L 50 50 1 1 P
|
||||
X P20 20 250 200 150 L 50 50 1 1 P
|
||||
X P30 30 250 -300 150 L 50 50 1 1 P
|
||||
X P40 40 250 -800 150 L 50 50 1 1 P
|
||||
X P11 11 -250 600 150 R 50 50 1 1 P
|
||||
X P21 21 -250 100 150 R 50 50 1 1 P
|
||||
X P31 31 -250 -400 150 R 50 50 1 1 P
|
||||
X P41 41 -250 -900 150 R 50 50 1 1 P
|
||||
X P12 12 250 600 150 L 50 50 1 1 P
|
||||
X P22 22 250 100 150 L 50 50 1 1 P
|
||||
X P32 32 250 -400 150 L 50 50 1 1 P
|
||||
X P42 42 250 -900 150 L 50 50 1 1 P
|
||||
X P13 13 -250 500 150 R 50 50 1 1 P
|
||||
X P23 23 -250 0 150 R 50 50 1 1 P
|
||||
X P33 33 -250 -500 150 R 50 50 1 1 P
|
||||
X P43 43 -250 -1000 150 R 50 50 1 1 P
|
||||
X P14 14 250 500 150 L 50 50 1 1 P
|
||||
X P24 24 250 0 150 L 50 50 1 1 P
|
||||
X P34 34 250 -500 150 L 50 50 1 1 P
|
||||
X P44 44 250 -1000 150 L 50 50 1 1 P
|
||||
X P15 15 -250 400 150 R 50 50 1 1 P
|
||||
X P25 25 -250 -100 150 R 50 50 1 1 P
|
||||
X P35 35 -250 -600 150 R 50 50 1 1 P
|
||||
X P45 45 -250 -1100 150 R 50 50 1 1 P
|
||||
X P16 16 250 400 150 L 50 50 1 1 P
|
||||
X P26 26 250 -100 150 L 50 50 1 1 P
|
||||
X P36 36 250 -600 150 L 50 50 1 1 P
|
||||
X P46 46 250 -1100 150 L 50 50 1 1 P
|
||||
X P17 17 -250 300 150 R 50 50 1 1 P
|
||||
X P27 27 -250 -200 150 R 50 50 1 1 P
|
||||
X P37 37 -250 -700 150 R 50 50 1 1 P
|
||||
X P18 18 250 300 150 L 50 50 1 1 P
|
||||
X P28 28 250 -200 150 L 50 50 1 1 P
|
||||
X P38 38 250 -700 150 L 50 50 1 1 P
|
||||
X P19 19 -250 200 150 R 50 50 1 1 P
|
||||
X P29 29 -250 -300 150 R 50 50 1 1 P
|
||||
X P39 39 -250 -800 150 R 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GNDA_ADC
|
||||
#
|
||||
DEF GNDA_ADC #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -250 50 H I C CNN
|
||||
F1 "GNDA_ADC" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
|
||||
X GNDA_ADC 1 0 0 0 D 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# GNDD
|
||||
#
|
||||
DEF GNDD #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -250 50 H I C CNN
|
||||
F1 "GNDD" 0 -150 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
|
||||
X GNDD 1 0 0 0 D 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# SYS_5V
|
||||
#
|
||||
DEF SYS_5V #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "SYS_5V" 0 140 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 2 0 1 0 -30 50 0 100 N
|
||||
P 2 0 1 0 0 0 0 100 N
|
||||
P 2 0 1 0 0 100 30 50 N
|
||||
X SYS_5V 1 0 0 0 U 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# VDD_ADC
|
||||
#
|
||||
DEF VDD_ADC #PWR 0 0 Y Y 1 F P
|
||||
F0 "#PWR" 0 -150 50 H I C CNN
|
||||
F1 "VDD_ADC" 0 140 50 H V C CNN
|
||||
F2 "" 0 0 60 H V C CNN
|
||||
F3 "" 0 0 60 H V C CNN
|
||||
DRAW
|
||||
P 2 0 1 0 -30 50 0 100 N
|
||||
P 2 0 1 0 0 0 0 100 N
|
||||
P 2 0 1 0 0 100 30 50 N
|
||||
X VDD_ADC 1 0 0 0 U 50 50 1 1 W N
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
524
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.kicad_pcb
Normal file
524
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.kicad_pcb
Normal file
|
@ -0,0 +1,524 @@
|
|||
(kicad_pcb (version 4) (host pcbnew "(2015-09-08 BZR 6170)-product")
|
||||
|
||||
(general
|
||||
(links 10)
|
||||
(no_connects 10)
|
||||
(area 114.463829 42.696129 169.076371 129.058671)
|
||||
(thickness 1.6)
|
||||
(drawings 11)
|
||||
(tracks 0)
|
||||
(zones 0)
|
||||
(modules 2)
|
||||
(nets 83)
|
||||
)
|
||||
|
||||
(page A4)
|
||||
(layers
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
(35 F.Paste user)
|
||||
(36 B.SilkS user)
|
||||
(37 F.SilkS user)
|
||||
(38 B.Mask user)
|
||||
(39 F.Mask user)
|
||||
(40 Dwgs.User user)
|
||||
(41 Cmts.User user)
|
||||
(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
|
||||
(last_trace_width 0.25)
|
||||
(trace_clearance 0.2)
|
||||
(zone_clearance 0.508)
|
||||
(zone_45_only no)
|
||||
(trace_min 0.2)
|
||||
(segment_width 0.2)
|
||||
(edge_width 0.00254)
|
||||
(via_size 0.6)
|
||||
(via_drill 0.4)
|
||||
(via_min_size 0.4)
|
||||
(via_min_drill 0.3)
|
||||
(uvia_size 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(uvias_allowed no)
|
||||
(uvia_min_size 0.2)
|
||||
(uvia_min_drill 0.1)
|
||||
(pcb_text_width 0.3)
|
||||
(pcb_text_size 1.5 1.5)
|
||||
(mod_edge_width 0.15)
|
||||
(mod_text_size 1 1)
|
||||
(mod_text_width 0.15)
|
||||
(pad_size 1.7272 1.7272)
|
||||
(pad_drill 1.016)
|
||||
(pad_to_mask_clearance 0)
|
||||
(aux_axis_origin 0 0)
|
||||
(visible_elements 7FFFFFFF)
|
||||
(pcbplotparams
|
||||
(layerselection 0x01030_80000001)
|
||||
(usegerberextensions false)
|
||||
(excludeedgelayer true)
|
||||
(linewidth 0.100000)
|
||||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15)
|
||||
(hpglpenoverlay 2)
|
||||
(psnegative false)
|
||||
(psa4output false)
|
||||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 4)
|
||||
(mirror false)
|
||||
(drillshape 0)
|
||||
(scaleselection 1)
|
||||
(outputdirectory ""))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
(net 1 "Net-(P8-Pad3)")
|
||||
(net 2 "Net-(P8-Pad4)")
|
||||
(net 3 "Net-(P8-Pad5)")
|
||||
(net 4 "Net-(P8-Pad6)")
|
||||
(net 5 "Net-(P8-Pad7)")
|
||||
(net 6 "Net-(P8-Pad8)")
|
||||
(net 7 "Net-(P8-Pad9)")
|
||||
(net 8 "Net-(P8-Pad10)")
|
||||
(net 9 "Net-(P8-Pad11)")
|
||||
(net 10 "Net-(P8-Pad12)")
|
||||
(net 11 "Net-(P8-Pad13)")
|
||||
(net 12 "Net-(P8-Pad14)")
|
||||
(net 13 "Net-(P8-Pad15)")
|
||||
(net 14 "Net-(P8-Pad16)")
|
||||
(net 15 "Net-(P8-Pad17)")
|
||||
(net 16 "Net-(P8-Pad18)")
|
||||
(net 17 "Net-(P8-Pad19)")
|
||||
(net 18 "Net-(P8-Pad20)")
|
||||
(net 19 "Net-(P8-Pad21)")
|
||||
(net 20 "Net-(P8-Pad22)")
|
||||
(net 21 "Net-(P8-Pad23)")
|
||||
(net 22 "Net-(P8-Pad24)")
|
||||
(net 23 "Net-(P8-Pad25)")
|
||||
(net 24 "Net-(P8-Pad26)")
|
||||
(net 25 "Net-(P8-Pad27)")
|
||||
(net 26 "Net-(P8-Pad28)")
|
||||
(net 27 "Net-(P8-Pad29)")
|
||||
(net 28 "Net-(P8-Pad30)")
|
||||
(net 29 "Net-(P8-Pad31)")
|
||||
(net 30 "Net-(P8-Pad32)")
|
||||
(net 31 "Net-(P8-Pad33)")
|
||||
(net 32 "Net-(P8-Pad34)")
|
||||
(net 33 "Net-(P8-Pad35)")
|
||||
(net 34 "Net-(P8-Pad36)")
|
||||
(net 35 "Net-(P8-Pad37)")
|
||||
(net 36 "Net-(P8-Pad38)")
|
||||
(net 37 "Net-(P8-Pad39)")
|
||||
(net 38 "Net-(P8-Pad40)")
|
||||
(net 39 "Net-(P8-Pad41)")
|
||||
(net 40 "Net-(P8-Pad42)")
|
||||
(net 41 "Net-(P8-Pad43)")
|
||||
(net 42 "Net-(P8-Pad44)")
|
||||
(net 43 "Net-(P8-Pad45)")
|
||||
(net 44 "Net-(P8-Pad46)")
|
||||
(net 45 "Net-(P9-Pad11)")
|
||||
(net 46 "Net-(P9-Pad12)")
|
||||
(net 47 "Net-(P9-Pad13)")
|
||||
(net 48 "Net-(P9-Pad14)")
|
||||
(net 49 "Net-(P9-Pad15)")
|
||||
(net 50 "Net-(P9-Pad16)")
|
||||
(net 51 "Net-(P9-Pad17)")
|
||||
(net 52 "Net-(P9-Pad18)")
|
||||
(net 53 "Net-(P9-Pad19)")
|
||||
(net 54 "Net-(P9-Pad20)")
|
||||
(net 55 "Net-(P9-Pad21)")
|
||||
(net 56 "Net-(P9-Pad22)")
|
||||
(net 57 "Net-(P9-Pad23)")
|
||||
(net 58 "Net-(P9-Pad24)")
|
||||
(net 59 "Net-(P9-Pad25)")
|
||||
(net 60 "Net-(P9-Pad26)")
|
||||
(net 61 "Net-(P9-Pad27)")
|
||||
(net 62 "Net-(P9-Pad28)")
|
||||
(net 63 "Net-(P9-Pad29)")
|
||||
(net 64 "Net-(P9-Pad30)")
|
||||
(net 65 "Net-(P9-Pad31)")
|
||||
(net 66 "Net-(P9-Pad33)")
|
||||
(net 67 "Net-(P9-Pad35)")
|
||||
(net 68 "Net-(P9-Pad36)")
|
||||
(net 69 "Net-(P9-Pad37)")
|
||||
(net 70 "Net-(P9-Pad38)")
|
||||
(net 71 "Net-(P9-Pad39)")
|
||||
(net 72 "Net-(P9-Pad40)")
|
||||
(net 73 "Net-(P9-Pad41)")
|
||||
(net 74 "Net-(P9-Pad42)")
|
||||
(net 75 GNDD)
|
||||
(net 76 +3V3)
|
||||
(net 77 +5V)
|
||||
(net 78 SYS_5V)
|
||||
(net 79 PWR_BUT)
|
||||
(net 80 SYS_RESETN)
|
||||
(net 81 VDD_ADC)
|
||||
(net 82 GNDA_ADC)
|
||||
|
||||
(net_class Default "To jest domyślna klasa połączeń."
|
||||
(clearance 0.2)
|
||||
(trace_width 0.25)
|
||||
(via_dia 0.6)
|
||||
(via_drill 0.4)
|
||||
(uvia_dia 0.3)
|
||||
(uvia_drill 0.1)
|
||||
(add_net +3V3)
|
||||
(add_net +5V)
|
||||
(add_net GNDA_ADC)
|
||||
(add_net GNDD)
|
||||
(add_net "Net-(P8-Pad10)")
|
||||
(add_net "Net-(P8-Pad11)")
|
||||
(add_net "Net-(P8-Pad12)")
|
||||
(add_net "Net-(P8-Pad13)")
|
||||
(add_net "Net-(P8-Pad14)")
|
||||
(add_net "Net-(P8-Pad15)")
|
||||
(add_net "Net-(P8-Pad16)")
|
||||
(add_net "Net-(P8-Pad17)")
|
||||
(add_net "Net-(P8-Pad18)")
|
||||
(add_net "Net-(P8-Pad19)")
|
||||
(add_net "Net-(P8-Pad20)")
|
||||
(add_net "Net-(P8-Pad21)")
|
||||
(add_net "Net-(P8-Pad22)")
|
||||
(add_net "Net-(P8-Pad23)")
|
||||
(add_net "Net-(P8-Pad24)")
|
||||
(add_net "Net-(P8-Pad25)")
|
||||
(add_net "Net-(P8-Pad26)")
|
||||
(add_net "Net-(P8-Pad27)")
|
||||
(add_net "Net-(P8-Pad28)")
|
||||
(add_net "Net-(P8-Pad29)")
|
||||
(add_net "Net-(P8-Pad3)")
|
||||
(add_net "Net-(P8-Pad30)")
|
||||
(add_net "Net-(P8-Pad31)")
|
||||
(add_net "Net-(P8-Pad32)")
|
||||
(add_net "Net-(P8-Pad33)")
|
||||
(add_net "Net-(P8-Pad34)")
|
||||
(add_net "Net-(P8-Pad35)")
|
||||
(add_net "Net-(P8-Pad36)")
|
||||
(add_net "Net-(P8-Pad37)")
|
||||
(add_net "Net-(P8-Pad38)")
|
||||
(add_net "Net-(P8-Pad39)")
|
||||
(add_net "Net-(P8-Pad4)")
|
||||
(add_net "Net-(P8-Pad40)")
|
||||
(add_net "Net-(P8-Pad41)")
|
||||
(add_net "Net-(P8-Pad42)")
|
||||
(add_net "Net-(P8-Pad43)")
|
||||
(add_net "Net-(P8-Pad44)")
|
||||
(add_net "Net-(P8-Pad45)")
|
||||
(add_net "Net-(P8-Pad46)")
|
||||
(add_net "Net-(P8-Pad5)")
|
||||
(add_net "Net-(P8-Pad6)")
|
||||
(add_net "Net-(P8-Pad7)")
|
||||
(add_net "Net-(P8-Pad8)")
|
||||
(add_net "Net-(P8-Pad9)")
|
||||
(add_net "Net-(P9-Pad11)")
|
||||
(add_net "Net-(P9-Pad12)")
|
||||
(add_net "Net-(P9-Pad13)")
|
||||
(add_net "Net-(P9-Pad14)")
|
||||
(add_net "Net-(P9-Pad15)")
|
||||
(add_net "Net-(P9-Pad16)")
|
||||
(add_net "Net-(P9-Pad17)")
|
||||
(add_net "Net-(P9-Pad18)")
|
||||
(add_net "Net-(P9-Pad19)")
|
||||
(add_net "Net-(P9-Pad20)")
|
||||
(add_net "Net-(P9-Pad21)")
|
||||
(add_net "Net-(P9-Pad22)")
|
||||
(add_net "Net-(P9-Pad23)")
|
||||
(add_net "Net-(P9-Pad24)")
|
||||
(add_net "Net-(P9-Pad25)")
|
||||
(add_net "Net-(P9-Pad26)")
|
||||
(add_net "Net-(P9-Pad27)")
|
||||
(add_net "Net-(P9-Pad28)")
|
||||
(add_net "Net-(P9-Pad29)")
|
||||
(add_net "Net-(P9-Pad30)")
|
||||
(add_net "Net-(P9-Pad31)")
|
||||
(add_net "Net-(P9-Pad33)")
|
||||
(add_net "Net-(P9-Pad35)")
|
||||
(add_net "Net-(P9-Pad36)")
|
||||
(add_net "Net-(P9-Pad37)")
|
||||
(add_net "Net-(P9-Pad38)")
|
||||
(add_net "Net-(P9-Pad39)")
|
||||
(add_net "Net-(P9-Pad40)")
|
||||
(add_net "Net-(P9-Pad41)")
|
||||
(add_net "Net-(P9-Pad42)")
|
||||
(add_net PWR_BUT)
|
||||
(add_net SYS_5V)
|
||||
(add_net SYS_RESETN)
|
||||
(add_net VDD_ADC)
|
||||
)
|
||||
|
||||
(module Socket_BeagleBone_Black:Socket_BeagleBone_Black (layer F.Cu) (tedit 55DF76F9) (tstamp 55DF7717)
|
||||
(at 164.6301 62.3824)
|
||||
(descr "Through hole pin header")
|
||||
(tags "pin header")
|
||||
(path /55DF7DE1)
|
||||
(fp_text reference P8 (at 0 -5.1) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value BeagleBone_Black_Header (at 0 -3.1) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 57.65) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 57.65) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 57.65) (end 4.3 57.65) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 3.81 57.15) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 57.15) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 57.15) (end -1.27 57.15) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 0) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 1 "Net-(P8-Pad3)"))
|
||||
(pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 2 "Net-(P8-Pad4)"))
|
||||
(pad 5 thru_hole oval (at 0 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 3 "Net-(P8-Pad5)"))
|
||||
(pad 6 thru_hole oval (at 2.54 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 4 "Net-(P8-Pad6)"))
|
||||
(pad 7 thru_hole oval (at 0 7.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 5 "Net-(P8-Pad7)"))
|
||||
(pad 8 thru_hole oval (at 2.54 7.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 6 "Net-(P8-Pad8)"))
|
||||
(pad 9 thru_hole oval (at 0 10.16) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 7 "Net-(P8-Pad9)"))
|
||||
(pad 10 thru_hole oval (at 2.54 10.16) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 8 "Net-(P8-Pad10)"))
|
||||
(pad 11 thru_hole oval (at 0 12.7) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 9 "Net-(P8-Pad11)"))
|
||||
(pad 12 thru_hole oval (at 2.54 12.7) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 10 "Net-(P8-Pad12)"))
|
||||
(pad 13 thru_hole oval (at 0 15.24) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 11 "Net-(P8-Pad13)"))
|
||||
(pad 14 thru_hole oval (at 2.54 15.24) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 12 "Net-(P8-Pad14)"))
|
||||
(pad 15 thru_hole oval (at 0 17.78) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 13 "Net-(P8-Pad15)"))
|
||||
(pad 16 thru_hole oval (at 2.54 17.78) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 14 "Net-(P8-Pad16)"))
|
||||
(pad 17 thru_hole oval (at 0 20.32) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 15 "Net-(P8-Pad17)"))
|
||||
(pad 18 thru_hole oval (at 2.54 20.32) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 16 "Net-(P8-Pad18)"))
|
||||
(pad 19 thru_hole oval (at 0 22.86) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 17 "Net-(P8-Pad19)"))
|
||||
(pad 20 thru_hole oval (at 2.54 22.86) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 18 "Net-(P8-Pad20)"))
|
||||
(pad 21 thru_hole oval (at 0 25.4) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 19 "Net-(P8-Pad21)"))
|
||||
(pad 22 thru_hole oval (at 2.54 25.4) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 20 "Net-(P8-Pad22)"))
|
||||
(pad 23 thru_hole oval (at 0 27.94) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 21 "Net-(P8-Pad23)"))
|
||||
(pad 24 thru_hole oval (at 2.54 27.94) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 22 "Net-(P8-Pad24)"))
|
||||
(pad 25 thru_hole oval (at 0 30.48) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 23 "Net-(P8-Pad25)"))
|
||||
(pad 26 thru_hole oval (at 2.54 30.48) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 24 "Net-(P8-Pad26)"))
|
||||
(pad 27 thru_hole oval (at 0 33.02) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 25 "Net-(P8-Pad27)"))
|
||||
(pad 28 thru_hole oval (at 2.54 33.02) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 26 "Net-(P8-Pad28)"))
|
||||
(pad 29 thru_hole oval (at 0 35.56) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 27 "Net-(P8-Pad29)"))
|
||||
(pad 30 thru_hole oval (at 2.54 35.56) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 28 "Net-(P8-Pad30)"))
|
||||
(pad 31 thru_hole oval (at 0 38.1) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 29 "Net-(P8-Pad31)"))
|
||||
(pad 32 thru_hole oval (at 2.54 38.1) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 30 "Net-(P8-Pad32)"))
|
||||
(pad 33 thru_hole oval (at 0 40.64) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 31 "Net-(P8-Pad33)"))
|
||||
(pad 34 thru_hole oval (at 2.54 40.64) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 32 "Net-(P8-Pad34)"))
|
||||
(pad 35 thru_hole oval (at 0 43.18) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 33 "Net-(P8-Pad35)"))
|
||||
(pad 36 thru_hole oval (at 2.54 43.18) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 34 "Net-(P8-Pad36)"))
|
||||
(pad 37 thru_hole oval (at 0 45.72) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 35 "Net-(P8-Pad37)"))
|
||||
(pad 38 thru_hole oval (at 2.54 45.72) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 36 "Net-(P8-Pad38)"))
|
||||
(pad 39 thru_hole oval (at 0 48.26) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 37 "Net-(P8-Pad39)"))
|
||||
(pad 40 thru_hole oval (at 2.54 48.26) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 38 "Net-(P8-Pad40)"))
|
||||
(pad 41 thru_hole oval (at 0 50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 39 "Net-(P8-Pad41)"))
|
||||
(pad 42 thru_hole oval (at 2.54 50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 40 "Net-(P8-Pad42)"))
|
||||
(pad 43 thru_hole oval (at 0 53.34) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 41 "Net-(P8-Pad43)"))
|
||||
(pad 44 thru_hole oval (at 2.54 53.34) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 42 "Net-(P8-Pad44)"))
|
||||
(pad 45 thru_hole oval (at 0 55.88) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 43 "Net-(P8-Pad45)"))
|
||||
(pad 46 thru_hole oval (at 2.54 55.88) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 44 "Net-(P8-Pad46)"))
|
||||
(model ${KIPRJMOD}/Socket_BeagleBone_Black.3dshapes/Socket_BeagleBone_Black.wrl
|
||||
(at (xyz 0.05 -1.1 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 90))
|
||||
)
|
||||
)
|
||||
|
||||
(module Socket_BeagleBone_Black:Socket_BeagleBone_Black (layer F.Cu) (tedit 0) (tstamp 55DF7748)
|
||||
(at 116.3701 62.3824)
|
||||
(descr "Through hole pin header")
|
||||
(tags "pin header")
|
||||
(path /55DF7DBA)
|
||||
(fp_text reference P9 (at 0 -5.1) (layer F.SilkS)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_text value BeagleBone_Black_Header (at 0 -3.1) (layer F.Fab)
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
)
|
||||
(fp_line (start -1.75 -1.75) (end -1.75 57.65) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 4.3 -1.75) (end 4.3 57.65) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start -1.75 57.65) (end 4.3 57.65) (layer F.CrtYd) (width 0.05))
|
||||
(fp_line (start 3.81 57.15) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.27 57.15) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 57.15) (end -1.27 57.15) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 3.81 -1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 1.27 1.27) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -1.55 -1.55) (end -1.55 0) (layer F.SilkS) (width 0.15))
|
||||
(pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 76 +3V3))
|
||||
(pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 76 +3V3))
|
||||
(pad 5 thru_hole oval (at 0 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 77 +5V))
|
||||
(pad 6 thru_hole oval (at 2.54 5.08) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 77 +5V))
|
||||
(pad 7 thru_hole oval (at 0 7.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 78 SYS_5V))
|
||||
(pad 8 thru_hole oval (at 2.54 7.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 78 SYS_5V))
|
||||
(pad 9 thru_hole oval (at 0 10.16) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 79 PWR_BUT))
|
||||
(pad 10 thru_hole oval (at 2.54 10.16) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 80 SYS_RESETN))
|
||||
(pad 11 thru_hole oval (at 0 12.7) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 45 "Net-(P9-Pad11)"))
|
||||
(pad 12 thru_hole oval (at 2.54 12.7) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 46 "Net-(P9-Pad12)"))
|
||||
(pad 13 thru_hole oval (at 0 15.24) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 47 "Net-(P9-Pad13)"))
|
||||
(pad 14 thru_hole oval (at 2.54 15.24) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 48 "Net-(P9-Pad14)"))
|
||||
(pad 15 thru_hole oval (at 0 17.78) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 49 "Net-(P9-Pad15)"))
|
||||
(pad 16 thru_hole oval (at 2.54 17.78) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 50 "Net-(P9-Pad16)"))
|
||||
(pad 17 thru_hole oval (at 0 20.32) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 51 "Net-(P9-Pad17)"))
|
||||
(pad 18 thru_hole oval (at 2.54 20.32) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 52 "Net-(P9-Pad18)"))
|
||||
(pad 19 thru_hole oval (at 0 22.86) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 53 "Net-(P9-Pad19)"))
|
||||
(pad 20 thru_hole oval (at 2.54 22.86) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 54 "Net-(P9-Pad20)"))
|
||||
(pad 21 thru_hole oval (at 0 25.4) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 55 "Net-(P9-Pad21)"))
|
||||
(pad 22 thru_hole oval (at 2.54 25.4) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 56 "Net-(P9-Pad22)"))
|
||||
(pad 23 thru_hole oval (at 0 27.94) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 57 "Net-(P9-Pad23)"))
|
||||
(pad 24 thru_hole oval (at 2.54 27.94) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 58 "Net-(P9-Pad24)"))
|
||||
(pad 25 thru_hole oval (at 0 30.48) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 59 "Net-(P9-Pad25)"))
|
||||
(pad 26 thru_hole oval (at 2.54 30.48) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 60 "Net-(P9-Pad26)"))
|
||||
(pad 27 thru_hole oval (at 0 33.02) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 61 "Net-(P9-Pad27)"))
|
||||
(pad 28 thru_hole oval (at 2.54 33.02) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 62 "Net-(P9-Pad28)"))
|
||||
(pad 29 thru_hole oval (at 0 35.56) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 63 "Net-(P9-Pad29)"))
|
||||
(pad 30 thru_hole oval (at 2.54 35.56) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 64 "Net-(P9-Pad30)"))
|
||||
(pad 31 thru_hole oval (at 0 38.1) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 65 "Net-(P9-Pad31)"))
|
||||
(pad 32 thru_hole oval (at 2.54 38.1) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 81 VDD_ADC))
|
||||
(pad 33 thru_hole oval (at 0 40.64) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 66 "Net-(P9-Pad33)"))
|
||||
(pad 34 thru_hole oval (at 2.54 40.64) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 82 GNDA_ADC))
|
||||
(pad 35 thru_hole oval (at 0 43.18) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 67 "Net-(P9-Pad35)"))
|
||||
(pad 36 thru_hole oval (at 2.54 43.18) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 68 "Net-(P9-Pad36)"))
|
||||
(pad 37 thru_hole oval (at 0 45.72) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 69 "Net-(P9-Pad37)"))
|
||||
(pad 38 thru_hole oval (at 2.54 45.72) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 70 "Net-(P9-Pad38)"))
|
||||
(pad 39 thru_hole oval (at 0 48.26) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 71 "Net-(P9-Pad39)"))
|
||||
(pad 40 thru_hole oval (at 2.54 48.26) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 72 "Net-(P9-Pad40)"))
|
||||
(pad 41 thru_hole oval (at 0 50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 73 "Net-(P9-Pad41)"))
|
||||
(pad 42 thru_hole oval (at 2.54 50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 74 "Net-(P9-Pad42)"))
|
||||
(pad 43 thru_hole oval (at 0 53.34) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 44 thru_hole oval (at 2.54 53.34) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 45 thru_hole oval (at 0 55.88) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(pad 46 thru_hole oval (at 2.54 55.88) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
|
||||
(net 75 GNDD))
|
||||
(model ${KIPRJMOD}/Socket_BeagleBone_Black.3dshapes/Socket_BeagleBone_Black.wrl
|
||||
(at (xyz 0.05 -1.1 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 90))
|
||||
)
|
||||
)
|
||||
|
||||
(gr_arc (start 127.1651 116.3574) (end 127.1651 129.0574) (angle 90) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_arc (start 156.3751 116.3574) (end 169.0751 116.3574) (angle 90) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_arc (start 120.8151 49.0474) (end 114.4651 49.0474) (angle 90) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 135.4201 42.6974) (end 120.8151 42.6974) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 135.4201 64.2874) (end 135.4201 42.6974) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 153.2001 64.2874) (end 135.4201 64.2874) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 153.2001 49.6824) (end 153.2001 64.2874) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 169.0751 49.6824) (end 153.2001 49.6824) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 169.0751 116.3574) (end 169.0751 49.6824) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 127.1651 129.0574) (end 156.3751 129.0574) (layer Edge.Cuts) (width 0.00254))
|
||||
(gr_line (start 114.4651 49.0474) (end 114.4651 116.3574) (layer Edge.Cuts) (width 0.00254))
|
||||
|
||||
)
|
261
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.net
Normal file
261
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.net
Normal file
|
@ -0,0 +1,261 @@
|
|||
(export (version D)
|
||||
(design
|
||||
(source D:/Users/Kuba/Documents/KiCad/test/test.sch)
|
||||
(date "2015-08-27 22:45:09")
|
||||
(tool "Eeschema (2015-08-26 BZR 6129, Git 2e41367)-product")
|
||||
(sheet (number 1) (name /) (tstamps /)
|
||||
(title_block
|
||||
(title)
|
||||
(company)
|
||||
(rev)
|
||||
(date)
|
||||
(source test.sch)
|
||||
(comment (number 1) (value ""))
|
||||
(comment (number 2) (value ""))
|
||||
(comment (number 3) (value ""))
|
||||
(comment (number 4) (value "")))))
|
||||
(components
|
||||
(comp (ref P9)
|
||||
(value BeagleBone_Black_Header)
|
||||
(footprint Socket_BeagleBone_Black:Socket_BeagleBone_Black)
|
||||
(libsource (lib test-cache) (part BeagleBone_Black_Header))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 55DF7DBA))
|
||||
(comp (ref P8)
|
||||
(value BeagleBone_Black_Header)
|
||||
(footprint Socket_BeagleBone_Black:Socket_BeagleBone_Black)
|
||||
(libsource (lib test-cache) (part BeagleBone_Black_Header))
|
||||
(sheetpath (names /) (tstamps /))
|
||||
(tstamp 55DF7DE1)))
|
||||
(libparts
|
||||
(libpart (lib test-cache) (part BeagleBone_Black_Header)
|
||||
(footprints
|
||||
(fp Socket_BeagleBone_Black))
|
||||
(fields
|
||||
(field (name Reference) P)
|
||||
(field (name Value) BeagleBone_Black_Header))
|
||||
(pins
|
||||
(pin (num 1) (name P1) (type passive))
|
||||
(pin (num 2) (name P2) (type passive))
|
||||
(pin (num 3) (name P3) (type passive))
|
||||
(pin (num 4) (name P4) (type passive))
|
||||
(pin (num 5) (name P5) (type passive))
|
||||
(pin (num 6) (name P6) (type passive))
|
||||
(pin (num 7) (name P7) (type passive))
|
||||
(pin (num 8) (name P8) (type passive))
|
||||
(pin (num 9) (name P9) (type passive))
|
||||
(pin (num 10) (name P10) (type passive))
|
||||
(pin (num 11) (name P11) (type passive))
|
||||
(pin (num 12) (name P12) (type passive))
|
||||
(pin (num 13) (name P13) (type passive))
|
||||
(pin (num 14) (name P14) (type passive))
|
||||
(pin (num 15) (name P15) (type passive))
|
||||
(pin (num 16) (name P16) (type passive))
|
||||
(pin (num 17) (name P17) (type passive))
|
||||
(pin (num 18) (name P18) (type passive))
|
||||
(pin (num 19) (name P19) (type passive))
|
||||
(pin (num 20) (name P20) (type passive))
|
||||
(pin (num 21) (name P21) (type passive))
|
||||
(pin (num 22) (name P22) (type passive))
|
||||
(pin (num 23) (name P23) (type passive))
|
||||
(pin (num 24) (name P24) (type passive))
|
||||
(pin (num 25) (name P25) (type passive))
|
||||
(pin (num 26) (name P26) (type passive))
|
||||
(pin (num 27) (name P27) (type passive))
|
||||
(pin (num 28) (name P28) (type passive))
|
||||
(pin (num 29) (name P29) (type passive))
|
||||
(pin (num 30) (name P30) (type passive))
|
||||
(pin (num 31) (name P31) (type passive))
|
||||
(pin (num 32) (name P32) (type passive))
|
||||
(pin (num 33) (name P33) (type passive))
|
||||
(pin (num 34) (name P34) (type passive))
|
||||
(pin (num 35) (name P35) (type passive))
|
||||
(pin (num 36) (name P36) (type passive))
|
||||
(pin (num 37) (name P37) (type passive))
|
||||
(pin (num 38) (name P38) (type passive))
|
||||
(pin (num 39) (name P39) (type passive))
|
||||
(pin (num 40) (name P40) (type passive))
|
||||
(pin (num 41) (name P41) (type passive))
|
||||
(pin (num 42) (name P42) (type passive))
|
||||
(pin (num 43) (name P43) (type passive))
|
||||
(pin (num 44) (name P44) (type passive))
|
||||
(pin (num 45) (name P45) (type passive))
|
||||
(pin (num 46) (name P46) (type passive)))))
|
||||
(libraries
|
||||
(library (logical test-cache)
|
||||
(uri D:\Users\Kuba\Documents\KiCad\test\test-cache.lib)))
|
||||
(nets
|
||||
(net (code 1) (name "Net-(P9-Pad39)")
|
||||
(node (ref P9) (pin 39)))
|
||||
(net (code 2) (name "Net-(P9-Pad17)")
|
||||
(node (ref P9) (pin 17)))
|
||||
(net (code 3) (name "Net-(P9-Pad27)")
|
||||
(node (ref P9) (pin 27)))
|
||||
(net (code 4) (name "Net-(P9-Pad37)")
|
||||
(node (ref P9) (pin 37)))
|
||||
(net (code 5) (name "Net-(P9-Pad18)")
|
||||
(node (ref P9) (pin 18)))
|
||||
(net (code 6) (name "Net-(P9-Pad28)")
|
||||
(node (ref P9) (pin 28)))
|
||||
(net (code 7) (name "Net-(P9-Pad38)")
|
||||
(node (ref P9) (pin 38)))
|
||||
(net (code 8) (name "Net-(P9-Pad19)")
|
||||
(node (ref P9) (pin 19)))
|
||||
(net (code 9) (name "Net-(P9-Pad29)")
|
||||
(node (ref P9) (pin 29)))
|
||||
(net (code 10) (name "Net-(P9-Pad36)")
|
||||
(node (ref P9) (pin 36)))
|
||||
(net (code 11) (name "Net-(P8-Pad3)")
|
||||
(node (ref P8) (pin 3)))
|
||||
(net (code 12) (name "Net-(P8-Pad4)")
|
||||
(node (ref P8) (pin 4)))
|
||||
(net (code 13) (name "Net-(P8-Pad5)")
|
||||
(node (ref P8) (pin 5)))
|
||||
(net (code 14) (name "Net-(P8-Pad6)")
|
||||
(node (ref P8) (pin 6)))
|
||||
(net (code 15) (name "Net-(P8-Pad7)")
|
||||
(node (ref P8) (pin 7)))
|
||||
(net (code 16) (name "Net-(P8-Pad8)")
|
||||
(node (ref P8) (pin 8)))
|
||||
(net (code 17) (name "Net-(P9-Pad24)")
|
||||
(node (ref P9) (pin 24)))
|
||||
(net (code 18) (name "Net-(P9-Pad12)")
|
||||
(node (ref P9) (pin 12)))
|
||||
(net (code 19) (name "Net-(P9-Pad22)")
|
||||
(node (ref P9) (pin 22)))
|
||||
(net (code 20) (name VDD_ADC)
|
||||
(node (ref P9) (pin 32)))
|
||||
(net (code 21) (name "Net-(P9-Pad42)")
|
||||
(node (ref P9) (pin 42)))
|
||||
(net (code 22) (name "Net-(P9-Pad13)")
|
||||
(node (ref P9) (pin 13)))
|
||||
(net (code 23) (name "Net-(P9-Pad23)")
|
||||
(node (ref P9) (pin 23)))
|
||||
(net (code 24) (name "Net-(P9-Pad33)")
|
||||
(node (ref P9) (pin 33)))
|
||||
(net (code 25) (name "Net-(P9-Pad14)")
|
||||
(node (ref P9) (pin 14)))
|
||||
(net (code 26) (name "Net-(P8-Pad9)")
|
||||
(node (ref P8) (pin 9)))
|
||||
(net (code 27) (name "Net-(P9-Pad15)")
|
||||
(node (ref P9) (pin 15)))
|
||||
(net (code 28) (name "Net-(P9-Pad25)")
|
||||
(node (ref P9) (pin 25)))
|
||||
(net (code 29) (name "Net-(P9-Pad35)")
|
||||
(node (ref P9) (pin 35)))
|
||||
(net (code 30) (name "Net-(P9-Pad16)")
|
||||
(node (ref P9) (pin 16)))
|
||||
(net (code 31) (name "Net-(P9-Pad26)")
|
||||
(node (ref P9) (pin 26)))
|
||||
(net (code 32) (name "Net-(P8-Pad17)")
|
||||
(node (ref P8) (pin 17)))
|
||||
(net (code 33) (name "Net-(P8-Pad44)")
|
||||
(node (ref P8) (pin 44)))
|
||||
(net (code 34) (name "Net-(P8-Pad15)")
|
||||
(node (ref P8) (pin 15)))
|
||||
(net (code 35) (name "Net-(P8-Pad25)")
|
||||
(node (ref P8) (pin 25)))
|
||||
(net (code 36) (name "Net-(P8-Pad35)")
|
||||
(node (ref P8) (pin 35)))
|
||||
(net (code 37) (name "Net-(P8-Pad45)")
|
||||
(node (ref P8) (pin 45)))
|
||||
(net (code 38) (name "Net-(P8-Pad16)")
|
||||
(node (ref P8) (pin 16)))
|
||||
(net (code 39) (name "Net-(P8-Pad26)")
|
||||
(node (ref P8) (pin 26)))
|
||||
(net (code 40) (name "Net-(P8-Pad36)")
|
||||
(node (ref P8) (pin 36)))
|
||||
(net (code 41) (name "Net-(P8-Pad46)")
|
||||
(node (ref P8) (pin 46)))
|
||||
(net (code 42) (name "Net-(P8-Pad34)")
|
||||
(node (ref P8) (pin 34)))
|
||||
(net (code 43) (name "Net-(P8-Pad27)")
|
||||
(node (ref P8) (pin 27)))
|
||||
(net (code 44) (name "Net-(P8-Pad37)")
|
||||
(node (ref P8) (pin 37)))
|
||||
(net (code 45) (name "Net-(P8-Pad18)")
|
||||
(node (ref P8) (pin 18)))
|
||||
(net (code 46) (name "Net-(P8-Pad28)")
|
||||
(node (ref P8) (pin 28)))
|
||||
(net (code 47) (name "Net-(P8-Pad38)")
|
||||
(node (ref P8) (pin 38)))
|
||||
(net (code 48) (name "Net-(P8-Pad19)")
|
||||
(node (ref P8) (pin 19)))
|
||||
(net (code 49) (name "Net-(P8-Pad29)")
|
||||
(node (ref P8) (pin 29)))
|
||||
(net (code 50) (name "Net-(P8-Pad39)")
|
||||
(node (ref P8) (pin 39)))
|
||||
(net (code 51) (name "Net-(P8-Pad22)")
|
||||
(node (ref P8) (pin 22)))
|
||||
(net (code 52) (name "Net-(P8-Pad10)")
|
||||
(node (ref P8) (pin 10)))
|
||||
(net (code 53) (name "Net-(P8-Pad20)")
|
||||
(node (ref P8) (pin 20)))
|
||||
(net (code 54) (name "Net-(P8-Pad30)")
|
||||
(node (ref P8) (pin 30)))
|
||||
(net (code 55) (name "Net-(P8-Pad40)")
|
||||
(node (ref P8) (pin 40)))
|
||||
(net (code 56) (name "Net-(P8-Pad11)")
|
||||
(node (ref P8) (pin 11)))
|
||||
(net (code 57) (name "Net-(P8-Pad21)")
|
||||
(node (ref P8) (pin 21)))
|
||||
(net (code 58) (name "Net-(P8-Pad31)")
|
||||
(node (ref P8) (pin 31)))
|
||||
(net (code 59) (name "Net-(P8-Pad41)")
|
||||
(node (ref P8) (pin 41)))
|
||||
(net (code 60) (name "Net-(P8-Pad12)")
|
||||
(node (ref P8) (pin 12)))
|
||||
(net (code 61) (name "Net-(P9-Pad41)")
|
||||
(node (ref P9) (pin 41)))
|
||||
(net (code 62) (name "Net-(P8-Pad32)")
|
||||
(node (ref P8) (pin 32)))
|
||||
(net (code 63) (name "Net-(P8-Pad42)")
|
||||
(node (ref P8) (pin 42)))
|
||||
(net (code 64) (name "Net-(P8-Pad13)")
|
||||
(node (ref P8) (pin 13)))
|
||||
(net (code 65) (name "Net-(P8-Pad23)")
|
||||
(node (ref P8) (pin 23)))
|
||||
(net (code 66) (name "Net-(P8-Pad33)")
|
||||
(node (ref P8) (pin 33)))
|
||||
(net (code 67) (name "Net-(P8-Pad43)")
|
||||
(node (ref P8) (pin 43)))
|
||||
(net (code 68) (name "Net-(P8-Pad14)")
|
||||
(node (ref P8) (pin 14)))
|
||||
(net (code 69) (name "Net-(P8-Pad24)")
|
||||
(node (ref P8) (pin 24)))
|
||||
(net (code 70) (name GNDD)
|
||||
(node (ref P9) (pin 46))
|
||||
(node (ref P9) (pin 1))
|
||||
(node (ref P9) (pin 2))
|
||||
(node (ref P9) (pin 43))
|
||||
(node (ref P8) (pin 2))
|
||||
(node (ref P9) (pin 44))
|
||||
(node (ref P9) (pin 45))
|
||||
(node (ref P8) (pin 1)))
|
||||
(net (code 71) (name +3V3)
|
||||
(node (ref P9) (pin 4))
|
||||
(node (ref P9) (pin 3)))
|
||||
(net (code 72) (name +5V)
|
||||
(node (ref P9) (pin 6))
|
||||
(node (ref P9) (pin 5)))
|
||||
(net (code 73) (name PWR_BUT)
|
||||
(node (ref P9) (pin 9)))
|
||||
(net (code 74) (name SYS_5V)
|
||||
(node (ref P9) (pin 8))
|
||||
(node (ref P9) (pin 7)))
|
||||
(net (code 75) (name SYS_RESETN)
|
||||
(node (ref P9) (pin 10)))
|
||||
(net (code 76) (name "Net-(P9-Pad20)")
|
||||
(node (ref P9) (pin 20)))
|
||||
(net (code 77) (name "Net-(P9-Pad30)")
|
||||
(node (ref P9) (pin 30)))
|
||||
(net (code 78) (name "Net-(P9-Pad40)")
|
||||
(node (ref P9) (pin 40)))
|
||||
(net (code 79) (name "Net-(P9-Pad11)")
|
||||
(node (ref P9) (pin 11)))
|
||||
(net (code 80) (name "Net-(P9-Pad21)")
|
||||
(node (ref P9) (pin 21)))
|
||||
(net (code 81) (name "Net-(P9-Pad31)")
|
||||
(node (ref P9) (pin 31)))
|
||||
(net (code 82) (name GNDA_ADC)
|
||||
(node (ref P9) (pin 34)))))
|
60
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.pro
Normal file
60
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.pro
Normal file
|
@ -0,0 +1,60 @@
|
|||
update=2015-08-27 22:41:46
|
||||
version=1
|
||||
last_client=kicad
|
||||
[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=
|
||||
[eeschema/libraries]
|
||||
LibName1=valves
|
||||
LibName2=power
|
||||
LibName3=device
|
||||
LibName4=transistors
|
||||
LibName5=conn
|
||||
LibName6=linear
|
||||
LibName7=regul
|
||||
LibName8=74xx
|
||||
LibName9=cmos4000
|
||||
LibName10=adc-dac
|
||||
LibName11=memory
|
||||
LibName12=xilinx
|
||||
LibName13=microcontrollers
|
||||
LibName14=dsp
|
||||
LibName15=microchip
|
||||
LibName16=analog_switches
|
||||
LibName17=motorola
|
||||
LibName18=texas
|
||||
LibName19=intel
|
||||
LibName20=audio
|
||||
LibName21=interface
|
||||
LibName22=digital-audio
|
||||
LibName23=philips
|
||||
LibName24=display
|
||||
LibName25=cypress
|
||||
LibName26=siliconi
|
||||
LibName27=opto
|
||||
LibName28=atmel
|
||||
LibName29=contrib
|
||||
[general]
|
||||
version=1
|
276
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.sch
Normal file
276
template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.sch
Normal file
|
@ -0,0 +1,276 @@
|
|||
EESchema Schematic File Version 2
|
||||
LIBS:valves
|
||||
LIBS:power
|
||||
LIBS:device
|
||||
LIBS:transistors
|
||||
LIBS:conn
|
||||
LIBS:linear
|
||||
LIBS:regul
|
||||
LIBS:74xx
|
||||
LIBS:cmos4000
|
||||
LIBS:adc-dac
|
||||
LIBS:memory
|
||||
LIBS:xilinx
|
||||
LIBS:microcontrollers
|
||||
LIBS:dsp
|
||||
LIBS:microchip
|
||||
LIBS:analog_switches
|
||||
LIBS:motorola
|
||||
LIBS:texas
|
||||
LIBS:intel
|
||||
LIBS:audio
|
||||
LIBS:interface
|
||||
LIBS:digital-audio
|
||||
LIBS:philips
|
||||
LIBS:display
|
||||
LIBS:cypress
|
||||
LIBS:siliconi
|
||||
LIBS:opto
|
||||
LIBS:atmel
|
||||
LIBS:contrib
|
||||
LIBS:test-cache
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date ""
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
$Comp
|
||||
L GNDD #PWR01
|
||||
U 1 1 5589785A
|
||||
P 2450 3650
|
||||
F 0 "#PWR01" H 2450 3400 50 0001 C CNN
|
||||
F 1 "GNDD" H 2450 3500 50 0000 C CNN
|
||||
F 2 "" H 2450 3650 60 0000 C CNN
|
||||
F 3 "" H 2450 3650 60 0000 C CNN
|
||||
1 2450 3650
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2700 3250 2850 3250
|
||||
Wire Wire Line
|
||||
2850 3250 2850 3550
|
||||
Wire Wire Line
|
||||
2850 3550 2050 3550
|
||||
Wire Wire Line
|
||||
2050 3550 2050 3250
|
||||
Wire Wire Line
|
||||
2050 3250 2200 3250
|
||||
Wire Wire Line
|
||||
2200 3350 2050 3350
|
||||
Connection ~ 2050 3350
|
||||
Wire Wire Line
|
||||
2700 3350 2850 3350
|
||||
Connection ~ 2850 3350
|
||||
Wire Wire Line
|
||||
2450 3650 2450 3550
|
||||
Connection ~ 2450 3550
|
||||
$Comp
|
||||
L GNDD #PWR02
|
||||
U 1 1 558978D3
|
||||
P 3500 1150
|
||||
F 0 "#PWR02" H 3500 900 50 0001 C CNN
|
||||
F 1 "GNDD" H 3500 1000 50 0000 C CNN
|
||||
F 2 "" H 3500 1150 60 0000 C CNN
|
||||
F 3 "" H 3500 1150 60 0000 C CNN
|
||||
1 3500 1150
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L GNDD #PWR03
|
||||
U 1 1 5589790A
|
||||
P 1400 1150
|
||||
F 0 "#PWR03" H 1400 900 50 0001 C CNN
|
||||
F 1 "GNDD" H 1400 1000 50 0000 C CNN
|
||||
F 2 "" H 1400 1150 60 0000 C CNN
|
||||
F 3 "" H 1400 1150 60 0000 C CNN
|
||||
1 1400 1150
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L GNDD #PWR04
|
||||
U 1 1 558979C1
|
||||
P 4650 1150
|
||||
F 0 "#PWR04" H 4650 900 50 0001 C CNN
|
||||
F 1 "GNDD" H 4650 1000 50 0000 C CNN
|
||||
F 2 "" H 4650 1150 60 0000 C CNN
|
||||
F 3 "" H 4650 1150 60 0000 C CNN
|
||||
1 4650 1150
|
||||
0 1 1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L GNDD #PWR05
|
||||
U 1 1 558979E8
|
||||
P 5650 1150
|
||||
F 0 "#PWR05" H 5650 900 50 0001 C CNN
|
||||
F 1 "GNDD" H 5650 1000 50 0000 C CNN
|
||||
F 2 "" H 5650 1150 60 0000 C CNN
|
||||
F 3 "" H 5650 1150 60 0000 C CNN
|
||||
1 5650 1150
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
$Comp
|
||||
L +3V3 #PWR06
|
||||
U 1 1 55897A67
|
||||
P 2850 950
|
||||
F 0 "#PWR06" H 2850 800 50 0001 C CNN
|
||||
F 1 "+3V3" H 2850 1090 50 0000 C CNN
|
||||
F 2 "" H 2850 950 60 0000 C CNN
|
||||
F 3 "" H 2850 950 60 0000 C CNN
|
||||
1 2850 950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +5V #PWR07
|
||||
U 1 1 55897A7F
|
||||
P 3050 950
|
||||
F 0 "#PWR07" H 3050 800 50 0001 C CNN
|
||||
F 1 "+5V" H 3050 1090 50 0000 C CNN
|
||||
F 2 "" H 3050 950 60 0000 C CNN
|
||||
F 3 "" H 3050 950 60 0000 C CNN
|
||||
1 3050 950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2700 1250 2850 1250
|
||||
Wire Wire Line
|
||||
2850 1250 2850 950
|
||||
Wire Wire Line
|
||||
2700 1350 3050 1350
|
||||
Wire Wire Line
|
||||
3050 1350 3050 950
|
||||
Wire Wire Line
|
||||
3300 950 3300 1450
|
||||
Wire Wire Line
|
||||
3300 1450 2700 1450
|
||||
$Comp
|
||||
L +3V3 #PWR08
|
||||
U 1 1 55897EE7
|
||||
P 2050 950
|
||||
F 0 "#PWR08" H 2050 800 50 0001 C CNN
|
||||
F 1 "+3V3" H 2050 1090 50 0000 C CNN
|
||||
F 2 "" H 2050 950 60 0000 C CNN
|
||||
F 3 "" H 2050 950 60 0000 C CNN
|
||||
1 2050 950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L +5V #PWR09
|
||||
U 1 1 55897EF8
|
||||
P 1850 950
|
||||
F 0 "#PWR09" H 1850 800 50 0001 C CNN
|
||||
F 1 "+5V" H 1850 1090 50 0000 C CNN
|
||||
F 2 "" H 1850 950 60 0000 C CNN
|
||||
F 3 "" H 1850 950 60 0000 C CNN
|
||||
1 1850 950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2200 1250 2050 1250
|
||||
Wire Wire Line
|
||||
2050 1250 2050 950
|
||||
Wire Wire Line
|
||||
2200 1350 1850 1350
|
||||
Wire Wire Line
|
||||
1850 1350 1850 950
|
||||
Wire Wire Line
|
||||
2200 1450 1600 1450
|
||||
Wire Wire Line
|
||||
1600 1450 1600 950
|
||||
Wire Wire Line
|
||||
2700 1150 3500 1150
|
||||
Wire Wire Line
|
||||
2200 1150 1400 1150
|
||||
Wire Wire Line
|
||||
4650 1150 4900 1150
|
||||
Wire Wire Line
|
||||
5400 1150 5650 1150
|
||||
$Comp
|
||||
L SYS_5V #PWR010
|
||||
U 1 1 55898497
|
||||
P 3300 950
|
||||
F 0 "#PWR010" H 3300 800 50 0001 C CNN
|
||||
F 1 "SYS_5V" H 3300 1090 50 0000 C CNN
|
||||
F 2 "" H 3300 950 60 0000 C CNN
|
||||
F 3 "" H 3300 950 60 0000 C CNN
|
||||
1 3300 950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L SYS_5V #PWR011
|
||||
U 1 1 558984AF
|
||||
P 1600 950
|
||||
F 0 "#PWR011" H 1600 800 50 0001 C CNN
|
||||
F 1 "SYS_5V" H 1600 1090 50 0000 C CNN
|
||||
F 2 "" H 1600 950 60 0000 C CNN
|
||||
F 3 "" H 1600 950 60 0000 C CNN
|
||||
1 1600 950
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L VDD_ADC #PWR012
|
||||
U 1 1 558985D8
|
||||
P 3050 2550
|
||||
F 0 "#PWR012" H 3050 2400 50 0001 C CNN
|
||||
F 1 "VDD_ADC" H 3050 2690 50 0000 C CNN
|
||||
F 2 "" H 3050 2550 60 0000 C CNN
|
||||
F 3 "" H 3050 2550 60 0000 C CNN
|
||||
1 3050 2550
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2700 2650 3050 2650
|
||||
Wire Wire Line
|
||||
3050 2650 3050 2550
|
||||
$Comp
|
||||
L GNDA_ADC #PWR013
|
||||
U 1 1 5589865D
|
||||
P 3050 2750
|
||||
F 0 "#PWR013" H 3050 2500 50 0001 C CNN
|
||||
F 1 "GNDA_ADC" H 3050 2600 50 0000 C CNN
|
||||
F 2 "" H 3050 2750 60 0000 C CNN
|
||||
F 3 "" H 3050 2750 60 0000 C CNN
|
||||
1 3050 2750
|
||||
0 -1 -1 0
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2700 2750 3050 2750
|
||||
Text GLabel 2800 1550 2 50 Input ~ 0
|
||||
SYS_RESETN
|
||||
Wire Wire Line
|
||||
2700 1550 2800 1550
|
||||
Text GLabel 2100 1550 0 50 Input ~ 0
|
||||
PWR_BUT
|
||||
Wire Wire Line
|
||||
2200 1550 2100 1550
|
||||
$Comp
|
||||
L BeagleBone_Black_Header P9
|
||||
U 1 1 55DF7DBA
|
||||
P 2450 2250
|
||||
F 0 "P9" H 2450 3450 50 0000 C CNN
|
||||
F 1 "BeagleBone_Black_Header" V 2450 2250 50 0000 C CNN
|
||||
F 2 "Socket_BeagleBone_Black:Socket_BeagleBone_Black" H 2450 1400 60 0001 C CNN
|
||||
F 3 "" H 2450 1400 60 0000 C CNN
|
||||
1 2450 2250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L BeagleBone_Black_Header P8
|
||||
U 1 1 55DF7DE1
|
||||
P 5150 2250
|
||||
F 0 "P8" H 5150 3450 50 0000 C CNN
|
||||
F 1 "BeagleBone_Black_Header" V 5150 2250 50 0000 C CNN
|
||||
F 2 "Socket_BeagleBone_Black:Socket_BeagleBone_Black" H 5150 1400 60 0001 C CNN
|
||||
F 3 "" H 5150 1400 60 0000 C CNN
|
||||
1 5150 2250
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$EndSCHEMATC
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue