Skip to content

Commit c333e52

Browse files
committed
kicad: added boot switches
1 parent fd02963 commit c333e52

File tree

6 files changed

+2739
-1464
lines changed

6 files changed

+2739
-1464
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
(module Switch_SPDT_P2.54mm_Vertical (layer F.Cu) (tedit 5BE8805A)
2+
(descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row")
3+
(tags "Through hole pin header THT 1x03 2.54mm single row")
4+
(fp_text reference SW1 (at 0 -3.7) (layer F.SilkS)
5+
(effects (font (size 1 1) (thickness 0.15)))
6+
)
7+
(fp_text value SW_SPDT (at 0 8.7) (layer F.Fab)
8+
(effects (font (size 1 1) (thickness 0.15)))
9+
)
10+
(fp_line (start -1.25 -2.5) (end 1.3 -2.5) (layer F.Fab) (width 0.1))
11+
(fp_line (start 1.3 -2.5) (end 1.3 7.5) (layer F.Fab) (width 0.1))
12+
(fp_line (start 1.3 7.5) (end -1.25 7.5) (layer F.Fab) (width 0.1))
13+
(fp_line (start -1.25 7.5) (end -1.25 -2.5) (layer F.Fab) (width 0.1))
14+
(fp_line (start -1.3 7.55) (end 1.35 7.55) (layer F.SilkS) (width 0.12))
15+
(fp_line (start -1.3 1.3) (end -1.3 7.55) (layer F.SilkS) (width 0.12))
16+
(fp_line (start 1.35 1.3) (end 1.35 7.55) (layer F.SilkS) (width 0.12))
17+
(fp_line (start -1.3 1.3) (end 1.35 1.3) (layer F.SilkS) (width 0.12))
18+
(fp_line (start -1.3 -1.27) (end -1.3 -2.55) (layer F.SilkS) (width 0.12))
19+
(fp_line (start -1.3 -2.55) (end 0.03 -2.55) (layer F.SilkS) (width 0.12))
20+
(fp_line (start -1.75 -3) (end -1.75 8) (layer F.CrtYd) (width 0.05))
21+
(fp_line (start -1.75 8) (end 1.75 8) (layer F.CrtYd) (width 0.05))
22+
(fp_line (start 1.75 8) (end 1.75 -3) (layer F.CrtYd) (width 0.05))
23+
(fp_line (start 1.75 -3) (end -1.75 -3) (layer F.CrtYd) (width 0.05))
24+
(fp_text user %R (at 0 2.54 90) (layer F.Fab)
25+
(effects (font (size 1 1) (thickness 0.15)))
26+
)
27+
(pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
28+
(pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
29+
(pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
30+
(model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl
31+
(at (xyz 0 0 0))
32+
(scale (xyz 1 1 1))
33+
(rotate (xyz 0 0 0))
34+
)
35+
)

kicad/nand_programmator-cache.lib

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
EESchema-LIBRARY Version 2.4
22
#encoding utf-8
33
#
4+
# Switch_SW_SPDT
5+
#
6+
DEF Switch_SW_SPDT SW 0 0 Y N 1 F N
7+
F0 "SW" 0 170 50 H V C CNN
8+
F1 "Switch_SW_SPDT" 0 -200 50 H V C CNN
9+
F2 "" 0 0 50 H I C CNN
10+
F3 "" 0 0 50 H I C CNN
11+
DRAW
12+
C -80 0 20 0 0 0 N
13+
C 80 -100 20 0 0 0 N
14+
C 80 100 20 0 1 0 N
15+
P 2 0 1 0 -60 10 65 90 N
16+
X A 1 200 100 100 L 50 50 1 1 P
17+
X B 2 -200 0 100 R 50 50 1 1 P
18+
X C 3 200 -100 100 L 50 50 1 1 P
19+
ENDDRAW
20+
ENDDEF
21+
#
422
# nand_programmator_+3.3V
523
#
624
DEF nand_programmator_+3.3V #PWR 0 0 Y Y 1 F P

0 commit comments

Comments
 (0)