From 0a828acb95c137df94a94f68b7317e22ef0a8f80 Mon Sep 17 00:00:00 2001 From: David 'Pixx' Zalesak Date: Wed, 22 May 2019 21:25:09 +0200 Subject: [PATCH] Initial commit --- PCB/fp-info-cache | 1 + PCB/fp-lib-table | 3 + PCB/libs/moje_soucastky.lib | 20 + .../Mini_step_down_regulator.kicad_mod | 20 + PCB/sym-lib-table | 3 + PCB/tabule-cache.lib | 253 + PCB/tabule.kicad_pcb | 6511 +++++++++++++++++ PCB/tabule.net | 1378 ++++ PCB/tabule.pro | 249 + PCB/tabule.sch | 1898 +++++ README.md | 4 + SW/minuty/minuty.ino | 184 + SW/score/score.ino | 115 + 13 files changed, 10639 insertions(+) create mode 100644 PCB/fp-info-cache create mode 100644 PCB/fp-lib-table create mode 100644 PCB/libs/moje_soucastky.lib create mode 100644 PCB/libs/moje_soucastky.pretty/Mini_step_down_regulator.kicad_mod create mode 100644 PCB/sym-lib-table create mode 100644 PCB/tabule-cache.lib create mode 100644 PCB/tabule.kicad_pcb create mode 100644 PCB/tabule.net create mode 100644 PCB/tabule.pro create mode 100644 PCB/tabule.sch create mode 100644 README.md create mode 100644 SW/minuty/minuty.ino create mode 100644 SW/score/score.ino diff --git a/PCB/fp-info-cache b/PCB/fp-info-cache new file mode 100644 index 0000000..573541a --- /dev/null +++ b/PCB/fp-info-cache @@ -0,0 +1 @@ +0 diff --git a/PCB/fp-lib-table b/PCB/fp-lib-table new file mode 100644 index 0000000..d53d39b --- /dev/null +++ b/PCB/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name moje_soucastky)(type KiCad)(uri ${KIPRJMOD}/libs/moje_soucastky.pretty)(options "")(descr "")) +) diff --git a/PCB/libs/moje_soucastky.lib b/PCB/libs/moje_soucastky.lib new file mode 100644 index 0000000..75c7e38 --- /dev/null +++ b/PCB/libs/moje_soucastky.lib @@ -0,0 +1,20 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Mini_step_down_regulator +# +DEF Mini_step_down_regulator U 0 40 Y Y 1 F N +F0 "U" 0 400 50 H V C CNN +F1 "Mini_step_down_regulator" 250 0 50 V V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -200 -350 200 350 0 1 0 N +X GND 1 -100 450 100 D 50 50 1 1 w +X VCC 2 100 450 100 D 50 50 1 1 w +X GND 3 -100 -450 100 U 50 50 1 1 W +X 12V 4 100 -450 100 U 50 50 1 1 W +ENDDRAW +ENDDEF +# +#End Library diff --git a/PCB/libs/moje_soucastky.pretty/Mini_step_down_regulator.kicad_mod b/PCB/libs/moje_soucastky.pretty/Mini_step_down_regulator.kicad_mod new file mode 100644 index 0000000..85c2e02 --- /dev/null +++ b/PCB/libs/moje_soucastky.pretty/Mini_step_down_regulator.kicad_mod @@ -0,0 +1,20 @@ +(module Mini_step_down_regulator (layer F.Cu) (tedit 5BDF54FE) + (fp_text reference REF** (at 0 -24.13) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Mini_step_down_regulator (at 0 1.27) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -8.5 -22.5) (end 8.5 -22.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.5 -22.5) (end -8.5 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.5 -22.5) (end 8.5 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.5 0) (end 8.5 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -6.604 -20.574) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at -4.064 -20.574) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at 6.636 -20.574) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 3 thru_hole circle (at -4.064 -2.024) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 4 thru_hole circle (at 6.636 -2.024) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at 4.096 -20.574) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 3 thru_hole circle (at -6.604 -2.024) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 4 thru_hole circle (at 4.096 -2.024) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) +) diff --git a/PCB/sym-lib-table b/PCB/sym-lib-table new file mode 100644 index 0000000..69374cc --- /dev/null +++ b/PCB/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name moje_soucastky)(type Legacy)(uri ${KIPRJMOD}/libs/moje_soucastky.lib)(options "")(descr "")) +) diff --git a/PCB/tabule-cache.lib b/PCB/tabule-cache.lib new file mode 100644 index 0000000..c17275b --- /dev/null +++ b/PCB/tabule-cache.lib @@ -0,0 +1,253 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# 4xxx_4543 +# +DEF 4xxx_4543 U 0 40 Y Y 1 L N +F0 "U" -300 450 50 H V C CNN +F1 "4xxx_4543" -300 -450 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP*W7.62mm* + SOIC*3.9x9.9mm*P1.27mm* + TSSOP*4.4x5mm*P0.65mm* +$ENDFPLIST +DRAW +S -300 400 300 -400 1 1 10 f +X ~LE 1 -500 -100 200 R 50 50 1 0 I +X Qb 10 500 200 200 L 50 50 1 0 O +X Qc 11 500 100 200 L 50 50 1 0 O +X Qd 12 500 0 200 L 50 50 1 0 O +X Qe 13 500 -100 200 L 50 50 1 0 O +X Qg 14 500 -300 200 L 50 50 1 0 O +X Qf 15 500 -200 200 L 50 50 1 0 O +X VDD 16 0 600 200 D 50 50 1 0 W +X D2 2 -500 100 200 R 50 50 1 0 I +X D1 3 -500 200 200 R 50 50 1 0 I +X D3 4 -500 0 200 R 50 50 1 0 I +X D0 5 -500 300 200 R 50 50 1 0 I +X PH 6 -500 -300 200 R 50 50 1 0 I +X BL 7 -500 -200 200 R 50 50 1 0 I +X VSS 8 0 -600 200 U 50 50 1 0 W +X Qa 9 500 300 200 L 50 50 1 0 O +ENDDRAW +ENDDEF +# +# Connector_Conn_01x02_Female +# +DEF Connector_Conn_01x02_Female J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Female" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +X Pin_1 1 -200 0 150 R 50 50 1 1 P +X Pin_2 2 -200 -100 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x04_Female +# +DEF Connector_Conn_01x04_Female J 0 40 Y N 1 F N +F0 "J" 0 200 50 H V C CNN +F1 "Connector_Conn_01x04_Female" 0 -300 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +A 0 100 20 901 -901 1 1 6 N 0 120 0 80 +P 2 1 1 6 -50 -200 -20 -200 N +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +P 2 1 1 6 -50 100 -20 100 N +X Pin_1 1 -200 100 150 R 50 50 1 1 P +X Pin_2 2 -200 0 150 R 50 50 1 1 P +X Pin_3 3 -200 -100 150 R 50 50 1 1 P +X Pin_4 4 -200 -200 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x08_Male +# +DEF Connector_Conn_01x08_Male J 0 40 Y N 1 F N +F0 "J" 0 400 50 H V C CNN +F1 "Connector_Conn_01x08_Male" 0 -500 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -395 0 -405 1 1 6 F +S 34 -295 0 -305 1 1 6 F +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +S 34 205 0 195 1 1 6 F +S 34 305 0 295 1 1 6 F +P 2 1 1 6 50 -400 34 -400 N +P 2 1 1 6 50 -300 34 -300 N +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +P 2 1 1 6 50 200 34 200 N +P 2 1 1 6 50 300 34 300 N +X Pin_1 1 200 300 150 L 50 50 1 1 P +X Pin_2 2 200 200 150 L 50 50 1 1 P +X Pin_3 3 200 100 150 L 50 50 1 1 P +X Pin_4 4 200 0 150 L 50 50 1 1 P +X Pin_5 5 200 -100 150 L 50 50 1 1 P +X Pin_6 6 200 -200 150 L 50 50 1 1 P +X Pin_7 7 200 -300 150 L 50 50 1 1 P +X Pin_8 8 200 -400 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# MCU_Module_Arduino_Nano_v3.x +# +DEF MCU_Module_Arduino_Nano_v3.x A 0 40 Y Y 1 F N +F0 "A" -200 1025 50 H V R CNN +F1 "MCU_Module_Arduino_Nano_v3.x" -200 950 50 H V R CNN +F2 "Module:Arduino_Nano" 150 -950 50 H I L CNN +F3 "" 0 -1000 50 H I C CNN +ALIAS Arduino_Nano_v2.x +$FPLIST + Arduino*Nano* +$ENDFPLIST +DRAW +S -400 900 400 -900 0 1 10 f +X D1/TX 1 -500 500 100 R 50 50 1 1 B +X D7 10 -500 -100 100 R 50 50 1 1 B +X D8 11 -500 -200 100 R 50 50 1 1 B +X D9 12 -500 -300 100 R 50 50 1 1 B +X D10 13 -500 -400 100 R 50 50 1 1 B +X D11 14 -500 -500 100 R 50 50 1 1 B +X D12 15 -500 -600 100 R 50 50 1 1 B +X D13 16 -500 -700 100 R 50 50 1 1 B +X 3V3 17 100 1000 100 D 50 50 1 1 w +X AREF 18 500 200 100 L 50 50 1 1 I +X A0 19 500 0 100 L 50 50 1 1 B +X D0/RX 2 -500 600 100 R 50 50 1 1 B +X A1 20 500 -100 100 L 50 50 1 1 B +X A2 21 500 -200 100 L 50 50 1 1 B +X A3 22 500 -300 100 L 50 50 1 1 B +X A4 23 500 -400 100 L 50 50 1 1 B +X A5 24 500 -500 100 L 50 50 1 1 B +X A6 25 500 -600 100 L 50 50 1 1 B +X A7 26 500 -700 100 L 50 50 1 1 B +X +5V 27 200 1000 100 D 50 50 1 1 w +X RESET 28 500 600 100 L 50 50 1 1 I +X GND 29 100 -1000 100 U 50 50 1 1 W +X RESET 3 500 500 100 L 50 50 1 1 I +X VIN 30 -100 1000 100 D 50 50 1 1 W +X GND 4 0 -1000 100 U 50 50 1 1 W +X D2 5 -500 400 100 R 50 50 1 1 B +X D3 6 -500 300 100 R 50 50 1 1 B +X D4 7 -500 200 100 R 50 50 1 1 B +X D5 8 -500 100 100 R 50 50 1 1 B +X D6 9 -500 0 100 R 50 50 1 1 B +ENDDRAW +ENDDEF +# +# Transistor_FET_BS170 +# +DEF Transistor_FET_BS170 Q 0 0 Y N 1 F N +F0 "Q" 200 75 50 H V L CNN +F1 "Transistor_FET_BS170" 200 0 50 H V L CNN +F2 "Package_TO_SOT_THT:TO-92_Inline" 200 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +ALIAS BS108 BS170 +$FPLIST + TO?92* +$ENDFPLIST +DRAW +C 65 0 111 0 1 10 N +C 100 -70 11 0 1 0 F +C 100 70 11 0 1 0 F +P 2 0 1 0 30 -70 100 -70 N +P 2 0 1 10 30 -50 30 -90 N +P 2 0 1 0 30 0 100 0 N +P 2 0 1 10 30 20 30 -20 N +P 2 0 1 0 30 70 100 70 N +P 2 0 1 10 30 90 30 50 N +P 2 0 1 0 100 -70 100 -100 N +P 2 0 1 0 100 -70 100 0 N +P 2 0 1 0 100 100 100 70 N +P 3 0 1 10 10 75 10 -75 10 -75 N +P 4 0 1 0 40 0 80 15 80 -15 40 0 F +P 4 0 1 0 100 -70 130 -70 130 70 100 70 N +P 4 0 1 0 110 20 115 15 145 15 150 10 N +P 4 0 1 0 130 15 115 -10 145 -10 130 15 N +X D 1 100 200 100 D 50 50 1 1 P +X G 2 -200 0 210 R 50 50 1 1 I +X S 3 100 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# moje_soucastky_Mini_step_down_regulator +# +DEF moje_soucastky_Mini_step_down_regulator U 0 40 Y Y 1 F N +F0 "U" 0 400 50 H V C CNN +F1 "moje_soucastky_Mini_step_down_regulator" 250 0 50 V V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -200 -350 200 350 0 1 0 N +X GND 1 -100 450 100 D 50 50 1 1 w +X VCC 2 100 450 100 D 50 50 1 1 w +X GND 3 -100 -450 100 U 50 50 1 1 W +X 12V 4 100 -450 100 U 50 50 1 1 W +ENDDRAW +ENDDEF +# +#End Library diff --git a/PCB/tabule.kicad_pcb b/PCB/tabule.kicad_pcb new file mode 100644 index 0000000..2419c9f --- /dev/null +++ b/PCB/tabule.kicad_pcb @@ -0,0 +1,6511 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.2) + + (general + (thickness 1.6) + (drawings 97) + (tracks 416) + (zones 0) + (modules 103) + (nets 113) + ) + + (page A4) + (title_block + (title Tabule) + (date 2018-10-24) + (rev V1.1) + (comment 1 "David Zálešák") + ) + + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user hide) + (33 F.Adhes user hide) + (34 B.Paste user hide) + (35 F.Paste user hide) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user hide) + (41 Cmts.User user hide) + (42 Eco1.User user hide) + (43 Eco2.User user hide) + (44 Edge.Cuts user) + (45 Margin user hide) + (46 B.CrtYd user hide) + (47 F.CrtYd user hide) + (48 B.Fab user hide) + (49 F.Fab user hide) + ) + + (setup + (last_trace_width 0.5) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (via_size 1.2) + (via_drill 0.8) + (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) + (edge_width 0.15) + (segment_width 0.2) + (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 0.75 0.75) + (pad_drill 0.75) + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (aux_axis_origin 0 0) + (visible_elements FFFDFF7F) + (pcbplotparams + (layerselection 0x010f0_ffffffff) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer false) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 5) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "plots/")) + ) + + (net 0 "") + (net 1 A0) + (net 2 GND) + (net 3 A1) + (net 4 A2) + (net 5 D3) + (net 6 D4) + (net 7 A4) + (net 8 D5) + (net 9 A5) + (net 10 A6) + (net 11 D7) + (net 12 D8) + (net 13 5V) + (net 14 D9) + (net 15 D10) + (net 16 D11) + (net 17 D12) + (net 18 "Net-(Q1-Pad2)") + (net 19 "Net-(Q2-Pad2)") + (net 20 "Net-(Q3-Pad2)") + (net 21 "Net-(Q4-Pad2)") + (net 22 "Net-(Q5-Pad2)") + (net 23 "Net-(Q6-Pad2)") + (net 24 "Net-(Q7-Pad2)") + (net 25 "Net-(Q9-Pad2)") + (net 26 "Net-(Q10-Pad2)") + (net 27 "Net-(Q11-Pad2)") + (net 28 "Net-(Q12-Pad2)") + (net 29 "Net-(Q13-Pad2)") + (net 30 "Net-(Q14-Pad2)") + (net 31 "Net-(Q15-Pad2)") + (net 32 "Net-(Q17-Pad2)") + (net 33 "Net-(Q18-Pad2)") + (net 34 "Net-(Q19-Pad2)") + (net 35 "Net-(Q20-Pad2)") + (net 36 "Net-(Q21-Pad2)") + (net 37 "Net-(Q22-Pad2)") + (net 38 "Net-(Q23-Pad2)") + (net 39 "Net-(Q24-Pad2)") + (net 40 "Net-(Q25-Pad2)") + (net 41 "Net-(Q26-Pad2)") + (net 42 "Net-(Q27-Pad2)") + (net 43 "Net-(Q28-Pad2)") + (net 44 "Net-(Q29-Pad2)") + (net 45 "Net-(Q30-Pad2)") + (net 46 D13) + (net 47 "Net-(A1-Pad2)") + (net 48 12V) + (net 49 "Net-(R29-Pad1)") + (net 50 "Net-(R30-Pad1)") + (net 51 "Net-(R31-Pad1)") + (net 52 "Net-(R32-Pad2)") + (net 53 "Net-(R33-Pad2)") + (net 54 "Net-(R34-Pad1)") + (net 55 "Net-(R35-Pad1)") + (net 56 "Net-(R36-Pad2)") + (net 57 "Net-(R37-Pad2)") + (net 58 "Net-(R38-Pad2)") + (net 59 "Net-(R39-Pad1)") + (net 60 "Net-(R40-Pad1)") + (net 61 "Net-(R41-Pad1)") + (net 62 "Net-(R42-Pad1)") + (net 63 "Net-(R43-Pad2)") + (net 64 "Net-(R44-Pad2)") + (net 65 "Net-(R45-Pad2)") + (net 66 "Net-(R47-Pad1)") + (net 67 "Net-(R48-Pad1)") + (net 68 "Net-(R49-Pad2)") + (net 69 "Net-(R50-Pad2)") + (net 70 "Net-(R51-Pad1)") + (net 71 "Net-(R52-Pad1)") + (net 72 "Net-(R53-Pad1)") + (net 73 "Net-(R55-Pad2)") + (net 74 "Net-(R56-Pad2)") + (net 75 "Net-(R57-Pad1)") + (net 76 "Net-(R58-Pad1)") + (net 77 "Net-(Q8-Pad2)") + (net 78 "Net-(Q16-Pad2)") + (net 79 "Net-(J1-Pad8)") + (net 80 "Net-(J1-Pad7)") + (net 81 "Net-(J1-Pad6)") + (net 82 "Net-(J1-Pad5)") + (net 83 "Net-(J1-Pad4)") + (net 84 "Net-(J1-Pad3)") + (net 85 "Net-(J1-Pad2)") + (net 86 "Net-(J1-Pad1)") + (net 87 "Net-(J3-Pad8)") + (net 88 "Net-(J3-Pad7)") + (net 89 "Net-(J3-Pad6)") + (net 90 "Net-(J3-Pad5)") + (net 91 "Net-(J3-Pad4)") + (net 92 "Net-(J3-Pad3)") + (net 93 "Net-(J3-Pad2)") + (net 94 "Net-(J3-Pad1)") + (net 95 "Net-(J4-Pad7)") + (net 96 "Net-(J4-Pad6)") + (net 97 "Net-(J4-Pad5)") + (net 98 "Net-(J4-Pad4)") + (net 99 "Net-(J4-Pad3)") + (net 100 "Net-(J4-Pad2)") + (net 101 "Net-(J4-Pad1)") + (net 102 "Net-(J5-Pad8)") + (net 103 "Net-(J5-Pad7)") + (net 104 "Net-(J5-Pad6)") + (net 105 "Net-(J5-Pad5)") + (net 106 "Net-(J5-Pad4)") + (net 107 "Net-(J5-Pad3)") + (net 108 "Net-(J5-Pad2)") + (net 109 D6) + (net 110 "Net-(A1-Pad5)") + (net 111 A3) + (net 112 D1) + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 0.5) + (via_dia 1.2) + (via_drill 0.8) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net 5V) + (add_net A0) + (add_net A1) + (add_net A2) + (add_net A3) + (add_net A4) + (add_net A5) + (add_net A6) + (add_net D1) + (add_net D10) + (add_net D11) + (add_net D12) + (add_net D13) + (add_net D3) + (add_net D4) + (add_net D5) + (add_net D6) + (add_net D7) + (add_net D8) + (add_net D9) + (add_net "Net-(A1-Pad2)") + (add_net "Net-(A1-Pad5)") + (add_net "Net-(J1-Pad1)") + (add_net "Net-(J1-Pad2)") + (add_net "Net-(J1-Pad3)") + (add_net "Net-(J1-Pad4)") + (add_net "Net-(J1-Pad5)") + (add_net "Net-(J1-Pad6)") + (add_net "Net-(J1-Pad7)") + (add_net "Net-(J1-Pad8)") + (add_net "Net-(J3-Pad1)") + (add_net "Net-(J3-Pad2)") + (add_net "Net-(J3-Pad3)") + (add_net "Net-(J3-Pad4)") + (add_net "Net-(J3-Pad5)") + (add_net "Net-(J3-Pad6)") + (add_net "Net-(J3-Pad7)") + (add_net "Net-(J3-Pad8)") + (add_net "Net-(J4-Pad1)") + (add_net "Net-(J4-Pad2)") + (add_net "Net-(J4-Pad3)") + (add_net "Net-(J4-Pad4)") + (add_net "Net-(J4-Pad5)") + (add_net "Net-(J4-Pad6)") + (add_net "Net-(J4-Pad7)") + (add_net "Net-(J5-Pad2)") + (add_net "Net-(J5-Pad3)") + (add_net "Net-(J5-Pad4)") + (add_net "Net-(J5-Pad5)") + (add_net "Net-(J5-Pad6)") + (add_net "Net-(J5-Pad7)") + (add_net "Net-(J5-Pad8)") + (add_net "Net-(Q1-Pad2)") + (add_net "Net-(Q10-Pad2)") + (add_net "Net-(Q11-Pad2)") + (add_net "Net-(Q12-Pad2)") + (add_net "Net-(Q13-Pad2)") + (add_net "Net-(Q14-Pad2)") + (add_net "Net-(Q15-Pad2)") + (add_net "Net-(Q16-Pad2)") + (add_net "Net-(Q17-Pad2)") + (add_net "Net-(Q18-Pad2)") + (add_net "Net-(Q19-Pad2)") + (add_net "Net-(Q2-Pad2)") + (add_net "Net-(Q20-Pad2)") + (add_net "Net-(Q21-Pad2)") + (add_net "Net-(Q22-Pad2)") + (add_net "Net-(Q23-Pad2)") + (add_net "Net-(Q24-Pad2)") + (add_net "Net-(Q25-Pad2)") + (add_net "Net-(Q26-Pad2)") + (add_net "Net-(Q27-Pad2)") + (add_net "Net-(Q28-Pad2)") + (add_net "Net-(Q29-Pad2)") + (add_net "Net-(Q3-Pad2)") + (add_net "Net-(Q30-Pad2)") + (add_net "Net-(Q4-Pad2)") + (add_net "Net-(Q5-Pad2)") + (add_net "Net-(Q6-Pad2)") + (add_net "Net-(Q7-Pad2)") + (add_net "Net-(Q8-Pad2)") + (add_net "Net-(Q9-Pad2)") + (add_net "Net-(R29-Pad1)") + (add_net "Net-(R30-Pad1)") + (add_net "Net-(R31-Pad1)") + (add_net "Net-(R32-Pad2)") + (add_net "Net-(R33-Pad2)") + (add_net "Net-(R34-Pad1)") + (add_net "Net-(R35-Pad1)") + (add_net "Net-(R36-Pad2)") + (add_net "Net-(R37-Pad2)") + (add_net "Net-(R38-Pad2)") + (add_net "Net-(R39-Pad1)") + (add_net "Net-(R40-Pad1)") + (add_net "Net-(R41-Pad1)") + (add_net "Net-(R42-Pad1)") + (add_net "Net-(R43-Pad2)") + (add_net "Net-(R44-Pad2)") + (add_net "Net-(R45-Pad2)") + (add_net "Net-(R47-Pad1)") + (add_net "Net-(R48-Pad1)") + (add_net "Net-(R49-Pad2)") + (add_net "Net-(R50-Pad2)") + (add_net "Net-(R51-Pad1)") + (add_net "Net-(R52-Pad1)") + (add_net "Net-(R53-Pad1)") + (add_net "Net-(R55-Pad2)") + (add_net "Net-(R56-Pad2)") + (add_net "Net-(R57-Pad1)") + (add_net "Net-(R58-Pad1)") + ) + + (net_class GND "" + (clearance 0.4) + (trace_width 0.75) + (via_dia 1.2) + (via_drill 0.8) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net 12V) + (add_net GND) + ) + + (module Module:Arduino_Nano locked (layer F.Cu) (tedit 58ACAF70) (tstamp 5C55BBE0) + (at 100.33 69.85) + (descr "Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf") + (tags "Arduino Nano") + (path /5BD09A4B) + (fp_text reference A1 (at 7.62 17.78) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Arduino_Nano_v3.x (at 8.89 19.05 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 16.75 42.16) (end -1.53 42.16) (layer F.CrtYd) (width 0.05)) + (fp_line (start 16.75 42.16) (end 16.75 -4.06) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.53 -4.06) (end -1.53 42.16) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.53 -4.06) (end 16.75 -4.06) (layer F.CrtYd) (width 0.05)) + (fp_line (start 16.51 -3.81) (end 16.51 39.37) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -3.81) (end 16.51 -3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -2.54) (end 0 -3.81) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 39.37) (end -1.27 -2.54) (layer F.Fab) (width 0.1)) + (fp_line (start 16.51 39.37) (end -1.27 39.37) (layer F.Fab) (width 0.1)) + (fp_line (start 16.64 -3.94) (end -1.4 -3.94) (layer F.SilkS) (width 0.12)) + (fp_line (start 16.64 39.5) (end 16.64 -3.94) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.4 39.5) (end 16.64 39.5) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.81 41.91) (end 3.81 31.75) (layer F.Fab) (width 0.1)) + (fp_line (start 11.43 41.91) (end 3.81 41.91) (layer F.Fab) (width 0.1)) + (fp_line (start 11.43 31.75) (end 11.43 41.91) (layer F.Fab) (width 0.1)) + (fp_line (start 3.81 31.75) (end 11.43 31.75) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 36.83) (end -1.4 36.83) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 1.27) (end 1.27 36.83) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 1.27) (end -1.4 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 13.97 36.83) (end 16.64 36.83) (layer F.SilkS) (width 0.12)) + (fp_line (start 13.97 -1.27) (end 13.97 36.83) (layer F.SilkS) (width 0.12)) + (fp_line (start 13.97 -1.27) (end 16.64 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.4 -3.94) (end -1.4 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.4 1.27) (end -1.4 39.5) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 -1.27) (end -1.4 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 6.35 19.05 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 16 thru_hole oval (at 15.24 35.56) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 46 D13)) + (pad 15 thru_hole oval (at 0 35.56) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 17 D12)) + (pad 30 thru_hole oval (at 15.24 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)) + (pad 14 thru_hole oval (at 0 33.02) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 16 D11)) + (pad 29 thru_hole oval (at 15.24 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 13 thru_hole oval (at 0 30.48) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 15 D10)) + (pad 28 thru_hole oval (at 15.24 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)) + (pad 12 thru_hole oval (at 0 27.94) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 14 D9)) + (pad 27 thru_hole oval (at 15.24 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 11 thru_hole oval (at 0 25.4) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 D8)) + (pad 26 thru_hole oval (at 15.24 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)) + (pad 10 thru_hole oval (at 0 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 D7)) + (pad 25 thru_hole oval (at 15.24 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 A6)) + (pad 9 thru_hole oval (at 0 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 109 D6)) + (pad 24 thru_hole oval (at 15.24 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 A5)) + (pad 8 thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 D5)) + (pad 23 thru_hole oval (at 15.24 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 A4)) + (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 D4)) + (pad 22 thru_hole oval (at 15.24 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 111 A3)) + (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 D3)) + (pad 21 thru_hole oval (at 15.24 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 A2)) + (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 110 "Net-(A1-Pad5)")) + (pad 20 thru_hole oval (at 15.24 25.4) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 A1)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 19 thru_hole oval (at 15.24 27.94) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 A0)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)) + (pad 18 thru_hole oval (at 15.24 30.48) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)) + (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 47 "Net-(A1-Pad2)")) + (pad 17 thru_hole oval (at 15.24 33.02) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)) + (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 112 D1)) + (model ${KISYS3DMOD}/Module.3dshapes/Arduino_Nano_WithMountingHoles.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical locked (layer F.Cu) (tedit 59FED5CC) (tstamp 5BED1FBA) + (at 92.71 73.66) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /5BE40CAA) + (fp_text reference J6 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 10 A6)) + (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 47 "Net-(A1-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical (layer F.Cu) (tedit 5B785046) (tstamp 5C4A5008) + (at 67.31 44.45 270) + (descr "Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC)") + (tags "phoenix_contact connector MSTBVA_01x08_G_5.00mm") + (path /5BCD5D19) + (fp_text reference J1 (at -4.445 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x08_Male (at 17.5 5 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 17.5 -4.1 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 -3.55) (end 0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.55) (end -0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -3.55) (end 0 -2.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -5.71) (end 0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.11) (end -0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.3 -5.71) (end 0 -5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 39 -5.3) (end -4 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 39 4.3) (end 39 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 4.3) (end 39 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 -5.3) (end -4 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 37.7 2.2) (end 37 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 37.7 -3.1) (end 37.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 -3.1) (end 37.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 2.2) (end -2.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2 2.2) (end -2.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 32 2.2) (end 33 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 27 2.2) (end 28 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 22 2.2) (end 23 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 17 2.2) (end 18 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12 2.2) (end 13 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 7 2.2) (end 8 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 2 2.2) (end 3 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -3.1) (end 34 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -4.91) (end 36 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -4.91) (end 36 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -3.1) (end 34 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -3.1) (end 29 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.91) (end 31 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -4.91) (end 31 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -3.1) (end 29 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -3.1) (end 24 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.91) (end 26 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -4.91) (end 26 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -3.1) (end 24 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -3.1) (end 19 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.91) (end 21 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -4.91) (end 21 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -3.1) (end 19 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -3.1) (end 14 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.91) (end 16 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -4.91) (end 16 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -3.1) (end 14 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -3.1) (end 9 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.91) (end 11 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -4.91) (end 11 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -3.1) (end 9 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -3.1) (end 4 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.91) (end 6 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -4.91) (end 6 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -3.1) (end 4 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -3.1) (end -1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.91) (end 1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -4.91) (end 1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -3.1) (end -1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.1) (end 34 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.1) (end 29 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.1) (end 24 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.1) (end 19 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.1) (end 14 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.1) (end 9 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.1) (end 4 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 -4.1) (end 36.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.1) (end -1.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.5 -4.8) (end -3.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.5 3.8) (end 38.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 3.8) (end 38.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -4.8) (end -3.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.61 -4.91) (end -3.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 3.91) (end 38.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 3.91) (end 38.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.91) (end -3.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_arc (start 35 0.55) (end 33 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 30 0.55) (end 28 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 25 0.55) (end 23 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 20 0.55) (end 18 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 15 0.55) (end 13 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 10 0.55) (end 8 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 5 0.55) (end 3 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0.55) (end -2 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (pad 8 thru_hole oval (at 35 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 79 "Net-(J1-Pad8)")) + (pad 7 thru_hole oval (at 30 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 80 "Net-(J1-Pad7)")) + (pad 6 thru_hole oval (at 25 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 81 "Net-(J1-Pad6)")) + (pad 5 thru_hole oval (at 20 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 82 "Net-(J1-Pad5)")) + (pad 4 thru_hole oval (at 15 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 83 "Net-(J1-Pad4)")) + (pad 3 thru_hole oval (at 10 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 84 "Net-(J1-Pad3)")) + (pad 2 thru_hole oval (at 5 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 85 "Net-(J1-Pad2)")) + (pad 1 thru_hole roundrect (at 0 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) (roundrect_rratio 0.125) + (net 86 "Net-(J1-Pad1)")) + (model ${KISYS3DMOD}/Connector_Phoenix_MSTB.3dshapes/PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical locked (layer F.Cu) (tedit 59FED5CC) (tstamp 5C87A7DF) + (at 86.36 40.64 90) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /5BD2CD58) + (fp_text reference J2 (at -1.905 3.81 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 9.95 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 3.81 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 2 thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 110 "Net-(A1-Pad5)")) + (pad 3 thru_hole oval (at 0 5.08 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) + (pad 4 thru_hole oval (at 0 7.62 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical (layer F.Cu) (tedit 5B785046) (tstamp 5BED1EEA) + (at 67.31 97.98 270) + (descr "Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC)") + (tags "phoenix_contact connector MSTBVA_01x08_G_5.00mm") + (path /5BD0C4FA) + (fp_text reference J3 (at -4 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x08_Male (at 17.5 5 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 17.5 -4.1 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 -3.55) (end 0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.55) (end -0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -3.55) (end 0 -2.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -5.71) (end 0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.11) (end -0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.3 -5.71) (end 0 -5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 39 -5.3) (end -4 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 39 4.3) (end 39 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 4.3) (end 39 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 -5.3) (end -4 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 37.7 2.2) (end 37 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 37.7 -3.1) (end 37.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 -3.1) (end 37.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 2.2) (end -2.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2 2.2) (end -2.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 32 2.2) (end 33 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 27 2.2) (end 28 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 22 2.2) (end 23 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 17 2.2) (end 18 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12 2.2) (end 13 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 7 2.2) (end 8 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 2 2.2) (end 3 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -3.1) (end 34 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -4.91) (end 36 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -4.91) (end 36 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -3.1) (end 34 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -3.1) (end 29 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.91) (end 31 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -4.91) (end 31 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -3.1) (end 29 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -3.1) (end 24 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.91) (end 26 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -4.91) (end 26 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -3.1) (end 24 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -3.1) (end 19 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.91) (end 21 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -4.91) (end 21 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -3.1) (end 19 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -3.1) (end 14 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.91) (end 16 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -4.91) (end 16 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -3.1) (end 14 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -3.1) (end 9 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.91) (end 11 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -4.91) (end 11 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -3.1) (end 9 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -3.1) (end 4 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.91) (end 6 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -4.91) (end 6 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -3.1) (end 4 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -3.1) (end -1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.91) (end 1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -4.91) (end 1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -3.1) (end -1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.1) (end 34 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.1) (end 29 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.1) (end 24 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.1) (end 19 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.1) (end 14 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.1) (end 9 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.1) (end 4 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 -4.1) (end 36.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.1) (end -1.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.5 -4.8) (end -3.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.5 3.8) (end 38.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 3.8) (end 38.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -4.8) (end -3.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.61 -4.91) (end -3.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 3.91) (end 38.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 3.91) (end 38.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.91) (end -3.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_arc (start 35 0.55) (end 33 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 30 0.55) (end 28 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 25 0.55) (end 23 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 20 0.55) (end 18 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 15 0.55) (end 13 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 10 0.55) (end 8 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 5 0.55) (end 3 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0.55) (end -2 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (pad 8 thru_hole oval (at 35 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 87 "Net-(J3-Pad8)")) + (pad 7 thru_hole oval (at 30 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 88 "Net-(J3-Pad7)")) + (pad 6 thru_hole oval (at 25 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 89 "Net-(J3-Pad6)")) + (pad 5 thru_hole oval (at 20 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 90 "Net-(J3-Pad5)")) + (pad 4 thru_hole oval (at 15 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 91 "Net-(J3-Pad4)")) + (pad 3 thru_hole oval (at 10 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 92 "Net-(J3-Pad3)")) + (pad 2 thru_hole oval (at 5 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 93 "Net-(J3-Pad2)")) + (pad 1 thru_hole roundrect (at 0 0 270) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) (roundrect_rratio 0.125) + (net 94 "Net-(J3-Pad1)")) + (model ${KISYS3DMOD}/Connector_Phoenix_MSTB.3dshapes/PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical (layer F.Cu) (tedit 5B785046) (tstamp 5C889DCA) + (at 148.59 131.12 90) + (descr "Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC)") + (tags "phoenix_contact connector MSTBVA_01x08_G_5.00mm") + (path /5BD11372) + (fp_text reference J4 (at -4.135 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x08_Male (at 17.5 5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 17.5 -4.1 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 -3.55) (end 0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.55) (end -0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -3.55) (end 0 -2.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -5.71) (end 0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.11) (end -0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.3 -5.71) (end 0 -5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 39 -5.3) (end -4 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 39 4.3) (end 39 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 4.3) (end 39 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 -5.3) (end -4 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 37.7 2.2) (end 37 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 37.7 -3.1) (end 37.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 -3.1) (end 37.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 2.2) (end -2.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2 2.2) (end -2.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 32 2.2) (end 33 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 27 2.2) (end 28 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 22 2.2) (end 23 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 17 2.2) (end 18 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12 2.2) (end 13 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 7 2.2) (end 8 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 2 2.2) (end 3 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -3.1) (end 34 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -4.91) (end 36 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -4.91) (end 36 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -3.1) (end 34 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -3.1) (end 29 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.91) (end 31 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -4.91) (end 31 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -3.1) (end 29 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -3.1) (end 24 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.91) (end 26 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -4.91) (end 26 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -3.1) (end 24 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -3.1) (end 19 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.91) (end 21 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -4.91) (end 21 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -3.1) (end 19 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -3.1) (end 14 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.91) (end 16 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -4.91) (end 16 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -3.1) (end 14 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -3.1) (end 9 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.91) (end 11 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -4.91) (end 11 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -3.1) (end 9 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -3.1) (end 4 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.91) (end 6 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -4.91) (end 6 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -3.1) (end 4 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -3.1) (end -1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.91) (end 1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -4.91) (end 1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -3.1) (end -1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.1) (end 34 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.1) (end 29 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.1) (end 24 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.1) (end 19 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.1) (end 14 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.1) (end 9 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.1) (end 4 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 -4.1) (end 36.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.1) (end -1.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.5 -4.8) (end -3.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.5 3.8) (end 38.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 3.8) (end 38.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -4.8) (end -3.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.61 -4.91) (end -3.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 3.91) (end 38.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 3.91) (end 38.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.91) (end -3.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_arc (start 35 0.55) (end 33 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 30 0.55) (end 28 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 25 0.55) (end 23 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 20 0.55) (end 18 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 15 0.55) (end 13 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 10 0.55) (end 8 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 5 0.55) (end 3 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0.55) (end -2 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (pad 8 thru_hole oval (at 35 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 7 thru_hole oval (at 30 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 95 "Net-(J4-Pad7)")) + (pad 6 thru_hole oval (at 25 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 96 "Net-(J4-Pad6)")) + (pad 5 thru_hole oval (at 20 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 97 "Net-(J4-Pad5)")) + (pad 4 thru_hole oval (at 15 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 98 "Net-(J4-Pad4)")) + (pad 3 thru_hole oval (at 10 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 99 "Net-(J4-Pad3)")) + (pad 2 thru_hole oval (at 5 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 100 "Net-(J4-Pad2)")) + (pad 1 thru_hole roundrect (at 0 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) (roundrect_rratio 0.125) + (net 101 "Net-(J4-Pad1)")) + (model ${KISYS3DMOD}/Connector_Phoenix_MSTB.3dshapes/PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical (layer F.Cu) (tedit 5B785046) (tstamp 5C88748F) + (at 148.59 77.33 90) + (descr "Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC)") + (tags "phoenix_contact connector MSTBVA_01x08_G_5.00mm") + (path /5BD203E2) + (fp_text reference J5 (at -4.585 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x08_Male (at 17.5 5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 17.5 -4.1 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 -3.55) (end 0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.55) (end -0.5 -3.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -3.55) (end 0 -2.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -5.71) (end 0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -5.11) (end -0.3 -5.71) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.3 -5.71) (end 0 -5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 39 -5.3) (end -4 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 39 4.3) (end 39 -5.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 4.3) (end 39 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 -5.3) (end -4 4.3) (layer F.CrtYd) (width 0.05)) + (fp_line (start 37.7 2.2) (end 37 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 37.7 -3.1) (end 37.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 -3.1) (end 37.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.7 2.2) (end -2.7 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2 2.2) (end -2.7 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 32 2.2) (end 33 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 27 2.2) (end 28 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 22 2.2) (end 23 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 17 2.2) (end 18 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 12 2.2) (end 13 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 7 2.2) (end 8 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 2 2.2) (end 3 2.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -3.1) (end 34 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 36 -4.91) (end 36 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -4.91) (end 36 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 34 -3.1) (end 34 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -3.1) (end 29 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.91) (end 31 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -4.91) (end 31 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 29 -3.1) (end 29 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -3.1) (end 24 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.91) (end 26 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -4.91) (end 26 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 24 -3.1) (end 24 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -3.1) (end 19 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.91) (end 21 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -4.91) (end 21 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 19 -3.1) (end 19 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -3.1) (end 14 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.91) (end 16 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -4.91) (end 16 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 14 -3.1) (end 14 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -3.1) (end 9 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.91) (end 11 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -4.91) (end 11 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 9 -3.1) (end 9 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -3.1) (end 4 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.91) (end 6 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -4.91) (end 6 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -3.1) (end 4 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -3.1) (end -1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.91) (end 1 -3.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -4.91) (end 1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 -3.1) (end -1 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 31 -4.1) (end 34 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 26 -4.1) (end 29 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 21 -4.1) (end 24 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 16 -4.1) (end 19 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11 -4.1) (end 14 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 6 -4.1) (end 9 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 -4.1) (end 4 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 -4.1) (end 36.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.1) (end -1.11 -4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.5 -4.8) (end -3.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.5 3.8) (end 38.5 -4.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 3.8) (end 38.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -4.8) (end -3.5 3.8) (layer F.Fab) (width 0.1)) + (fp_line (start 38.61 -4.91) (end -3.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 38.61 3.91) (end 38.61 -4.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 3.91) (end 38.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.61 -4.91) (end -3.61 3.91) (layer F.SilkS) (width 0.12)) + (fp_arc (start 35 0.55) (end 33 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 30 0.55) (end 28 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 25 0.55) (end 23 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 20 0.55) (end 18 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 15 0.55) (end 13 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 10 0.55) (end 8 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 5 0.55) (end 3 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0.55) (end -2 2.2) (angle -100.5) (layer F.SilkS) (width 0.12)) + (pad 8 thru_hole oval (at 35 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 102 "Net-(J5-Pad8)")) + (pad 7 thru_hole oval (at 30 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 103 "Net-(J5-Pad7)")) + (pad 6 thru_hole oval (at 25 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 104 "Net-(J5-Pad6)")) + (pad 5 thru_hole oval (at 20 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 105 "Net-(J5-Pad5)")) + (pad 4 thru_hole oval (at 15 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 106 "Net-(J5-Pad4)")) + (pad 3 thru_hole oval (at 10 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 107 "Net-(J5-Pad3)")) + (pad 2 thru_hole oval (at 5 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 108 "Net-(J5-Pad2)")) + (pad 1 thru_hole roundrect (at 0 0 90) (size 2 3.6) (drill 1.4) (layers *.Cu *.Mask) (roundrect_rratio 0.125) + (net 48 12V)) + (model ${KISYS3DMOD}/Connector_Phoenix_MSTB.3dshapes/PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A4EFD) + (at 79.375 43.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD5B92) + (attr smd) + (fp_text reference R1 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 18 "Net-(Q1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A4F5D) + (at 79.375 48.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD5D11) + (attr smd) + (fp_text reference R2 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 19 "Net-(Q2-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A4F8D) + (at 79.375 53.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD5D66) + (attr smd) + (fp_text reference R3 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 20 "Net-(Q3-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A4F2D) + (at 79.375 58.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD5DB2) + (attr smd) + (fp_text reference R4 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 21 "Net-(Q4-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A5365) + (at 79.375 63.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD5DF9) + (attr smd) + (fp_text reference R5 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 22 "Net-(Q5-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A50CE) + (at 79.375 68.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD6145) + (attr smd) + (fp_text reference R6 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 23 "Net-(Q6-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C4A512E) + (at 79.375 73.53 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BCD6194) + (attr smd) + (fp_text reference R7 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 24 "Net-(Q7-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5BED225E) + (at 79.375 132.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4B3) + (attr smd) + (fp_text reference R8 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 25 "Net-(Q9-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55BDA4) + (at 79.375 127.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4B9) + (attr smd) + (fp_text reference R9 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 26 "Net-(Q10-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5BED2280) + (at 79.375 122.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4BF) + (attr smd) + (fp_text reference R10 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 27 "Net-(Q11-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5BED2291) + (at 79.375 117.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4C5) + (attr smd) + (fp_text reference R11 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 28 "Net-(Q12-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5BED22A2) + (at 79.375 112.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4CB) + (attr smd) + (fp_text reference R12 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 29 "Net-(Q13-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5BED22B3) + (at 79.375 107.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4D1) + (attr smd) + (fp_text reference R13 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 30 "Net-(Q14-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5BED22C4) + (at 79.375 102.06 270) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD0C4D7) + (attr smd) + (fp_text reference R14 (at 0 -1.82 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 270) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 270) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 31 "Net-(Q15-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55CEB2) + (at 136.525 106.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD1132B) + (attr smd) + (fp_text reference R15 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 32 "Net-(Q17-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55CDF2) + (at 136.525 101.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD11331) + (attr smd) + (fp_text reference R16 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 33 "Net-(Q18-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55CE22) + (at 136.525 111.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD11337) + (attr smd) + (fp_text reference R17 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 34 "Net-(Q19-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55D122) + (at 136.525 116.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD1133D) + (attr smd) + (fp_text reference R18 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 35 "Net-(Q20-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55CF15) + (at 136.525 121.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD11343) + (attr smd) + (fp_text reference R19 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 36 "Net-(Q21-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55CE82) + (at 136.525 126.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD11349) + (attr smd) + (fp_text reference R20 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 37 "Net-(Q22-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C55CE52) + (at 136.525 131.64 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD1134F) + (attr smd) + (fp_text reference R21 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 38 "Net-(Q23-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B5F2) + (at 136.525 48.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD2039B) + (attr smd) + (fp_text reference R22 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 39 "Net-(Q24-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B655) + (at 136.525 43.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD203A1) + (attr smd) + (fp_text reference R23 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 40 "Net-(Q25-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B5C2) + (at 136.525 53.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD203A7) + (attr smd) + (fp_text reference R24 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 41 "Net-(Q26-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B592) + (at 136.525 58.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD203AD) + (attr smd) + (fp_text reference R25 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 42 "Net-(Q27-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B7F6) + (at 136.525 63.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD203B3) + (attr smd) + (fp_text reference R26 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 43 "Net-(Q28-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B7C6) + (at 136.525 68.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD203B9) + (attr smd) + (fp_text reference R27 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 44 "Net-(Q29-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer F.Cu) (tedit 5B301BBD) (tstamp 5C85B685) + (at 136.525 73.25 90) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BD203BF) + (attr smd) + (fp_text reference R28 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 2 GND)) + (pad 1 smd roundrect (at -1.4875 0 90) (size 1.425 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.175439) + (net 45 "Net-(Q30-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A53C8) + (at 84.8725 49.53 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BE84BD7) + (attr smd) + (fp_text reference R29 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 18 "Net-(Q1-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 49 "Net-(R29-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A5398) + (at 84.8725 52.07 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BE929CC) + (attr smd) + (fp_text reference R30 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 19 "Net-(Q2-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 50 "Net-(R30-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A50FE) + (at 84.8725 54.61 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BEA08DB) + (attr smd) + (fp_text reference R31 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 20 "Net-(Q3-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 51 "Net-(R31-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A5488) + (at 84.8725 57.15) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BEAE724) + (attr smd) + (fp_text reference R32 (at -3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 52 "Net-(R32-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 21 "Net-(Q4-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A5458) + (at 84.8725 59.69) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BF206A2) + (attr smd) + (fp_text reference R33 (at -3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 53 "Net-(R33-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 22 "Net-(Q5-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A5428) + (at 84.8725 62.23 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BF3DAD0) + (attr smd) + (fp_text reference R34 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 23 "Net-(Q6-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 54 "Net-(R34-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C4A53F8) + (at 84.8725 64.77 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BF3D878) + (attr smd) + (fp_text reference R35 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 24 "Net-(Q7-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 55 "Net-(R35-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED243A) + (at 84.8725 123.19) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BF3DD6A) + (attr smd) + (fp_text reference R36 (at -3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 56 "Net-(R36-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 25 "Net-(Q9-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED244B) + (at 84.8725 120.65) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BF3DF00) + (attr smd) + (fp_text reference R37 (at -3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 57 "Net-(R37-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 26 "Net-(Q10-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED245C) + (at 84.8725 118.11) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BF3DFCA) + (attr smd) + (fp_text reference R38 (at -3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 58 "Net-(R38-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 27 "Net-(Q11-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED6191) + (at 84.8725 115.57 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BFB9210) + (attr smd) + (fp_text reference R39 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 28 "Net-(Q12-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 59 "Net-(R39-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED247E) + (at 84.8725 113.03 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BFB947F) + (attr smd) + (fp_text reference R40 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 29 "Net-(Q13-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 60 "Net-(R40-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED248F) + (at 84.8725 110.49 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BFB9539) + (attr smd) + (fp_text reference R41 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 30 "Net-(Q14-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 61 "Net-(R41-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED24A0) + (at 84.8725 107.95 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5BFB9708) + (attr smd) + (fp_text reference R42 (at 3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 31 "Net-(Q15-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 62 "Net-(R42-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED5E7C) + (at 131.0275 113.03 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C0386F3) + (attr smd) + (fp_text reference R43 (at -3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 63 "Net-(R43-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 32 "Net-(Q17-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED57D1) + (at 131.0275 110.49 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C03893D) + (attr smd) + (fp_text reference R44 (at -3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 64 "Net-(R44-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 33 "Net-(Q18-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED24F5) + (at 131.013013 118.11) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C038FC0) + (attr smd) + (fp_text reference R47 (at 3.606987 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 35 "Net-(Q20-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 66 "Net-(R47-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED2506) + (at 131.0275 120.65) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C03908C) + (attr smd) + (fp_text reference R48 (at 3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 36 "Net-(Q21-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 67 "Net-(R48-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED2517) + (at 131.013013 123.19 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C039156) + (attr smd) + (fp_text reference R49 (at -3.606987 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 68 "Net-(R49-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 37 "Net-(Q22-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED56EB) + (at 131.013013 125.73 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C039299) + (attr smd) + (fp_text reference R50 (at -3.606987 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 69 "Net-(R50-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 38 "Net-(Q23-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED4C60) + (at 131.0275 54.61) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C0BD2CE) + (attr smd) + (fp_text reference R51 (at 3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 39 "Net-(Q24-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 70 "Net-(R51-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED254A) + (at 131.0275 52.07) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C0BD4E7) + (attr smd) + (fp_text reference R52 (at 3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 40 "Net-(Q25-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 71 "Net-(R52-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED53E7) + (at 131.0275 57.15) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C0CE2CD) + (attr smd) + (fp_text reference R53 (at 3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 41 "Net-(Q26-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 72 "Net-(R53-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED4C00) + (at 131.0275 59.69 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C0DFAD4) + (attr smd) + (fp_text reference R55 (at -3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 73 "Net-(R55-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 42 "Net-(Q27-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED258E) + (at 131.0275 62.23 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C0F0622) + (attr smd) + (fp_text reference R56 (at -3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 74 "Net-(R56-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 43 "Net-(Q28-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED259F) + (at 131.0275 64.77) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C101300) + (attr smd) + (fp_text reference R57 (at 3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 44 "Net-(Q29-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 75 "Net-(R57-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5BED25B0) + (at 131.0275 67.31) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C101455) + (attr smd) + (fp_text reference R58 (at 3.5925 0) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 45 "Net-(Q30-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 76 "Net-(R58-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-16_W7.62mm_Socket_LongPads locked (layer F.Cu) (tedit 5A02E8C5) (tstamp 5BED25DC) + (at 96.52 67.31 180) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads") + (path /5BCD5139) + (fp_text reference U1 (at 3.81 8.89 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4543 (at 3.81 20.11 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 8.89 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 9.15 -1.6) (end -1.55 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.15 19.4) (end 9.15 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 19.4) (end 9.15 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 -1.6) (end -1.55 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.06 -1.39) (end -1.44 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.06 19.17) (end 9.06 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 19.17) (end 9.06 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 -1.39) (end -1.44 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 19.11) (end 6.06 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 19.11) (end 6.06 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 -1.33) (end 1.56 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.81 -1.33) (end 1.56 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.89 -1.33) (end -1.27 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start 8.89 19.11) (end 8.89 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 19.11) (end 8.89 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -1.33) (end -1.27 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (pad 16 thru_hole oval (at 7.62 0 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 8 thru_hole oval (at 0 17.78 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 15 thru_hole oval (at 7.62 2.54 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 55 "Net-(R35-Pad1)")) + (pad 7 thru_hole oval (at 0 15.24 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 14 thru_hole oval (at 7.62 5.08 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 54 "Net-(R34-Pad1)")) + (pad 6 thru_hole oval (at 0 12.7 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 13 thru_hole oval (at 7.62 7.62 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 53 "Net-(R33-Pad2)")) + (pad 5 thru_hole oval (at 0 10.16 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 8 D5)) + (pad 12 thru_hole oval (at 7.62 10.16 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 52 "Net-(R32-Pad2)")) + (pad 4 thru_hole oval (at 0 7.62 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 6 D4)) + (pad 11 thru_hole oval (at 7.62 12.7 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 51 "Net-(R31-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 D3)) + (pad 10 thru_hole oval (at 7.62 15.24 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 50 "Net-(R30-Pad1)")) + (pad 2 thru_hole oval (at 0 2.54 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 112 D1)) + (pad 9 thru_hole oval (at 7.62 17.78 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 49 "Net-(R29-Pad1)")) + (pad 1 thru_hole rect (at 0 0 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-16_W7.62mm_Socket_LongPads locked (layer F.Cu) (tedit 5A02E8C5) (tstamp 5BED2608) + (at 96.52 125.73 180) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads") + (path /5BD0C47D) + (fp_text reference U2 (at 3.81 8.89 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4543 (at 3.81 20.11 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 8.89 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 9.15 -1.6) (end -1.55 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.15 19.4) (end 9.15 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 19.4) (end 9.15 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 -1.6) (end -1.55 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.06 -1.39) (end -1.44 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.06 19.17) (end 9.06 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 19.17) (end 9.06 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 -1.39) (end -1.44 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 19.11) (end 6.06 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 19.11) (end 6.06 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 -1.33) (end 1.56 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.81 -1.33) (end 1.56 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.89 -1.33) (end -1.27 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start 8.89 19.11) (end 8.89 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 19.11) (end 8.89 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -1.33) (end -1.27 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (pad 16 thru_hole oval (at 7.62 0 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 8 thru_hole oval (at 0 17.78 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 15 thru_hole oval (at 7.62 2.54 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 56 "Net-(R36-Pad2)")) + (pad 7 thru_hole oval (at 0 15.24 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 14 thru_hole oval (at 7.62 5.08 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 57 "Net-(R37-Pad2)")) + (pad 6 thru_hole oval (at 0 12.7 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 13 thru_hole oval (at 7.62 7.62 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 58 "Net-(R38-Pad2)")) + (pad 5 thru_hole oval (at 0 10.16 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 17 D12)) + (pad 12 thru_hole oval (at 7.62 10.16 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 59 "Net-(R39-Pad1)")) + (pad 4 thru_hole oval (at 0 7.62 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 16 D11)) + (pad 11 thru_hole oval (at 7.62 12.7 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 60 "Net-(R40-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 15 D10)) + (pad 10 thru_hole oval (at 7.62 15.24 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 61 "Net-(R41-Pad1)")) + (pad 2 thru_hole oval (at 0 2.54 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 14 D9)) + (pad 9 thru_hole oval (at 7.62 17.78 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 62 "Net-(R42-Pad1)")) + (pad 1 thru_hole rect (at 0 0 180) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-16_W7.62mm_Socket_LongPads locked (layer F.Cu) (tedit 5A02E8C5) (tstamp 5BED2634) + (at 119.38 107.95) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads") + (path /5BD112F5) + (fp_text reference U3 (at 3.81 8.89) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4543 (at 3.81 20.11) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 8.89) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 9.15 -1.6) (end -1.55 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.15 19.4) (end 9.15 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 19.4) (end 9.15 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 -1.6) (end -1.55 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.06 -1.39) (end -1.44 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.06 19.17) (end 9.06 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 19.17) (end 9.06 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 -1.39) (end -1.44 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 19.11) (end 6.06 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 19.11) (end 6.06 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 -1.33) (end 1.56 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.81 -1.33) (end 1.56 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.89 -1.33) (end -1.27 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start 8.89 19.11) (end 8.89 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 19.11) (end 8.89 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -1.33) (end -1.27 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (pad 16 thru_hole oval (at 7.62 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 8 thru_hole oval (at 0 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 15 thru_hole oval (at 7.62 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 64 "Net-(R44-Pad2)")) + (pad 7 thru_hole oval (at 0 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 14 thru_hole oval (at 7.62 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 63 "Net-(R43-Pad2)")) + (pad 6 thru_hole oval (at 0 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 13 thru_hole oval (at 7.62 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 65 "Net-(R45-Pad2)")) + (pad 5 thru_hole oval (at 0 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 109 D6)) + (pad 12 thru_hole oval (at 7.62 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 66 "Net-(R47-Pad1)")) + (pad 4 thru_hole oval (at 0 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 A1)) + (pad 11 thru_hole oval (at 7.62 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 67 "Net-(R48-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 A0)) + (pad 10 thru_hole oval (at 7.62 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 68 "Net-(R49-Pad2)")) + (pad 2 thru_hole oval (at 0 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 46 D13)) + (pad 9 thru_hole oval (at 7.62 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 69 "Net-(R50-Pad2)")) + (pad 1 thru_hole rect (at 0 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DIP:DIP-16_W7.62mm_Socket_LongPads locked (layer F.Cu) (tedit 5A02E8C5) (tstamp 5BED4DE2) + (at 119.38 49.53) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads") + (path /5BD2036B) + (fp_text reference U4 (at 3.81 8.89) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4543 (at 3.81 20.11) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 3.81 8.89) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 9.15 -1.6) (end -1.55 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.15 19.4) (end 9.15 -1.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 19.4) (end 9.15 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.55 -1.6) (end -1.55 19.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.06 -1.39) (end -1.44 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.06 19.17) (end 9.06 -1.39) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 19.17) (end 9.06 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.44 -1.39) (end -1.44 19.17) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.06 19.11) (end 6.06 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 19.11) (end 6.06 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.56 -1.33) (end 1.56 19.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.81 -1.33) (end 1.56 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.89 -1.33) (end -1.27 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start 8.89 19.11) (end 8.89 -1.33) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 19.11) (end 8.89 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -1.33) (end -1.27 19.11) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) + (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) + (pad 16 thru_hole oval (at 7.62 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 8 thru_hole oval (at 0 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 15 thru_hole oval (at 7.62 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 71 "Net-(R52-Pad1)")) + (pad 7 thru_hole oval (at 0 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 14 thru_hole oval (at 7.62 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 70 "Net-(R51-Pad1)")) + (pad 6 thru_hole oval (at 0 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 13 thru_hole oval (at 7.62 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 72 "Net-(R53-Pad1)")) + (pad 5 thru_hole oval (at 0 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 9 A5)) + (pad 12 thru_hole oval (at 7.62 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 73 "Net-(R55-Pad2)")) + (pad 4 thru_hole oval (at 0 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 7 A4)) + (pad 11 thru_hole oval (at 7.62 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 74 "Net-(R56-Pad2)")) + (pad 3 thru_hole oval (at 0 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 111 A3)) + (pad 10 thru_hole oval (at 7.62 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 75 "Net-(R57-Pad1)")) + (pad 2 thru_hole oval (at 0 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 A2)) + (pad 9 thru_hole oval (at 7.62 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 76 "Net-(R58-Pad1)")) + (pad 1 thru_hole rect (at 0 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder locked (layer B.Cu) (tedit 5B301BBD) (tstamp 5C55ADB0) + (at 131.0275 115.57 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (path /5C038A11) + (attr smd) + (fp_text reference R45 (at -3.5925 0 180) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value R (at 0 -1.82 180) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text user %R (at 0 0 180) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (fp_line (start 2.45 -1.12) (end -2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.45 1.12) (end 2.45 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 1.12) (end 2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.12) (end -2.45 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (pad 2 smd roundrect (at 1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 65 "Net-(R45-Pad2)")) + (pad 1 smd roundrect (at -1.4875 0 180) (size 1.425 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.175439) + (net 34 "Net-(Q19-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:CP_Radial_D8.0mm_P3.50mm locked (layer F.Cu) (tedit 5AE50EF0) (tstamp 5C88E936) + (at 123.825 101.6 90) + (descr "CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor") + (path /5BE1A4F4) + (fp_text reference C1 (at 0 2.54 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (at 1.75 5.25 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.75 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.259698 -2.715) (end -2.259698 -1.915) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.659698 -2.315) (end -1.859698 -2.315) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.831 -0.533) (end 5.831 0.533) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.791 -0.768) (end 5.791 0.768) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.751 -0.948) (end 5.751 0.948) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.711 -1.098) (end 5.711 1.098) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.671 -1.229) (end 5.671 1.229) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.631 -1.346) (end 5.631 1.346) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.591 -1.453) (end 5.591 1.453) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.551 -1.552) (end 5.551 1.552) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.511 -1.645) (end 5.511 1.645) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.471 -1.731) (end 5.471 1.731) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.431 -1.813) (end 5.431 1.813) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.391 -1.89) (end 5.391 1.89) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.351 -1.964) (end 5.351 1.964) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.311 -2.034) (end 5.311 2.034) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.271 -2.102) (end 5.271 2.102) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.231 -2.166) (end 5.231 2.166) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.191 -2.228) (end 5.191 2.228) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.151 -2.287) (end 5.151 2.287) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.111 -2.345) (end 5.111 2.345) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.071 -2.4) (end 5.071 2.4) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.031 -2.454) (end 5.031 2.454) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.991 -2.505) (end 4.991 2.505) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.951 -2.556) (end 4.951 2.556) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.911 -2.604) (end 4.911 2.604) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.871 -2.651) (end 4.871 2.651) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.831 -2.697) (end 4.831 2.697) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.791 -2.741) (end 4.791 2.741) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.751 -2.784) (end 4.751 2.784) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.711 -2.826) (end 4.711 2.826) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.671 -2.867) (end 4.671 2.867) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.631 -2.907) (end 4.631 2.907) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.591 -2.945) (end 4.591 2.945) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.551 -2.983) (end 4.551 2.983) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.511 1.04) (end 4.511 3.019) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.511 -3.019) (end 4.511 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.471 1.04) (end 4.471 3.055) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.471 -3.055) (end 4.471 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.431 1.04) (end 4.431 3.09) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.431 -3.09) (end 4.431 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.391 1.04) (end 4.391 3.124) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.391 -3.124) (end 4.391 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.351 1.04) (end 4.351 3.156) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.351 -3.156) (end 4.351 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.311 1.04) (end 4.311 3.189) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.311 -3.189) (end 4.311 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.271 1.04) (end 4.271 3.22) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.271 -3.22) (end 4.271 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.231 1.04) (end 4.231 3.25) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.231 -3.25) (end 4.231 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.191 1.04) (end 4.191 3.28) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.191 -3.28) (end 4.191 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.151 1.04) (end 4.151 3.309) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.151 -3.309) (end 4.151 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.111 1.04) (end 4.111 3.338) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.111 -3.338) (end 4.111 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.071 1.04) (end 4.071 3.365) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.071 -3.365) (end 4.071 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.031 1.04) (end 4.031 3.392) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.031 -3.392) (end 4.031 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.991 1.04) (end 3.991 3.418) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.991 -3.418) (end 3.991 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.951 1.04) (end 3.951 3.444) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.951 -3.444) (end 3.951 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.911 1.04) (end 3.911 3.469) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.911 -3.469) (end 3.911 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.871 1.04) (end 3.871 3.493) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.871 -3.493) (end 3.871 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.831 1.04) (end 3.831 3.517) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.831 -3.517) (end 3.831 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.791 1.04) (end 3.791 3.54) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.791 -3.54) (end 3.791 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.751 1.04) (end 3.751 3.562) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.751 -3.562) (end 3.751 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.711 1.04) (end 3.711 3.584) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.711 -3.584) (end 3.711 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.671 1.04) (end 3.671 3.606) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.671 -3.606) (end 3.671 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.631 1.04) (end 3.631 3.627) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.631 -3.627) (end 3.631 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.591 1.04) (end 3.591 3.647) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.591 -3.647) (end 3.591 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.551 1.04) (end 3.551 3.666) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.551 -3.666) (end 3.551 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.511 1.04) (end 3.511 3.686) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.511 -3.686) (end 3.511 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.471 1.04) (end 3.471 3.704) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.471 -3.704) (end 3.471 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.431 1.04) (end 3.431 3.722) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.431 -3.722) (end 3.431 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.391 1.04) (end 3.391 3.74) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.391 -3.74) (end 3.391 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.351 1.04) (end 3.351 3.757) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.351 -3.757) (end 3.351 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.311 1.04) (end 3.311 3.774) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.311 -3.774) (end 3.311 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.271 1.04) (end 3.271 3.79) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.271 -3.79) (end 3.271 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.231 1.04) (end 3.231 3.805) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.231 -3.805) (end 3.231 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.191 1.04) (end 3.191 3.821) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.191 -3.821) (end 3.191 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.151 1.04) (end 3.151 3.835) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.151 -3.835) (end 3.151 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.111 1.04) (end 3.111 3.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.111 -3.85) (end 3.111 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.071 1.04) (end 3.071 3.863) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.071 -3.863) (end 3.071 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.031 1.04) (end 3.031 3.877) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.031 -3.877) (end 3.031 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.991 1.04) (end 2.991 3.889) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.991 -3.889) (end 2.991 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.951 1.04) (end 2.951 3.902) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.951 -3.902) (end 2.951 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.911 1.04) (end 2.911 3.914) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.911 -3.914) (end 2.911 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.871 1.04) (end 2.871 3.925) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.871 -3.925) (end 2.871 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.831 1.04) (end 2.831 3.936) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.831 -3.936) (end 2.831 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.791 1.04) (end 2.791 3.947) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.791 -3.947) (end 2.791 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.751 1.04) (end 2.751 3.957) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.751 -3.957) (end 2.751 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.711 1.04) (end 2.711 3.967) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.711 -3.967) (end 2.711 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.671 1.04) (end 2.671 3.976) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.671 -3.976) (end 2.671 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.631 1.04) (end 2.631 3.985) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.631 -3.985) (end 2.631 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.591 1.04) (end 2.591 3.994) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.591 -3.994) (end 2.591 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.551 1.04) (end 2.551 4.002) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.551 -4.002) (end 2.551 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.511 1.04) (end 2.511 4.01) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.511 -4.01) (end 2.511 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.471 1.04) (end 2.471 4.017) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.471 -4.017) (end 2.471 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.43 -4.024) (end 2.43 4.024) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.39 -4.03) (end 2.39 4.03) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.35 -4.037) (end 2.35 4.037) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.31 -4.042) (end 2.31 4.042) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.27 -4.048) (end 2.27 4.048) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.23 -4.052) (end 2.23 4.052) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.19 -4.057) (end 2.19 4.057) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.15 -4.061) (end 2.15 4.061) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.11 -4.065) (end 2.11 4.065) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.07 -4.068) (end 2.07 4.068) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.03 -4.071) (end 2.03 4.071) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.99 -4.074) (end 1.99 4.074) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.95 -4.076) (end 1.95 4.076) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.91 -4.077) (end 1.91 4.077) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.87 -4.079) (end 1.87 4.079) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.83 -4.08) (end 1.83 4.08) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.79 -4.08) (end 1.79 4.08) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.75 -4.08) (end 1.75 4.08) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.276759 -2.1475) (end -1.276759 -1.3475) (layer F.Fab) (width 0.1)) + (fp_line (start -1.676759 -1.7475) (end -0.876759 -1.7475) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.75 0) (end 6 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 1.75 0) (end 5.87 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 1.75 0) (end 5.75 0) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole circle (at 3.5 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 5V)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/CP_Radial_D8.0mm_P3.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:CP_Radial_D8.0mm_P3.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5C88FC61) + (at 146.05 85.09 270) + (descr "CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor") + (path /5BE1AB4F) + (fp_text reference C2 (at 0 -1.905 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value C (at 1.75 5.25 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 1.75 0) (end 5.75 0) (layer F.Fab) (width 0.1)) + (fp_circle (center 1.75 0) (end 5.87 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 1.75 0) (end 6 0) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.676759 -1.7475) (end -0.876759 -1.7475) (layer F.Fab) (width 0.1)) + (fp_line (start -1.276759 -2.1475) (end -1.276759 -1.3475) (layer F.Fab) (width 0.1)) + (fp_line (start 1.75 -4.08) (end 1.75 4.08) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.79 -4.08) (end 1.79 4.08) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.83 -4.08) (end 1.83 4.08) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.87 -4.079) (end 1.87 4.079) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.91 -4.077) (end 1.91 4.077) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.95 -4.076) (end 1.95 4.076) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.99 -4.074) (end 1.99 4.074) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.03 -4.071) (end 2.03 4.071) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.07 -4.068) (end 2.07 4.068) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.11 -4.065) (end 2.11 4.065) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.15 -4.061) (end 2.15 4.061) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.19 -4.057) (end 2.19 4.057) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.23 -4.052) (end 2.23 4.052) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.27 -4.048) (end 2.27 4.048) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.31 -4.042) (end 2.31 4.042) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.35 -4.037) (end 2.35 4.037) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.39 -4.03) (end 2.39 4.03) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.43 -4.024) (end 2.43 4.024) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.471 -4.017) (end 2.471 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.471 1.04) (end 2.471 4.017) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.511 -4.01) (end 2.511 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.511 1.04) (end 2.511 4.01) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.551 -4.002) (end 2.551 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.551 1.04) (end 2.551 4.002) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.591 -3.994) (end 2.591 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.591 1.04) (end 2.591 3.994) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.631 -3.985) (end 2.631 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.631 1.04) (end 2.631 3.985) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.671 -3.976) (end 2.671 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.671 1.04) (end 2.671 3.976) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.711 -3.967) (end 2.711 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.711 1.04) (end 2.711 3.967) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.751 -3.957) (end 2.751 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.751 1.04) (end 2.751 3.957) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.791 -3.947) (end 2.791 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.791 1.04) (end 2.791 3.947) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.831 -3.936) (end 2.831 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.831 1.04) (end 2.831 3.936) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.871 -3.925) (end 2.871 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.871 1.04) (end 2.871 3.925) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.911 -3.914) (end 2.911 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.911 1.04) (end 2.911 3.914) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.951 -3.902) (end 2.951 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.951 1.04) (end 2.951 3.902) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.991 -3.889) (end 2.991 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.991 1.04) (end 2.991 3.889) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.031 -3.877) (end 3.031 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.031 1.04) (end 3.031 3.877) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.071 -3.863) (end 3.071 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.071 1.04) (end 3.071 3.863) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.111 -3.85) (end 3.111 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.111 1.04) (end 3.111 3.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.151 -3.835) (end 3.151 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.151 1.04) (end 3.151 3.835) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.191 -3.821) (end 3.191 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.191 1.04) (end 3.191 3.821) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.231 -3.805) (end 3.231 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.231 1.04) (end 3.231 3.805) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.271 -3.79) (end 3.271 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.271 1.04) (end 3.271 3.79) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.311 -3.774) (end 3.311 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.311 1.04) (end 3.311 3.774) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.351 -3.757) (end 3.351 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.351 1.04) (end 3.351 3.757) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.391 -3.74) (end 3.391 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.391 1.04) (end 3.391 3.74) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.431 -3.722) (end 3.431 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.431 1.04) (end 3.431 3.722) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.471 -3.704) (end 3.471 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.471 1.04) (end 3.471 3.704) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.511 -3.686) (end 3.511 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.511 1.04) (end 3.511 3.686) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.551 -3.666) (end 3.551 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.551 1.04) (end 3.551 3.666) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.591 -3.647) (end 3.591 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.591 1.04) (end 3.591 3.647) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.631 -3.627) (end 3.631 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.631 1.04) (end 3.631 3.627) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.671 -3.606) (end 3.671 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.671 1.04) (end 3.671 3.606) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.711 -3.584) (end 3.711 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.711 1.04) (end 3.711 3.584) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.751 -3.562) (end 3.751 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.751 1.04) (end 3.751 3.562) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.791 -3.54) (end 3.791 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.791 1.04) (end 3.791 3.54) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.831 -3.517) (end 3.831 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.831 1.04) (end 3.831 3.517) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.871 -3.493) (end 3.871 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.871 1.04) (end 3.871 3.493) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.911 -3.469) (end 3.911 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.911 1.04) (end 3.911 3.469) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.951 -3.444) (end 3.951 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.951 1.04) (end 3.951 3.444) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.991 -3.418) (end 3.991 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.991 1.04) (end 3.991 3.418) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.031 -3.392) (end 4.031 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.031 1.04) (end 4.031 3.392) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.071 -3.365) (end 4.071 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.071 1.04) (end 4.071 3.365) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.111 -3.338) (end 4.111 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.111 1.04) (end 4.111 3.338) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.151 -3.309) (end 4.151 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.151 1.04) (end 4.151 3.309) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.191 -3.28) (end 4.191 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.191 1.04) (end 4.191 3.28) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.231 -3.25) (end 4.231 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.231 1.04) (end 4.231 3.25) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.271 -3.22) (end 4.271 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.271 1.04) (end 4.271 3.22) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.311 -3.189) (end 4.311 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.311 1.04) (end 4.311 3.189) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.351 -3.156) (end 4.351 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.351 1.04) (end 4.351 3.156) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.391 -3.124) (end 4.391 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.391 1.04) (end 4.391 3.124) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.431 -3.09) (end 4.431 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.431 1.04) (end 4.431 3.09) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.471 -3.055) (end 4.471 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.471 1.04) (end 4.471 3.055) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.511 -3.019) (end 4.511 -1.04) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.511 1.04) (end 4.511 3.019) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.551 -2.983) (end 4.551 2.983) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.591 -2.945) (end 4.591 2.945) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.631 -2.907) (end 4.631 2.907) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.671 -2.867) (end 4.671 2.867) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.711 -2.826) (end 4.711 2.826) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.751 -2.784) (end 4.751 2.784) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.791 -2.741) (end 4.791 2.741) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.831 -2.697) (end 4.831 2.697) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.871 -2.651) (end 4.871 2.651) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.911 -2.604) (end 4.911 2.604) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.951 -2.556) (end 4.951 2.556) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.991 -2.505) (end 4.991 2.505) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.031 -2.454) (end 5.031 2.454) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.071 -2.4) (end 5.071 2.4) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.111 -2.345) (end 5.111 2.345) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.151 -2.287) (end 5.151 2.287) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.191 -2.228) (end 5.191 2.228) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.231 -2.166) (end 5.231 2.166) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.271 -2.102) (end 5.271 2.102) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.311 -2.034) (end 5.311 2.034) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.351 -1.964) (end 5.351 1.964) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.391 -1.89) (end 5.391 1.89) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.431 -1.813) (end 5.431 1.813) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.471 -1.731) (end 5.471 1.731) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.511 -1.645) (end 5.511 1.645) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.551 -1.552) (end 5.551 1.552) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.591 -1.453) (end 5.591 1.453) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.631 -1.346) (end 5.631 1.346) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.671 -1.229) (end 5.671 1.229) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.711 -1.098) (end 5.711 1.098) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.751 -0.948) (end 5.751 0.948) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.791 -0.768) (end 5.791 0.768) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.831 -0.533) (end 5.831 0.533) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.659698 -2.315) (end -1.859698 -2.315) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.259698 -2.715) (end -2.259698 -1.915) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.75 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 48 12V)) + (pad 2 thru_hole circle (at 3.5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/CP_Radial_D8.0mm_P3.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A52F1) + (at 74.295 44.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD5402) + (fp_text reference Q1 (at -1.27 -2.14) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 18 "Net-(Q1-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 86 "Net-(J1-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A52BE) + (at 74.295 49.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD55DD) + (fp_text reference Q2 (at -1.27 -2.06) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 85 "Net-(J1-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 19 "Net-(Q2-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A528B) + (at 74.295 54.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD564B) + (fp_text reference Q3 (at -1.27 -1.98) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 20 "Net-(Q3-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 84 "Net-(J1-Pad3)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A5258) + (at 74.295 59.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD577D) + (fp_text reference Q4 (at -1.27 -1.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 83 "Net-(J1-Pad4)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 21 "Net-(Q4-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A5225) + (at 74.295 64.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD582E) + (fp_text reference Q5 (at -1.27 -1.82) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 22 "Net-(Q5-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 82 "Net-(J1-Pad5)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A51F2) + (at 74.295 69.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD5850) + (fp_text reference Q6 (at -1.27 -1.74) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 81 "Net-(J1-Pad6)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 23 "Net-(Q6-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A51BF) + (at 74.295 74.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD5874) + (fp_text reference Q7 (at -1.27 -1.66) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 24 "Net-(Q7-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 80 "Net-(J1-Pad7)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C4A518C) + (at 74.295 79.05) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BCD595E) + (fp_text reference Q8 (at -1.27 -2.215) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 79 "Net-(J1-Pad8)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 77 "Net-(Q8-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder (layer F.Cu) (tedit 5A282C46) (tstamp 5C56784F) + (at 74.295 132.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C483) + (fp_text reference Q9 (at -0.635 -1.77) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 25 "Net-(Q9-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 87 "Net-(J3-Pad8)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C567860) + (at 74.295 127.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C489) + (fp_text reference Q10 (at -0.635 -1.85) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 88 "Net-(J3-Pad7)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 26 "Net-(Q10-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C567871) + (at 74.295 122.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C48F) + (fp_text reference Q11 (at -0.635 -1.93) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 27 "Net-(Q11-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 89 "Net-(J3-Pad6)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C567882) + (at 74.295 117.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C495) + (fp_text reference Q12 (at -0.635 -2.01) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 90 "Net-(J3-Pad5)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 28 "Net-(Q12-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C567893) + (at 74.295 112.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C49B) + (fp_text reference Q13 (at -0.635 -2.09) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 29 "Net-(Q13-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 91 "Net-(J3-Pad4)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5678A4) + (at 74.295 107.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C4A1) + (fp_text reference Q14 (at -0.635 -2.17) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 92 "Net-(J3-Pad3)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 30 "Net-(Q14-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5678B5) + (at 74.295 102.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C4A7) + (fp_text reference Q15 (at -0.635 -1.615) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 31 "Net-(Q15-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 93 "Net-(J3-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5678C6) + (at 74.295 97.58) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD0C4AD) + (fp_text reference Q16 (at -0.635 -1.695) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 94 "Net-(J3-Pad1)")) + (pad 3 thru_hole roundrect (at 2.54 0) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 78 "Net-(Q16-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5678D7) + (at 141.605 106.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD112FB) + (fp_text reference Q17 (at -0.635 -2.465 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 32 "Net-(Q17-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 96 "Net-(J4-Pad6)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5678E8) + (at 141.605 101.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD11301) + (fp_text reference Q18 (at -0.635 -2.385 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 95 "Net-(J4-Pad7)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 33 "Net-(Q18-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5678F9) + (at 141.605 111.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD11307) + (fp_text reference Q19 (at -0.635 -2.545 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 34 "Net-(Q19-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 97 "Net-(J4-Pad5)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C56790A) + (at 141.605 116.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD1130D) + (fp_text reference Q20 (at -0.635 -2.625 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 35 "Net-(Q20-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 98 "Net-(J4-Pad4)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C56791B) + (at 141.605 121.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD11313) + (fp_text reference Q21 (at -0.635 -2.705 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 36 "Net-(Q21-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 99 "Net-(J4-Pad3)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C56792C) + (at 141.605 126.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD11319) + (fp_text reference Q22 (at -0.635 -2.785 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 100 "Net-(J4-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 37 "Net-(Q22-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder (layer F.Cu) (tedit 5A282C46) (tstamp 5C56793D) + (at 141.605 131.12 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD1131F) + (fp_text reference Q23 (at -0.635 -2.865 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 38 "Net-(Q23-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 101 "Net-(J4-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C56794E) + (at 141.605 47.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD20371) + (fp_text reference Q24 (at -0.635 -2.435 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 103 "Net-(J5-Pad7)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 39 "Net-(Q24-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder (layer F.Cu) (tedit 5C49E65C) (tstamp 5C56795F) + (at 141.605 42.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD20377) + (fp_text reference Q25 (at -0.635 -2.355 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 40 "Net-(Q25-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 102 "Net-(J5-Pad8)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5C49E666) (tstamp 5C567970) + (at 141.605 52.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD2037D) + (fp_text reference Q26 (at -0.635 -2.515 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 104 "Net-(J5-Pad6)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 41 "Net-(Q26-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C567981) + (at 141.605 57.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD20383) + (fp_text reference Q27 (at -0.635 -2.595 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 42 "Net-(Q27-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 105 "Net-(J5-Pad5)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C567992) + (at 141.605 62.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD20389) + (fp_text reference Q28 (at -0.635 -2.675 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 106 "Net-(J5-Pad4)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 43 "Net-(Q28-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5679A3) + (at 141.605 67.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD2038F) + (fp_text reference Q29 (at -0.635 -2.755 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 107 "Net-(J5-Pad3)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 44 "Net-(Q29-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_THT:TO-92_HandSolder locked (layer F.Cu) (tedit 5A282C46) (tstamp 5C5679B4) + (at 141.605 72.73 180) + (descr "TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (path /5BD20395) + (fp_text reference Q30 (at -0.635 -2.835 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value BS170 (at 1.27 2.79 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_arc (start 1.27 0) (end 2.05 -2.45) (angle 117.6433766) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle -135) (layer F.Fab) (width 0.1)) + (fp_arc (start 1.27 0) (end 0.45 -2.45) (angle -116.9632683) (layer F.SilkS) (width 0.12)) + (fp_arc (start 1.27 0) (end 1.27 -2.48) (angle 135) (layer F.Fab) (width 0.1)) + (fp_line (start 4 2.01) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 2.01) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.45 -3.05) (end -1.46 2.01) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.46 -3.05) (end 4 -3.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.5 1.75) (end 3 1.75) (layer F.Fab) (width 0.1)) + (fp_line (start -0.53 1.85) (end 3.07 1.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 1.27 -4.4 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole rect (at 0 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) + (net 108 "Net-(J5-Pad2)")) + (pad 3 thru_hole roundrect (at 2.54 0 180) (size 1.1 1.8) (drill 0.75 (offset 0 0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 2 thru_hole roundrect (at 1.27 -1.27 180) (size 1.1 1.8) (drill 0.75 (offset 0 -0.4)) (layers *.Cu *.Mask) (roundrect_rratio 0.25) + (net 45 "Net-(Q30-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_THT.3dshapes/TO-92.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_Phoenix_MSTB:PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal (layer F.Cu) (tedit 5B785047) (tstamp 5C4A5CB7) + (at 105.41 125.73) + (descr "Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC)") + (tags "phoenix_contact connector MSTBA_01x02_G_5.08mm") + (path /5C4B3175) + (fp_text reference J7 (at 2.54 -3.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x02_Female (at 2.54 11.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.65 -2.11) (end -3.65 10.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 10.11) (end 8.73 10.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.73 10.11) (end 8.73 -2.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.73 -2.11) (end -3.65 -2.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.54 -2) (end -3.54 10) (layer F.Fab) (width 0.1)) + (fp_line (start -3.54 10) (end 8.62 10) (layer F.Fab) (width 0.1)) + (fp_line (start 8.62 10) (end 8.62 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 8.62 -2) (end -3.54 -2) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 8.61) (end -3.65 6.81) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 6.81) (end 8.73 6.81) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.73 6.81) (end 8.73 8.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.73 8.61) (end -3.65 8.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 10.11) (end 1 10.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 1 10.11) (end 0.75 8.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.75 8.61) (end -0.75 8.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.75 8.61) (end -1 10.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.08 10.11) (end 6.08 10.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 6.08 10.11) (end 5.83 8.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.83 8.61) (end 4.33 8.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.33 8.61) (end 4.08 10.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.04 -2.5) (end -4.04 10.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.04 10.5) (end 9.12 10.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.12 10.5) (end 9.12 -2.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.12 -2.5) (end -4.04 -2.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.3 -2.91) (end 0 -2.31) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -2.31) (end -0.3 -2.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 -2.91) (end 0.3 -2.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.95 -2) (end 0 -0.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -0.5) (end -0.95 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 2.54 -1.3) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole roundrect (at 0 0) (size 2.08 3.6) (drill 1.4) (layers *.Cu *.Mask) (roundrect_rratio 0.120192) + (net 2 GND)) + (pad 2 thru_hole oval (at 5.08 0) (size 2.08 3.6) (drill 1.4) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Connector_Phoenix_MSTB.3dshapes/PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C836A1B) + (at 85.09 91.44) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (path /5C57CCE4) + (fp_text reference R46 (at 5.08 -2.37) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 5.08 2.37) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 5.08 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) + (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 D7)) + (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 "Net-(Q8-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5C836A31) + (at 95.25 95.25 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (path /5C5798FE) + (fp_text reference R54 (at 5.08 -2.37 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value R (at 5.08 2.37 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) + (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 5.08 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 D8)) + (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 78 "Net-(Q16-Pad2)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module moje_soucastky:Mini_step_down_regulator locked (layer F.Cu) (tedit 5BDF54FE) (tstamp 5CE5F033) + (at 140.97 86.36 90) + (path /5BE21DCA) + (fp_text reference U5 (at 0 -10.795 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Mini_step_down_regulator (at 0 1.27 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -8.5 -22.5) (end 8.5 -22.5) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.5 -22.5) (end -8.5 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.5 -22.5) (end 8.5 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.5 0) (end 8.5 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -6.604 -20.574 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 1 thru_hole circle (at -4.064 -20.574 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 2 thru_hole circle (at 6.636 -20.574 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 3 thru_hole circle (at -4.064 -2.024 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 4 thru_hole circle (at 6.636 -2.024 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 48 12V)) + (pad 2 thru_hole circle (at 4.096 -20.574 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 13 5V)) + (pad 3 thru_hole circle (at -6.604 -2.024 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 4 thru_hole circle (at 4.096 -2.024 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 48 12V)) + ) + + (gr_text Zálešák (at 130.81 129.54) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify right)) + ) + (gr_text V2 (at 130.81 133.35) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify right)) + ) + (gr_text "2019/01\n" (at 114.3 133.35) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_line (start 52.569418 245.502443) (end 52.569418 188.022193) (layer Dwgs.User) (width 0.2)) + (gr_line (start -36.806881 200.11263) (end -36.844304 200.795582) (layer Dwgs.User) (width 0.2)) + (gr_line (start 186.69 175.248804) (end 186.69 255.44735) (layer Dwgs.User) (width 0.2)) + (gr_line (start 65.342807 245.502443) (end 52.569418 245.502443) (layer Dwgs.User) (width 0.2)) + (gr_line (start -76.321434 7.011798) (end -76.405634 7.011798) (layer Dwgs.User) (width 0.2)) + (gr_line (start -85.736195 16.014917) (end -23.911871 77.851715) (layer Dwgs.User) (width 0.2)) + (gr_line (start -23.911871 77.851715) (end -35.727879 189.855873) (layer Dwgs.User) (width 0.2)) + (gr_line (start 154.756528 219.955665) (end 141.983139 219.955665) (layer Dwgs.User) (width 0.2)) + (gr_line (start 20.654657 53.901611) (end 20.654657 -1.80421) (layer Dwgs.User) (width 0.2)) + (gr_line (start 186.69 149.702027) (end 186.69 111.381861) (layer Dwgs.User) (width 0.2)) + (gr_line (start 217.703513 70.972298) (end 250.912454 13.398493) (layer Dwgs.User) (width 0.2)) + (gr_line (start 208.360479 -17.571362) (end 217.703513 70.972298) (layer Dwgs.User) (width 0.2)) + (gr_line (start 7.862557 92.221777) (end 20.635946 92.221777) (layer Dwgs.User) (width 0.2)) + (gr_line (start 273.069418 26.162526) (end 222.275239 114.197869) (layer Dwgs.User) (width 0.2)) + (gr_line (start -76.39316 1.735291) (end -76.39316 1.735291) (layer Dwgs.User) (width 0.2)) + (gr_line (start 7.862557 117.768555) (end 7.862557 92.221777) (layer Dwgs.User) (width 0.2)) + (gr_line (start 20.635946 117.768555) (end 7.862557 117.768555) (layer Dwgs.User) (width 0.2)) + (gr_line (start 20.635946 92.221777) (end 20.635946 117.768555) (layer Dwgs.User) (width 0.2)) + (gr_line (start 141.983139 219.955665) (end 141.983139 268.180197) (layer Dwgs.User) (width 0.2)) + (gr_line (start 65.342807 162.475416) (end 52.569418 162.475416) (layer Dwgs.User) (width 0.2)) + (gr_line (start 155.720146 9.500364) (end 156.050707 9.42552) (layer Dwgs.User) (width 0.2)) + (gr_line (start 199.463389 175.248804) (end 186.69 175.248804) (layer Dwgs.User) (width 0.2)) + (gr_line (start 226.285634 30.500364) (end 218.623472 -42.538098) (layer Dwgs.User) (width 0.2)) + (gr_line (start 52.569418 92.221777) (end 65.342807 92.221777) (layer Dwgs.User) (width 0.2)) + (gr_line (start 97.276279 92.221777) (end 110.049667 92.221777) (layer Dwgs.User) (width 0.2)) + (gr_line (start 97.276279 15.441112) (end 97.276279 92.221777) (layer Dwgs.User) (width 0.2)) + (gr_line (start -15.317276 -3.859303) (end -40.676944 -29.234563) (layer Dwgs.User) (width 0.2)) + (gr_line (start 52.569418 188.022193) (end 65.342807 188.022193) (layer Dwgs.User) (width 0.2)) + (gr_line (start 110.049667 92.221777) (end 110.049667 15.428638) (layer Dwgs.User) (width 0.2)) + (gr_line (start 230.355281 191.178118) (end 231.396861 201.126144) (layer Dwgs.User) (width 0.2)) + (gr_line (start 263.533035 -2.939345) (end 263.533035 -2.939345) (layer Dwgs.User) (width 0.2)) + (gr_line (start 103.662973 -86.605665) (end 103.662973 -86.605665) (layer Dwgs.User) (width 0.2)) + (gr_line (start 235.407256 116.995166) (end 292.485219 18.079366) (layer Dwgs.User) (width 0.2)) + (gr_line (start 103.662973 -22.738722) (end 103.662973 -22.738722) (layer Dwgs.User) (width 0.2)) + (gr_line (start 141.983139 188.022193) (end 154.756528 188.022193) (layer Dwgs.User) (width 0.2)) + (gr_line (start 141.892703 12.375624) (end 141.983139 188.022193) (layer Dwgs.User) (width 0.2)) + (gr_line (start 65.342807 92.221777) (end 65.342807 162.475416) (layer Dwgs.User) (width 0.2)) + (gr_line (start 154.666092 9.749844) (end 155.720146 9.500364) (layer Dwgs.User) (width 0.2)) + (gr_line (start 154.756528 188.022193) (end 154.666092 9.749844) (layer Dwgs.User) (width 0.2)) + (gr_line (start -10.564678 73.124064) (end -65.833908 17.854833) (layer Dwgs.User) (width 0.2)) + (gr_line (start 248.199356 -7.507952) (end 248.155697 -7.405041) (layer Dwgs.User) (width 0.2)) + (gr_line (start 97.276279 149.702027) (end 97.276279 124.155249) (layer Dwgs.User) (width 0.2)) + (gr_line (start 52.569418 66.675) (end 65.342807 66.675) (layer Dwgs.User) (width 0.2)) + (gr_line (start 52.77212 9.809096) (end 52.569418 66.675) (layer Dwgs.User) (width 0.2)) + (gr_line (start 20.361518 255.313254) (end 20.635946 143.315333) (layer Dwgs.User) (width 0.2)) + (gr_line (start -11.235156 -42.538098) (end -15.317276 -3.859303) (layer Dwgs.User) (width 0.2)) + (gr_line (start 186.69 111.381861) (end 199.463389 111.381861) (layer Dwgs.User) (width 0.2)) + (gr_line (start 154.756528 265.813253) (end 154.756528 219.955665) (layer Dwgs.User) (width 0.2)) + (gr_line (start 110.049667 149.702027) (end 97.276279 149.702027) (layer Dwgs.User) (width 0.2)) + (gr_line (start 110.049667 124.155249) (end 110.049667 149.702027) (layer Dwgs.User) (width 0.2)) + (gr_line (start 97.276279 124.155249) (end 110.049667 124.155249) (layer Dwgs.User) (width 0.2)) + (gr_line (start 110.049667 188.022193) (end 97.276279 188.022193) (layer Dwgs.User) (width 0.2)) + (gr_line (start 110.049667 270.890177) (end 110.049667 188.022193) (layer Dwgs.User) (width 0.2)) + (gr_line (start -5.422266 24.107433) (end -1.009584 -17.705457) (layer Dwgs.User) (width 0.2)) + (gr_line (start -38.737235 -9.198181) (end -5.422266 24.107433) (layer Dwgs.User) (width 0.2)) + (gr_line (start 20.635946 143.315333) (end 7.862557 143.315333) (layer Dwgs.User) (width 0.2)) + (gr_line (start 248.155697 -7.405041) (end 226.285634 30.500364) (layer Dwgs.User) (width 0.2)) + (gr_line (start 103.662973 -3.578638) (end 103.662973 -3.578638) (layer Dwgs.User) (width 0.2)) + (gr_line (start 103.662973 -48.285499) (end 103.662973 -48.285499) (layer Dwgs.User) (width 0.2)) + (gr_line (start 103.662973 -67.445582) (end 103.662973 -67.445582) (layer Dwgs.User) (width 0.2)) + (gr_line (start 199.463389 111.381861) (end 199.463389 149.702027) (layer Dwgs.User) (width 0.2)) + (gr_line (start 199.463389 149.702027) (end 186.69 149.702027) (layer Dwgs.User) (width 0.2)) + (gr_line (start -23.01686 191.178118) (end -10.564678 73.124064) (layer Dwgs.User) (width 0.2)) + (gr_line (start -24.070915 201.126144) (end -23.01686 191.178118) (layer Dwgs.User) (width 0.2)) + (gr_line (start 263.533035 -2.939345) (end 264.331372 -2.939345) (layer Dwgs.User) (width 0.2)) + (gr_line (start 7.881269 53.901611) (end 20.654657 53.901611) (layer Dwgs.User) (width 0.2)) + (gr_line (start 7.881269 -9.684667) (end 7.881269 53.901611) (layer Dwgs.User) (width 0.2)) + (gr_line (start 186.605801 -1.763669) (end 186.69 66.675) (layer Dwgs.User) (width 0.2)) + (gr_line (start 186.428046 -1.676351) (end 186.605801 -1.763669) (layer Dwgs.User) (width 0.2)) + (gr_line (start 242.975863 189.375624) (end 235.407256 116.995166) (layer Dwgs.User) (width 0.2)) + (gr_line (start 292.454033 18.079366) (end 292.466508 18.045063) (layer Dwgs.User) (width 0.2)) + (gr_line (start 52.569418 162.475416) (end 52.569418 92.221777) (layer Dwgs.User) (width 0.2)) + (gr_line (start 97.276279 188.022193) (end 97.276279 270.890177) (layer Dwgs.User) (width 0.2)) + (gr_line (start -49.751787 -20.222089) (end -49.689418 -20.069283) (layer Dwgs.User) (width 0.2)) + (gr_line (start 7.862557 143.315333) (end 7.60684 248.496206) (layer Dwgs.User) (width 0.2)) + (gr_line (start 65.342807 188.022193) (end 65.342807 245.502443) (layer Dwgs.User) (width 0.2)) + (gr_line (start 199.463389 248.645894) (end 199.463389 175.248804) (layer Dwgs.User) (width 0.2)) + (gr_line (start 129.075656 1.364189) (end 128.717027 1.407848) (layer Dwgs.User) (width 0.2)) + (gr_line (start 2.118275 -14.543295) (end 2.48314 -14.181549) (layer Dwgs.User) (width 0.2)) + (gr_line (start 222.275239 114.197869) (end 230.355281 191.178118) (layer Dwgs.User) (width 0.2)) + (gr_line (start 181.662973 -13.498597) (end 181.444678 -13.383212) (layer Dwgs.User) (width 0.2)) + (gr_line (start 65.342807 66.675) (end 65.495613 12.388098) (layer Dwgs.User) (width 0.2)) + (gr_line (start 292.485219 18.079366) (end 292.454033 18.079366) (layer Dwgs.User) (width 0.2)) + (gr_line (start 199.463389 66.675) (end 199.372952 -9.647245) (layer Dwgs.User) (width 0.2)) + (gr_line (start 186.69 66.675) (end 199.463389 66.675) (layer Dwgs.User) (width 0.2)) + (gr_text David (at 114.3 129.54) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3)) (justify left)) + ) + (gr_line (start 63.5 38.1) (end 63.5 135.89) (layer Edge.Cuts) (width 0.2)) + (gr_line (start 152.4 38.1) (end 63.5 38.1) (layer Edge.Cuts) (width 0.2)) + (gr_line (start 152.4 135.89) (end 152.4 38.1) (layer Edge.Cuts) (width 0.2)) + (gr_line (start 63.5 135.89) (end 152.4 135.89) (layer Edge.Cuts) (width 0.2)) + (gr_line (start 85.09 46.99) (end 85.09 36.83) (layer F.SilkS) (width 0.2)) + (gr_line (start 128.27 46.99) (end 85.09 46.99) (layer F.SilkS) (width 0.2)) + (gr_line (start 128.27 36.83) (end 128.27 46.99) (layer F.SilkS) (width 0.2)) + (gr_line (start 85.09 36.83) (end 128.27 36.83) (layer F.SilkS) (width 0.2)) + + (segment (start 119.38 113.03) (end 118.98 113.03) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 113.03 99.06) (end 114.3 97.79) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 114.3 97.79) (end 115.57 97.79) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 119.38 113.03) (end 118.11 113.03) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 113.03 107.95) (end 113.03 99.06) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 118.11 113.03) (end 113.03 107.95) (width 0.5) (layer F.Cu) (net 1)) + (segment (start 78.4075 44.05) (end 79.375 45.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5179)) + (segment (start 76.835 44.05) (end 78.4075 44.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5176)) + (segment (start 78.4075 49.05) (end 79.375 50.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5173)) + (segment (start 76.835 49.05) (end 78.4075 49.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5170)) + (segment (start 78.4075 54.05) (end 79.375 55.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A516D)) + (segment (start 76.835 54.05) (end 78.4075 54.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A516A)) + (segment (start 78.4075 59.05) (end 79.375 60.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5167)) + (segment (start 76.835 59.05) (end 78.4075 59.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5164)) + (segment (start 78.4075 64.05) (end 79.375 65.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5161)) + (segment (start 76.835 64.05) (end 78.4075 64.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A515E)) + (segment (start 78.4075 69.05) (end 79.375 70.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A515B)) + (segment (start 76.835 69.05) (end 78.4075 69.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5158)) + (segment (start 78.4075 74.05) (end 79.375 75.0175) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5155)) + (segment (start 76.835 74.05) (end 78.4075 74.05) (width 0.75) (layer F.Cu) (net 2) (tstamp 5C4A5152)) + (segment (start 78.4075 102.58) (end 79.375 103.5475) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 102.58) (end 78.4075 102.58) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 78.4075 107.58) (end 79.375 108.5475) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 107.58) (end 78.4075 107.58) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 78.4075 112.58) (end 79.375 113.5475) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 112.58) (end 78.4075 112.58) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 78.4075 117.58) (end 79.375 118.5475) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 117.58) (end 78.4075 117.58) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 78.4075 122.58) (end 79.375 123.5475) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 122.58) (end 78.4075 122.58) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 78.4075 127.58) (end 79.375 128.5475) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 127.58) (end 78.4075 127.58) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 78.4075 131.945) (end 79.375 132.9125) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 76.835 131.945) (end 78.4075 131.945) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 131.12) (end 136.525 130.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 131.12) (end 137.4925 131.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 126.12) (end 136.525 125.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 126.12) (end 137.4925 126.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 121.12) (end 136.525 120.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 121.12) (end 137.4925 121.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 116.12) (end 136.525 115.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 116.12) (end 137.4925 116.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 111.12) (end 136.525 110.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 111.12) (end 137.4925 111.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 106.12) (end 136.525 105.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 106.12) (end 137.4925 106.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 101.12) (end 136.525 100.1525) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 101.12) (end 137.4925 101.12) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 72.73) (end 136.525 71.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 72.73) (end 137.4925 72.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 67.73) (end 136.525 66.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 67.73) (end 137.4925 67.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 62.73) (end 136.525 61.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 62.73) (end 137.4925 62.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 57.73) (end 136.525 56.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 57.73) (end 137.4925 57.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 52.73) (end 136.525 51.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 52.73) (end 137.4925 52.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 47.73) (end 136.525 46.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 47.73) (end 137.4925 47.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 137.4925 42.73) (end 136.525 41.7625) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 139.065 42.73) (end 137.4925 42.73) (width 0.75) (layer F.Cu) (net 2)) + (segment (start 119.38 115.57) (end 118.98 115.57) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 114.3 95.25) (end 115.57 95.25) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 111.76 97.79) (end 114.3 95.25) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 111.76 109.22) (end 111.76 97.79) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 119.38 115.57) (end 118.11 115.57) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 118.11 115.57) (end 111.76 109.22) (width 0.5) (layer F.Cu) (net 3)) + (segment (start 119.38 52.07) (end 118.11 52.07) (width 0.5) (layer F.Cu) (net 4)) + (segment (start 118.11 52.07) (end 109.22 60.96) (width 0.5) (layer F.Cu) (net 4)) + (segment (start 109.22 60.96) (end 109.22 87.63) (width 0.5) (layer F.Cu) (net 4)) + (segment (start 114.3 92.71) (end 115.57 92.71) (width 0.5) (layer F.Cu) (net 4)) + (segment (start 109.22 87.63) (end 114.3 92.71) (width 0.5) (layer F.Cu) (net 4)) + (segment (start 102.87 81.28) (end 101.6 82.55) (width 0.5) (layer F.Cu) (net 5)) + (segment (start 101.6 82.55) (end 100.33 82.55) (width 0.5) (layer F.Cu) (net 5)) + (segment (start 102.87 67.31) (end 102.87 81.28) (width 0.5) (layer F.Cu) (net 5)) + (segment (start 96.52 62.23) (end 97.79 62.23) (width 0.5) (layer F.Cu) (net 5)) + (segment (start 97.79 62.23) (end 102.87 67.31) (width 0.5) (layer F.Cu) (net 5)) + (segment (start 100.33 85.09) (end 101.6 85.09) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 101.6 85.09) (end 104.14 82.55) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 104.14 82.55) (end 104.14 66.04) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 104.14 66.04) (end 97.79 59.69) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 97.79 59.69) (end 96.52 59.69) (width 0.5) (layer F.Cu) (net 6)) + (segment (start 117.68 57.15) (end 111.76 63.07) (width 0.5) (layer F.Cu) (net 7)) + (segment (start 119.38 57.15) (end 117.68 57.15) (width 0.5) (layer F.Cu) (net 7)) + (segment (start 111.76 63.07) (end 111.76 85.09) (width 0.5) (layer F.Cu) (net 7)) + (segment (start 114.3 87.63) (end 115.57 87.63) (width 0.5) (layer F.Cu) (net 7)) + (segment (start 111.76 85.09) (end 114.3 87.63) (width 0.5) (layer F.Cu) (net 7)) + (segment (start 96.52 57.15) (end 97.79 57.15) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 97.79 57.15) (end 105.41 64.77) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 105.41 64.77) (end 105.41 83.82) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 101.6 87.63) (end 100.33 87.63) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 105.41 83.82) (end 101.6 87.63) (width 0.5) (layer F.Cu) (net 8)) + (segment (start 115.57 85.09) (end 114.3 85.09) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 114.3 85.09) (end 113.03 83.82) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 113.03 83.82) (end 113.03 64.77) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 113.03 64.77) (end 118.11 59.69) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 118.11 59.69) (end 119.38 59.69) (width 0.5) (layer F.Cu) (net 9)) + (segment (start 92.71 78.74) (end 93.98 78.74) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 115.57 82.55) (end 114.3 82.55) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 114.3 82.55) (end 113.03 81.28) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 96.52 81.28) (end 93.98 78.74) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 113.03 81.28) (end 96.52 81.28) (width 0.5) (layer B.Cu) (net 10)) + (segment (start 96.52 92.71) (end 95.25 91.44) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 100.33 92.71) (end 96.52 92.71) (width 0.5) (layer F.Cu) (net 11)) + (segment (start 100.33 95.25) (end 95.25 95.25) (width 0.5) (layer F.Cu) (net 12)) + (segment (start 100.33 97.79) (end 101.6 97.79) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 101.6 97.79) (end 105.41 101.6) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 105.41 101.6) (end 105.41 115.57) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 105.41 115.57) (end 97.79 123.19) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 97.79 123.19) (end 96.52 123.19) (width 0.5) (layer F.Cu) (net 14)) + (segment (start 100.33 100.33) (end 101.6 100.33) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 101.6 100.33) (end 104.14 102.87) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 104.14 102.87) (end 104.14 114.3) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 104.14 114.3) (end 97.79 120.65) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 97.79 120.65) (end 96.52 120.65) (width 0.5) (layer F.Cu) (net 15)) + (segment (start 96.52 118.11) (end 96.92 118.11) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 101.6 102.87) (end 100.33 102.87) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 102.87 104.14) (end 101.6 102.87) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 102.87 113.03) (end 102.87 104.14) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 96.52 118.11) (end 97.79 118.11) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 97.79 118.11) (end 102.87 113.03) (width 0.5) (layer F.Cu) (net 16)) + (segment (start 100.33 113.03) (end 100.33 105.41) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 96.52 115.57) (end 97.79 115.57) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 97.79 115.57) (end 100.33 113.03) (width 0.5) (layer F.Cu) (net 17)) + (segment (start 76.3025 42.0425) (end 75.565 42.78) (width 0.5) (layer F.Cu) (net 18) (tstamp 5C4A4EEB)) + (segment (start 79.375 42.0425) (end 76.3025 42.0425) (width 0.5) (layer F.Cu) (net 18) (tstamp 5C4A4EE8)) + (via (at 81.28 43.18) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 18) (tstamp 5C4A4EE5)) + (segment (start 83.385 49.53) (end 83.385 45.285) (width 0.5) (layer B.Cu) (net 18) (tstamp 5C4A4EE2)) + (segment (start 83.385 45.285) (end 81.28 43.18) (width 0.5) (layer B.Cu) (net 18) (tstamp 5C4A4EDF)) + (segment (start 80.5125 43.18) (end 79.375 42.0425) (width 0.5) (layer F.Cu) (net 18) (tstamp 5C4A4EDC)) + (segment (start 81.28 43.18) (end 80.5125 43.18) (width 0.5) (layer F.Cu) (net 18) (tstamp 5C4A4ED9)) + (segment (start 76.3025 47.0425) (end 75.565 47.78) (width 0.5) (layer F.Cu) (net 19) (tstamp 5C4A4ED6)) + (segment (start 79.375 47.0425) (end 76.3025 47.0425) (width 0.5) (layer F.Cu) (net 19) (tstamp 5C4A4ED3)) + (via (at 81.28 48.26) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 19) (tstamp 5C4A4ED0)) + (segment (start 83.385 52.07) (end 81.28 49.965) (width 0.5) (layer B.Cu) (net 19) (tstamp 5C4A4ECD)) + (segment (start 81.28 49.965) (end 81.28 48.26) (width 0.5) (layer B.Cu) (net 19) (tstamp 5C4A4ECA)) + (segment (start 80.5925 48.26) (end 79.375 47.0425) (width 0.5) (layer F.Cu) (net 19) (tstamp 5C4A4EC7)) + (segment (start 81.28 48.26) (end 80.5925 48.26) (width 0.5) (layer F.Cu) (net 19) (tstamp 5C4A4EC4)) + (segment (start 76.3025 52.0425) (end 75.565 52.78) (width 0.5) (layer F.Cu) (net 20) (tstamp 5C4A4EC1)) + (segment (start 79.375 52.0425) (end 76.3025 52.0425) (width 0.5) (layer F.Cu) (net 20) (tstamp 5C4A4EBE)) + (via (at 81.28 53.34) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 20) (tstamp 5C4A4EBB)) + (segment (start 83.385 54.61) (end 82.55 54.61) (width 0.5) (layer B.Cu) (net 20) (tstamp 5C4A4EB8)) + (segment (start 82.55 54.61) (end 81.28 53.34) (width 0.5) (layer B.Cu) (net 20) (tstamp 5C4A4EB5)) + (segment (start 80.6725 53.34) (end 79.375 52.0425) (width 0.5) (layer F.Cu) (net 20) (tstamp 5C4A4EB2)) + (segment (start 81.28 53.34) (end 80.6725 53.34) (width 0.5) (layer F.Cu) (net 20) (tstamp 5C4A4EAF)) + (via (at 81.28 57.15) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 21) (tstamp 5C4A4EAC)) + (segment (start 83.385 57.15) (end 81.28 57.15) (width 0.5) (layer B.Cu) (net 21) (tstamp 5C4A4EA9)) + (segment (start 79.4825 57.15) (end 79.375 57.0425) (width 0.5) (layer F.Cu) (net 21) (tstamp 5C4A4EA6)) + (segment (start 81.28 57.15) (end 79.4825 57.15) (width 0.5) (layer F.Cu) (net 21) (tstamp 5C4A4EA3)) + (segment (start 76.3025 57.0425) (end 75.565 57.78) (width 0.5) (layer F.Cu) (net 21) (tstamp 5C4A5323)) + (segment (start 79.375 57.0425) (end 76.3025 57.0425) (width 0.5) (layer F.Cu) (net 21) (tstamp 5C4A5320)) + (via (at 81.28 62.23) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 22) (tstamp 5C4A531D)) + (segment (start 83.385 59.69) (end 81.28 61.795) (width 0.5) (layer B.Cu) (net 22) (tstamp 5C4A531A)) + (segment (start 81.28 61.795) (end 81.28 62.23) (width 0.5) (layer B.Cu) (net 22) (tstamp 5C4A5317)) + (segment (start 79.5625 62.23) (end 79.375 62.0425) (width 0.5) (layer F.Cu) (net 22) (tstamp 5C4A5314)) + (segment (start 81.28 62.23) (end 79.5625 62.23) (width 0.5) (layer F.Cu) (net 22) (tstamp 5C4A4EA0)) + (segment (start 76.3025 62.0425) (end 75.565 62.78) (width 0.5) (layer F.Cu) (net 22) (tstamp 5C4A4E9D)) + (segment (start 79.375 62.0425) (end 76.3025 62.0425) (width 0.5) (layer F.Cu) (net 22) (tstamp 5C4A4E9A)) + (via (at 81.28 66.04) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 23) (tstamp 5C4A4E97)) + (segment (start 83.385 62.23) (end 81.28 64.335) (width 0.5) (layer B.Cu) (net 23) (tstamp 5C4A4E94)) + (segment (start 81.28 64.335) (end 81.28 66.04) (width 0.5) (layer B.Cu) (net 23) (tstamp 5C4A4E91)) + (segment (start 80.2775 67.0425) (end 79.375 67.0425) (width 0.5) (layer F.Cu) (net 23) (tstamp 5C4A4E8E)) + (segment (start 81.28 66.04) (end 80.2775 67.0425) (width 0.5) (layer F.Cu) (net 23) (tstamp 5C4A4E8B)) + (segment (start 76.3025 67.0425) (end 75.565 67.78) (width 0.5) (layer F.Cu) (net 23) (tstamp 5C4A4E88)) + (segment (start 79.375 67.0425) (end 76.3025 67.0425) (width 0.5) (layer F.Cu) (net 23) (tstamp 5C4A4E85)) + (via (at 81.28 71.12) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 24) (tstamp 5C4A4E82)) + (segment (start 83.385 64.77) (end 83.385 69.015) (width 0.5) (layer B.Cu) (net 24) (tstamp 5C4A4E7F)) + (segment (start 83.385 69.015) (end 81.28 71.12) (width 0.5) (layer B.Cu) (net 24) (tstamp 5C4A4E7C)) + (segment (start 80.3575 72.0425) (end 79.375 72.0425) (width 0.5) (layer F.Cu) (net 24) (tstamp 5C4A4E79)) + (segment (start 81.28 71.12) (end 80.3575 72.0425) (width 0.5) (layer F.Cu) (net 24) (tstamp 5C4A4E76)) + (segment (start 76.3025 72.0425) (end 75.565 72.78) (width 0.5) (layer F.Cu) (net 24) (tstamp 5C4A4E73)) + (segment (start 79.375 72.0425) (end 76.3025 72.0425) (width 0.5) (layer F.Cu) (net 24) (tstamp 5C4A4E70)) + (via (at 81.28 129.54) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 25)) + (segment (start 83.385 123.19) (end 83.385 127.435) (width 0.5) (layer B.Cu) (net 25)) + (segment (start 83.385 127.435) (end 81.28 129.54) (width 0.5) (layer B.Cu) (net 25)) + (segment (start 80.2475 130.5725) (end 79.375 130.5725) (width 0.5) (layer F.Cu) (net 25)) + (segment (start 81.28 129.54) (end 80.2475 130.5725) (width 0.5) (layer F.Cu) (net 25)) + (segment (start 76.3025 130.5725) (end 75.565 131.31) (width 0.5) (layer F.Cu) (net 25)) + (segment (start 79.375 130.5725) (end 76.3025 130.5725) (width 0.5) (layer F.Cu) (net 25)) + (via (at 81.28 124.46) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 26)) + (segment (start 83.385 120.65) (end 81.28 122.755) (width 0.5) (layer B.Cu) (net 26)) + (segment (start 81.28 122.755) (end 81.28 124.46) (width 0.5) (layer B.Cu) (net 26)) + (segment (start 80.1675 125.5725) (end 79.375 125.5725) (width 0.5) (layer F.Cu) (net 26)) + (segment (start 81.28 124.46) (end 80.1675 125.5725) (width 0.5) (layer F.Cu) (net 26)) + (segment (start 76.3025 125.5725) (end 75.565 126.31) (width 0.5) (layer F.Cu) (net 26)) + (segment (start 79.375 125.5725) (end 76.3025 125.5725) (width 0.5) (layer F.Cu) (net 26)) + (segment (start 83.385 118.11) (end 81.28 120.215) (width 0.5) (layer B.Cu) (net 27)) + (via (at 81.28 120.65) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 27)) + (segment (start 81.28 120.215) (end 81.28 120.65) (width 0.5) (layer B.Cu) (net 27)) + (segment (start 79.4525 120.65) (end 79.375 120.5725) (width 0.5) (layer F.Cu) (net 27)) + (segment (start 81.28 120.65) (end 79.4525 120.65) (width 0.5) (layer F.Cu) (net 27)) + (segment (start 76.3025 120.5725) (end 75.565 121.31) (width 0.5) (layer F.Cu) (net 27)) + (segment (start 79.375 120.5725) (end 76.3025 120.5725) (width 0.5) (layer F.Cu) (net 27)) + (via (at 81.28 115.57) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 28)) + (segment (start 83.385 115.57) (end 81.28 115.57) (width 0.5) (layer B.Cu) (net 28)) + (segment (start 79.3775 115.57) (end 79.375 115.5725) (width 0.5) (layer F.Cu) (net 28)) + (segment (start 81.28 115.57) (end 79.3775 115.57) (width 0.5) (layer F.Cu) (net 28)) + (segment (start 76.3025 115.5725) (end 75.565 116.31) (width 0.5) (layer F.Cu) (net 28)) + (segment (start 79.375 115.5725) (end 76.3025 115.5725) (width 0.5) (layer F.Cu) (net 28)) + (via (at 81.28 111.76) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 29)) + (segment (start 83.385 113.03) (end 82.55 113.03) (width 0.5) (layer B.Cu) (net 29)) + (segment (start 82.55 113.03) (end 81.28 111.76) (width 0.5) (layer B.Cu) (net 29)) + (segment (start 80.5625 111.76) (end 79.375 110.5725) (width 0.5) (layer F.Cu) (net 29)) + (segment (start 81.28 111.76) (end 80.5625 111.76) (width 0.5) (layer F.Cu) (net 29)) + (segment (start 76.3025 110.5725) (end 75.565 111.31) (width 0.5) (layer F.Cu) (net 29)) + (segment (start 79.375 110.5725) (end 76.3025 110.5725) (width 0.5) (layer F.Cu) (net 29)) + (via (at 81.28 106.68) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 30)) + (segment (start 83.385 110.49) (end 81.28 108.385) (width 0.5) (layer B.Cu) (net 30)) + (segment (start 81.28 108.385) (end 81.28 106.68) (width 0.5) (layer B.Cu) (net 30)) + (segment (start 80.4825 106.68) (end 79.375 105.5725) (width 0.5) (layer F.Cu) (net 30)) + (segment (start 81.28 106.68) (end 80.4825 106.68) (width 0.5) (layer F.Cu) (net 30)) + (segment (start 76.3025 105.5725) (end 75.565 106.31) (width 0.5) (layer F.Cu) (net 30)) + (segment (start 79.375 105.5725) (end 76.3025 105.5725) (width 0.5) (layer F.Cu) (net 30)) + (via (at 81.28 101.6) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 31)) + (segment (start 83.385 107.95) (end 83.385 103.705) (width 0.5) (layer B.Cu) (net 31)) + (segment (start 83.385 103.705) (end 81.28 101.6) (width 0.5) (layer B.Cu) (net 31)) + (segment (start 80.4025 101.6) (end 79.375 100.5725) (width 0.5) (layer F.Cu) (net 31)) + (segment (start 81.28 101.6) (end 80.4025 101.6) (width 0.5) (layer F.Cu) (net 31)) + (segment (start 76.3025 100.5725) (end 75.565 101.31) (width 0.5) (layer F.Cu) (net 31)) + (segment (start 79.375 100.5725) (end 76.3025 100.5725) (width 0.5) (layer F.Cu) (net 31)) + (via (at 134.62 108.585) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 32)) + (segment (start 132.515 113.03) (end 134.62 110.925) (width 0.5) (layer B.Cu) (net 32)) + (segment (start 134.62 110.925) (end 134.62 108.585) (width 0.5) (layer B.Cu) (net 32)) + (segment (start 136.0675 108.585) (end 136.525 108.1275) (width 0.5) (layer F.Cu) (net 32)) + (segment (start 134.62 108.585) (end 136.0675 108.585) (width 0.5) (layer F.Cu) (net 32)) + (segment (start 139.5975 108.1275) (end 140.335 107.39) (width 0.5) (layer F.Cu) (net 32)) + (segment (start 136.525 108.1275) (end 139.5975 108.1275) (width 0.5) (layer F.Cu) (net 32)) + (via (at 134.62 103.505) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 33)) + (segment (start 132.515 110.49) (end 132.515 105.61) (width 0.5) (layer B.Cu) (net 33)) + (segment (start 132.515 105.61) (end 134.62 103.505) (width 0.5) (layer B.Cu) (net 33)) + (segment (start 136.1475 103.505) (end 136.525 103.1275) (width 0.5) (layer F.Cu) (net 33)) + (segment (start 134.62 103.505) (end 136.1475 103.505) (width 0.5) (layer F.Cu) (net 33)) + (segment (start 139.5975 103.1275) (end 140.335 102.39) (width 0.5) (layer F.Cu) (net 33)) + (segment (start 136.525 103.1275) (end 139.5975 103.1275) (width 0.5) (layer F.Cu) (net 33)) + (via (at 134.62 113.665) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 34)) + (segment (start 132.515 115.57) (end 132.715 115.57) (width 0.5) (layer B.Cu) (net 34)) + (segment (start 132.715 115.57) (end 134.62 113.665) (width 0.5) (layer B.Cu) (net 34)) + (segment (start 135.9875 113.665) (end 136.525 113.1275) (width 0.5) (layer F.Cu) (net 34)) + (segment (start 134.62 113.665) (end 135.9875 113.665) (width 0.5) (layer F.Cu) (net 34)) + (segment (start 139.5975 113.1275) (end 140.335 112.39) (width 0.5) (layer F.Cu) (net 34)) + (segment (start 136.525 113.1275) (end 139.5975 113.1275) (width 0.5) (layer F.Cu) (net 34)) + (via (at 134.62 118.11) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 35)) + (segment (start 132.500513 118.11) (end 134.62 118.11) (width 0.5) (layer B.Cu) (net 35)) + (segment (start 136.5075 118.11) (end 136.525 118.1275) (width 0.5) (layer F.Cu) (net 35)) + (segment (start 134.62 118.11) (end 136.5075 118.11) (width 0.5) (layer F.Cu) (net 35)) + (segment (start 139.5975 118.1275) (end 140.335 117.39) (width 0.5) (layer F.Cu) (net 35)) + (segment (start 136.525 118.1275) (end 139.5975 118.1275) (width 0.5) (layer F.Cu) (net 35)) + (via (at 134.62 122.555) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 36)) + (segment (start 132.515 120.65) (end 132.715 120.65) (width 0.5) (layer B.Cu) (net 36)) + (segment (start 132.715 120.65) (end 134.62 122.555) (width 0.5) (layer B.Cu) (net 36)) + (segment (start 135.9525 122.555) (end 136.525 123.1275) (width 0.5) (layer F.Cu) (net 36)) + (segment (start 134.62 122.555) (end 135.9525 122.555) (width 0.5) (layer F.Cu) (net 36)) + (segment (start 139.5975 123.1275) (end 140.335 122.39) (width 0.5) (layer F.Cu) (net 36)) + (segment (start 136.525 123.1275) (end 139.5975 123.1275) (width 0.5) (layer F.Cu) (net 36)) + (segment (start 132.500513 123.19) (end 134.62 125.309487) (width 0.5) (layer B.Cu) (net 37)) + (via (at 134.62 127.635) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 37)) + (segment (start 134.62 125.309487) (end 134.62 127.635) (width 0.5) (layer B.Cu) (net 37)) + (segment (start 136.0325 127.635) (end 136.525 128.1275) (width 0.5) (layer F.Cu) (net 37)) + (segment (start 134.62 127.635) (end 136.0325 127.635) (width 0.5) (layer F.Cu) (net 37)) + (segment (start 139.5975 128.1275) (end 140.335 127.39) (width 0.5) (layer F.Cu) (net 37)) + (segment (start 136.525 128.1275) (end 139.5975 128.1275) (width 0.5) (layer F.Cu) (net 37)) + (via (at 134.62 132.715) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 38)) + (segment (start 132.500513 125.73) (end 132.500513 130.595513) (width 0.5) (layer B.Cu) (net 38)) + (segment (start 132.500513 130.595513) (end 134.62 132.715) (width 0.5) (layer B.Cu) (net 38)) + (segment (start 136.1125 132.715) (end 136.525 133.1275) (width 0.5) (layer F.Cu) (net 38)) + (segment (start 134.62 132.715) (end 136.1125 132.715) (width 0.5) (layer F.Cu) (net 38)) + (segment (start 139.5975 133.1275) (end 140.335 132.39) (width 0.5) (layer F.Cu) (net 38)) + (segment (start 136.525 133.1275) (end 139.5975 133.1275) (width 0.5) (layer F.Cu) (net 38)) + (via (at 134.62 50.165) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 39)) + (segment (start 132.515 54.61) (end 134.62 52.505) (width 0.5) (layer B.Cu) (net 39)) + (segment (start 134.62 52.505) (end 134.62 50.165) (width 0.5) (layer B.Cu) (net 39)) + (segment (start 136.0975 50.165) (end 136.525 49.7375) (width 0.5) (layer F.Cu) (net 39)) + (segment (start 134.62 50.165) (end 136.0975 50.165) (width 0.5) (layer F.Cu) (net 39)) + (segment (start 139.5975 49.7375) (end 140.335 49) (width 0.5) (layer F.Cu) (net 39)) + (segment (start 136.525 49.7375) (end 139.5975 49.7375) (width 0.5) (layer F.Cu) (net 39)) + (via (at 134.62 45.085) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 40)) + (segment (start 132.515 52.07) (end 132.515 47.19) (width 0.5) (layer B.Cu) (net 40)) + (segment (start 132.515 47.19) (end 134.62 45.085) (width 0.5) (layer B.Cu) (net 40)) + (segment (start 136.1775 45.085) (end 136.525 44.7375) (width 0.5) (layer F.Cu) (net 40)) + (segment (start 134.62 45.085) (end 136.1775 45.085) (width 0.5) (layer F.Cu) (net 40)) + (segment (start 139.5975 44.7375) (end 140.335 44) (width 0.5) (layer F.Cu) (net 40)) + (segment (start 136.525 44.7375) (end 139.5975 44.7375) (width 0.5) (layer F.Cu) (net 40)) + (via (at 134.593962 54.773183) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 41)) + (segment (start 132.515 57.15) (end 134.593962 55.071038) (width 0.5) (layer B.Cu) (net 41)) + (segment (start 134.593962 55.071038) (end 134.593962 54.773183) (width 0.5) (layer B.Cu) (net 41)) + (segment (start 136.489317 54.773183) (end 136.525 54.7375) (width 0.5) (layer F.Cu) (net 41)) + (segment (start 134.593962 54.773183) (end 136.489317 54.773183) (width 0.5) (layer F.Cu) (net 41)) + (segment (start 139.5975 54.7375) (end 140.335 54) (width 0.5) (layer F.Cu) (net 41)) + (segment (start 136.525 54.7375) (end 139.5975 54.7375) (width 0.5) (layer F.Cu) (net 41)) + (via (at 134.62 59.69) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 42)) + (segment (start 132.515 59.69) (end 134.62 59.69) (width 0.5) (layer B.Cu) (net 42)) + (segment (start 136.4775 59.69) (end 136.525 59.7375) (width 0.5) (layer F.Cu) (net 42)) + (segment (start 134.62 59.69) (end 136.4775 59.69) (width 0.5) (layer F.Cu) (net 42)) + (segment (start 139.5975 59.7375) (end 140.335 59) (width 0.5) (layer F.Cu) (net 42)) + (segment (start 136.525 59.7375) (end 139.5975 59.7375) (width 0.5) (layer F.Cu) (net 42)) + (via (at 134.62 64.77) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 43)) + (segment (start 132.515 62.23) (end 134.62 64.335) (width 0.5) (layer B.Cu) (net 43)) + (segment (start 134.62 64.335) (end 134.62 64.77) (width 0.5) (layer B.Cu) (net 43)) + (segment (start 136.4925 64.77) (end 136.525 64.7375) (width 0.5) (layer F.Cu) (net 43)) + (segment (start 134.62 64.77) (end 136.4925 64.77) (width 0.5) (layer F.Cu) (net 43)) + (segment (start 139.5975 64.7375) (end 140.335 64) (width 0.5) (layer F.Cu) (net 43)) + (segment (start 136.525 64.7375) (end 139.5975 64.7375) (width 0.5) (layer F.Cu) (net 43)) + (via (at 134.62 69.215) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 44)) + (segment (start 132.515 64.77) (end 134.62 66.875) (width 0.5) (layer B.Cu) (net 44)) + (segment (start 134.62 66.875) (end 134.62 69.215) (width 0.5) (layer B.Cu) (net 44)) + (segment (start 136.0025 69.215) (end 136.525 69.7375) (width 0.5) (layer F.Cu) (net 44)) + (segment (start 134.62 69.215) (end 136.0025 69.215) (width 0.5) (layer F.Cu) (net 44)) + (segment (start 139.5975 69.7375) (end 140.335 69) (width 0.5) (layer F.Cu) (net 44)) + (segment (start 136.525 69.7375) (end 139.5975 69.7375) (width 0.5) (layer F.Cu) (net 44)) + (via (at 134.62 74.93) (size 1.2) (drill 0.8) (layers F.Cu B.Cu) (net 45)) + (segment (start 132.515 67.31) (end 132.515 72.825) (width 0.5) (layer B.Cu) (net 45)) + (segment (start 132.515 72.825) (end 134.62 74.93) (width 0.5) (layer B.Cu) (net 45)) + (segment (start 136.3325 74.93) (end 136.525 74.7375) (width 0.5) (layer F.Cu) (net 45)) + (segment (start 134.62 74.93) (end 136.3325 74.93) (width 0.5) (layer F.Cu) (net 45)) + (segment (start 139.5975 74.7375) (end 140.335 74) (width 0.5) (layer F.Cu) (net 45)) + (segment (start 136.525 74.7375) (end 139.5975 74.7375) (width 0.5) (layer F.Cu) (net 45)) + (segment (start 119.38 110.49) (end 118.11 110.49) (width 0.5) (layer F.Cu) (net 46)) + (segment (start 115.57 107.95) (end 115.57 105.41) (width 0.5) (layer F.Cu) (net 46)) + (segment (start 118.11 110.49) (end 115.57 107.95) (width 0.5) (layer F.Cu) (net 46)) + (segment (start 92.71 76.2) (end 95.25 76.2) (width 0.5) (layer F.Cu) (net 47)) + (segment (start 99.06 72.39) (end 100.33 72.39) (width 0.5) (layer F.Cu) (net 47)) + (segment (start 95.25 76.2) (end 99.06 72.39) (width 0.5) (layer F.Cu) (net 47)) + (segment (start 147.6 85.09) (end 146.05 85.09) (width 0.75) (layer B.Cu) (net 48)) + (segment (start 148.59 84.1) (end 147.6 85.09) (width 0.75) (layer B.Cu) (net 48)) + (segment (start 148.59 77.33) (end 148.59 84.1) (width 0.75) (layer B.Cu) (net 48)) + (segment (start 141.772 85.09) (end 138.946 82.264) (width 0.75) (layer B.Cu) (net 48)) + (segment (start 146.05 85.09) (end 141.772 85.09) (width 0.75) (layer B.Cu) (net 48)) + (segment (start 138.946 82.264) (end 138.946 79.724) (width 0.75) (layer B.Cu) (net 48)) + (segment (start 86.36 49.53) (end 88.9 49.53) (width 0.5) (layer B.Cu) (net 49) (tstamp 5C4A5350)) + (segment (start 86.36 52.07) (end 88.9 52.07) (width 0.5) (layer B.Cu) (net 50) (tstamp 5C4A534D)) + (segment (start 86.36 54.61) (end 88.9 54.61) (width 0.5) (layer B.Cu) (net 51) (tstamp 5C4A534A)) + (segment (start 86.36 57.15) (end 88.9 57.15) (width 0.5) (layer B.Cu) (net 52) (tstamp 5C4A5347)) + (segment (start 86.36 59.69) (end 88.9 59.69) (width 0.5) (layer B.Cu) (net 53) (tstamp 5C4A5344)) + (segment (start 86.36 62.23) (end 88.9 62.23) (width 0.5) (layer B.Cu) (net 54) (tstamp 5C4A5341)) + (segment (start 86.36 64.77) (end 88.9 64.77) (width 0.5) (layer B.Cu) (net 55) (tstamp 5C4A533E)) + (segment (start 88.9 123.19) (end 86.36 123.19) (width 0.5) (layer B.Cu) (net 56)) + (segment (start 88.9 120.65) (end 86.36 120.65) (width 0.5) (layer B.Cu) (net 57)) + (segment (start 88.9 118.11) (end 86.36 118.11) (width 0.5) (layer B.Cu) (net 58)) + (segment (start 88.9 115.57) (end 86.36 115.57) (width 0.5) (layer B.Cu) (net 59)) + (segment (start 88.9 113.03) (end 86.36 113.03) (width 0.5) (layer B.Cu) (net 60)) + (segment (start 88.9 110.49) (end 86.36 110.49) (width 0.5) (layer B.Cu) (net 61)) + (segment (start 88.9 107.95) (end 86.36 107.95) (width 0.5) (layer B.Cu) (net 62)) + (segment (start 127 113.03) (end 129.54 113.03) (width 0.5) (layer B.Cu) (net 63)) + (segment (start 127 110.49) (end 129.54 110.49) (width 0.5) (layer B.Cu) (net 64)) + (segment (start 127 115.57) (end 129.54 115.57) (width 0.5) (layer B.Cu) (net 65)) + (segment (start 127 118.11) (end 129.525513 118.11) (width 0.5) (layer B.Cu) (net 66)) + (segment (start 127 120.65) (end 129.54 120.65) (width 0.5) (layer B.Cu) (net 67)) + (segment (start 127 123.19) (end 129.525513 123.19) (width 0.5) (layer B.Cu) (net 68)) + (segment (start 127 125.73) (end 129.525513 125.73) (width 0.5) (layer B.Cu) (net 69)) + (segment (start 127 54.61) (end 129.54 54.61) (width 0.5) (layer B.Cu) (net 70)) + (segment (start 127 52.07) (end 129.54 52.07) (width 0.5) (layer B.Cu) (net 71)) + (segment (start 127 57.15) (end 129.54 57.15) (width 0.5) (layer B.Cu) (net 72)) + (segment (start 127 59.69) (end 129.54 59.69) (width 0.5) (layer B.Cu) (net 73)) + (segment (start 127 62.23) (end 129.54 62.23) (width 0.5) (layer B.Cu) (net 74)) + (segment (start 127 64.77) (end 129.54 64.77) (width 0.5) (layer B.Cu) (net 75)) + (segment (start 127 67.31) (end 129.54 67.31) (width 0.5) (layer B.Cu) (net 76)) + (segment (start 75.495001 77.849999) (end 75.565 77.78) (width 0.5) (layer F.Cu) (net 77) (tstamp 5C4A5386)) + (segment (start 85.09 91.44) (end 85.09 83.82) (width 0.5) (layer F.Cu) (net 77)) + (segment (start 79.05 77.78) (end 75.565 77.78) (width 0.5) (layer F.Cu) (net 77)) + (segment (start 85.09 83.82) (end 79.05 77.78) (width 0.5) (layer F.Cu) (net 77)) + (segment (start 76.625 95.25) (end 75.565 96.31) (width 0.5) (layer F.Cu) (net 78)) + (segment (start 85.09 95.25) (end 76.625 95.25) (width 0.5) (layer F.Cu) (net 78)) + (segment (start 73.895 79.45) (end 67.31 79.45) (width 0.5) (layer B.Cu) (net 79) (tstamp 5C4A533B)) + (segment (start 73.895 74.45) (end 67.31 74.45) (width 0.5) (layer B.Cu) (net 80) (tstamp 5C4A5338)) + (segment (start 73.895 69.45) (end 67.31 69.45) (width 0.5) (layer B.Cu) (net 81) (tstamp 5C4A5335)) + (segment (start 73.895 64.45) (end 67.31 64.45) (width 0.5) (layer B.Cu) (net 82) (tstamp 5C4A5332)) + (segment (start 73.895 59.45) (end 67.31 59.45) (width 0.5) (layer B.Cu) (net 83) (tstamp 5C4A532F)) + (segment (start 73.895 54.45) (end 67.31 54.45) (width 0.5) (layer B.Cu) (net 84) (tstamp 5C4A532C)) + (segment (start 73.895 49.45) (end 67.31 49.45) (width 0.5) (layer B.Cu) (net 85) (tstamp 5C4A5329)) + (segment (start 73.895 44.45) (end 67.31 44.45) (width 0.5) (layer B.Cu) (net 86) (tstamp 5C4A5326)) + (segment (start 73.895 132.98) (end 67.31 132.98) (width 0.5) (layer B.Cu) (net 87)) + (segment (start 74.295 132.58) (end 73.895 132.98) (width 0.5) (layer B.Cu) (net 87)) + (segment (start 73.895 127.98) (end 67.31 127.98) (width 0.5) (layer B.Cu) (net 88)) + (segment (start 73.895 122.98) (end 67.31 122.98) (width 0.5) (layer B.Cu) (net 89)) + (segment (start 73.895 117.98) (end 67.31 117.98) (width 0.5) (layer B.Cu) (net 90)) + (segment (start 73.895 112.98) (end 67.31 112.98) (width 0.5) (layer B.Cu) (net 91)) + (segment (start 73.895 107.98) (end 67.31 107.98) (width 0.5) (layer B.Cu) (net 92)) + (segment (start 73.895 102.98) (end 67.31 102.98) (width 0.5) (layer B.Cu) (net 93)) + (segment (start 73.895 97.98) (end 67.31 97.98) (width 0.5) (layer B.Cu) (net 94)) + (segment (start 141.605 101.12) (end 148.59 101.12) (width 0.5) (layer B.Cu) (net 95)) + (segment (start 141.605 106.12) (end 148.59 106.12) (width 0.5) (layer B.Cu) (net 96)) + (segment (start 141.605 111.12) (end 148.59 111.12) (width 0.5) (layer B.Cu) (net 97)) + (segment (start 141.605 116.12) (end 148.59 116.12) (width 0.5) (layer B.Cu) (net 98)) + (segment (start 141.605 121.12) (end 148.59 121.12) (width 0.5) (layer B.Cu) (net 99)) + (segment (start 141.605 126.12) (end 148.59 126.12) (width 0.5) (layer B.Cu) (net 100)) + (segment (start 141.605 131.12) (end 148.59 131.12) (width 0.5) (layer B.Cu) (net 101)) + (segment (start 142.005 42.33) (end 148.59 42.33) (width 0.5) (layer B.Cu) (net 102)) + (segment (start 142.005 47.33) (end 148.59 47.33) (width 0.5) (layer B.Cu) (net 103)) + (segment (start 142.005 52.33) (end 148.59 52.33) (width 0.5) (layer B.Cu) (net 104)) + (segment (start 142.005 57.33) (end 148.59 57.33) (width 0.5) (layer B.Cu) (net 105)) + (segment (start 142.005 62.33) (end 148.59 62.33) (width 0.5) (layer B.Cu) (net 106)) + (segment (start 142.005 67.33) (end 148.59 67.33) (width 0.5) (layer B.Cu) (net 107)) + (segment (start 142.005 72.33) (end 148.59 72.33) (width 0.5) (layer B.Cu) (net 108)) + (segment (start 119.38 118.11) (end 118.11 118.11) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 118.11 118.11) (end 107.95 107.95) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 107.95 107.95) (end 107.95 96.52) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 100.33 90.17) (end 101.6 90.17) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 101.6 90.17) (end 102.87 91.44) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 107.95 96.52) (end 102.87 91.44) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 102.87 91.44) (end 102.236403 90.806403) (width 0.5) (layer F.Cu) (net 109)) + (segment (start 100.33 80.01) (end 101.6 80.01) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 102.87 78.74) (end 102.87 50.8) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 101.6 80.01) (end 102.87 78.74) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 102.87 50.8) (end 96.52 44.45) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 96.52 44.45) (end 91.44 44.45) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 88.9 41.91) (end 88.9 40.64) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 91.44 44.45) (end 88.9 41.91) (width 0.5) (layer B.Cu) (net 110)) + (segment (start 117.68 54.61) (end 119.38 54.61) (width 0.5) (layer F.Cu) (net 111)) + (segment (start 110.49 61.8) (end 117.68 54.61) (width 0.5) (layer F.Cu) (net 111)) + (segment (start 114.3 90.17) (end 110.49 86.36) (width 0.5) (layer F.Cu) (net 111)) + (segment (start 110.49 86.36) (end 110.49 61.8) (width 0.5) (layer F.Cu) (net 111)) + (segment (start 115.57 90.17) (end 114.3 90.17) (width 0.5) (layer F.Cu) (net 111)) + (segment (start 96.52 64.77) (end 97.79 64.77) (width 0.5) (layer F.Cu) (net 112)) + (segment (start 100.33 67.31) (end 100.33 69.85) (width 0.5) (layer F.Cu) (net 112)) + (segment (start 97.79 64.77) (end 100.33 67.31) (width 0.5) (layer F.Cu) (net 112)) + + (zone (net 13) (net_name 5V) (layer B.Cu) (tstamp 5C76E4DD) (hatch edge 0.508) + (connect_pads yes (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 87.63 39.37) (xy 128.27 39.37) (xy 128.27 127) (xy 87.63 127) + ) + ) + (filled_polygon + (pts + (xy 128.143 50.840598) (xy 127.959909 50.71826) (xy 127.541333 50.635) (xy 126.458667 50.635) (xy 126.040091 50.71826) + (xy 125.565423 51.035423) (xy 125.24826 51.510091) (xy 125.136887 52.07) (xy 125.24826 52.629909) (xy 125.565423 53.104577) + (xy 125.917758 53.34) (xy 125.565423 53.575423) (xy 125.24826 54.050091) (xy 125.136887 54.61) (xy 125.24826 55.169909) + (xy 125.565423 55.644577) (xy 125.917758 55.88) (xy 125.565423 56.115423) (xy 125.24826 56.590091) (xy 125.136887 57.15) + (xy 125.24826 57.709909) (xy 125.565423 58.184577) (xy 125.917758 58.42) (xy 125.565423 58.655423) (xy 125.24826 59.130091) + (xy 125.136887 59.69) (xy 125.24826 60.249909) (xy 125.565423 60.724577) (xy 125.917758 60.96) (xy 125.565423 61.195423) + (xy 125.24826 61.670091) (xy 125.136887 62.23) (xy 125.24826 62.789909) (xy 125.565423 63.264577) (xy 125.917758 63.5) + (xy 125.565423 63.735423) (xy 125.24826 64.210091) (xy 125.136887 64.77) (xy 125.24826 65.329909) (xy 125.565423 65.804577) + (xy 125.917758 66.04) (xy 125.565423 66.275423) (xy 125.24826 66.750091) (xy 125.136887 67.31) (xy 125.24826 67.869909) + (xy 125.565423 68.344577) (xy 126.040091 68.66174) (xy 126.458667 68.745) (xy 127.541333 68.745) (xy 127.959909 68.66174) + (xy 128.143 68.539402) (xy 128.143 109.260598) (xy 127.959909 109.13826) (xy 127.541333 109.055) (xy 126.458667 109.055) + (xy 126.040091 109.13826) (xy 125.565423 109.455423) (xy 125.24826 109.930091) (xy 125.136887 110.49) (xy 125.24826 111.049909) + (xy 125.565423 111.524577) (xy 125.917758 111.76) (xy 125.565423 111.995423) (xy 125.24826 112.470091) (xy 125.136887 113.03) + (xy 125.24826 113.589909) (xy 125.565423 114.064577) (xy 125.917758 114.3) (xy 125.565423 114.535423) (xy 125.24826 115.010091) + (xy 125.136887 115.57) (xy 125.24826 116.129909) (xy 125.565423 116.604577) (xy 125.917758 116.84) (xy 125.565423 117.075423) + (xy 125.24826 117.550091) (xy 125.136887 118.11) (xy 125.24826 118.669909) (xy 125.565423 119.144577) (xy 125.917758 119.38) + (xy 125.565423 119.615423) (xy 125.24826 120.090091) (xy 125.136887 120.65) (xy 125.24826 121.209909) (xy 125.565423 121.684577) + (xy 125.917758 121.92) (xy 125.565423 122.155423) (xy 125.24826 122.630091) (xy 125.136887 123.19) (xy 125.24826 123.749909) + (xy 125.565423 124.224577) (xy 125.917758 124.46) (xy 125.565423 124.695423) (xy 125.24826 125.170091) (xy 125.136887 125.73) + (xy 125.24826 126.289909) (xy 125.565423 126.764577) (xy 125.727689 126.873) (xy 120.652311 126.873) (xy 120.814577 126.764577) + (xy 121.13174 126.289909) (xy 121.243113 125.73) (xy 121.13174 125.170091) (xy 120.814577 124.695423) (xy 120.462242 124.46) + (xy 120.814577 124.224577) (xy 121.13174 123.749909) (xy 121.243113 123.19) (xy 121.13174 122.630091) (xy 120.814577 122.155423) + (xy 120.462242 121.92) (xy 120.814577 121.684577) (xy 121.13174 121.209909) (xy 121.243113 120.65) (xy 121.13174 120.090091) + (xy 120.814577 119.615423) (xy 120.462242 119.38) (xy 120.814577 119.144577) (xy 121.13174 118.669909) (xy 121.243113 118.11) + (xy 121.13174 117.550091) (xy 120.814577 117.075423) (xy 120.462242 116.84) (xy 120.814577 116.604577) (xy 121.13174 116.129909) + (xy 121.243113 115.57) (xy 121.13174 115.010091) (xy 120.814577 114.535423) (xy 120.462242 114.3) (xy 120.814577 114.064577) + (xy 121.13174 113.589909) (xy 121.243113 113.03) (xy 121.13174 112.470091) (xy 120.814577 111.995423) (xy 120.462242 111.76) + (xy 120.814577 111.524577) (xy 121.13174 111.049909) (xy 121.243113 110.49) (xy 121.13174 109.930091) (xy 120.814577 109.455423) + (xy 120.339909 109.13826) (xy 119.921333 109.055) (xy 118.838667 109.055) (xy 118.420091 109.13826) (xy 117.945423 109.455423) + (xy 117.62826 109.930091) (xy 117.516887 110.49) (xy 117.62826 111.049909) (xy 117.945423 111.524577) (xy 118.297758 111.76) + (xy 117.945423 111.995423) (xy 117.62826 112.470091) (xy 117.516887 113.03) (xy 117.62826 113.589909) (xy 117.945423 114.064577) + (xy 118.297758 114.3) (xy 117.945423 114.535423) (xy 117.62826 115.010091) (xy 117.516887 115.57) (xy 117.62826 116.129909) + (xy 117.945423 116.604577) (xy 118.297758 116.84) (xy 117.945423 117.075423) (xy 117.62826 117.550091) (xy 117.516887 118.11) + (xy 117.62826 118.669909) (xy 117.945423 119.144577) (xy 118.297758 119.38) (xy 117.945423 119.615423) (xy 117.62826 120.090091) + (xy 117.516887 120.65) (xy 117.62826 121.209909) (xy 117.945423 121.684577) (xy 118.297758 121.92) (xy 117.945423 122.155423) + (xy 117.62826 122.630091) (xy 117.516887 123.19) (xy 117.62826 123.749909) (xy 117.945423 124.224577) (xy 118.297758 124.46) + (xy 117.945423 124.695423) (xy 117.62826 125.170091) (xy 117.516887 125.73) (xy 117.62826 126.289909) (xy 117.945423 126.764577) + (xy 118.107689 126.873) (xy 112.121631 126.873) (xy 112.165 126.654972) (xy 112.165 124.805028) (xy 112.067815 124.316447) + (xy 111.697608 123.762392) (xy 111.143552 123.392185) (xy 110.49 123.262185) (xy 109.836447 123.392185) (xy 109.282392 123.762392) + (xy 108.912185 124.316448) (xy 108.815 124.805029) (xy 108.815 126.654972) (xy 108.858369 126.873) (xy 107.09744 126.873) + (xy 107.09744 124.179999) (xy 107.029127 123.836564) (xy 106.834586 123.545414) (xy 106.543436 123.350873) (xy 106.200001 123.28256) + (xy 104.619999 123.28256) (xy 104.276564 123.350873) (xy 103.985414 123.545414) (xy 103.790873 123.836564) (xy 103.72256 124.179999) + (xy 103.72256 126.873) (xy 87.757 126.873) (xy 87.757 124.419402) (xy 87.940091 124.54174) (xy 88.358667 124.625) + (xy 89.441333 124.625) (xy 89.859909 124.54174) (xy 90.334577 124.224577) (xy 90.65174 123.749909) (xy 90.763113 123.19) + (xy 90.65174 122.630091) (xy 90.334577 122.155423) (xy 89.982242 121.92) (xy 90.334577 121.684577) (xy 90.65174 121.209909) + (xy 90.763113 120.65) (xy 90.65174 120.090091) (xy 90.334577 119.615423) (xy 89.982242 119.38) (xy 90.334577 119.144577) + (xy 90.65174 118.669909) (xy 90.763113 118.11) (xy 90.65174 117.550091) (xy 90.334577 117.075423) (xy 89.982242 116.84) + (xy 90.334577 116.604577) (xy 90.65174 116.129909) (xy 90.763113 115.57) (xy 90.65174 115.010091) (xy 90.334577 114.535423) + (xy 89.982242 114.3) (xy 90.334577 114.064577) (xy 90.65174 113.589909) (xy 90.763113 113.03) (xy 90.65174 112.470091) + (xy 90.334577 111.995423) (xy 89.982242 111.76) (xy 90.334577 111.524577) (xy 90.65174 111.049909) (xy 90.763113 110.49) + (xy 90.65174 109.930091) (xy 90.334577 109.455423) (xy 89.982242 109.22) (xy 90.334577 108.984577) (xy 90.65174 108.509909) + (xy 90.763113 107.95) (xy 94.656887 107.95) (xy 94.76826 108.509909) (xy 95.085423 108.984577) (xy 95.437758 109.22) + (xy 95.085423 109.455423) (xy 94.76826 109.930091) (xy 94.656887 110.49) (xy 94.76826 111.049909) (xy 95.085423 111.524577) + (xy 95.437758 111.76) (xy 95.085423 111.995423) (xy 94.76826 112.470091) (xy 94.656887 113.03) (xy 94.76826 113.589909) + (xy 95.085423 114.064577) (xy 95.437758 114.3) (xy 95.085423 114.535423) (xy 94.76826 115.010091) (xy 94.656887 115.57) + (xy 94.76826 116.129909) (xy 95.085423 116.604577) (xy 95.437758 116.84) (xy 95.085423 117.075423) (xy 94.76826 117.550091) + (xy 94.656887 118.11) (xy 94.76826 118.669909) (xy 95.085423 119.144577) (xy 95.437758 119.38) (xy 95.085423 119.615423) + (xy 94.76826 120.090091) (xy 94.656887 120.65) (xy 94.76826 121.209909) (xy 95.085423 121.684577) (xy 95.437758 121.92) + (xy 95.085423 122.155423) (xy 94.76826 122.630091) (xy 94.656887 123.19) (xy 94.76826 123.749909) (xy 95.085423 124.224577) + (xy 95.560091 124.54174) (xy 95.978667 124.625) (xy 97.061333 124.625) (xy 97.479909 124.54174) (xy 97.954577 124.224577) + (xy 98.27174 123.749909) (xy 98.383113 123.19) (xy 98.27174 122.630091) (xy 97.954577 122.155423) (xy 97.602242 121.92) + (xy 97.954577 121.684577) (xy 98.27174 121.209909) (xy 98.383113 120.65) (xy 98.27174 120.090091) (xy 97.954577 119.615423) + (xy 97.602242 119.38) (xy 97.954577 119.144577) (xy 98.27174 118.669909) (xy 98.383113 118.11) (xy 98.27174 117.550091) + (xy 97.954577 117.075423) (xy 97.602242 116.84) (xy 97.954577 116.604577) (xy 98.27174 116.129909) (xy 98.383113 115.57) + (xy 98.27174 115.010091) (xy 97.954577 114.535423) (xy 97.602242 114.3) (xy 97.954577 114.064577) (xy 98.27174 113.589909) + (xy 98.383113 113.03) (xy 98.27174 112.470091) (xy 97.954577 111.995423) (xy 97.602242 111.76) (xy 97.954577 111.524577) + (xy 98.27174 111.049909) (xy 98.383113 110.49) (xy 98.27174 109.930091) (xy 97.954577 109.455423) (xy 97.602242 109.22) + (xy 97.954577 108.984577) (xy 98.27174 108.509909) (xy 98.383113 107.95) (xy 98.27174 107.390091) (xy 97.954577 106.915423) + (xy 97.479909 106.59826) (xy 97.061333 106.515) (xy 95.978667 106.515) (xy 95.560091 106.59826) (xy 95.085423 106.915423) + (xy 94.76826 107.390091) (xy 94.656887 107.95) (xy 90.763113 107.95) (xy 90.65174 107.390091) (xy 90.334577 106.915423) + (xy 89.859909 106.59826) (xy 89.441333 106.515) (xy 88.358667 106.515) (xy 87.940091 106.59826) (xy 87.757 106.720598) + (xy 87.757 94.964561) (xy 93.815 94.964561) (xy 93.815 95.535439) (xy 94.033466 96.062862) (xy 94.437138 96.466534) + (xy 94.964561 96.685) (xy 95.535439 96.685) (xy 96.062862 96.466534) (xy 96.466534 96.062862) (xy 96.685 95.535439) + (xy 96.685 94.964561) (xy 96.466534 94.437138) (xy 96.062862 94.033466) (xy 95.535439 93.815) (xy 94.964561 93.815) + (xy 94.437138 94.033466) (xy 94.033466 94.437138) (xy 93.815 94.964561) (xy 87.757 94.964561) (xy 87.757 91.44) + (xy 93.786887 91.44) (xy 93.89826 91.999909) (xy 94.215423 92.474577) (xy 94.690091 92.79174) (xy 95.108667 92.875) + (xy 95.391333 92.875) (xy 95.809909 92.79174) (xy 96.284577 92.474577) (xy 96.60174 91.999909) (xy 96.713113 91.44) + (xy 96.60174 90.880091) (xy 96.284577 90.405423) (xy 95.809909 90.08826) (xy 95.391333 90.005) (xy 95.108667 90.005) + (xy 94.690091 90.08826) (xy 94.215423 90.405423) (xy 93.89826 90.880091) (xy 93.786887 91.44) (xy 87.757 91.44) + (xy 87.757 65.999402) (xy 87.940091 66.12174) (xy 88.358667 66.205) (xy 89.441333 66.205) (xy 89.859909 66.12174) + (xy 90.334577 65.804577) (xy 90.65174 65.329909) (xy 90.763113 64.77) (xy 90.65174 64.210091) (xy 90.334577 63.735423) + (xy 89.982242 63.5) (xy 90.334577 63.264577) (xy 90.65174 62.789909) (xy 90.763113 62.23) (xy 90.65174 61.670091) + (xy 90.334577 61.195423) (xy 89.982242 60.96) (xy 90.334577 60.724577) (xy 90.65174 60.249909) (xy 90.763113 59.69) + (xy 90.65174 59.130091) (xy 90.334577 58.655423) (xy 89.982242 58.42) (xy 90.334577 58.184577) (xy 90.65174 57.709909) + (xy 90.763113 57.15) (xy 90.65174 56.590091) (xy 90.334577 56.115423) (xy 89.982242 55.88) (xy 90.334577 55.644577) + (xy 90.65174 55.169909) (xy 90.763113 54.61) (xy 90.65174 54.050091) (xy 90.334577 53.575423) (xy 89.982242 53.34) + (xy 90.334577 53.104577) (xy 90.65174 52.629909) (xy 90.763113 52.07) (xy 90.65174 51.510091) (xy 90.334577 51.035423) + (xy 89.982242 50.8) (xy 90.334577 50.564577) (xy 90.65174 50.089909) (xy 90.763113 49.53) (xy 94.656887 49.53) + (xy 94.76826 50.089909) (xy 95.085423 50.564577) (xy 95.437758 50.8) (xy 95.085423 51.035423) (xy 94.76826 51.510091) + (xy 94.656887 52.07) (xy 94.76826 52.629909) (xy 95.085423 53.104577) (xy 95.437758 53.34) (xy 95.085423 53.575423) + (xy 94.76826 54.050091) (xy 94.656887 54.61) (xy 94.76826 55.169909) (xy 95.085423 55.644577) (xy 95.437758 55.88) + (xy 95.085423 56.115423) (xy 94.76826 56.590091) (xy 94.656887 57.15) (xy 94.76826 57.709909) (xy 95.085423 58.184577) + (xy 95.437758 58.42) (xy 95.085423 58.655423) (xy 94.76826 59.130091) (xy 94.656887 59.69) (xy 94.76826 60.249909) + (xy 95.085423 60.724577) (xy 95.437758 60.96) (xy 95.085423 61.195423) (xy 94.76826 61.670091) (xy 94.656887 62.23) + (xy 94.76826 62.789909) (xy 95.085423 63.264577) (xy 95.437758 63.5) (xy 95.085423 63.735423) (xy 94.76826 64.210091) + (xy 94.656887 64.77) (xy 94.76826 65.329909) (xy 95.085423 65.804577) (xy 95.560091 66.12174) (xy 95.978667 66.205) + (xy 97.061333 66.205) (xy 97.479909 66.12174) (xy 97.954577 65.804577) (xy 98.27174 65.329909) (xy 98.383113 64.77) + (xy 98.27174 64.210091) (xy 97.954577 63.735423) (xy 97.602242 63.5) (xy 97.954577 63.264577) (xy 98.27174 62.789909) + (xy 98.383113 62.23) (xy 98.27174 61.670091) (xy 97.954577 61.195423) (xy 97.602242 60.96) (xy 97.954577 60.724577) + (xy 98.27174 60.249909) (xy 98.383113 59.69) (xy 98.27174 59.130091) (xy 97.954577 58.655423) (xy 97.602242 58.42) + (xy 97.954577 58.184577) (xy 98.27174 57.709909) (xy 98.383113 57.15) (xy 98.27174 56.590091) (xy 97.954577 56.115423) + (xy 97.602242 55.88) (xy 97.954577 55.644577) (xy 98.27174 55.169909) (xy 98.383113 54.61) (xy 98.27174 54.050091) + (xy 97.954577 53.575423) (xy 97.602242 53.34) (xy 97.954577 53.104577) (xy 98.27174 52.629909) (xy 98.383113 52.07) + (xy 98.27174 51.510091) (xy 97.954577 51.035423) (xy 97.602242 50.8) (xy 97.954577 50.564577) (xy 98.27174 50.089909) + (xy 98.383113 49.53) (xy 98.27174 48.970091) (xy 97.954577 48.495423) (xy 97.479909 48.17826) (xy 97.061333 48.095) + (xy 95.978667 48.095) (xy 95.560091 48.17826) (xy 95.085423 48.495423) (xy 94.76826 48.970091) (xy 94.656887 49.53) + (xy 90.763113 49.53) (xy 90.65174 48.970091) (xy 90.334577 48.495423) (xy 89.859909 48.17826) (xy 89.441333 48.095) + (xy 88.358667 48.095) (xy 87.940091 48.17826) (xy 87.757 48.300598) (xy 87.757 41.814326) (xy 87.808157 41.737765) + (xy 87.817184 41.692381) (xy 87.829375 41.710625) (xy 88.012925 41.833269) (xy 87.997663 41.91) (xy 88.015 41.997161) + (xy 88.015 41.997164) (xy 88.066348 42.255309) (xy 88.261951 42.548049) (xy 88.335847 42.597425) (xy 90.752577 45.014156) + (xy 90.801951 45.088049) (xy 90.875844 45.137423) (xy 90.875845 45.137424) (xy 90.98688 45.211615) (xy 91.09469 45.283652) + (xy 91.352835 45.335) (xy 91.352839 45.335) (xy 91.439999 45.352337) (xy 91.527159 45.335) (xy 96.153422 45.335) + (xy 101.985001 51.16658) (xy 101.985 78.373421) (xy 101.371956 78.986466) (xy 101.364577 78.975423) (xy 101.012242 78.74) + (xy 101.364577 78.504577) (xy 101.68174 78.029909) (xy 101.793113 77.47) (xy 101.68174 76.910091) (xy 101.364577 76.435423) + (xy 101.012242 76.2) (xy 101.364577 75.964577) (xy 101.68174 75.489909) (xy 101.793113 74.93) (xy 101.68174 74.370091) + (xy 101.364577 73.895423) (xy 101.012242 73.66) (xy 101.364577 73.424577) (xy 101.68174 72.949909) (xy 101.793113 72.39) + (xy 101.68174 71.830091) (xy 101.364577 71.355423) (xy 101.243894 71.274785) (xy 101.377765 71.248157) (xy 101.587809 71.107809) + (xy 101.728157 70.897765) (xy 101.77744 70.65) (xy 101.77744 69.05) (xy 101.728157 68.802235) (xy 101.587809 68.592191) + (xy 101.377765 68.451843) (xy 101.13 68.40256) (xy 99.53 68.40256) (xy 99.282235 68.451843) (xy 99.072191 68.592191) + (xy 98.931843 68.802235) (xy 98.88256 69.05) (xy 98.88256 70.65) (xy 98.931843 70.897765) (xy 99.072191 71.107809) + (xy 99.282235 71.248157) (xy 99.416106 71.274785) (xy 99.295423 71.355423) (xy 98.97826 71.830091) (xy 98.866887 72.39) + (xy 98.97826 72.949909) (xy 99.295423 73.424577) (xy 99.647758 73.66) (xy 99.295423 73.895423) (xy 98.97826 74.370091) + (xy 98.866887 74.93) (xy 98.97826 75.489909) (xy 99.295423 75.964577) (xy 99.647758 76.2) (xy 99.295423 76.435423) + (xy 98.97826 76.910091) (xy 98.866887 77.47) (xy 98.97826 78.029909) (xy 99.295423 78.504577) (xy 99.647758 78.74) + (xy 99.295423 78.975423) (xy 98.97826 79.450091) (xy 98.866887 80.01) (xy 98.943468 80.395) (xy 96.886579 80.395) + (xy 94.667425 78.175847) (xy 94.618049 78.101951) (xy 94.32531 77.906348) (xy 94.067165 77.855) (xy 94.067161 77.855) + (xy 93.98 77.837663) (xy 93.903269 77.852925) (xy 93.780625 77.669375) (xy 93.482239 77.47) (xy 93.780625 77.270625) + (xy 94.108839 76.779418) (xy 94.224092 76.2) (xy 94.108839 75.620582) (xy 93.780625 75.129375) (xy 93.289418 74.801161) + (xy 92.856256 74.715) (xy 92.563744 74.715) (xy 92.130582 74.801161) (xy 91.639375 75.129375) (xy 91.311161 75.620582) + (xy 91.195908 76.2) (xy 91.311161 76.779418) (xy 91.639375 77.270625) (xy 91.937761 77.47) (xy 91.639375 77.669375) + (xy 91.311161 78.160582) (xy 91.195908 78.74) (xy 91.311161 79.319418) (xy 91.639375 79.810625) (xy 91.937761 80.01) + (xy 91.639375 80.209375) (xy 91.311161 80.700582) (xy 91.195908 81.28) (xy 91.311161 81.859418) (xy 91.639375 82.350625) + (xy 92.130582 82.678839) (xy 92.563744 82.765) (xy 92.856256 82.765) (xy 93.289418 82.678839) (xy 93.780625 82.350625) + (xy 94.108839 81.859418) (xy 94.224092 81.28) (xy 94.108839 80.700582) (xy 93.780625 80.209375) (xy 93.482239 80.01) + (xy 93.780625 79.810625) (xy 93.788004 79.799582) (xy 95.832577 81.844156) (xy 95.881951 81.918049) (xy 95.955844 81.967423) + (xy 95.955845 81.967424) (xy 95.983414 81.985845) (xy 96.17469 82.113652) (xy 96.432835 82.165) (xy 96.432839 82.165) + (xy 96.519999 82.182337) (xy 96.607159 82.165) (xy 98.943468 82.165) (xy 98.866887 82.55) (xy 98.97826 83.109909) + (xy 99.295423 83.584577) (xy 99.647758 83.82) (xy 99.295423 84.055423) (xy 98.97826 84.530091) (xy 98.866887 85.09) + (xy 98.97826 85.649909) (xy 99.295423 86.124577) (xy 99.647758 86.36) (xy 99.295423 86.595423) (xy 98.97826 87.070091) + (xy 98.866887 87.63) (xy 98.97826 88.189909) (xy 99.295423 88.664577) (xy 99.647758 88.9) (xy 99.295423 89.135423) + (xy 98.97826 89.610091) (xy 98.866887 90.17) (xy 98.97826 90.729909) (xy 99.295423 91.204577) (xy 99.647758 91.44) + (xy 99.295423 91.675423) (xy 98.97826 92.150091) (xy 98.866887 92.71) (xy 98.97826 93.269909) (xy 99.295423 93.744577) + (xy 99.647758 93.98) (xy 99.295423 94.215423) (xy 98.97826 94.690091) (xy 98.866887 95.25) (xy 98.97826 95.809909) + (xy 99.295423 96.284577) (xy 99.647758 96.52) (xy 99.295423 96.755423) (xy 98.97826 97.230091) (xy 98.866887 97.79) + (xy 98.97826 98.349909) (xy 99.295423 98.824577) (xy 99.647758 99.06) (xy 99.295423 99.295423) (xy 98.97826 99.770091) + (xy 98.866887 100.33) (xy 98.97826 100.889909) (xy 99.295423 101.364577) (xy 99.647758 101.6) (xy 99.295423 101.835423) + (xy 98.97826 102.310091) (xy 98.866887 102.87) (xy 98.97826 103.429909) (xy 99.295423 103.904577) (xy 99.647758 104.14) + (xy 99.295423 104.375423) (xy 98.97826 104.850091) (xy 98.866887 105.41) (xy 98.97826 105.969909) (xy 99.295423 106.444577) + (xy 99.770091 106.76174) (xy 100.188667 106.845) (xy 100.471333 106.845) (xy 100.889909 106.76174) (xy 101.364577 106.444577) + (xy 101.68174 105.969909) (xy 101.793113 105.41) (xy 101.68174 104.850091) (xy 101.364577 104.375423) (xy 101.012242 104.14) + (xy 101.364577 103.904577) (xy 101.68174 103.429909) (xy 101.793113 102.87) (xy 101.68174 102.310091) (xy 101.364577 101.835423) + (xy 101.012242 101.6) (xy 101.364577 101.364577) (xy 101.68174 100.889909) (xy 101.793113 100.33) (xy 101.68174 99.770091) + (xy 101.364577 99.295423) (xy 101.012242 99.06) (xy 101.364577 98.824577) (xy 101.68174 98.349909) (xy 101.793113 97.79) + (xy 101.68174 97.230091) (xy 101.364577 96.755423) (xy 101.012242 96.52) (xy 101.364577 96.284577) (xy 101.68174 95.809909) + (xy 101.793113 95.25) (xy 101.68174 94.690091) (xy 101.364577 94.215423) (xy 101.012242 93.98) (xy 101.364577 93.744577) + (xy 101.68174 93.269909) (xy 101.793113 92.71) (xy 101.68174 92.150091) (xy 101.364577 91.675423) (xy 101.012242 91.44) + (xy 101.364577 91.204577) (xy 101.68174 90.729909) (xy 101.793113 90.17) (xy 101.68174 89.610091) (xy 101.364577 89.135423) + (xy 101.012242 88.9) (xy 101.364577 88.664577) (xy 101.68174 88.189909) (xy 101.793113 87.63) (xy 101.68174 87.070091) + (xy 101.364577 86.595423) (xy 101.012242 86.36) (xy 101.364577 86.124577) (xy 101.68174 85.649909) (xy 101.793113 85.09) + (xy 101.68174 84.530091) (xy 101.364577 84.055423) (xy 101.012242 83.82) (xy 101.364577 83.584577) (xy 101.68174 83.109909) + (xy 101.793113 82.55) (xy 101.716532 82.165) (xy 112.663422 82.165) (xy 113.612577 83.114156) (xy 113.661951 83.188049) + (xy 113.735844 83.237423) (xy 113.735845 83.237424) (xy 113.84688 83.311615) (xy 113.95469 83.383652) (xy 114.212835 83.435) + (xy 114.212839 83.435) (xy 114.299999 83.452337) (xy 114.387159 83.435) (xy 114.435479 83.435) (xy 114.535423 83.584577) + (xy 114.887758 83.82) (xy 114.535423 84.055423) (xy 114.21826 84.530091) (xy 114.106887 85.09) (xy 114.21826 85.649909) + (xy 114.535423 86.124577) (xy 114.887758 86.36) (xy 114.535423 86.595423) (xy 114.21826 87.070091) (xy 114.106887 87.63) + (xy 114.21826 88.189909) (xy 114.535423 88.664577) (xy 114.887758 88.9) (xy 114.535423 89.135423) (xy 114.21826 89.610091) + (xy 114.106887 90.17) (xy 114.21826 90.729909) (xy 114.535423 91.204577) (xy 114.887758 91.44) (xy 114.535423 91.675423) + (xy 114.21826 92.150091) (xy 114.106887 92.71) (xy 114.21826 93.269909) (xy 114.535423 93.744577) (xy 114.887758 93.98) + (xy 114.535423 94.215423) (xy 114.21826 94.690091) (xy 114.106887 95.25) (xy 114.21826 95.809909) (xy 114.535423 96.284577) + (xy 114.887758 96.52) (xy 114.535423 96.755423) (xy 114.21826 97.230091) (xy 114.106887 97.79) (xy 114.21826 98.349909) + (xy 114.535423 98.824577) (xy 114.887758 99.06) (xy 114.535423 99.295423) (xy 114.21826 99.770091) (xy 114.106887 100.33) + (xy 114.21826 100.889909) (xy 114.535423 101.364577) (xy 114.887758 101.6) (xy 114.535423 101.835423) (xy 114.21826 102.310091) + (xy 114.106887 102.87) (xy 114.21826 103.429909) (xy 114.535423 103.904577) (xy 114.887758 104.14) (xy 114.535423 104.375423) + (xy 114.21826 104.850091) (xy 114.106887 105.41) (xy 114.21826 105.969909) (xy 114.535423 106.444577) (xy 115.010091 106.76174) + (xy 115.428667 106.845) (xy 115.711333 106.845) (xy 116.129909 106.76174) (xy 116.604577 106.444577) (xy 116.92174 105.969909) + (xy 117.033113 105.41) (xy 116.92174 104.850091) (xy 116.604577 104.375423) (xy 116.252242 104.14) (xy 116.604577 103.904577) + (xy 116.92174 103.429909) (xy 117.033113 102.87) (xy 116.92174 102.310091) (xy 116.604577 101.835423) (xy 116.252242 101.6) + (xy 116.604577 101.364577) (xy 116.92174 100.889909) (xy 117.033113 100.33) (xy 116.92174 99.770091) (xy 116.604577 99.295423) + (xy 116.252242 99.06) (xy 116.604577 98.824577) (xy 116.92174 98.349909) (xy 117.028227 97.814561) (xy 122.39 97.814561) + (xy 122.39 98.385439) (xy 122.608466 98.912862) (xy 123.012138 99.316534) (xy 123.539561 99.535) (xy 124.110439 99.535) + (xy 124.637862 99.316534) (xy 125.041534 98.912862) (xy 125.26 98.385439) (xy 125.26 97.814561) (xy 125.041534 97.287138) + (xy 124.637862 96.883466) (xy 124.110439 96.665) (xy 123.539561 96.665) (xy 123.012138 96.883466) (xy 122.608466 97.287138) + (xy 122.39 97.814561) (xy 117.028227 97.814561) (xy 117.033113 97.79) (xy 116.92174 97.230091) (xy 116.604577 96.755423) + (xy 116.252242 96.52) (xy 116.604577 96.284577) (xy 116.92174 95.809909) (xy 117.033113 95.25) (xy 116.92174 94.690091) + (xy 116.604577 94.215423) (xy 116.252242 93.98) (xy 116.604577 93.744577) (xy 116.92174 93.269909) (xy 117.033113 92.71) + (xy 116.92174 92.150091) (xy 116.604577 91.675423) (xy 116.252242 91.44) (xy 116.604577 91.204577) (xy 116.92174 90.729909) + (xy 117.033113 90.17) (xy 117.028363 90.146119) (xy 118.999 90.146119) (xy 118.999 90.701881) (xy 119.21168 91.215337) + (xy 119.604663 91.60832) (xy 119.811513 91.694) (xy 119.604663 91.77968) (xy 119.21168 92.172663) (xy 118.999 92.686119) + (xy 118.999 93.241881) (xy 119.21168 93.755337) (xy 119.604663 94.14832) (xy 120.118119 94.361) (xy 120.673881 94.361) + (xy 121.187337 94.14832) (xy 121.58032 93.755337) (xy 121.793 93.241881) (xy 121.793 92.686119) (xy 121.58032 92.172663) + (xy 121.187337 91.77968) (xy 120.980487 91.694) (xy 121.187337 91.60832) (xy 121.58032 91.215337) (xy 121.793 90.701881) + (xy 121.793 90.146119) (xy 121.58032 89.632663) (xy 121.187337 89.23968) (xy 120.673881 89.027) (xy 120.118119 89.027) + (xy 119.604663 89.23968) (xy 119.21168 89.632663) (xy 118.999 90.146119) (xy 117.028363 90.146119) (xy 116.92174 89.610091) + (xy 116.604577 89.135423) (xy 116.252242 88.9) (xy 116.604577 88.664577) (xy 116.92174 88.189909) (xy 117.033113 87.63) + (xy 116.92174 87.070091) (xy 116.604577 86.595423) (xy 116.252242 86.36) (xy 116.604577 86.124577) (xy 116.92174 85.649909) + (xy 117.033113 85.09) (xy 116.92174 84.530091) (xy 116.604577 84.055423) (xy 116.252242 83.82) (xy 116.604577 83.584577) + (xy 116.92174 83.109909) (xy 117.033113 82.55) (xy 116.92174 81.990091) (xy 116.604577 81.515423) (xy 116.252242 81.28) + (xy 116.604577 81.044577) (xy 116.92174 80.569909) (xy 117.033113 80.01) (xy 116.92174 79.450091) (xy 116.604577 78.975423) + (xy 116.129909 78.65826) (xy 115.711333 78.575) (xy 115.428667 78.575) (xy 115.010091 78.65826) (xy 114.535423 78.975423) + (xy 114.21826 79.450091) (xy 114.106887 80.01) (xy 114.21826 80.569909) (xy 114.535423 81.044577) (xy 114.887758 81.28) + (xy 114.535423 81.515423) (xy 114.528044 81.526466) (xy 113.717425 80.715847) (xy 113.668049 80.641951) (xy 113.37531 80.446348) + (xy 113.117165 80.395) (xy 113.117161 80.395) (xy 113.03 80.377663) (xy 112.942839 80.395) (xy 102.466578 80.395) + (xy 103.434156 79.427423) (xy 103.508049 79.378049) (xy 103.557425 79.304154) (xy 103.703651 79.085311) (xy 103.703652 79.08531) + (xy 103.755 78.827165) (xy 103.755 78.827161) (xy 103.772337 78.740001) (xy 103.755 78.652841) (xy 103.755 69.85) + (xy 114.106887 69.85) (xy 114.21826 70.409909) (xy 114.535423 70.884577) (xy 114.887758 71.12) (xy 114.535423 71.355423) + (xy 114.21826 71.830091) (xy 114.106887 72.39) (xy 114.21826 72.949909) (xy 114.535423 73.424577) (xy 114.887758 73.66) + (xy 114.535423 73.895423) (xy 114.21826 74.370091) (xy 114.106887 74.93) (xy 114.21826 75.489909) (xy 114.535423 75.964577) + (xy 115.010091 76.28174) (xy 115.428667 76.365) (xy 115.711333 76.365) (xy 116.129909 76.28174) (xy 116.604577 75.964577) + (xy 116.92174 75.489909) (xy 117.033113 74.93) (xy 116.92174 74.370091) (xy 116.604577 73.895423) (xy 116.252242 73.66) + (xy 116.604577 73.424577) (xy 116.92174 72.949909) (xy 117.033113 72.39) (xy 116.92174 71.830091) (xy 116.604577 71.355423) + (xy 116.252242 71.12) (xy 116.604577 70.884577) (xy 116.92174 70.409909) (xy 117.033113 69.85) (xy 116.92174 69.290091) + (xy 116.604577 68.815423) (xy 116.129909 68.49826) (xy 115.711333 68.415) (xy 115.428667 68.415) (xy 115.010091 68.49826) + (xy 114.535423 68.815423) (xy 114.21826 69.290091) (xy 114.106887 69.85) (xy 103.755 69.85) (xy 103.755 52.07) + (xy 117.516887 52.07) (xy 117.62826 52.629909) (xy 117.945423 53.104577) (xy 118.297758 53.34) (xy 117.945423 53.575423) + (xy 117.62826 54.050091) (xy 117.516887 54.61) (xy 117.62826 55.169909) (xy 117.945423 55.644577) (xy 118.297758 55.88) + (xy 117.945423 56.115423) (xy 117.62826 56.590091) (xy 117.516887 57.15) (xy 117.62826 57.709909) (xy 117.945423 58.184577) + (xy 118.297758 58.42) (xy 117.945423 58.655423) (xy 117.62826 59.130091) (xy 117.516887 59.69) (xy 117.62826 60.249909) + (xy 117.945423 60.724577) (xy 118.297758 60.96) (xy 117.945423 61.195423) (xy 117.62826 61.670091) (xy 117.516887 62.23) + (xy 117.62826 62.789909) (xy 117.945423 63.264577) (xy 118.297758 63.5) (xy 117.945423 63.735423) (xy 117.62826 64.210091) + (xy 117.516887 64.77) (xy 117.62826 65.329909) (xy 117.945423 65.804577) (xy 118.297758 66.04) (xy 117.945423 66.275423) + (xy 117.62826 66.750091) (xy 117.516887 67.31) (xy 117.62826 67.869909) (xy 117.945423 68.344577) (xy 118.420091 68.66174) + (xy 118.838667 68.745) (xy 119.921333 68.745) (xy 120.339909 68.66174) (xy 120.814577 68.344577) (xy 121.13174 67.869909) + (xy 121.243113 67.31) (xy 121.13174 66.750091) (xy 120.814577 66.275423) (xy 120.462242 66.04) (xy 120.814577 65.804577) + (xy 121.13174 65.329909) (xy 121.243113 64.77) (xy 121.13174 64.210091) (xy 120.814577 63.735423) (xy 120.462242 63.5) + (xy 120.814577 63.264577) (xy 121.13174 62.789909) (xy 121.243113 62.23) (xy 121.13174 61.670091) (xy 120.814577 61.195423) + (xy 120.462242 60.96) (xy 120.814577 60.724577) (xy 121.13174 60.249909) (xy 121.243113 59.69) (xy 121.13174 59.130091) + (xy 120.814577 58.655423) (xy 120.462242 58.42) (xy 120.814577 58.184577) (xy 121.13174 57.709909) (xy 121.243113 57.15) + (xy 121.13174 56.590091) (xy 120.814577 56.115423) (xy 120.462242 55.88) (xy 120.814577 55.644577) (xy 121.13174 55.169909) + (xy 121.243113 54.61) (xy 121.13174 54.050091) (xy 120.814577 53.575423) (xy 120.462242 53.34) (xy 120.814577 53.104577) + (xy 121.13174 52.629909) (xy 121.243113 52.07) (xy 121.13174 51.510091) (xy 120.814577 51.035423) (xy 120.339909 50.71826) + (xy 119.921333 50.635) (xy 118.838667 50.635) (xy 118.420091 50.71826) (xy 117.945423 51.035423) (xy 117.62826 51.510091) + (xy 117.516887 52.07) (xy 103.755 52.07) (xy 103.755 50.887159) (xy 103.772337 50.799999) (xy 103.755 50.712839) + (xy 103.755 50.712835) (xy 103.703652 50.45469) (xy 103.508049 50.161951) (xy 103.434156 50.112577) (xy 97.207425 43.885847) + (xy 97.158049 43.811951) (xy 96.86531 43.616348) (xy 96.607165 43.565) (xy 96.607161 43.565) (xy 96.52 43.547663) + (xy 96.432839 43.565) (xy 91.806579 43.565) (xy 89.959582 41.718004) (xy 89.970625 41.710625) (xy 90.17 41.412239) + (xy 90.369375 41.710625) (xy 90.860582 42.038839) (xy 91.293744 42.125) (xy 91.586256 42.125) (xy 92.019418 42.038839) + (xy 92.510625 41.710625) (xy 92.838839 41.219418) (xy 92.954092 40.64) (xy 92.838839 40.060582) (xy 92.510625 39.569375) + (xy 92.402308 39.497) (xy 128.143 39.497) + ) + ) + ) + (zone (net 2) (net_name GND) (layer F.Cu) (tstamp 5C76E4DA) (hatch edge 0.508) + (connect_pads yes (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 64.77 39.37) (xy 151.13 39.37) (xy 151.13 134.62) (xy 64.77 134.62) + ) + ) + (filled_polygon + (pts + (xy 87.829375 39.569375) (xy 87.501161 40.060582) (xy 87.385908 40.64) (xy 87.501161 41.219418) (xy 87.829375 41.710625) + (xy 88.320582 42.038839) (xy 88.753744 42.125) (xy 89.046256 42.125) (xy 89.479418 42.038839) (xy 89.970625 41.710625) + (xy 90.17 41.412239) (xy 90.369375 41.710625) (xy 90.860582 42.038839) (xy 91.293744 42.125) (xy 91.586256 42.125) + (xy 92.019418 42.038839) (xy 92.510625 41.710625) (xy 92.71 41.412239) (xy 92.909375 41.710625) (xy 93.400582 42.038839) + (xy 93.833744 42.125) (xy 94.126256 42.125) (xy 94.559418 42.038839) (xy 95.050625 41.710625) (xy 95.378839 41.219418) + (xy 95.494092 40.64) (xy 95.378839 40.060582) (xy 95.050625 39.569375) (xy 94.942308 39.497) (xy 151.003 39.497) + (xy 151.003 42.058367) (xy 150.930136 41.692055) (xy 150.568769 41.151231) (xy 150.027945 40.789864) (xy 149.551031 40.695) + (xy 147.628969 40.695) (xy 147.152055 40.789864) (xy 146.611231 41.151231) (xy 146.249864 41.692055) (xy 146.122969 42.33) + (xy 146.249864 42.967945) (xy 146.611231 43.508769) (xy 147.152055 43.870136) (xy 147.628969 43.965) (xy 149.551031 43.965) + (xy 150.027945 43.870136) (xy 150.568769 43.508769) (xy 150.930136 42.967945) (xy 151.003 42.601633) (xy 151.003 47.058367) + (xy 150.930136 46.692055) (xy 150.568769 46.151231) (xy 150.027945 45.789864) (xy 149.551031 45.695) (xy 147.628969 45.695) + (xy 147.152055 45.789864) (xy 146.611231 46.151231) (xy 146.249864 46.692055) (xy 146.122969 47.33) (xy 146.249864 47.967945) + (xy 146.611231 48.508769) (xy 147.152055 48.870136) (xy 147.628969 48.965) (xy 149.551031 48.965) (xy 150.027945 48.870136) + (xy 150.568769 48.508769) (xy 150.930136 47.967945) (xy 151.003 47.601633) (xy 151.003 52.058367) (xy 150.930136 51.692055) + (xy 150.568769 51.151231) (xy 150.027945 50.789864) (xy 149.551031 50.695) (xy 147.628969 50.695) (xy 147.152055 50.789864) + (xy 146.611231 51.151231) (xy 146.249864 51.692055) (xy 146.122969 52.33) (xy 146.249864 52.967945) (xy 146.611231 53.508769) + (xy 147.152055 53.870136) (xy 147.628969 53.965) (xy 149.551031 53.965) (xy 150.027945 53.870136) (xy 150.568769 53.508769) + (xy 150.930136 52.967945) (xy 151.003 52.601633) (xy 151.003 57.058367) (xy 150.930136 56.692055) (xy 150.568769 56.151231) + (xy 150.027945 55.789864) (xy 149.551031 55.695) (xy 147.628969 55.695) (xy 147.152055 55.789864) (xy 146.611231 56.151231) + (xy 146.249864 56.692055) (xy 146.122969 57.33) (xy 146.249864 57.967945) (xy 146.611231 58.508769) (xy 147.152055 58.870136) + (xy 147.628969 58.965) (xy 149.551031 58.965) (xy 150.027945 58.870136) (xy 150.568769 58.508769) (xy 150.930136 57.967945) + (xy 151.003 57.601633) (xy 151.003 62.058367) (xy 150.930136 61.692055) (xy 150.568769 61.151231) (xy 150.027945 60.789864) + (xy 149.551031 60.695) (xy 147.628969 60.695) (xy 147.152055 60.789864) (xy 146.611231 61.151231) (xy 146.249864 61.692055) + (xy 146.122969 62.33) (xy 146.249864 62.967945) (xy 146.611231 63.508769) (xy 147.152055 63.870136) (xy 147.628969 63.965) + (xy 149.551031 63.965) (xy 150.027945 63.870136) (xy 150.568769 63.508769) (xy 150.930136 62.967945) (xy 151.003 62.601633) + (xy 151.003 67.058367) (xy 150.930136 66.692055) (xy 150.568769 66.151231) (xy 150.027945 65.789864) (xy 149.551031 65.695) + (xy 147.628969 65.695) (xy 147.152055 65.789864) (xy 146.611231 66.151231) (xy 146.249864 66.692055) (xy 146.122969 67.33) + (xy 146.249864 67.967945) (xy 146.611231 68.508769) (xy 147.152055 68.870136) (xy 147.628969 68.965) (xy 149.551031 68.965) + (xy 150.027945 68.870136) (xy 150.568769 68.508769) (xy 150.930136 67.967945) (xy 151.003 67.601633) (xy 151.003 72.058367) + (xy 150.930136 71.692055) (xy 150.568769 71.151231) (xy 150.027945 70.789864) (xy 149.551031 70.695) (xy 147.628969 70.695) + (xy 147.152055 70.789864) (xy 146.611231 71.151231) (xy 146.249864 71.692055) (xy 146.122969 72.33) (xy 146.249864 72.967945) + (xy 146.611231 73.508769) (xy 147.152055 73.870136) (xy 147.628969 73.965) (xy 149.551031 73.965) (xy 150.027945 73.870136) + (xy 150.568769 73.508769) (xy 150.930136 72.967945) (xy 151.003 72.601633) (xy 151.003 76.40686) (xy 150.969126 76.236565) + (xy 150.774586 75.945414) (xy 150.483435 75.750874) (xy 150.14 75.68256) (xy 147.04 75.68256) (xy 146.696565 75.750874) + (xy 146.405414 75.945414) (xy 146.210874 76.236565) (xy 146.14256 76.58) (xy 146.14256 78.08) (xy 146.210874 78.423435) + (xy 146.405414 78.714586) (xy 146.696565 78.909126) (xy 147.04 78.97744) (xy 150.14 78.97744) (xy 150.483435 78.909126) + (xy 150.774586 78.714586) (xy 150.969126 78.423435) (xy 151.003 78.25314) (xy 151.003 100.848367) (xy 150.930136 100.482055) + (xy 150.568769 99.941231) (xy 150.027945 99.579864) (xy 149.551031 99.485) (xy 147.628969 99.485) (xy 147.152055 99.579864) + (xy 146.611231 99.941231) (xy 146.249864 100.482055) (xy 146.122969 101.12) (xy 146.249864 101.757945) (xy 146.611231 102.298769) + (xy 147.152055 102.660136) (xy 147.628969 102.755) (xy 149.551031 102.755) (xy 150.027945 102.660136) (xy 150.568769 102.298769) + (xy 150.930136 101.757945) (xy 151.003 101.391633) (xy 151.003 105.848367) (xy 150.930136 105.482055) (xy 150.568769 104.941231) + (xy 150.027945 104.579864) (xy 149.551031 104.485) (xy 147.628969 104.485) (xy 147.152055 104.579864) (xy 146.611231 104.941231) + (xy 146.249864 105.482055) (xy 146.122969 106.12) (xy 146.249864 106.757945) (xy 146.611231 107.298769) (xy 147.152055 107.660136) + (xy 147.628969 107.755) (xy 149.551031 107.755) (xy 150.027945 107.660136) (xy 150.568769 107.298769) (xy 150.930136 106.757945) + (xy 151.003 106.391633) (xy 151.003 110.848367) (xy 150.930136 110.482055) (xy 150.568769 109.941231) (xy 150.027945 109.579864) + (xy 149.551031 109.485) (xy 147.628969 109.485) (xy 147.152055 109.579864) (xy 146.611231 109.941231) (xy 146.249864 110.482055) + (xy 146.122969 111.12) (xy 146.249864 111.757945) (xy 146.611231 112.298769) (xy 147.152055 112.660136) (xy 147.628969 112.755) + (xy 149.551031 112.755) (xy 150.027945 112.660136) (xy 150.568769 112.298769) (xy 150.930136 111.757945) (xy 151.003 111.391633) + (xy 151.003 115.848367) (xy 150.930136 115.482055) (xy 150.568769 114.941231) (xy 150.027945 114.579864) (xy 149.551031 114.485) + (xy 147.628969 114.485) (xy 147.152055 114.579864) (xy 146.611231 114.941231) (xy 146.249864 115.482055) (xy 146.122969 116.12) + (xy 146.249864 116.757945) (xy 146.611231 117.298769) (xy 147.152055 117.660136) (xy 147.628969 117.755) (xy 149.551031 117.755) + (xy 150.027945 117.660136) (xy 150.568769 117.298769) (xy 150.930136 116.757945) (xy 151.003 116.391633) (xy 151.003 120.848367) + (xy 150.930136 120.482055) (xy 150.568769 119.941231) (xy 150.027945 119.579864) (xy 149.551031 119.485) (xy 147.628969 119.485) + (xy 147.152055 119.579864) (xy 146.611231 119.941231) (xy 146.249864 120.482055) (xy 146.122969 121.12) (xy 146.249864 121.757945) + (xy 146.611231 122.298769) (xy 147.152055 122.660136) (xy 147.628969 122.755) (xy 149.551031 122.755) (xy 150.027945 122.660136) + (xy 150.568769 122.298769) (xy 150.930136 121.757945) (xy 151.003 121.391633) (xy 151.003 125.848367) (xy 150.930136 125.482055) + (xy 150.568769 124.941231) (xy 150.027945 124.579864) (xy 149.551031 124.485) (xy 147.628969 124.485) (xy 147.152055 124.579864) + (xy 146.611231 124.941231) (xy 146.249864 125.482055) (xy 146.122969 126.12) (xy 146.249864 126.757945) (xy 146.611231 127.298769) + (xy 147.152055 127.660136) (xy 147.628969 127.755) (xy 149.551031 127.755) (xy 150.027945 127.660136) (xy 150.568769 127.298769) + (xy 150.930136 126.757945) (xy 151.003 126.391633) (xy 151.003 130.19686) (xy 150.969126 130.026565) (xy 150.774586 129.735414) + (xy 150.483435 129.540874) (xy 150.14 129.47256) (xy 147.04 129.47256) (xy 146.696565 129.540874) (xy 146.405414 129.735414) + (xy 146.210874 130.026565) (xy 146.14256 130.37) (xy 146.14256 131.87) (xy 146.210874 132.213435) (xy 146.405414 132.504586) + (xy 146.696565 132.699126) (xy 147.04 132.76744) (xy 150.14 132.76744) (xy 150.483435 132.699126) (xy 150.774586 132.504586) + (xy 150.969126 132.213435) (xy 151.003 132.04314) (xy 151.003 134.493) (xy 75.018143 134.493) (xy 75.092765 134.478157) + (xy 75.302809 134.337809) (xy 75.443157 134.127765) (xy 75.49244 133.88) (xy 75.49244 132.45744) (xy 75.84 132.45744) + (xy 76.193003 132.387223) (xy 76.492264 132.187264) (xy 76.692223 131.888003) (xy 76.76244 131.535) (xy 76.76244 131.4575) + (xy 77.973703 131.4575) (xy 78.115414 131.669586) (xy 78.406565 131.864126) (xy 78.75 131.93244) (xy 80 131.93244) + (xy 80.343435 131.864126) (xy 80.634586 131.669586) (xy 80.829126 131.378435) (xy 80.858991 131.228295) (xy 80.885549 131.210549) + (xy 80.934925 131.136653) (xy 81.296578 130.775) (xy 81.525657 130.775) (xy 81.979571 130.586982) (xy 82.326982 130.239571) + (xy 82.515 129.785657) (xy 82.515 129.294343) (xy 82.326982 128.840429) (xy 81.979571 128.493018) (xy 81.525657 128.305) + (xy 81.034343 128.305) (xy 80.580429 128.493018) (xy 80.233018 128.840429) (xy 80.072872 129.227055) (xy 80 129.21256) + (xy 78.75 129.21256) (xy 78.406565 129.280874) (xy 78.115414 129.475414) (xy 77.973703 129.6875) (xy 76.528856 129.6875) + (xy 76.492264 129.632736) (xy 76.193003 129.432777) (xy 75.84 129.36256) (xy 75.29 129.36256) (xy 75.255495 129.369424) + (xy 75.302809 129.337809) (xy 75.443157 129.127765) (xy 75.49244 128.88) (xy 75.49244 127.45744) (xy 75.84 127.45744) + (xy 76.193003 127.387223) (xy 76.492264 127.187264) (xy 76.692223 126.888003) (xy 76.76244 126.535) (xy 76.76244 126.4575) + (xy 77.973703 126.4575) (xy 78.115414 126.669586) (xy 78.406565 126.864126) (xy 78.75 126.93244) (xy 80 126.93244) + (xy 80.343435 126.864126) (xy 80.634586 126.669586) (xy 80.829126 126.378435) (xy 80.882756 126.108822) (xy 81.296578 125.695) + (xy 81.525657 125.695) (xy 81.979571 125.506982) (xy 82.326982 125.159571) (xy 82.515 124.705657) (xy 82.515 124.214343) + (xy 82.326982 123.760429) (xy 81.979571 123.413018) (xy 81.525657 123.225) (xy 81.034343 123.225) (xy 80.580429 123.413018) + (xy 80.233018 123.760429) (xy 80.045 124.214343) (xy 80.045 124.221511) (xy 80 124.21256) (xy 78.75 124.21256) + (xy 78.406565 124.280874) (xy 78.115414 124.475414) (xy 77.973703 124.6875) (xy 76.528856 124.6875) (xy 76.492264 124.632736) + (xy 76.193003 124.432777) (xy 75.84 124.36256) (xy 75.29 124.36256) (xy 75.255495 124.369424) (xy 75.302809 124.337809) + (xy 75.443157 124.127765) (xy 75.49244 123.88) (xy 75.49244 122.45744) (xy 75.84 122.45744) (xy 76.193003 122.387223) + (xy 76.492264 122.187264) (xy 76.692223 121.888003) (xy 76.76244 121.535) (xy 76.76244 121.4575) (xy 77.973703 121.4575) + (xy 78.115414 121.669586) (xy 78.406565 121.864126) (xy 78.75 121.93244) (xy 80 121.93244) (xy 80.343435 121.864126) + (xy 80.58855 121.700346) (xy 81.034343 121.885) (xy 81.525657 121.885) (xy 81.979571 121.696982) (xy 82.326982 121.349571) + (xy 82.515 120.895657) (xy 82.515 120.404343) (xy 82.326982 119.950429) (xy 81.979571 119.603018) (xy 81.525657 119.415) + (xy 81.034343 119.415) (xy 80.689626 119.557787) (xy 80.634586 119.475414) (xy 80.343435 119.280874) (xy 80 119.21256) + (xy 78.75 119.21256) (xy 78.406565 119.280874) (xy 78.115414 119.475414) (xy 77.973703 119.6875) (xy 76.528856 119.6875) + (xy 76.492264 119.632736) (xy 76.193003 119.432777) (xy 75.84 119.36256) (xy 75.29 119.36256) (xy 75.255495 119.369424) + (xy 75.302809 119.337809) (xy 75.443157 119.127765) (xy 75.49244 118.88) (xy 75.49244 117.45744) (xy 75.84 117.45744) + (xy 76.193003 117.387223) (xy 76.492264 117.187264) (xy 76.692223 116.888003) (xy 76.76244 116.535) (xy 76.76244 116.4575) + (xy 77.973703 116.4575) (xy 78.115414 116.669586) (xy 78.406565 116.864126) (xy 78.75 116.93244) (xy 80 116.93244) + (xy 80.343435 116.864126) (xy 80.634586 116.669586) (xy 80.650376 116.645955) (xy 81.034343 116.805) (xy 81.525657 116.805) + (xy 81.979571 116.616982) (xy 82.326982 116.269571) (xy 82.515 115.815657) (xy 82.515 115.324343) (xy 82.326982 114.870429) + (xy 81.979571 114.523018) (xy 81.525657 114.335) (xy 81.034343 114.335) (xy 80.647759 114.495129) (xy 80.634586 114.475414) + (xy 80.343435 114.280874) (xy 80 114.21256) (xy 78.75 114.21256) (xy 78.406565 114.280874) (xy 78.115414 114.475414) + (xy 77.973703 114.6875) (xy 76.528856 114.6875) (xy 76.492264 114.632736) (xy 76.193003 114.432777) (xy 75.84 114.36256) + (xy 75.29 114.36256) (xy 75.255495 114.369424) (xy 75.302809 114.337809) (xy 75.443157 114.127765) (xy 75.49244 113.88) + (xy 75.49244 112.45744) (xy 75.84 112.45744) (xy 76.193003 112.387223) (xy 76.492264 112.187264) (xy 76.692223 111.888003) + (xy 76.76244 111.535) (xy 76.76244 111.4575) (xy 77.973703 111.4575) (xy 78.115414 111.669586) (xy 78.406565 111.864126) + (xy 78.75 111.93244) (xy 79.483361 111.93244) (xy 79.875077 112.324156) (xy 79.924451 112.398049) (xy 79.998344 112.447423) + (xy 79.998345 112.447424) (xy 80.061243 112.489451) (xy 80.21719 112.593652) (xy 80.404322 112.630875) (xy 80.580429 112.806982) + (xy 81.034343 112.995) (xy 81.525657 112.995) (xy 81.979571 112.806982) (xy 82.326982 112.459571) (xy 82.515 112.005657) + (xy 82.515 111.514343) (xy 82.326982 111.060429) (xy 81.979571 110.713018) (xy 81.525657 110.525) (xy 81.034343 110.525) + (xy 80.89744 110.581707) (xy 80.89744 110.11) (xy 80.829126 109.766565) (xy 80.634586 109.475414) (xy 80.343435 109.280874) + (xy 80 109.21256) (xy 78.75 109.21256) (xy 78.406565 109.280874) (xy 78.115414 109.475414) (xy 77.973703 109.6875) + (xy 76.528856 109.6875) (xy 76.492264 109.632736) (xy 76.193003 109.432777) (xy 75.84 109.36256) (xy 75.29 109.36256) + (xy 75.255495 109.369424) (xy 75.302809 109.337809) (xy 75.443157 109.127765) (xy 75.49244 108.88) (xy 75.49244 107.95) + (xy 87.036887 107.95) (xy 87.14826 108.509909) (xy 87.465423 108.984577) (xy 87.817758 109.22) (xy 87.465423 109.455423) + (xy 87.14826 109.930091) (xy 87.036887 110.49) (xy 87.14826 111.049909) (xy 87.465423 111.524577) (xy 87.817758 111.76) + (xy 87.465423 111.995423) (xy 87.14826 112.470091) (xy 87.036887 113.03) (xy 87.14826 113.589909) (xy 87.465423 114.064577) + (xy 87.817758 114.3) (xy 87.465423 114.535423) (xy 87.14826 115.010091) (xy 87.036887 115.57) (xy 87.14826 116.129909) + (xy 87.465423 116.604577) (xy 87.817758 116.84) (xy 87.465423 117.075423) (xy 87.14826 117.550091) (xy 87.036887 118.11) + (xy 87.14826 118.669909) (xy 87.465423 119.144577) (xy 87.817758 119.38) (xy 87.465423 119.615423) (xy 87.14826 120.090091) + (xy 87.036887 120.65) (xy 87.14826 121.209909) (xy 87.465423 121.684577) (xy 87.817758 121.92) (xy 87.465423 122.155423) + (xy 87.14826 122.630091) (xy 87.036887 123.19) (xy 87.14826 123.749909) (xy 87.465423 124.224577) (xy 87.817758 124.46) + (xy 87.465423 124.695423) (xy 87.14826 125.170091) (xy 87.036887 125.73) (xy 87.14826 126.289909) (xy 87.465423 126.764577) + (xy 87.940091 127.08174) (xy 88.358667 127.165) (xy 89.441333 127.165) (xy 89.859909 127.08174) (xy 90.334577 126.764577) + (xy 90.65174 126.289909) (xy 90.763113 125.73) (xy 90.65174 125.170091) (xy 90.334577 124.695423) (xy 89.982242 124.46) + (xy 90.334577 124.224577) (xy 90.65174 123.749909) (xy 90.763113 123.19) (xy 90.65174 122.630091) (xy 90.334577 122.155423) + (xy 89.982242 121.92) (xy 90.334577 121.684577) (xy 90.65174 121.209909) (xy 90.763113 120.65) (xy 90.65174 120.090091) + (xy 90.334577 119.615423) (xy 89.982242 119.38) (xy 90.334577 119.144577) (xy 90.65174 118.669909) (xy 90.763113 118.11) + (xy 90.65174 117.550091) (xy 90.334577 117.075423) (xy 89.982242 116.84) (xy 90.334577 116.604577) (xy 90.65174 116.129909) + (xy 90.763113 115.57) (xy 90.65174 115.010091) (xy 90.334577 114.535423) (xy 89.982242 114.3) (xy 90.334577 114.064577) + (xy 90.65174 113.589909) (xy 90.763113 113.03) (xy 90.65174 112.470091) (xy 90.334577 111.995423) (xy 89.982242 111.76) + (xy 90.334577 111.524577) (xy 90.65174 111.049909) (xy 90.763113 110.49) (xy 90.65174 109.930091) (xy 90.334577 109.455423) + (xy 89.982242 109.22) (xy 90.334577 108.984577) (xy 90.65174 108.509909) (xy 90.763113 107.95) (xy 90.65174 107.390091) + (xy 90.334577 106.915423) (xy 89.859909 106.59826) (xy 89.441333 106.515) (xy 88.358667 106.515) (xy 87.940091 106.59826) + (xy 87.465423 106.915423) (xy 87.14826 107.390091) (xy 87.036887 107.95) (xy 75.49244 107.95) (xy 75.49244 107.45744) + (xy 75.84 107.45744) (xy 76.193003 107.387223) (xy 76.492264 107.187264) (xy 76.692223 106.888003) (xy 76.76244 106.535) + (xy 76.76244 106.4575) (xy 77.973703 106.4575) (xy 78.115414 106.669586) (xy 78.406565 106.864126) (xy 78.75 106.93244) + (xy 79.483361 106.93244) (xy 79.795077 107.244156) (xy 79.844451 107.318049) (xy 79.918344 107.367423) (xy 79.918345 107.367424) + (xy 80.027076 107.440076) (xy 80.13719 107.513652) (xy 80.395335 107.565) (xy 80.395339 107.565) (xy 80.424185 107.570738) + (xy 80.580429 107.726982) (xy 81.034343 107.915) (xy 81.525657 107.915) (xy 81.979571 107.726982) (xy 82.326982 107.379571) + (xy 82.515 106.925657) (xy 82.515 106.434343) (xy 82.326982 105.980429) (xy 81.979571 105.633018) (xy 81.525657 105.445) + (xy 81.034343 105.445) (xy 80.89744 105.501707) (xy 80.89744 105.11) (xy 80.829126 104.766565) (xy 80.634586 104.475414) + (xy 80.343435 104.280874) (xy 80 104.21256) (xy 78.75 104.21256) (xy 78.406565 104.280874) (xy 78.115414 104.475414) + (xy 77.973703 104.6875) (xy 76.528856 104.6875) (xy 76.492264 104.632736) (xy 76.193003 104.432777) (xy 75.84 104.36256) + (xy 75.29 104.36256) (xy 75.255495 104.369424) (xy 75.302809 104.337809) (xy 75.443157 104.127765) (xy 75.49244 103.88) + (xy 75.49244 102.45744) (xy 75.84 102.45744) (xy 76.193003 102.387223) (xy 76.492264 102.187264) (xy 76.692223 101.888003) + (xy 76.76244 101.535) (xy 76.76244 101.4575) (xy 77.973703 101.4575) (xy 78.115414 101.669586) (xy 78.406565 101.864126) + (xy 78.75 101.93244) (xy 79.483361 101.93244) (xy 79.715077 102.164156) (xy 79.764451 102.238049) (xy 79.838344 102.287423) + (xy 79.838345 102.287424) (xy 79.865914 102.305845) (xy 80.05719 102.433652) (xy 80.315335 102.485) (xy 80.315339 102.485) + (xy 80.402499 102.502337) (xy 80.430262 102.496815) (xy 80.580429 102.646982) (xy 81.034343 102.835) (xy 81.525657 102.835) + (xy 81.979571 102.646982) (xy 82.326982 102.299571) (xy 82.515 101.845657) (xy 82.515 101.354343) (xy 82.326982 100.900429) + (xy 81.979571 100.553018) (xy 81.525657 100.365) (xy 81.034343 100.365) (xy 80.89744 100.421707) (xy 80.89744 100.11) + (xy 80.829126 99.766565) (xy 80.634586 99.475414) (xy 80.343435 99.280874) (xy 80 99.21256) (xy 78.75 99.21256) + (xy 78.406565 99.280874) (xy 78.115414 99.475414) (xy 77.973703 99.6875) (xy 76.528856 99.6875) (xy 76.492264 99.632736) + (xy 76.193003 99.432777) (xy 75.84 99.36256) (xy 75.29 99.36256) (xy 75.255495 99.369424) (xy 75.302809 99.337809) + (xy 75.443157 99.127765) (xy 75.49244 98.88) (xy 75.49244 97.45744) (xy 75.84 97.45744) (xy 76.193003 97.387223) + (xy 76.492264 97.187264) (xy 76.692223 96.888003) (xy 76.76244 96.535) (xy 76.76244 96.364139) (xy 76.991579 96.135) + (xy 83.955479 96.135) (xy 84.055423 96.284577) (xy 84.530091 96.60174) (xy 84.948667 96.685) (xy 85.231333 96.685) + (xy 85.649909 96.60174) (xy 86.124577 96.284577) (xy 86.44174 95.809909) (xy 86.553113 95.25) (xy 86.44174 94.690091) + (xy 86.124577 94.215423) (xy 85.649909 93.89826) (xy 85.231333 93.815) (xy 84.948667 93.815) (xy 84.530091 93.89826) + (xy 84.055423 94.215423) (xy 83.955479 94.365) (xy 76.712159 94.365) (xy 76.624999 94.347663) (xy 76.537839 94.365) + (xy 76.537835 94.365) (xy 76.27969 94.416348) (xy 76.248576 94.437138) (xy 76.224053 94.453524) (xy 76.193003 94.432777) + (xy 75.84 94.36256) (xy 75.29 94.36256) (xy 74.936997 94.432777) (xy 74.637736 94.632736) (xy 74.437777 94.931997) + (xy 74.36756 95.285) (xy 74.36756 96.43256) (xy 73.745 96.43256) (xy 73.497235 96.481843) (xy 73.287191 96.622191) + (xy 73.146843 96.832235) (xy 73.09756 97.08) (xy 73.09756 97.580496) (xy 73.061348 97.634691) (xy 72.992663 97.98) + (xy 73.061348 98.325309) (xy 73.09756 98.379504) (xy 73.09756 98.88) (xy 73.146843 99.127765) (xy 73.287191 99.337809) + (xy 73.497235 99.478157) (xy 73.745 99.52744) (xy 74.795323 99.52744) (xy 74.637736 99.632736) (xy 74.437777 99.931997) + (xy 74.36756 100.285) (xy 74.36756 101.43256) (xy 73.745 101.43256) (xy 73.497235 101.481843) (xy 73.287191 101.622191) + (xy 73.146843 101.832235) (xy 73.09756 102.08) (xy 73.09756 102.580496) (xy 73.061348 102.634691) (xy 72.992663 102.98) + (xy 73.061348 103.325309) (xy 73.09756 103.379504) (xy 73.09756 103.88) (xy 73.146843 104.127765) (xy 73.287191 104.337809) + (xy 73.497235 104.478157) (xy 73.745 104.52744) (xy 74.795323 104.52744) (xy 74.637736 104.632736) (xy 74.437777 104.931997) + (xy 74.36756 105.285) (xy 74.36756 106.43256) (xy 73.745 106.43256) (xy 73.497235 106.481843) (xy 73.287191 106.622191) + (xy 73.146843 106.832235) (xy 73.09756 107.08) (xy 73.09756 107.580496) (xy 73.061348 107.634691) (xy 72.992663 107.98) + (xy 73.061348 108.325309) (xy 73.09756 108.379504) (xy 73.09756 108.88) (xy 73.146843 109.127765) (xy 73.287191 109.337809) + (xy 73.497235 109.478157) (xy 73.745 109.52744) (xy 74.795323 109.52744) (xy 74.637736 109.632736) (xy 74.437777 109.931997) + (xy 74.36756 110.285) (xy 74.36756 111.43256) (xy 73.745 111.43256) (xy 73.497235 111.481843) (xy 73.287191 111.622191) + (xy 73.146843 111.832235) (xy 73.09756 112.08) (xy 73.09756 112.580496) (xy 73.061348 112.634691) (xy 72.992663 112.98) + (xy 73.061348 113.325309) (xy 73.09756 113.379504) (xy 73.09756 113.88) (xy 73.146843 114.127765) (xy 73.287191 114.337809) + (xy 73.497235 114.478157) (xy 73.745 114.52744) (xy 74.795323 114.52744) (xy 74.637736 114.632736) (xy 74.437777 114.931997) + (xy 74.36756 115.285) (xy 74.36756 116.43256) (xy 73.745 116.43256) (xy 73.497235 116.481843) (xy 73.287191 116.622191) + (xy 73.146843 116.832235) (xy 73.09756 117.08) (xy 73.09756 117.580496) (xy 73.061348 117.634691) (xy 72.992663 117.98) + (xy 73.061348 118.325309) (xy 73.09756 118.379504) (xy 73.09756 118.88) (xy 73.146843 119.127765) (xy 73.287191 119.337809) + (xy 73.497235 119.478157) (xy 73.745 119.52744) (xy 74.795323 119.52744) (xy 74.637736 119.632736) (xy 74.437777 119.931997) + (xy 74.36756 120.285) (xy 74.36756 121.43256) (xy 73.745 121.43256) (xy 73.497235 121.481843) (xy 73.287191 121.622191) + (xy 73.146843 121.832235) (xy 73.09756 122.08) (xy 73.09756 122.580496) (xy 73.061348 122.634691) (xy 72.992663 122.98) + (xy 73.061348 123.325309) (xy 73.09756 123.379504) (xy 73.09756 123.88) (xy 73.146843 124.127765) (xy 73.287191 124.337809) + (xy 73.497235 124.478157) (xy 73.745 124.52744) (xy 74.795323 124.52744) (xy 74.637736 124.632736) (xy 74.437777 124.931997) + (xy 74.36756 125.285) (xy 74.36756 126.43256) (xy 73.745 126.43256) (xy 73.497235 126.481843) (xy 73.287191 126.622191) + (xy 73.146843 126.832235) (xy 73.09756 127.08) (xy 73.09756 127.580496) (xy 73.061348 127.634691) (xy 72.992663 127.98) + (xy 73.061348 128.325309) (xy 73.09756 128.379504) (xy 73.09756 128.88) (xy 73.146843 129.127765) (xy 73.287191 129.337809) + (xy 73.497235 129.478157) (xy 73.745 129.52744) (xy 74.795323 129.52744) (xy 74.637736 129.632736) (xy 74.437777 129.931997) + (xy 74.36756 130.285) (xy 74.36756 131.43256) (xy 73.745 131.43256) (xy 73.497235 131.481843) (xy 73.287191 131.622191) + (xy 73.146843 131.832235) (xy 73.09756 132.08) (xy 73.09756 133.88) (xy 73.146843 134.127765) (xy 73.287191 134.337809) + (xy 73.497235 134.478157) (xy 73.571857 134.493) (xy 68.788557 134.493) (xy 69.288769 134.158769) (xy 69.650136 133.617945) + (xy 69.777031 132.98) (xy 69.650136 132.342055) (xy 69.288769 131.801231) (xy 68.747945 131.439864) (xy 68.271031 131.345) + (xy 66.348969 131.345) (xy 65.872055 131.439864) (xy 65.331231 131.801231) (xy 64.969864 132.342055) (xy 64.897 132.708367) + (xy 64.897 128.251633) (xy 64.969864 128.617945) (xy 65.331231 129.158769) (xy 65.872055 129.520136) (xy 66.348969 129.615) + (xy 68.271031 129.615) (xy 68.747945 129.520136) (xy 69.288769 129.158769) (xy 69.650136 128.617945) (xy 69.777031 127.98) + (xy 69.650136 127.342055) (xy 69.288769 126.801231) (xy 68.747945 126.439864) (xy 68.271031 126.345) (xy 66.348969 126.345) + (xy 65.872055 126.439864) (xy 65.331231 126.801231) (xy 64.969864 127.342055) (xy 64.897 127.708367) (xy 64.897 123.251633) + (xy 64.969864 123.617945) (xy 65.331231 124.158769) (xy 65.872055 124.520136) (xy 66.348969 124.615) (xy 68.271031 124.615) + (xy 68.747945 124.520136) (xy 69.288769 124.158769) (xy 69.650136 123.617945) (xy 69.777031 122.98) (xy 69.650136 122.342055) + (xy 69.288769 121.801231) (xy 68.747945 121.439864) (xy 68.271031 121.345) (xy 66.348969 121.345) (xy 65.872055 121.439864) + (xy 65.331231 121.801231) (xy 64.969864 122.342055) (xy 64.897 122.708367) (xy 64.897 118.251633) (xy 64.969864 118.617945) + (xy 65.331231 119.158769) (xy 65.872055 119.520136) (xy 66.348969 119.615) (xy 68.271031 119.615) (xy 68.747945 119.520136) + (xy 69.288769 119.158769) (xy 69.650136 118.617945) (xy 69.777031 117.98) (xy 69.650136 117.342055) (xy 69.288769 116.801231) + (xy 68.747945 116.439864) (xy 68.271031 116.345) (xy 66.348969 116.345) (xy 65.872055 116.439864) (xy 65.331231 116.801231) + (xy 64.969864 117.342055) (xy 64.897 117.708367) (xy 64.897 113.251633) (xy 64.969864 113.617945) (xy 65.331231 114.158769) + (xy 65.872055 114.520136) (xy 66.348969 114.615) (xy 68.271031 114.615) (xy 68.747945 114.520136) (xy 69.288769 114.158769) + (xy 69.650136 113.617945) (xy 69.777031 112.98) (xy 69.650136 112.342055) (xy 69.288769 111.801231) (xy 68.747945 111.439864) + (xy 68.271031 111.345) (xy 66.348969 111.345) (xy 65.872055 111.439864) (xy 65.331231 111.801231) (xy 64.969864 112.342055) + (xy 64.897 112.708367) (xy 64.897 108.251633) (xy 64.969864 108.617945) (xy 65.331231 109.158769) (xy 65.872055 109.520136) + (xy 66.348969 109.615) (xy 68.271031 109.615) (xy 68.747945 109.520136) (xy 69.288769 109.158769) (xy 69.650136 108.617945) + (xy 69.777031 107.98) (xy 69.650136 107.342055) (xy 69.288769 106.801231) (xy 68.747945 106.439864) (xy 68.271031 106.345) + (xy 66.348969 106.345) (xy 65.872055 106.439864) (xy 65.331231 106.801231) (xy 64.969864 107.342055) (xy 64.897 107.708367) + (xy 64.897 103.251633) (xy 64.969864 103.617945) (xy 65.331231 104.158769) (xy 65.872055 104.520136) (xy 66.348969 104.615) + (xy 68.271031 104.615) (xy 68.747945 104.520136) (xy 69.288769 104.158769) (xy 69.650136 103.617945) (xy 69.777031 102.98) + (xy 69.650136 102.342055) (xy 69.288769 101.801231) (xy 68.747945 101.439864) (xy 68.271031 101.345) (xy 66.348969 101.345) + (xy 65.872055 101.439864) (xy 65.331231 101.801231) (xy 64.969864 102.342055) (xy 64.897 102.708367) (xy 64.897 98.90314) + (xy 64.930874 99.073435) (xy 65.125414 99.364586) (xy 65.416565 99.559126) (xy 65.76 99.62744) (xy 68.86 99.62744) + (xy 69.203435 99.559126) (xy 69.494586 99.364586) (xy 69.689126 99.073435) (xy 69.75744 98.73) (xy 69.75744 97.23) + (xy 69.689126 96.886565) (xy 69.494586 96.595414) (xy 69.203435 96.400874) (xy 68.86 96.33256) (xy 65.76 96.33256) + (xy 65.416565 96.400874) (xy 65.125414 96.595414) (xy 64.930874 96.886565) (xy 64.897 97.05686) (xy 64.897 79.721633) + (xy 64.969864 80.087945) (xy 65.331231 80.628769) (xy 65.872055 80.990136) (xy 66.348969 81.085) (xy 68.271031 81.085) + (xy 68.747945 80.990136) (xy 69.288769 80.628769) (xy 69.650136 80.087945) (xy 69.777031 79.45) (xy 69.650136 78.812055) + (xy 69.288769 78.271231) (xy 68.747945 77.909864) (xy 68.271031 77.815) (xy 66.348969 77.815) (xy 65.872055 77.909864) + (xy 65.331231 78.271231) (xy 64.969864 78.812055) (xy 64.897 79.178367) (xy 64.897 74.721633) (xy 64.969864 75.087945) + (xy 65.331231 75.628769) (xy 65.872055 75.990136) (xy 66.348969 76.085) (xy 68.271031 76.085) (xy 68.747945 75.990136) + (xy 69.288769 75.628769) (xy 69.650136 75.087945) (xy 69.777031 74.45) (xy 69.650136 73.812055) (xy 69.288769 73.271231) + (xy 68.747945 72.909864) (xy 68.271031 72.815) (xy 66.348969 72.815) (xy 65.872055 72.909864) (xy 65.331231 73.271231) + (xy 64.969864 73.812055) (xy 64.897 74.178367) (xy 64.897 69.721633) (xy 64.969864 70.087945) (xy 65.331231 70.628769) + (xy 65.872055 70.990136) (xy 66.348969 71.085) (xy 68.271031 71.085) (xy 68.747945 70.990136) (xy 69.288769 70.628769) + (xy 69.650136 70.087945) (xy 69.777031 69.45) (xy 69.650136 68.812055) (xy 69.288769 68.271231) (xy 68.747945 67.909864) + (xy 68.271031 67.815) (xy 66.348969 67.815) (xy 65.872055 67.909864) (xy 65.331231 68.271231) (xy 64.969864 68.812055) + (xy 64.897 69.178367) (xy 64.897 64.721633) (xy 64.969864 65.087945) (xy 65.331231 65.628769) (xy 65.872055 65.990136) + (xy 66.348969 66.085) (xy 68.271031 66.085) (xy 68.747945 65.990136) (xy 69.288769 65.628769) (xy 69.650136 65.087945) + (xy 69.777031 64.45) (xy 69.650136 63.812055) (xy 69.288769 63.271231) (xy 68.747945 62.909864) (xy 68.271031 62.815) + (xy 66.348969 62.815) (xy 65.872055 62.909864) (xy 65.331231 63.271231) (xy 64.969864 63.812055) (xy 64.897 64.178367) + (xy 64.897 59.721633) (xy 64.969864 60.087945) (xy 65.331231 60.628769) (xy 65.872055 60.990136) (xy 66.348969 61.085) + (xy 68.271031 61.085) (xy 68.747945 60.990136) (xy 69.288769 60.628769) (xy 69.650136 60.087945) (xy 69.777031 59.45) + (xy 69.650136 58.812055) (xy 69.288769 58.271231) (xy 68.747945 57.909864) (xy 68.271031 57.815) (xy 66.348969 57.815) + (xy 65.872055 57.909864) (xy 65.331231 58.271231) (xy 64.969864 58.812055) (xy 64.897 59.178367) (xy 64.897 54.721633) + (xy 64.969864 55.087945) (xy 65.331231 55.628769) (xy 65.872055 55.990136) (xy 66.348969 56.085) (xy 68.271031 56.085) + (xy 68.747945 55.990136) (xy 69.288769 55.628769) (xy 69.650136 55.087945) (xy 69.777031 54.45) (xy 69.650136 53.812055) + (xy 69.288769 53.271231) (xy 68.747945 52.909864) (xy 68.271031 52.815) (xy 66.348969 52.815) (xy 65.872055 52.909864) + (xy 65.331231 53.271231) (xy 64.969864 53.812055) (xy 64.897 54.178367) (xy 64.897 49.721633) (xy 64.969864 50.087945) + (xy 65.331231 50.628769) (xy 65.872055 50.990136) (xy 66.348969 51.085) (xy 68.271031 51.085) (xy 68.747945 50.990136) + (xy 69.288769 50.628769) (xy 69.650136 50.087945) (xy 69.777031 49.45) (xy 69.650136 48.812055) (xy 69.288769 48.271231) + (xy 68.747945 47.909864) (xy 68.271031 47.815) (xy 66.348969 47.815) (xy 65.872055 47.909864) (xy 65.331231 48.271231) + (xy 64.969864 48.812055) (xy 64.897 49.178367) (xy 64.897 45.37314) (xy 64.930874 45.543435) (xy 65.125414 45.834586) + (xy 65.416565 46.029126) (xy 65.76 46.09744) (xy 68.86 46.09744) (xy 69.203435 46.029126) (xy 69.494586 45.834586) + (xy 69.689126 45.543435) (xy 69.75744 45.2) (xy 69.75744 43.7) (xy 69.727603 43.55) (xy 73.09756 43.55) + (xy 73.09756 45.35) (xy 73.146843 45.597765) (xy 73.287191 45.807809) (xy 73.497235 45.948157) (xy 73.745 45.99744) + (xy 74.795323 45.99744) (xy 74.637736 46.102736) (xy 74.437777 46.401997) (xy 74.36756 46.755) (xy 74.36756 47.90256) + (xy 73.745 47.90256) (xy 73.497235 47.951843) (xy 73.287191 48.092191) (xy 73.146843 48.302235) (xy 73.09756 48.55) + (xy 73.09756 50.35) (xy 73.146843 50.597765) (xy 73.287191 50.807809) (xy 73.497235 50.948157) (xy 73.745 50.99744) + (xy 74.795323 50.99744) (xy 74.637736 51.102736) (xy 74.437777 51.401997) (xy 74.36756 51.755) (xy 74.36756 52.90256) + (xy 73.745 52.90256) (xy 73.497235 52.951843) (xy 73.287191 53.092191) (xy 73.146843 53.302235) (xy 73.09756 53.55) + (xy 73.09756 55.35) (xy 73.146843 55.597765) (xy 73.287191 55.807809) (xy 73.497235 55.948157) (xy 73.745 55.99744) + (xy 74.795323 55.99744) (xy 74.637736 56.102736) (xy 74.437777 56.401997) (xy 74.36756 56.755) (xy 74.36756 57.90256) + (xy 73.745 57.90256) (xy 73.497235 57.951843) (xy 73.287191 58.092191) (xy 73.146843 58.302235) (xy 73.09756 58.55) + (xy 73.09756 60.35) (xy 73.146843 60.597765) (xy 73.287191 60.807809) (xy 73.497235 60.948157) (xy 73.745 60.99744) + (xy 74.795323 60.99744) (xy 74.637736 61.102736) (xy 74.437777 61.401997) (xy 74.36756 61.755) (xy 74.36756 62.90256) + (xy 73.745 62.90256) (xy 73.497235 62.951843) (xy 73.287191 63.092191) (xy 73.146843 63.302235) (xy 73.09756 63.55) + (xy 73.09756 65.35) (xy 73.146843 65.597765) (xy 73.287191 65.807809) (xy 73.497235 65.948157) (xy 73.745 65.99744) + (xy 74.795323 65.99744) (xy 74.637736 66.102736) (xy 74.437777 66.401997) (xy 74.36756 66.755) (xy 74.36756 67.90256) + (xy 73.745 67.90256) (xy 73.497235 67.951843) (xy 73.287191 68.092191) (xy 73.146843 68.302235) (xy 73.09756 68.55) + (xy 73.09756 70.35) (xy 73.146843 70.597765) (xy 73.287191 70.807809) (xy 73.497235 70.948157) (xy 73.745 70.99744) + (xy 74.795323 70.99744) (xy 74.637736 71.102736) (xy 74.437777 71.401997) (xy 74.36756 71.755) (xy 74.36756 72.90256) + (xy 73.745 72.90256) (xy 73.497235 72.951843) (xy 73.287191 73.092191) (xy 73.146843 73.302235) (xy 73.09756 73.55) + (xy 73.09756 75.35) (xy 73.146843 75.597765) (xy 73.287191 75.807809) (xy 73.497235 75.948157) (xy 73.745 75.99744) + (xy 74.795323 75.99744) (xy 74.637736 76.102736) (xy 74.437777 76.401997) (xy 74.36756 76.755) (xy 74.36756 77.90256) + (xy 73.745 77.90256) (xy 73.497235 77.951843) (xy 73.287191 78.092191) (xy 73.146843 78.302235) (xy 73.09756 78.55) + (xy 73.09756 80.35) (xy 73.146843 80.597765) (xy 73.287191 80.807809) (xy 73.497235 80.948157) (xy 73.745 80.99744) + (xy 74.845 80.99744) (xy 75.092765 80.948157) (xy 75.302809 80.807809) (xy 75.443157 80.597765) (xy 75.49244 80.35) + (xy 75.49244 78.92744) (xy 75.84 78.92744) (xy 76.193003 78.857223) (xy 76.480686 78.665) (xy 78.683422 78.665) + (xy 84.205001 84.18658) (xy 84.205 90.295604) (xy 83.873466 90.627138) (xy 83.655 91.154561) (xy 83.655 91.725439) + (xy 83.873466 92.252862) (xy 84.277138 92.656534) (xy 84.804561 92.875) (xy 85.375439 92.875) (xy 85.902862 92.656534) + (xy 86.306534 92.252862) (xy 86.525 91.725439) (xy 86.525 91.154561) (xy 86.306534 90.627138) (xy 85.975 90.295604) + (xy 85.975 83.907161) (xy 85.992337 83.82) (xy 85.975 83.732839) (xy 85.975 83.732835) (xy 85.923652 83.47469) + (xy 85.728049 83.181951) (xy 85.654156 83.132577) (xy 79.737425 77.215847) (xy 79.688049 77.141951) (xy 79.39531 76.946348) + (xy 79.137165 76.895) (xy 79.137161 76.895) (xy 79.05 76.877663) (xy 78.962839 76.895) (xy 76.76244 76.895) + (xy 76.76244 76.755) (xy 76.692223 76.401997) (xy 76.557254 76.2) (xy 91.195908 76.2) (xy 91.311161 76.779418) + (xy 91.639375 77.270625) (xy 91.937761 77.47) (xy 91.639375 77.669375) (xy 91.311161 78.160582) (xy 91.195908 78.74) + (xy 91.311161 79.319418) (xy 91.639375 79.810625) (xy 92.130582 80.138839) (xy 92.563744 80.225) (xy 92.856256 80.225) + (xy 93.289418 80.138839) (xy 93.780625 79.810625) (xy 94.108839 79.319418) (xy 94.224092 78.74) (xy 94.108839 78.160582) + (xy 93.780625 77.669375) (xy 93.482239 77.47) (xy 93.780625 77.270625) (xy 93.904656 77.085) (xy 95.162839 77.085) + (xy 95.25 77.102337) (xy 95.337161 77.085) (xy 95.337165 77.085) (xy 95.59531 77.033652) (xy 95.888049 76.838049) + (xy 95.937425 76.764153) (xy 99.288045 73.413534) (xy 99.295423 73.424577) (xy 99.647758 73.66) (xy 99.295423 73.895423) + (xy 98.97826 74.370091) (xy 98.866887 74.93) (xy 98.97826 75.489909) (xy 99.295423 75.964577) (xy 99.770091 76.28174) + (xy 100.188667 76.365) (xy 100.471333 76.365) (xy 100.889909 76.28174) (xy 101.364577 75.964577) (xy 101.68174 75.489909) + (xy 101.793113 74.93) (xy 101.68174 74.370091) (xy 101.364577 73.895423) (xy 101.012242 73.66) (xy 101.364577 73.424577) + (xy 101.68174 72.949909) (xy 101.793113 72.39) (xy 101.68174 71.830091) (xy 101.364577 71.355423) (xy 101.243894 71.274785) + (xy 101.377765 71.248157) (xy 101.587809 71.107809) (xy 101.728157 70.897765) (xy 101.77744 70.65) (xy 101.77744 69.05) + (xy 101.728157 68.802235) (xy 101.587809 68.592191) (xy 101.377765 68.451843) (xy 101.215 68.419467) (xy 101.215 67.397159) + (xy 101.232337 67.309999) (xy 101.215 67.222839) (xy 101.215 67.222835) (xy 101.163652 66.96469) (xy 100.968049 66.671951) + (xy 100.894156 66.622577) (xy 98.477424 64.205846) (xy 98.428049 64.131951) (xy 98.13531 63.936348) (xy 98.081706 63.925686) + (xy 97.954577 63.735423) (xy 97.602242 63.5) (xy 97.725838 63.417416) (xy 101.985 67.676579) (xy 101.985001 80.91342) + (xy 101.371956 81.526466) (xy 101.364577 81.515423) (xy 101.012242 81.28) (xy 101.364577 81.044577) (xy 101.68174 80.569909) + (xy 101.793113 80.01) (xy 101.68174 79.450091) (xy 101.364577 78.975423) (xy 100.889909 78.65826) (xy 100.471333 78.575) + (xy 100.188667 78.575) (xy 99.770091 78.65826) (xy 99.295423 78.975423) (xy 98.97826 79.450091) (xy 98.866887 80.01) + (xy 98.97826 80.569909) (xy 99.295423 81.044577) (xy 99.647758 81.28) (xy 99.295423 81.515423) (xy 98.97826 81.990091) + (xy 98.866887 82.55) (xy 98.97826 83.109909) (xy 99.295423 83.584577) (xy 99.647758 83.82) (xy 99.295423 84.055423) + (xy 98.97826 84.530091) (xy 98.866887 85.09) (xy 98.97826 85.649909) (xy 99.295423 86.124577) (xy 99.647758 86.36) + (xy 99.295423 86.595423) (xy 98.97826 87.070091) (xy 98.866887 87.63) (xy 98.97826 88.189909) (xy 99.295423 88.664577) + (xy 99.647758 88.9) (xy 99.295423 89.135423) (xy 98.97826 89.610091) (xy 98.866887 90.17) (xy 98.97826 90.729909) + (xy 99.295423 91.204577) (xy 99.647758 91.44) (xy 99.295423 91.675423) (xy 99.195479 91.825) (xy 96.886579 91.825) + (xy 96.678017 91.616439) (xy 96.713113 91.44) (xy 96.60174 90.880091) (xy 96.284577 90.405423) (xy 95.809909 90.08826) + (xy 95.391333 90.005) (xy 95.108667 90.005) (xy 94.690091 90.08826) (xy 94.215423 90.405423) (xy 93.89826 90.880091) + (xy 93.786887 91.44) (xy 93.89826 91.999909) (xy 94.215423 92.474577) (xy 94.690091 92.79174) (xy 95.108667 92.875) + (xy 95.391333 92.875) (xy 95.426438 92.868017) (xy 95.832577 93.274156) (xy 95.881951 93.348049) (xy 95.955844 93.397423) + (xy 95.955845 93.397424) (xy 96.06688 93.471615) (xy 96.17469 93.543652) (xy 96.432835 93.595) (xy 96.432839 93.595) + (xy 96.519999 93.612337) (xy 96.607159 93.595) (xy 99.195479 93.595) (xy 99.295423 93.744577) (xy 99.647758 93.98) + (xy 99.295423 94.215423) (xy 99.195479 94.365) (xy 96.394396 94.365) (xy 96.062862 94.033466) (xy 95.535439 93.815) + (xy 94.964561 93.815) (xy 94.437138 94.033466) (xy 94.033466 94.437138) (xy 93.815 94.964561) (xy 93.815 95.535439) + (xy 94.033466 96.062862) (xy 94.437138 96.466534) (xy 94.964561 96.685) (xy 95.535439 96.685) (xy 96.062862 96.466534) + (xy 96.394396 96.135) (xy 99.195479 96.135) (xy 99.295423 96.284577) (xy 99.647758 96.52) (xy 99.295423 96.755423) + (xy 98.97826 97.230091) (xy 98.866887 97.79) (xy 98.97826 98.349909) (xy 99.295423 98.824577) (xy 99.647758 99.06) + (xy 99.295423 99.295423) (xy 98.97826 99.770091) (xy 98.866887 100.33) (xy 98.97826 100.889909) (xy 99.295423 101.364577) + (xy 99.647758 101.6) (xy 99.295423 101.835423) (xy 98.97826 102.310091) (xy 98.866887 102.87) (xy 98.97826 103.429909) + (xy 99.295423 103.904577) (xy 99.647758 104.14) (xy 99.295423 104.375423) (xy 98.97826 104.850091) (xy 98.866887 105.41) + (xy 98.97826 105.969909) (xy 99.295423 106.444577) (xy 99.445001 106.544522) (xy 99.445 112.663421) (xy 97.725838 114.382584) + (xy 97.479909 114.21826) (xy 97.061333 114.135) (xy 95.978667 114.135) (xy 95.560091 114.21826) (xy 95.085423 114.535423) + (xy 94.76826 115.010091) (xy 94.656887 115.57) (xy 94.76826 116.129909) (xy 95.085423 116.604577) (xy 95.437758 116.84) + (xy 95.085423 117.075423) (xy 94.76826 117.550091) (xy 94.656887 118.11) (xy 94.76826 118.669909) (xy 95.085423 119.144577) + (xy 95.437758 119.38) (xy 95.085423 119.615423) (xy 94.76826 120.090091) (xy 94.656887 120.65) (xy 94.76826 121.209909) + (xy 95.085423 121.684577) (xy 95.437758 121.92) (xy 95.085423 122.155423) (xy 94.76826 122.630091) (xy 94.656887 123.19) + (xy 94.76826 123.749909) (xy 95.085423 124.224577) (xy 95.206106 124.305215) (xy 95.072235 124.331843) (xy 94.862191 124.472191) + (xy 94.721843 124.682235) (xy 94.67256 124.93) (xy 94.67256 126.53) (xy 94.721843 126.777765) (xy 94.862191 126.987809) + (xy 95.072235 127.128157) (xy 95.32 127.17744) (xy 97.72 127.17744) (xy 97.967765 127.128157) (xy 98.177809 126.987809) + (xy 98.318157 126.777765) (xy 98.36744 126.53) (xy 98.36744 124.93) (xy 98.318157 124.682235) (xy 98.177809 124.472191) + (xy 97.967765 124.331843) (xy 97.833894 124.305215) (xy 97.954577 124.224577) (xy 98.081706 124.034314) (xy 98.13531 124.023652) + (xy 98.428049 123.828049) (xy 98.477425 123.754153) (xy 105.974156 116.257423) (xy 106.048049 116.208049) (xy 106.097425 116.134154) + (xy 106.210656 115.964691) (xy 106.243652 115.91531) (xy 106.295 115.657165) (xy 106.295 115.657161) (xy 106.312337 115.570001) + (xy 106.295 115.482841) (xy 106.295 101.687161) (xy 106.312337 101.6) (xy 106.295 101.512839) (xy 106.295 101.512835) + (xy 106.243652 101.25469) (xy 106.164783 101.136655) (xy 106.097424 101.035845) (xy 106.097423 101.035844) (xy 106.048049 100.961951) + (xy 105.974156 100.912577) (xy 102.287424 97.225846) (xy 102.238049 97.151951) (xy 101.94531 96.956348) (xy 101.687165 96.905) + (xy 101.687161 96.905) (xy 101.6 96.887663) (xy 101.512839 96.905) (xy 101.464521 96.905) (xy 101.364577 96.755423) + (xy 101.012242 96.52) (xy 101.364577 96.284577) (xy 101.68174 95.809909) (xy 101.793113 95.25) (xy 101.68174 94.690091) + (xy 101.364577 94.215423) (xy 101.012242 93.98) (xy 101.364577 93.744577) (xy 101.68174 93.269909) (xy 101.793113 92.71) + (xy 101.68174 92.150091) (xy 101.364577 91.675423) (xy 101.012242 91.44) (xy 101.364577 91.204577) (xy 101.371956 91.193534) + (xy 102.305845 92.127424) (xy 102.305848 92.127426) (xy 107.065001 96.88658) (xy 107.065 107.862839) (xy 107.047663 107.95) + (xy 107.065 108.037161) (xy 107.065 108.037164) (xy 107.116348 108.295309) (xy 107.311951 108.588049) (xy 107.385847 108.637425) + (xy 117.422577 118.674156) (xy 117.471951 118.748049) (xy 117.545844 118.797423) (xy 117.545845 118.797424) (xy 117.672926 118.882337) + (xy 117.76469 118.943652) (xy 117.818294 118.954314) (xy 117.945423 119.144577) (xy 118.420091 119.46174) (xy 118.838667 119.545) + (xy 119.921333 119.545) (xy 120.339909 119.46174) (xy 120.814577 119.144577) (xy 121.13174 118.669909) (xy 121.243113 118.11) + (xy 121.13174 117.550091) (xy 120.814577 117.075423) (xy 120.462242 116.84) (xy 120.814577 116.604577) (xy 121.13174 116.129909) + (xy 121.243113 115.57) (xy 121.13174 115.010091) (xy 120.814577 114.535423) (xy 120.462242 114.3) (xy 120.814577 114.064577) + (xy 121.13174 113.589909) (xy 121.243113 113.03) (xy 121.13174 112.470091) (xy 120.814577 111.995423) (xy 120.462242 111.76) + (xy 120.814577 111.524577) (xy 121.13174 111.049909) (xy 121.243113 110.49) (xy 121.13174 109.930091) (xy 120.814577 109.455423) + (xy 120.693894 109.374785) (xy 120.827765 109.348157) (xy 121.037809 109.207809) (xy 121.178157 108.997765) (xy 121.22744 108.75) + (xy 121.22744 107.95) (xy 125.136887 107.95) (xy 125.24826 108.509909) (xy 125.565423 108.984577) (xy 125.917758 109.22) + (xy 125.565423 109.455423) (xy 125.24826 109.930091) (xy 125.136887 110.49) (xy 125.24826 111.049909) (xy 125.565423 111.524577) + (xy 125.917758 111.76) (xy 125.565423 111.995423) (xy 125.24826 112.470091) (xy 125.136887 113.03) (xy 125.24826 113.589909) + (xy 125.565423 114.064577) (xy 125.917758 114.3) (xy 125.565423 114.535423) (xy 125.24826 115.010091) (xy 125.136887 115.57) + (xy 125.24826 116.129909) (xy 125.565423 116.604577) (xy 125.917758 116.84) (xy 125.565423 117.075423) (xy 125.24826 117.550091) + (xy 125.136887 118.11) (xy 125.24826 118.669909) (xy 125.565423 119.144577) (xy 125.917758 119.38) (xy 125.565423 119.615423) + (xy 125.24826 120.090091) (xy 125.136887 120.65) (xy 125.24826 121.209909) (xy 125.565423 121.684577) (xy 125.917758 121.92) + (xy 125.565423 122.155423) (xy 125.24826 122.630091) (xy 125.136887 123.19) (xy 125.24826 123.749909) (xy 125.565423 124.224577) + (xy 125.917758 124.46) (xy 125.565423 124.695423) (xy 125.24826 125.170091) (xy 125.136887 125.73) (xy 125.24826 126.289909) + (xy 125.565423 126.764577) (xy 126.040091 127.08174) (xy 126.458667 127.165) (xy 127.541333 127.165) (xy 127.959909 127.08174) + (xy 128.434577 126.764577) (xy 128.75174 126.289909) (xy 128.863113 125.73) (xy 128.75174 125.170091) (xy 128.434577 124.695423) + (xy 128.082242 124.46) (xy 128.434577 124.224577) (xy 128.75174 123.749909) (xy 128.863113 123.19) (xy 128.75174 122.630091) + (xy 128.434577 122.155423) (xy 128.082242 121.92) (xy 128.434577 121.684577) (xy 128.75174 121.209909) (xy 128.863113 120.65) + (xy 128.75174 120.090091) (xy 128.434577 119.615423) (xy 128.082242 119.38) (xy 128.434577 119.144577) (xy 128.75174 118.669909) + (xy 128.863113 118.11) (xy 128.75174 117.550091) (xy 128.434577 117.075423) (xy 128.082242 116.84) (xy 128.434577 116.604577) + (xy 128.75174 116.129909) (xy 128.863113 115.57) (xy 128.75174 115.010091) (xy 128.434577 114.535423) (xy 128.082242 114.3) + (xy 128.434577 114.064577) (xy 128.75174 113.589909) (xy 128.863113 113.03) (xy 128.75174 112.470091) (xy 128.434577 111.995423) + (xy 128.082242 111.76) (xy 128.434577 111.524577) (xy 128.75174 111.049909) (xy 128.863113 110.49) (xy 128.75174 109.930091) + (xy 128.434577 109.455423) (xy 128.082242 109.22) (xy 128.434577 108.984577) (xy 128.75174 108.509909) (xy 128.863113 107.95) + (xy 128.75174 107.390091) (xy 128.434577 106.915423) (xy 127.959909 106.59826) (xy 127.541333 106.515) (xy 126.458667 106.515) + (xy 126.040091 106.59826) (xy 125.565423 106.915423) (xy 125.24826 107.390091) (xy 125.136887 107.95) (xy 121.22744 107.95) + (xy 121.22744 107.15) (xy 121.178157 106.902235) (xy 121.037809 106.692191) (xy 120.827765 106.551843) (xy 120.58 106.50256) + (xy 118.18 106.50256) (xy 117.932235 106.551843) (xy 117.722191 106.692191) (xy 117.581843 106.902235) (xy 117.53256 107.15) + (xy 117.53256 108.660981) (xy 116.455 107.583422) (xy 116.455 106.544521) (xy 116.604577 106.444577) (xy 116.92174 105.969909) + (xy 117.033113 105.41) (xy 116.92174 104.850091) (xy 116.604577 104.375423) (xy 116.252242 104.14) (xy 116.604577 103.904577) + (xy 116.92174 103.429909) (xy 116.955667 103.259343) (xy 133.385 103.259343) (xy 133.385 103.750657) (xy 133.573018 104.204571) + (xy 133.920429 104.551982) (xy 134.374343 104.74) (xy 134.865657 104.74) (xy 135.319571 104.551982) (xy 135.481553 104.39) + (xy 135.512975 104.39) (xy 135.556565 104.419126) (xy 135.9 104.48744) (xy 137.15 104.48744) (xy 137.493435 104.419126) + (xy 137.784586 104.224586) (xy 137.926297 104.0125) (xy 139.371144 104.0125) (xy 139.407736 104.067264) (xy 139.706997 104.267223) + (xy 140.06 104.33744) (xy 140.61 104.33744) (xy 140.644505 104.330576) (xy 140.597191 104.362191) (xy 140.456843 104.572235) + (xy 140.40756 104.82) (xy 140.40756 106.24256) (xy 140.06 106.24256) (xy 139.706997 106.312777) (xy 139.407736 106.512736) + (xy 139.207777 106.811997) (xy 139.13756 107.165) (xy 139.13756 107.2425) (xy 137.926297 107.2425) (xy 137.784586 107.030414) + (xy 137.493435 106.835874) (xy 137.15 106.76756) (xy 135.9 106.76756) (xy 135.556565 106.835874) (xy 135.265414 107.030414) + (xy 135.070874 107.321565) (xy 135.050027 107.426369) (xy 134.865657 107.35) (xy 134.374343 107.35) (xy 133.920429 107.538018) + (xy 133.573018 107.885429) (xy 133.385 108.339343) (xy 133.385 108.830657) (xy 133.573018 109.284571) (xy 133.920429 109.631982) + (xy 134.374343 109.82) (xy 134.865657 109.82) (xy 135.319571 109.631982) (xy 135.481553 109.47) (xy 135.812324 109.47) + (xy 135.9 109.48744) (xy 137.15 109.48744) (xy 137.493435 109.419126) (xy 137.784586 109.224586) (xy 137.926297 109.0125) + (xy 139.371144 109.0125) (xy 139.407736 109.067264) (xy 139.706997 109.267223) (xy 140.06 109.33744) (xy 140.61 109.33744) + (xy 140.644505 109.330576) (xy 140.597191 109.362191) (xy 140.456843 109.572235) (xy 140.40756 109.82) (xy 140.40756 111.24256) + (xy 140.06 111.24256) (xy 139.706997 111.312777) (xy 139.407736 111.512736) (xy 139.207777 111.811997) (xy 139.13756 112.165) + (xy 139.13756 112.2425) (xy 137.926297 112.2425) (xy 137.784586 112.030414) (xy 137.493435 111.835874) (xy 137.15 111.76756) + (xy 135.9 111.76756) (xy 135.556565 111.835874) (xy 135.265414 112.030414) (xy 135.070874 112.321565) (xy 135.035325 112.500279) + (xy 134.865657 112.43) (xy 134.374343 112.43) (xy 133.920429 112.618018) (xy 133.573018 112.965429) (xy 133.385 113.419343) + (xy 133.385 113.910657) (xy 133.573018 114.364571) (xy 133.920429 114.711982) (xy 134.374343 114.9) (xy 134.865657 114.9) + (xy 135.319571 114.711982) (xy 135.481553 114.55) (xy 135.900339 114.55) (xy 135.9875 114.567337) (xy 136.074661 114.55) + (xy 136.074665 114.55) (xy 136.33281 114.498652) (xy 136.34959 114.48744) (xy 137.15 114.48744) (xy 137.493435 114.419126) + (xy 137.784586 114.224586) (xy 137.926297 114.0125) (xy 139.371144 114.0125) (xy 139.407736 114.067264) (xy 139.706997 114.267223) + (xy 140.06 114.33744) (xy 140.61 114.33744) (xy 140.644505 114.330576) (xy 140.597191 114.362191) (xy 140.456843 114.572235) + (xy 140.40756 114.82) (xy 140.40756 116.24256) (xy 140.06 116.24256) (xy 139.706997 116.312777) (xy 139.407736 116.512736) + (xy 139.207777 116.811997) (xy 139.13756 117.165) (xy 139.13756 117.2425) (xy 137.926297 117.2425) (xy 137.784586 117.030414) + (xy 137.493435 116.835874) (xy 137.15 116.76756) (xy 135.9 116.76756) (xy 135.556565 116.835874) (xy 135.265414 117.030414) + (xy 135.260091 117.03838) (xy 134.865657 116.875) (xy 134.374343 116.875) (xy 133.920429 117.063018) (xy 133.573018 117.410429) + (xy 133.385 117.864343) (xy 133.385 118.355657) (xy 133.573018 118.809571) (xy 133.920429 119.156982) (xy 134.374343 119.345) + (xy 134.865657 119.345) (xy 135.241774 119.189207) (xy 135.265414 119.224586) (xy 135.556565 119.419126) (xy 135.9 119.48744) + (xy 137.15 119.48744) (xy 137.493435 119.419126) (xy 137.784586 119.224586) (xy 137.926297 119.0125) (xy 139.371144 119.0125) + (xy 139.407736 119.067264) (xy 139.706997 119.267223) (xy 140.06 119.33744) (xy 140.61 119.33744) (xy 140.644505 119.330576) + (xy 140.597191 119.362191) (xy 140.456843 119.572235) (xy 140.40756 119.82) (xy 140.40756 121.24256) (xy 140.06 121.24256) + (xy 139.706997 121.312777) (xy 139.407736 121.512736) (xy 139.207777 121.811997) (xy 139.13756 122.165) (xy 139.13756 122.2425) + (xy 137.926297 122.2425) (xy 137.784586 122.030414) (xy 137.493435 121.835874) (xy 137.15 121.76756) (xy 136.366971 121.76756) + (xy 136.29781 121.721348) (xy 136.039665 121.67) (xy 136.039661 121.67) (xy 135.9525 121.652663) (xy 135.865339 121.67) + (xy 135.481553 121.67) (xy 135.319571 121.508018) (xy 134.865657 121.32) (xy 134.374343 121.32) (xy 133.920429 121.508018) + (xy 133.573018 121.855429) (xy 133.385 122.309343) (xy 133.385 122.800657) (xy 133.573018 123.254571) (xy 133.920429 123.601982) + (xy 134.374343 123.79) (xy 134.865657 123.79) (xy 135.028893 123.722385) (xy 135.070874 123.933435) (xy 135.265414 124.224586) + (xy 135.556565 124.419126) (xy 135.9 124.48744) (xy 137.15 124.48744) (xy 137.493435 124.419126) (xy 137.784586 124.224586) + (xy 137.926297 124.0125) (xy 139.371144 124.0125) (xy 139.407736 124.067264) (xy 139.706997 124.267223) (xy 140.06 124.33744) + (xy 140.61 124.33744) (xy 140.644505 124.330576) (xy 140.597191 124.362191) (xy 140.456843 124.572235) (xy 140.40756 124.82) + (xy 140.40756 126.24256) (xy 140.06 126.24256) (xy 139.706997 126.312777) (xy 139.407736 126.512736) (xy 139.207777 126.811997) + (xy 139.13756 127.165) (xy 139.13756 127.2425) (xy 137.926297 127.2425) (xy 137.784586 127.030414) (xy 137.493435 126.835874) + (xy 137.15 126.76756) (xy 136.207945 126.76756) (xy 136.119665 126.75) (xy 136.119661 126.75) (xy 136.0325 126.732663) + (xy 135.945339 126.75) (xy 135.481553 126.75) (xy 135.319571 126.588018) (xy 134.865657 126.4) (xy 134.374343 126.4) + (xy 133.920429 126.588018) (xy 133.573018 126.935429) (xy 133.385 127.389343) (xy 133.385 127.880657) (xy 133.573018 128.334571) + (xy 133.920429 128.681982) (xy 134.374343 128.87) (xy 134.865657 128.87) (xy 135.043595 128.796295) (xy 135.070874 128.933435) + (xy 135.265414 129.224586) (xy 135.556565 129.419126) (xy 135.9 129.48744) (xy 137.15 129.48744) (xy 137.493435 129.419126) + (xy 137.784586 129.224586) (xy 137.926297 129.0125) (xy 139.371144 129.0125) (xy 139.407736 129.067264) (xy 139.706997 129.267223) + (xy 140.06 129.33744) (xy 140.61 129.33744) (xy 140.644505 129.330576) (xy 140.597191 129.362191) (xy 140.456843 129.572235) + (xy 140.40756 129.82) (xy 140.40756 131.24256) (xy 140.06 131.24256) (xy 139.706997 131.312777) (xy 139.407736 131.512736) + (xy 139.207777 131.811997) (xy 139.13756 132.165) (xy 139.13756 132.2425) (xy 137.926297 132.2425) (xy 137.784586 132.030414) + (xy 137.493435 131.835874) (xy 137.15 131.76756) (xy 135.9 131.76756) (xy 135.586095 131.83) (xy 135.481553 131.83) + (xy 135.319571 131.668018) (xy 134.865657 131.48) (xy 134.374343 131.48) (xy 133.920429 131.668018) (xy 133.573018 132.015429) + (xy 133.385 132.469343) (xy 133.385 132.960657) (xy 133.573018 133.414571) (xy 133.920429 133.761982) (xy 134.374343 133.95) + (xy 134.865657 133.95) (xy 135.058297 133.870206) (xy 135.070874 133.933435) (xy 135.265414 134.224586) (xy 135.556565 134.419126) + (xy 135.9 134.48744) (xy 137.15 134.48744) (xy 137.493435 134.419126) (xy 137.784586 134.224586) (xy 137.926297 134.0125) + (xy 139.371144 134.0125) (xy 139.407736 134.067264) (xy 139.706997 134.267223) (xy 140.06 134.33744) (xy 140.61 134.33744) + (xy 140.963003 134.267223) (xy 141.262264 134.067264) (xy 141.462223 133.768003) (xy 141.53244 133.415) (xy 141.53244 132.26744) + (xy 142.155 132.26744) (xy 142.402765 132.218157) (xy 142.612809 132.077809) (xy 142.753157 131.867765) (xy 142.80244 131.62) + (xy 142.80244 129.82) (xy 142.753157 129.572235) (xy 142.612809 129.362191) (xy 142.402765 129.221843) (xy 142.155 129.17256) + (xy 141.104677 129.17256) (xy 141.262264 129.067264) (xy 141.462223 128.768003) (xy 141.53244 128.415) (xy 141.53244 127.26744) + (xy 142.155 127.26744) (xy 142.402765 127.218157) (xy 142.612809 127.077809) (xy 142.753157 126.867765) (xy 142.80244 126.62) + (xy 142.80244 124.82) (xy 142.753157 124.572235) (xy 142.612809 124.362191) (xy 142.402765 124.221843) (xy 142.155 124.17256) + (xy 141.104677 124.17256) (xy 141.262264 124.067264) (xy 141.462223 123.768003) (xy 141.53244 123.415) (xy 141.53244 122.26744) + (xy 142.155 122.26744) (xy 142.402765 122.218157) (xy 142.612809 122.077809) (xy 142.753157 121.867765) (xy 142.80244 121.62) + (xy 142.80244 119.82) (xy 142.753157 119.572235) (xy 142.612809 119.362191) (xy 142.402765 119.221843) (xy 142.155 119.17256) + (xy 141.104677 119.17256) (xy 141.262264 119.067264) (xy 141.462223 118.768003) (xy 141.53244 118.415) (xy 141.53244 117.26744) + (xy 142.155 117.26744) (xy 142.402765 117.218157) (xy 142.612809 117.077809) (xy 142.753157 116.867765) (xy 142.80244 116.62) + (xy 142.80244 114.82) (xy 142.753157 114.572235) (xy 142.612809 114.362191) (xy 142.402765 114.221843) (xy 142.155 114.17256) + (xy 141.104677 114.17256) (xy 141.262264 114.067264) (xy 141.462223 113.768003) (xy 141.53244 113.415) (xy 141.53244 112.26744) + (xy 142.155 112.26744) (xy 142.402765 112.218157) (xy 142.612809 112.077809) (xy 142.753157 111.867765) (xy 142.80244 111.62) + (xy 142.80244 109.82) (xy 142.753157 109.572235) (xy 142.612809 109.362191) (xy 142.402765 109.221843) (xy 142.155 109.17256) + (xy 141.104677 109.17256) (xy 141.262264 109.067264) (xy 141.462223 108.768003) (xy 141.53244 108.415) (xy 141.53244 107.26744) + (xy 142.155 107.26744) (xy 142.402765 107.218157) (xy 142.612809 107.077809) (xy 142.753157 106.867765) (xy 142.80244 106.62) + (xy 142.80244 104.82) (xy 142.753157 104.572235) (xy 142.612809 104.362191) (xy 142.402765 104.221843) (xy 142.155 104.17256) + (xy 141.104677 104.17256) (xy 141.262264 104.067264) (xy 141.462223 103.768003) (xy 141.53244 103.415) (xy 141.53244 102.26744) + (xy 142.155 102.26744) (xy 142.402765 102.218157) (xy 142.612809 102.077809) (xy 142.753157 101.867765) (xy 142.80244 101.62) + (xy 142.80244 99.82) (xy 142.753157 99.572235) (xy 142.612809 99.362191) (xy 142.402765 99.221843) (xy 142.155 99.17256) + (xy 141.055 99.17256) (xy 140.807235 99.221843) (xy 140.597191 99.362191) (xy 140.456843 99.572235) (xy 140.40756 99.82) + (xy 140.40756 101.24256) (xy 140.06 101.24256) (xy 139.706997 101.312777) (xy 139.407736 101.512736) (xy 139.207777 101.811997) + (xy 139.13756 102.165) (xy 139.13756 102.2425) (xy 137.926297 102.2425) (xy 137.784586 102.030414) (xy 137.493435 101.835874) + (xy 137.15 101.76756) (xy 135.9 101.76756) (xy 135.556565 101.835874) (xy 135.265414 102.030414) (xy 135.070874 102.321565) + (xy 135.064729 102.352459) (xy 134.865657 102.27) (xy 134.374343 102.27) (xy 133.920429 102.458018) (xy 133.573018 102.805429) + (xy 133.385 103.259343) (xy 116.955667 103.259343) (xy 117.033113 102.87) (xy 116.92174 102.310091) (xy 116.604577 101.835423) + (xy 116.252242 101.6) (xy 116.604577 101.364577) (xy 116.92174 100.889909) (xy 116.939624 100.8) (xy 122.37756 100.8) + (xy 122.37756 102.4) (xy 122.426843 102.647765) (xy 122.567191 102.857809) (xy 122.777235 102.998157) (xy 123.025 103.04744) + (xy 124.625 103.04744) (xy 124.872765 102.998157) (xy 125.082809 102.857809) (xy 125.223157 102.647765) (xy 125.27244 102.4) + (xy 125.27244 100.8) (xy 125.223157 100.552235) (xy 125.082809 100.342191) (xy 124.872765 100.201843) (xy 124.625 100.15256) + (xy 123.025 100.15256) (xy 122.777235 100.201843) (xy 122.567191 100.342191) (xy 122.426843 100.552235) (xy 122.37756 100.8) + (xy 116.939624 100.8) (xy 117.033113 100.33) (xy 116.92174 99.770091) (xy 116.604577 99.295423) (xy 116.252242 99.06) + (xy 116.604577 98.824577) (xy 116.92174 98.349909) (xy 117.033113 97.79) (xy 116.92174 97.230091) (xy 116.604577 96.755423) + (xy 116.252242 96.52) (xy 116.604577 96.284577) (xy 116.92174 95.809909) (xy 117.033113 95.25) (xy 116.92174 94.690091) + (xy 116.604577 94.215423) (xy 116.252242 93.98) (xy 116.604577 93.744577) (xy 116.92174 93.269909) (xy 117.033113 92.71) + (xy 116.92174 92.150091) (xy 116.604577 91.675423) (xy 116.252242 91.44) (xy 116.604577 91.204577) (xy 116.92174 90.729909) + (xy 117.033113 90.17) (xy 116.92174 89.610091) (xy 116.604577 89.135423) (xy 116.252242 88.9) (xy 116.604577 88.664577) + (xy 116.92174 88.189909) (xy 117.033113 87.63) (xy 116.92174 87.070091) (xy 116.604577 86.595423) (xy 116.252242 86.36) + (xy 116.604577 86.124577) (xy 116.92174 85.649909) (xy 117.033113 85.09) (xy 116.92174 84.530091) (xy 116.761317 84.29) + (xy 144.60256 84.29) (xy 144.60256 85.89) (xy 144.651843 86.137765) (xy 144.792191 86.347809) (xy 145.002235 86.488157) + (xy 145.25 86.53744) (xy 146.85 86.53744) (xy 147.097765 86.488157) (xy 147.307809 86.347809) (xy 147.448157 86.137765) + (xy 147.49744 85.89) (xy 147.49744 84.29) (xy 147.448157 84.042235) (xy 147.307809 83.832191) (xy 147.097765 83.691843) + (xy 146.85 83.64256) (xy 145.25 83.64256) (xy 145.002235 83.691843) (xy 144.792191 83.832191) (xy 144.651843 84.042235) + (xy 144.60256 84.29) (xy 116.761317 84.29) (xy 116.604577 84.055423) (xy 116.252242 83.82) (xy 116.604577 83.584577) + (xy 116.92174 83.109909) (xy 117.033113 82.55) (xy 116.92174 81.990091) (xy 116.604577 81.515423) (xy 116.252242 81.28) + (xy 116.604577 81.044577) (xy 116.92174 80.569909) (xy 117.033113 80.01) (xy 116.92174 79.450091) (xy 116.919086 79.446119) + (xy 118.999 79.446119) (xy 118.999 80.001881) (xy 119.21168 80.515337) (xy 119.604663 80.90832) (xy 119.811513 80.994) + (xy 119.604663 81.07968) (xy 119.21168 81.472663) (xy 118.999 81.986119) (xy 118.999 82.541881) (xy 119.21168 83.055337) + (xy 119.604663 83.44832) (xy 120.118119 83.661) (xy 120.673881 83.661) (xy 121.187337 83.44832) (xy 121.58032 83.055337) + (xy 121.793 82.541881) (xy 121.793 81.986119) (xy 121.58032 81.472663) (xy 121.187337 81.07968) (xy 120.980487 80.994) + (xy 121.187337 80.90832) (xy 121.58032 80.515337) (xy 121.793 80.001881) (xy 121.793 79.446119) (xy 137.549 79.446119) + (xy 137.549 80.001881) (xy 137.76168 80.515337) (xy 138.154663 80.90832) (xy 138.361513 80.994) (xy 138.154663 81.07968) + (xy 137.76168 81.472663) (xy 137.549 81.986119) (xy 137.549 82.541881) (xy 137.76168 83.055337) (xy 138.154663 83.44832) + (xy 138.668119 83.661) (xy 139.223881 83.661) (xy 139.737337 83.44832) (xy 140.13032 83.055337) (xy 140.343 82.541881) + (xy 140.343 81.986119) (xy 140.13032 81.472663) (xy 139.737337 81.07968) (xy 139.530487 80.994) (xy 139.737337 80.90832) + (xy 140.13032 80.515337) (xy 140.343 80.001881) (xy 140.343 79.446119) (xy 140.13032 78.932663) (xy 139.737337 78.53968) + (xy 139.223881 78.327) (xy 138.668119 78.327) (xy 138.154663 78.53968) (xy 137.76168 78.932663) (xy 137.549 79.446119) + (xy 121.793 79.446119) (xy 121.58032 78.932663) (xy 121.187337 78.53968) (xy 120.673881 78.327) (xy 120.118119 78.327) + (xy 119.604663 78.53968) (xy 119.21168 78.932663) (xy 118.999 79.446119) (xy 116.919086 79.446119) (xy 116.604577 78.975423) + (xy 116.252242 78.74) (xy 116.604577 78.504577) (xy 116.92174 78.029909) (xy 117.033113 77.47) (xy 116.92174 76.910091) + (xy 116.604577 76.435423) (xy 116.252242 76.2) (xy 116.604577 75.964577) (xy 116.92174 75.489909) (xy 117.033113 74.93) + (xy 116.92174 74.370091) (xy 116.604577 73.895423) (xy 116.129909 73.57826) (xy 115.711333 73.495) (xy 115.428667 73.495) + (xy 115.010091 73.57826) (xy 114.535423 73.895423) (xy 114.21826 74.370091) (xy 114.106887 74.93) (xy 114.21826 75.489909) + (xy 114.535423 75.964577) (xy 114.887758 76.2) (xy 114.535423 76.435423) (xy 114.21826 76.910091) (xy 114.106887 77.47) + (xy 114.21826 78.029909) (xy 114.535423 78.504577) (xy 114.887758 78.74) (xy 114.535423 78.975423) (xy 114.21826 79.450091) + (xy 114.106887 80.01) (xy 114.21826 80.569909) (xy 114.535423 81.044577) (xy 114.887758 81.28) (xy 114.535423 81.515423) + (xy 114.21826 81.990091) (xy 114.106887 82.55) (xy 114.21826 83.109909) (xy 114.535423 83.584577) (xy 114.887758 83.82) + (xy 114.535423 84.055423) (xy 114.528044 84.066466) (xy 113.915 83.453422) (xy 113.915 69.85) (xy 114.106887 69.85) + (xy 114.21826 70.409909) (xy 114.535423 70.884577) (xy 115.010091 71.20174) (xy 115.428667 71.285) (xy 115.711333 71.285) + (xy 116.129909 71.20174) (xy 116.604577 70.884577) (xy 116.92174 70.409909) (xy 117.033113 69.85) (xy 116.92174 69.290091) + (xy 116.604577 68.815423) (xy 116.129909 68.49826) (xy 115.711333 68.415) (xy 115.428667 68.415) (xy 115.010091 68.49826) + (xy 114.535423 68.815423) (xy 114.21826 69.290091) (xy 114.106887 69.85) (xy 113.915 69.85) (xy 113.915 65.136578) + (xy 118.174163 60.877416) (xy 118.420091 61.04174) (xy 118.838667 61.125) (xy 119.921333 61.125) (xy 120.339909 61.04174) + (xy 120.814577 60.724577) (xy 121.13174 60.249909) (xy 121.243113 59.69) (xy 121.13174 59.130091) (xy 120.814577 58.655423) + (xy 120.462242 58.42) (xy 120.814577 58.184577) (xy 121.13174 57.709909) (xy 121.243113 57.15) (xy 121.13174 56.590091) + (xy 120.814577 56.115423) (xy 120.462242 55.88) (xy 120.814577 55.644577) (xy 121.13174 55.169909) (xy 121.243113 54.61) + (xy 121.13174 54.050091) (xy 120.814577 53.575423) (xy 120.462242 53.34) (xy 120.814577 53.104577) (xy 121.13174 52.629909) + (xy 121.243113 52.07) (xy 121.13174 51.510091) (xy 120.814577 51.035423) (xy 120.693894 50.954785) (xy 120.827765 50.928157) + (xy 121.037809 50.787809) (xy 121.178157 50.577765) (xy 121.22744 50.33) (xy 121.22744 49.53) (xy 125.136887 49.53) + (xy 125.24826 50.089909) (xy 125.565423 50.564577) (xy 125.917758 50.8) (xy 125.565423 51.035423) (xy 125.24826 51.510091) + (xy 125.136887 52.07) (xy 125.24826 52.629909) (xy 125.565423 53.104577) (xy 125.917758 53.34) (xy 125.565423 53.575423) + (xy 125.24826 54.050091) (xy 125.136887 54.61) (xy 125.24826 55.169909) (xy 125.565423 55.644577) (xy 125.917758 55.88) + (xy 125.565423 56.115423) (xy 125.24826 56.590091) (xy 125.136887 57.15) (xy 125.24826 57.709909) (xy 125.565423 58.184577) + (xy 125.917758 58.42) (xy 125.565423 58.655423) (xy 125.24826 59.130091) (xy 125.136887 59.69) (xy 125.24826 60.249909) + (xy 125.565423 60.724577) (xy 125.917758 60.96) (xy 125.565423 61.195423) (xy 125.24826 61.670091) (xy 125.136887 62.23) + (xy 125.24826 62.789909) (xy 125.565423 63.264577) (xy 125.917758 63.5) (xy 125.565423 63.735423) (xy 125.24826 64.210091) + (xy 125.136887 64.77) (xy 125.24826 65.329909) (xy 125.565423 65.804577) (xy 125.917758 66.04) (xy 125.565423 66.275423) + (xy 125.24826 66.750091) (xy 125.136887 67.31) (xy 125.24826 67.869909) (xy 125.565423 68.344577) (xy 126.040091 68.66174) + (xy 126.458667 68.745) (xy 127.541333 68.745) (xy 127.959909 68.66174) (xy 128.434577 68.344577) (xy 128.75174 67.869909) + (xy 128.863113 67.31) (xy 128.75174 66.750091) (xy 128.434577 66.275423) (xy 128.082242 66.04) (xy 128.434577 65.804577) + (xy 128.75174 65.329909) (xy 128.863113 64.77) (xy 128.75174 64.210091) (xy 128.434577 63.735423) (xy 128.082242 63.5) + (xy 128.434577 63.264577) (xy 128.75174 62.789909) (xy 128.863113 62.23) (xy 128.75174 61.670091) (xy 128.434577 61.195423) + (xy 128.082242 60.96) (xy 128.434577 60.724577) (xy 128.75174 60.249909) (xy 128.863113 59.69) (xy 128.75174 59.130091) + (xy 128.434577 58.655423) (xy 128.082242 58.42) (xy 128.434577 58.184577) (xy 128.75174 57.709909) (xy 128.863113 57.15) + (xy 128.75174 56.590091) (xy 128.434577 56.115423) (xy 128.082242 55.88) (xy 128.434577 55.644577) (xy 128.75174 55.169909) + (xy 128.863113 54.61) (xy 128.846708 54.527526) (xy 133.358962 54.527526) (xy 133.358962 55.01884) (xy 133.54698 55.472754) + (xy 133.894391 55.820165) (xy 134.348305 56.008183) (xy 134.839619 56.008183) (xy 135.263962 55.832414) (xy 135.265414 55.834586) + (xy 135.556565 56.029126) (xy 135.9 56.09744) (xy 137.15 56.09744) (xy 137.493435 56.029126) (xy 137.784586 55.834586) + (xy 137.926297 55.6225) (xy 139.371144 55.6225) (xy 139.407736 55.677264) (xy 139.706997 55.877223) (xy 140.06 55.94744) + (xy 140.61 55.94744) (xy 140.644505 55.940576) (xy 140.597191 55.972191) (xy 140.456843 56.182235) (xy 140.40756 56.43) + (xy 140.40756 57.85256) (xy 140.06 57.85256) (xy 139.706997 57.922777) (xy 139.407736 58.122736) (xy 139.207777 58.421997) + (xy 139.13756 58.775) (xy 139.13756 58.8525) (xy 137.926297 58.8525) (xy 137.784586 58.640414) (xy 137.493435 58.445874) + (xy 137.15 58.37756) (xy 135.9 58.37756) (xy 135.556565 58.445874) (xy 135.283733 58.628173) (xy 134.865657 58.455) + (xy 134.374343 58.455) (xy 133.920429 58.643018) (xy 133.573018 58.990429) (xy 133.385 59.444343) (xy 133.385 59.935657) + (xy 133.573018 60.389571) (xy 133.920429 60.736982) (xy 134.374343 60.925) (xy 134.865657 60.925) (xy 135.226074 60.77571) + (xy 135.265414 60.834586) (xy 135.556565 61.029126) (xy 135.9 61.09744) (xy 137.15 61.09744) (xy 137.493435 61.029126) + (xy 137.784586 60.834586) (xy 137.926297 60.6225) (xy 139.371144 60.6225) (xy 139.407736 60.677264) (xy 139.706997 60.877223) + (xy 140.06 60.94744) (xy 140.61 60.94744) (xy 140.644505 60.940576) (xy 140.597191 60.972191) (xy 140.456843 61.182235) + (xy 140.40756 61.43) (xy 140.40756 62.85256) (xy 140.06 62.85256) (xy 139.706997 62.922777) (xy 139.407736 63.122736) + (xy 139.207777 63.421997) (xy 139.13756 63.775) (xy 139.13756 63.8525) (xy 137.926297 63.8525) (xy 137.784586 63.640414) + (xy 137.493435 63.445874) (xy 137.15 63.37756) (xy 135.9 63.37756) (xy 135.556565 63.445874) (xy 135.265414 63.640414) + (xy 135.233924 63.687542) (xy 134.865657 63.535) (xy 134.374343 63.535) (xy 133.920429 63.723018) (xy 133.573018 64.070429) + (xy 133.385 64.524343) (xy 133.385 65.015657) (xy 133.573018 65.469571) (xy 133.920429 65.816982) (xy 134.374343 66.005) + (xy 134.865657 66.005) (xy 135.269875 65.837567) (xy 135.556565 66.029126) (xy 135.9 66.09744) (xy 137.15 66.09744) + (xy 137.493435 66.029126) (xy 137.784586 65.834586) (xy 137.926297 65.6225) (xy 139.371144 65.6225) (xy 139.407736 65.677264) + (xy 139.706997 65.877223) (xy 140.06 65.94744) (xy 140.61 65.94744) (xy 140.644505 65.940576) (xy 140.597191 65.972191) + (xy 140.456843 66.182235) (xy 140.40756 66.43) (xy 140.40756 67.85256) (xy 140.06 67.85256) (xy 139.706997 67.922777) + (xy 139.407736 68.122736) (xy 139.207777 68.421997) (xy 139.13756 68.775) (xy 139.13756 68.8525) (xy 137.926297 68.8525) + (xy 137.784586 68.640414) (xy 137.493435 68.445874) (xy 137.15 68.37756) (xy 136.328766 68.37756) (xy 136.089665 68.33) + (xy 136.089661 68.33) (xy 136.0025 68.312663) (xy 135.915339 68.33) (xy 135.481553 68.33) (xy 135.319571 68.168018) + (xy 134.865657 67.98) (xy 134.374343 67.98) (xy 133.920429 68.168018) (xy 133.573018 68.515429) (xy 133.385 68.969343) + (xy 133.385 69.460657) (xy 133.573018 69.914571) (xy 133.920429 70.261982) (xy 134.374343 70.45) (xy 134.865657 70.45) + (xy 135.038082 70.378579) (xy 135.070874 70.543435) (xy 135.265414 70.834586) (xy 135.556565 71.029126) (xy 135.9 71.09744) + (xy 137.15 71.09744) (xy 137.493435 71.029126) (xy 137.784586 70.834586) (xy 137.926297 70.6225) (xy 139.371144 70.6225) + (xy 139.407736 70.677264) (xy 139.706997 70.877223) (xy 140.06 70.94744) (xy 140.61 70.94744) (xy 140.644505 70.940576) + (xy 140.597191 70.972191) (xy 140.456843 71.182235) (xy 140.40756 71.43) (xy 140.40756 72.85256) (xy 140.06 72.85256) + (xy 139.706997 72.922777) (xy 139.407736 73.122736) (xy 139.207777 73.421997) (xy 139.13756 73.775) (xy 139.13756 73.8525) + (xy 137.926297 73.8525) (xy 137.784586 73.640414) (xy 137.493435 73.445874) (xy 137.15 73.37756) (xy 135.9 73.37756) + (xy 135.556565 73.445874) (xy 135.265414 73.640414) (xy 135.150191 73.812858) (xy 134.865657 73.695) (xy 134.374343 73.695) + (xy 133.920429 73.883018) (xy 133.573018 74.230429) (xy 133.385 74.684343) (xy 133.385 75.175657) (xy 133.573018 75.629571) + (xy 133.920429 75.976982) (xy 134.374343 76.165) (xy 134.865657 76.165) (xy 135.319571 75.976982) (xy 135.383239 75.913314) + (xy 135.556565 76.029126) (xy 135.9 76.09744) (xy 137.15 76.09744) (xy 137.493435 76.029126) (xy 137.784586 75.834586) + (xy 137.926297 75.6225) (xy 139.371144 75.6225) (xy 139.407736 75.677264) (xy 139.706997 75.877223) (xy 140.06 75.94744) + (xy 140.61 75.94744) (xy 140.963003 75.877223) (xy 141.262264 75.677264) (xy 141.462223 75.378003) (xy 141.53244 75.025) + (xy 141.53244 73.87744) (xy 142.155 73.87744) (xy 142.402765 73.828157) (xy 142.612809 73.687809) (xy 142.753157 73.477765) + (xy 142.80244 73.23) (xy 142.80244 72.729504) (xy 142.838651 72.675311) (xy 142.907337 72.330001) (xy 142.838651 71.984691) + (xy 142.80244 71.930497) (xy 142.80244 71.43) (xy 142.753157 71.182235) (xy 142.612809 70.972191) (xy 142.402765 70.831843) + (xy 142.155 70.78256) (xy 141.104677 70.78256) (xy 141.262264 70.677264) (xy 141.462223 70.378003) (xy 141.53244 70.025) + (xy 141.53244 68.87744) (xy 142.155 68.87744) (xy 142.402765 68.828157) (xy 142.612809 68.687809) (xy 142.753157 68.477765) + (xy 142.80244 68.23) (xy 142.80244 67.729504) (xy 142.838651 67.675311) (xy 142.907337 67.330001) (xy 142.838651 66.984691) + (xy 142.80244 66.930497) (xy 142.80244 66.43) (xy 142.753157 66.182235) (xy 142.612809 65.972191) (xy 142.402765 65.831843) + (xy 142.155 65.78256) (xy 141.104677 65.78256) (xy 141.262264 65.677264) (xy 141.462223 65.378003) (xy 141.53244 65.025) + (xy 141.53244 63.87744) (xy 142.155 63.87744) (xy 142.402765 63.828157) (xy 142.612809 63.687809) (xy 142.753157 63.477765) + (xy 142.80244 63.23) (xy 142.80244 62.729504) (xy 142.838651 62.675311) (xy 142.907337 62.330001) (xy 142.838651 61.984691) + (xy 142.80244 61.930497) (xy 142.80244 61.43) (xy 142.753157 61.182235) (xy 142.612809 60.972191) (xy 142.402765 60.831843) + (xy 142.155 60.78256) (xy 141.104677 60.78256) (xy 141.262264 60.677264) (xy 141.462223 60.378003) (xy 141.53244 60.025) + (xy 141.53244 58.87744) (xy 142.155 58.87744) (xy 142.402765 58.828157) (xy 142.612809 58.687809) (xy 142.753157 58.477765) + (xy 142.80244 58.23) (xy 142.80244 57.729504) (xy 142.838651 57.675311) (xy 142.907337 57.330001) (xy 142.838651 56.984691) + (xy 142.80244 56.930497) (xy 142.80244 56.43) (xy 142.753157 56.182235) (xy 142.612809 55.972191) (xy 142.402765 55.831843) + (xy 142.155 55.78256) (xy 141.104677 55.78256) (xy 141.262264 55.677264) (xy 141.462223 55.378003) (xy 141.53244 55.025) + (xy 141.53244 53.87744) (xy 142.155 53.87744) (xy 142.402765 53.828157) (xy 142.612809 53.687809) (xy 142.753157 53.477765) + (xy 142.80244 53.23) (xy 142.80244 52.729504) (xy 142.838651 52.675311) (xy 142.907337 52.330001) (xy 142.838651 51.984691) + (xy 142.80244 51.930497) (xy 142.80244 51.43) (xy 142.753157 51.182235) (xy 142.612809 50.972191) (xy 142.402765 50.831843) + (xy 142.155 50.78256) (xy 141.104677 50.78256) (xy 141.262264 50.677264) (xy 141.462223 50.378003) (xy 141.53244 50.025) + (xy 141.53244 48.87744) (xy 142.155 48.87744) (xy 142.402765 48.828157) (xy 142.612809 48.687809) (xy 142.753157 48.477765) + (xy 142.80244 48.23) (xy 142.80244 47.729504) (xy 142.838651 47.675311) (xy 142.907337 47.330001) (xy 142.838651 46.984691) + (xy 142.80244 46.930497) (xy 142.80244 46.43) (xy 142.753157 46.182235) (xy 142.612809 45.972191) (xy 142.402765 45.831843) + (xy 142.155 45.78256) (xy 141.104677 45.78256) (xy 141.262264 45.677264) (xy 141.462223 45.378003) (xy 141.53244 45.025) + (xy 141.53244 43.87744) (xy 142.155 43.87744) (xy 142.402765 43.828157) (xy 142.612809 43.687809) (xy 142.753157 43.477765) + (xy 142.80244 43.23) (xy 142.80244 42.729504) (xy 142.838651 42.675311) (xy 142.907337 42.330001) (xy 142.838651 41.984691) + (xy 142.80244 41.930497) (xy 142.80244 41.43) (xy 142.753157 41.182235) (xy 142.612809 40.972191) (xy 142.402765 40.831843) + (xy 142.155 40.78256) (xy 141.055 40.78256) (xy 140.807235 40.831843) (xy 140.597191 40.972191) (xy 140.456843 41.182235) + (xy 140.40756 41.43) (xy 140.40756 42.85256) (xy 140.06 42.85256) (xy 139.706997 42.922777) (xy 139.407736 43.122736) + (xy 139.207777 43.421997) (xy 139.13756 43.775) (xy 139.13756 43.8525) (xy 137.926297 43.8525) (xy 137.784586 43.640414) + (xy 137.493435 43.445874) (xy 137.15 43.37756) (xy 135.9 43.37756) (xy 135.556565 43.445874) (xy 135.265414 43.640414) + (xy 135.070874 43.931565) (xy 135.070242 43.934742) (xy 134.865657 43.85) (xy 134.374343 43.85) (xy 133.920429 44.038018) + (xy 133.573018 44.385429) (xy 133.385 44.839343) (xy 133.385 45.330657) (xy 133.573018 45.784571) (xy 133.920429 46.131982) + (xy 134.374343 46.32) (xy 134.865657 46.32) (xy 135.319571 46.131982) (xy 135.476155 45.975398) (xy 135.556565 46.029126) + (xy 135.9 46.09744) (xy 137.15 46.09744) (xy 137.493435 46.029126) (xy 137.784586 45.834586) (xy 137.926297 45.6225) + (xy 139.371144 45.6225) (xy 139.407736 45.677264) (xy 139.706997 45.877223) (xy 140.06 45.94744) (xy 140.61 45.94744) + (xy 140.644505 45.940576) (xy 140.597191 45.972191) (xy 140.456843 46.182235) (xy 140.40756 46.43) (xy 140.40756 47.85256) + (xy 140.06 47.85256) (xy 139.706997 47.922777) (xy 139.407736 48.122736) (xy 139.207777 48.421997) (xy 139.13756 48.775) + (xy 139.13756 48.8525) (xy 137.926297 48.8525) (xy 137.784586 48.640414) (xy 137.493435 48.445874) (xy 137.15 48.37756) + (xy 135.9 48.37756) (xy 135.556565 48.445874) (xy 135.265414 48.640414) (xy 135.070874 48.931565) (xy 135.05554 49.008652) + (xy 134.865657 48.93) (xy 134.374343 48.93) (xy 133.920429 49.118018) (xy 133.573018 49.465429) (xy 133.385 49.919343) + (xy 133.385 50.410657) (xy 133.573018 50.864571) (xy 133.920429 51.211982) (xy 134.374343 51.4) (xy 134.865657 51.4) + (xy 135.319571 51.211982) (xy 135.481553 51.05) (xy 135.661505 51.05) (xy 135.9 51.09744) (xy 137.15 51.09744) + (xy 137.493435 51.029126) (xy 137.784586 50.834586) (xy 137.926297 50.6225) (xy 139.371144 50.6225) (xy 139.407736 50.677264) + (xy 139.706997 50.877223) (xy 140.06 50.94744) (xy 140.61 50.94744) (xy 140.644505 50.940576) (xy 140.597191 50.972191) + (xy 140.456843 51.182235) (xy 140.40756 51.43) (xy 140.40756 52.85256) (xy 140.06 52.85256) (xy 139.706997 52.922777) + (xy 139.407736 53.122736) (xy 139.207777 53.421997) (xy 139.13756 53.775) (xy 139.13756 53.8525) (xy 137.926297 53.8525) + (xy 137.784586 53.640414) (xy 137.493435 53.445874) (xy 137.15 53.37756) (xy 135.9 53.37756) (xy 135.556565 53.445874) + (xy 135.265414 53.640414) (xy 135.226614 53.698482) (xy 134.839619 53.538183) (xy 134.348305 53.538183) (xy 133.894391 53.726201) + (xy 133.54698 54.073612) (xy 133.358962 54.527526) (xy 128.846708 54.527526) (xy 128.75174 54.050091) (xy 128.434577 53.575423) + (xy 128.082242 53.34) (xy 128.434577 53.104577) (xy 128.75174 52.629909) (xy 128.863113 52.07) (xy 128.75174 51.510091) + (xy 128.434577 51.035423) (xy 128.082242 50.8) (xy 128.434577 50.564577) (xy 128.75174 50.089909) (xy 128.863113 49.53) + (xy 128.75174 48.970091) (xy 128.434577 48.495423) (xy 127.959909 48.17826) (xy 127.541333 48.095) (xy 126.458667 48.095) + (xy 126.040091 48.17826) (xy 125.565423 48.495423) (xy 125.24826 48.970091) (xy 125.136887 49.53) (xy 121.22744 49.53) + (xy 121.22744 48.73) (xy 121.178157 48.482235) (xy 121.037809 48.272191) (xy 120.827765 48.131843) (xy 120.58 48.08256) + (xy 118.18 48.08256) (xy 117.932235 48.131843) (xy 117.722191 48.272191) (xy 117.581843 48.482235) (xy 117.53256 48.73) + (xy 117.53256 50.33) (xy 117.581843 50.577765) (xy 117.722191 50.787809) (xy 117.932235 50.928157) (xy 118.066106 50.954785) + (xy 117.945423 51.035423) (xy 117.818294 51.225686) (xy 117.76469 51.236348) (xy 117.545845 51.382576) (xy 117.545844 51.382577) + (xy 117.471951 51.431951) (xy 117.422577 51.505844) (xy 108.655847 60.272575) (xy 108.581951 60.321951) (xy 108.386348 60.614691) + (xy 108.335 60.872836) (xy 108.335 60.872839) (xy 108.317663 60.96) (xy 108.335 61.047161) (xy 108.335001 87.542834) + (xy 108.317663 87.63) (xy 108.386348 87.975309) (xy 108.532576 88.194154) (xy 108.532578 88.194156) (xy 108.581952 88.268049) + (xy 108.655845 88.317423) (xy 113.612577 93.274156) (xy 113.661951 93.348049) (xy 113.735844 93.397423) (xy 113.735845 93.397424) + (xy 113.954689 93.543651) (xy 113.95469 93.543652) (xy 114.212835 93.595) (xy 114.212839 93.595) (xy 114.3 93.612337) + (xy 114.387161 93.595) (xy 114.435479 93.595) (xy 114.535423 93.744577) (xy 114.887758 93.98) (xy 114.535423 94.215423) + (xy 114.435479 94.365) (xy 114.387159 94.365) (xy 114.299999 94.347663) (xy 114.212839 94.365) (xy 114.212835 94.365) + (xy 113.95469 94.416348) (xy 113.923576 94.437138) (xy 113.735845 94.562576) (xy 113.735844 94.562577) (xy 113.661951 94.611951) + (xy 113.612577 94.685844) (xy 111.195845 97.102577) (xy 111.121952 97.151951) (xy 111.072578 97.225844) (xy 111.072576 97.225846) + (xy 110.926348 97.444691) (xy 110.857663 97.79) (xy 110.875001 97.877165) (xy 110.875 109.132839) (xy 110.857663 109.22) + (xy 110.875 109.307161) (xy 110.875 109.307164) (xy 110.926348 109.565309) (xy 111.121951 109.858049) (xy 111.195847 109.907425) + (xy 117.422576 116.134155) (xy 117.471951 116.208049) (xy 117.545844 116.257423) (xy 117.545845 116.257424) (xy 117.628687 116.312777) + (xy 117.76469 116.403652) (xy 117.818294 116.414314) (xy 117.945423 116.604577) (xy 118.297758 116.84) (xy 118.174163 116.922584) + (xy 108.835 107.583422) (xy 108.835 96.607161) (xy 108.852337 96.52) (xy 108.835 96.432839) (xy 108.835 96.432835) + (xy 108.783652 96.17469) (xy 108.708931 96.062862) (xy 108.637424 95.955845) (xy 108.637423 95.955844) (xy 108.588049 95.881951) + (xy 108.514156 95.832577) (xy 103.557426 90.875848) (xy 103.557424 90.875845) (xy 102.287425 89.605847) (xy 102.238049 89.531951) + (xy 101.94531 89.336348) (xy 101.687165 89.285) (xy 101.687161 89.285) (xy 101.6 89.267663) (xy 101.512839 89.285) + (xy 101.464521 89.285) (xy 101.364577 89.135423) (xy 101.012242 88.9) (xy 101.364577 88.664577) (xy 101.464521 88.515) + (xy 101.512839 88.515) (xy 101.6 88.532337) (xy 101.687161 88.515) (xy 101.687165 88.515) (xy 101.94531 88.463652) + (xy 102.238049 88.268049) (xy 102.287425 88.194153) (xy 105.974156 84.507423) (xy 106.048049 84.458049) (xy 106.097425 84.384154) + (xy 106.243652 84.16531) (xy 106.243652 84.165309) (xy 106.295 83.907165) (xy 106.295 83.907161) (xy 106.312337 83.82) + (xy 106.295 83.732839) (xy 106.295 64.857159) (xy 106.312337 64.769999) (xy 106.295 64.682839) (xy 106.295 64.682835) + (xy 106.243652 64.42469) (xy 106.100261 64.210091) (xy 106.097424 64.205845) (xy 106.097423 64.205844) (xy 106.048049 64.131951) + (xy 105.974156 64.082578) (xy 98.477424 56.585846) (xy 98.428049 56.511951) (xy 98.13531 56.316348) (xy 98.081706 56.305686) + (xy 97.954577 56.115423) (xy 97.479909 55.79826) (xy 97.061333 55.715) (xy 95.978667 55.715) (xy 95.560091 55.79826) + (xy 95.085423 56.115423) (xy 94.76826 56.590091) (xy 94.656887 57.15) (xy 94.76826 57.709909) (xy 95.085423 58.184577) + (xy 95.437758 58.42) (xy 95.085423 58.655423) (xy 94.76826 59.130091) (xy 94.656887 59.69) (xy 94.76826 60.249909) + (xy 95.085423 60.724577) (xy 95.437758 60.96) (xy 95.085423 61.195423) (xy 94.76826 61.670091) (xy 94.656887 62.23) + (xy 94.76826 62.789909) (xy 95.085423 63.264577) (xy 95.437758 63.5) (xy 95.085423 63.735423) (xy 94.76826 64.210091) + (xy 94.656887 64.77) (xy 94.76826 65.329909) (xy 95.085423 65.804577) (xy 95.206106 65.885215) (xy 95.072235 65.911843) + (xy 94.862191 66.052191) (xy 94.721843 66.262235) (xy 94.67256 66.51) (xy 94.67256 68.11) (xy 94.721843 68.357765) + (xy 94.862191 68.567809) (xy 95.072235 68.708157) (xy 95.32 68.75744) (xy 97.72 68.75744) (xy 97.967765 68.708157) + (xy 98.177809 68.567809) (xy 98.318157 68.357765) (xy 98.36744 68.11) (xy 98.36744 66.599018) (xy 99.445 67.676579) + (xy 99.445 68.419467) (xy 99.282235 68.451843) (xy 99.072191 68.592191) (xy 98.931843 68.802235) (xy 98.88256 69.05) + (xy 98.88256 70.65) (xy 98.931843 70.897765) (xy 99.072191 71.107809) (xy 99.282235 71.248157) (xy 99.416106 71.274785) + (xy 99.295423 71.355423) (xy 99.195479 71.505) (xy 99.147161 71.505) (xy 99.06 71.487663) (xy 98.972839 71.505) + (xy 98.972835 71.505) (xy 98.71469 71.556348) (xy 98.495845 71.702576) (xy 98.495844 71.702577) (xy 98.421951 71.751951) + (xy 98.372577 71.825844) (xy 94.883422 75.315) (xy 93.904656 75.315) (xy 93.780625 75.129375) (xy 93.762381 75.117184) + (xy 93.807765 75.108157) (xy 94.017809 74.967809) (xy 94.158157 74.757765) (xy 94.20744 74.51) (xy 94.20744 72.81) + (xy 94.158157 72.562235) (xy 94.017809 72.352191) (xy 93.807765 72.211843) (xy 93.56 72.16256) (xy 91.86 72.16256) + (xy 91.612235 72.211843) (xy 91.402191 72.352191) (xy 91.261843 72.562235) (xy 91.21256 72.81) (xy 91.21256 74.51) + (xy 91.261843 74.757765) (xy 91.402191 74.967809) (xy 91.612235 75.108157) (xy 91.657619 75.117184) (xy 91.639375 75.129375) + (xy 91.311161 75.620582) (xy 91.195908 76.2) (xy 76.557254 76.2) (xy 76.492264 76.102736) (xy 76.193003 75.902777) + (xy 75.84 75.83256) (xy 75.29 75.83256) (xy 75.255495 75.839424) (xy 75.302809 75.807809) (xy 75.443157 75.597765) + (xy 75.49244 75.35) (xy 75.49244 73.92744) (xy 75.84 73.92744) (xy 76.193003 73.857223) (xy 76.492264 73.657264) + (xy 76.692223 73.358003) (xy 76.76244 73.005) (xy 76.76244 72.9275) (xy 77.973703 72.9275) (xy 78.115414 73.139586) + (xy 78.406565 73.334126) (xy 78.75 73.40244) (xy 80 73.40244) (xy 80.343435 73.334126) (xy 80.634586 73.139586) + (xy 80.829126 72.848435) (xy 80.84213 72.783061) (xy 80.995549 72.680549) (xy 81.044925 72.606653) (xy 81.296578 72.355) + (xy 81.525657 72.355) (xy 81.979571 72.166982) (xy 82.326982 71.819571) (xy 82.515 71.365657) (xy 82.515 70.874343) + (xy 82.326982 70.420429) (xy 81.979571 70.073018) (xy 81.525657 69.885) (xy 81.034343 69.885) (xy 80.580429 70.073018) + (xy 80.233018 70.420429) (xy 80.114967 70.705429) (xy 80 70.68256) (xy 78.75 70.68256) (xy 78.406565 70.750874) + (xy 78.115414 70.945414) (xy 77.973703 71.1575) (xy 76.528856 71.1575) (xy 76.492264 71.102736) (xy 76.193003 70.902777) + (xy 75.84 70.83256) (xy 75.29 70.83256) (xy 75.255495 70.839424) (xy 75.302809 70.807809) (xy 75.443157 70.597765) + (xy 75.49244 70.35) (xy 75.49244 68.92744) (xy 75.84 68.92744) (xy 76.193003 68.857223) (xy 76.492264 68.657264) + (xy 76.692223 68.358003) (xy 76.76244 68.005) (xy 76.76244 67.9275) (xy 77.973703 67.9275) (xy 78.115414 68.139586) + (xy 78.406565 68.334126) (xy 78.75 68.40244) (xy 80 68.40244) (xy 80.343435 68.334126) (xy 80.634586 68.139586) + (xy 80.829126 67.848435) (xy 80.854393 67.721413) (xy 80.915549 67.680549) (xy 80.964925 67.606653) (xy 81.296578 67.275) + (xy 81.525657 67.275) (xy 81.979571 67.086982) (xy 82.326982 66.739571) (xy 82.515 66.285657) (xy 82.515 65.794343) + (xy 82.326982 65.340429) (xy 81.979571 64.993018) (xy 81.525657 64.805) (xy 81.034343 64.805) (xy 80.580429 64.993018) + (xy 80.233018 65.340429) (xy 80.084352 65.699339) (xy 80 65.68256) (xy 78.75 65.68256) (xy 78.406565 65.750874) + (xy 78.115414 65.945414) (xy 77.973703 66.1575) (xy 76.528856 66.1575) (xy 76.492264 66.102736) (xy 76.193003 65.902777) + (xy 75.84 65.83256) (xy 75.29 65.83256) (xy 75.255495 65.839424) (xy 75.302809 65.807809) (xy 75.443157 65.597765) + (xy 75.49244 65.35) (xy 75.49244 63.92744) (xy 75.84 63.92744) (xy 76.193003 63.857223) (xy 76.492264 63.657264) + (xy 76.692223 63.358003) (xy 76.76244 63.005) (xy 76.76244 62.9275) (xy 77.973703 62.9275) (xy 78.115414 63.139586) + (xy 78.406565 63.334126) (xy 78.75 63.40244) (xy 80 63.40244) (xy 80.343435 63.334126) (xy 80.519758 63.216311) + (xy 80.580429 63.276982) (xy 81.034343 63.465) (xy 81.525657 63.465) (xy 81.979571 63.276982) (xy 82.326982 62.929571) + (xy 82.515 62.475657) (xy 82.515 61.984343) (xy 82.326982 61.530429) (xy 81.979571 61.183018) (xy 81.525657 60.995) + (xy 81.034343 60.995) (xy 80.747192 61.113942) (xy 80.634586 60.945414) (xy 80.343435 60.750874) (xy 80 60.68256) + (xy 78.75 60.68256) (xy 78.406565 60.750874) (xy 78.115414 60.945414) (xy 77.973703 61.1575) (xy 76.528856 61.1575) + (xy 76.492264 61.102736) (xy 76.193003 60.902777) (xy 75.84 60.83256) (xy 75.29 60.83256) (xy 75.255495 60.839424) + (xy 75.302809 60.807809) (xy 75.443157 60.597765) (xy 75.49244 60.35) (xy 75.49244 58.92744) (xy 75.84 58.92744) + (xy 76.193003 58.857223) (xy 76.492264 58.657264) (xy 76.692223 58.358003) (xy 76.76244 58.005) (xy 76.76244 57.9275) + (xy 77.973703 57.9275) (xy 78.115414 58.139586) (xy 78.406565 58.334126) (xy 78.75 58.40244) (xy 80 58.40244) + (xy 80.343435 58.334126) (xy 80.567715 58.184268) (xy 80.580429 58.196982) (xy 81.034343 58.385) (xy 81.525657 58.385) + (xy 81.979571 58.196982) (xy 82.326982 57.849571) (xy 82.515 57.395657) (xy 82.515 56.904343) (xy 82.326982 56.450429) + (xy 81.979571 56.103018) (xy 81.525657 55.915) (xy 81.034343 55.915) (xy 80.705326 56.051284) (xy 80.634586 55.945414) + (xy 80.343435 55.750874) (xy 80 55.68256) (xy 78.75 55.68256) (xy 78.406565 55.750874) (xy 78.115414 55.945414) + (xy 77.973703 56.1575) (xy 76.528856 56.1575) (xy 76.492264 56.102736) (xy 76.193003 55.902777) (xy 75.84 55.83256) + (xy 75.29 55.83256) (xy 75.255495 55.839424) (xy 75.302809 55.807809) (xy 75.443157 55.597765) (xy 75.49244 55.35) + (xy 75.49244 53.92744) (xy 75.84 53.92744) (xy 76.193003 53.857223) (xy 76.492264 53.657264) (xy 76.692223 53.358003) + (xy 76.76244 53.005) (xy 76.76244 52.9275) (xy 77.973703 52.9275) (xy 78.115414 53.139586) (xy 78.406565 53.334126) + (xy 78.75 53.40244) (xy 79.483361 53.40244) (xy 79.985077 53.904156) (xy 80.034451 53.978049) (xy 80.108344 54.027423) + (xy 80.108345 54.027424) (xy 80.142246 54.050076) (xy 80.32719 54.173652) (xy 80.377008 54.183561) (xy 80.580429 54.386982) + (xy 81.034343 54.575) (xy 81.525657 54.575) (xy 81.979571 54.386982) (xy 82.326982 54.039571) (xy 82.515 53.585657) + (xy 82.515 53.094343) (xy 82.326982 52.640429) (xy 81.979571 52.293018) (xy 81.525657 52.105) (xy 81.034343 52.105) + (xy 80.89744 52.161707) (xy 80.89744 51.58) (xy 80.829126 51.236565) (xy 80.634586 50.945414) (xy 80.343435 50.750874) + (xy 80 50.68256) (xy 78.75 50.68256) (xy 78.406565 50.750874) (xy 78.115414 50.945414) (xy 77.973703 51.1575) + (xy 76.528856 51.1575) (xy 76.492264 51.102736) (xy 76.193003 50.902777) (xy 75.84 50.83256) (xy 75.29 50.83256) + (xy 75.255495 50.839424) (xy 75.302809 50.807809) (xy 75.443157 50.597765) (xy 75.49244 50.35) (xy 75.49244 49.53) + (xy 87.036887 49.53) (xy 87.14826 50.089909) (xy 87.465423 50.564577) (xy 87.817758 50.8) (xy 87.465423 51.035423) + (xy 87.14826 51.510091) (xy 87.036887 52.07) (xy 87.14826 52.629909) (xy 87.465423 53.104577) (xy 87.817758 53.34) + (xy 87.465423 53.575423) (xy 87.14826 54.050091) (xy 87.036887 54.61) (xy 87.14826 55.169909) (xy 87.465423 55.644577) + (xy 87.817758 55.88) (xy 87.465423 56.115423) (xy 87.14826 56.590091) (xy 87.036887 57.15) (xy 87.14826 57.709909) + (xy 87.465423 58.184577) (xy 87.817758 58.42) (xy 87.465423 58.655423) (xy 87.14826 59.130091) (xy 87.036887 59.69) + (xy 87.14826 60.249909) (xy 87.465423 60.724577) (xy 87.817758 60.96) (xy 87.465423 61.195423) (xy 87.14826 61.670091) + (xy 87.036887 62.23) (xy 87.14826 62.789909) (xy 87.465423 63.264577) (xy 87.817758 63.5) (xy 87.465423 63.735423) + (xy 87.14826 64.210091) (xy 87.036887 64.77) (xy 87.14826 65.329909) (xy 87.465423 65.804577) (xy 87.817758 66.04) + (xy 87.465423 66.275423) (xy 87.14826 66.750091) (xy 87.036887 67.31) (xy 87.14826 67.869909) (xy 87.465423 68.344577) + (xy 87.940091 68.66174) (xy 88.358667 68.745) (xy 89.441333 68.745) (xy 89.859909 68.66174) (xy 90.334577 68.344577) + (xy 90.65174 67.869909) (xy 90.763113 67.31) (xy 90.65174 66.750091) (xy 90.334577 66.275423) (xy 89.982242 66.04) + (xy 90.334577 65.804577) (xy 90.65174 65.329909) (xy 90.763113 64.77) (xy 90.65174 64.210091) (xy 90.334577 63.735423) + (xy 89.982242 63.5) (xy 90.334577 63.264577) (xy 90.65174 62.789909) (xy 90.763113 62.23) (xy 90.65174 61.670091) + (xy 90.334577 61.195423) (xy 89.982242 60.96) (xy 90.334577 60.724577) (xy 90.65174 60.249909) (xy 90.763113 59.69) + (xy 90.65174 59.130091) (xy 90.334577 58.655423) (xy 89.982242 58.42) (xy 90.334577 58.184577) (xy 90.65174 57.709909) + (xy 90.763113 57.15) (xy 90.65174 56.590091) (xy 90.334577 56.115423) (xy 89.982242 55.88) (xy 90.334577 55.644577) + (xy 90.65174 55.169909) (xy 90.763113 54.61) (xy 90.65174 54.050091) (xy 90.334577 53.575423) (xy 89.982242 53.34) + (xy 90.334577 53.104577) (xy 90.65174 52.629909) (xy 90.763113 52.07) (xy 90.65174 51.510091) (xy 90.334577 51.035423) + (xy 89.982242 50.8) (xy 90.334577 50.564577) (xy 90.65174 50.089909) (xy 90.763113 49.53) (xy 90.65174 48.970091) + (xy 90.334577 48.495423) (xy 89.859909 48.17826) (xy 89.441333 48.095) (xy 88.358667 48.095) (xy 87.940091 48.17826) + (xy 87.465423 48.495423) (xy 87.14826 48.970091) (xy 87.036887 49.53) (xy 75.49244 49.53) (xy 75.49244 48.92744) + (xy 75.84 48.92744) (xy 76.193003 48.857223) (xy 76.492264 48.657264) (xy 76.692223 48.358003) (xy 76.76244 48.005) + (xy 76.76244 47.9275) (xy 77.973703 47.9275) (xy 78.115414 48.139586) (xy 78.406565 48.334126) (xy 78.75 48.40244) + (xy 79.483361 48.40244) (xy 79.905077 48.824156) (xy 79.954451 48.898049) (xy 80.028344 48.947423) (xy 80.028345 48.947424) + (xy 80.181974 49.050076) (xy 80.24719 49.093652) (xy 80.396873 49.123426) (xy 80.580429 49.306982) (xy 81.034343 49.495) + (xy 81.525657 49.495) (xy 81.979571 49.306982) (xy 82.326982 48.959571) (xy 82.515 48.505657) (xy 82.515 48.014343) + (xy 82.326982 47.560429) (xy 81.979571 47.213018) (xy 81.525657 47.025) (xy 81.034343 47.025) (xy 80.89744 47.081707) + (xy 80.89744 46.58) (xy 80.829126 46.236565) (xy 80.634586 45.945414) (xy 80.343435 45.750874) (xy 80 45.68256) + (xy 78.75 45.68256) (xy 78.406565 45.750874) (xy 78.115414 45.945414) (xy 77.973703 46.1575) (xy 76.528856 46.1575) + (xy 76.492264 46.102736) (xy 76.193003 45.902777) (xy 75.84 45.83256) (xy 75.29 45.83256) (xy 75.255495 45.839424) + (xy 75.302809 45.807809) (xy 75.443157 45.597765) (xy 75.49244 45.35) (xy 75.49244 43.92744) (xy 75.84 43.92744) + (xy 76.193003 43.857223) (xy 76.492264 43.657264) (xy 76.692223 43.358003) (xy 76.76244 43.005) (xy 76.76244 42.9275) + (xy 77.973703 42.9275) (xy 78.115414 43.139586) (xy 78.406565 43.334126) (xy 78.75 43.40244) (xy 79.483361 43.40244) + (xy 79.825077 43.744156) (xy 79.874451 43.818049) (xy 79.948344 43.867423) (xy 79.948345 43.867424) (xy 80.146758 44) + (xy 80.16719 44.013652) (xy 80.416737 44.06329) (xy 80.580429 44.226982) (xy 81.034343 44.415) (xy 81.525657 44.415) + (xy 81.979571 44.226982) (xy 82.326982 43.879571) (xy 82.515 43.425657) (xy 82.515 42.934343) (xy 82.326982 42.480429) + (xy 81.979571 42.133018) (xy 81.525657 41.945) (xy 81.034343 41.945) (xy 80.89744 42.001707) (xy 80.89744 41.58) + (xy 80.829126 41.236565) (xy 80.634586 40.945414) (xy 80.343435 40.750874) (xy 80 40.68256) (xy 78.75 40.68256) + (xy 78.406565 40.750874) (xy 78.115414 40.945414) (xy 77.973703 41.1575) (xy 76.528856 41.1575) (xy 76.492264 41.102736) + (xy 76.193003 40.902777) (xy 75.84 40.83256) (xy 75.29 40.83256) (xy 74.936997 40.902777) (xy 74.637736 41.102736) + (xy 74.437777 41.401997) (xy 74.36756 41.755) (xy 74.36756 42.90256) (xy 73.745 42.90256) (xy 73.497235 42.951843) + (xy 73.287191 43.092191) (xy 73.146843 43.302235) (xy 73.09756 43.55) (xy 69.727603 43.55) (xy 69.689126 43.356565) + (xy 69.494586 43.065414) (xy 69.203435 42.870874) (xy 68.86 42.80256) (xy 65.76 42.80256) (xy 65.416565 42.870874) + (xy 65.125414 43.065414) (xy 64.930874 43.356565) (xy 64.897 43.52686) (xy 64.897 39.497) (xy 87.937692 39.497) + ) + ) + ) +) diff --git a/PCB/tabule.net b/PCB/tabule.net new file mode 100644 index 0000000..e1fbc61 --- /dev/null +++ b/PCB/tabule.net @@ -0,0 +1,1378 @@ +(export (version D) + (design + (source /home/pixx/Nextcloud/Projects/Tabule/PCB/tabule.sch) + (date "Wed 22 May 2019 21:18:08 CEST") + (tool "Eeschema 5.1.2") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title Tabule) + (company "David Zálešák") + (rev V1.1) + (date 2018-10-22) + (source tabule.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref U1) + (value 4543) + (footprint Package_DIP:DIP-16_W7.62mm_Socket_LongPads) + (datasheet http://www.ti.com/lit/ds/symlink/cd4543b.pdf) + (libsource (lib 4xxx) (part 4543) (description "BCD to 7-segment latch/decoder/driver")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5139)) + (comp (ref Q1) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5402)) + (comp (ref Q2) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD55DD)) + (comp (ref Q3) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD564B)) + (comp (ref Q4) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD577D)) + (comp (ref Q5) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD582E)) + (comp (ref Q6) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5850)) + (comp (ref Q7) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5874)) + (comp (ref Q8) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD595E)) + (comp (ref R1) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5B92)) + (comp (ref R2) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5D11)) + (comp (ref R3) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5D66)) + (comp (ref R4) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5DB2)) + (comp (ref R5) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5DF9)) + (comp (ref R6) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD6145)) + (comp (ref R7) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD6194)) + (comp (ref J1) + (value Conn_01x08_Male) + (footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x08_Male) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BCD5D19)) + (comp (ref A1) + (value Arduino_Nano_v3.x) + (footprint Module:Arduino_Nano) + (datasheet http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf) + (libsource (lib MCU_Module) (part Arduino_Nano_v3.x) (description "Arduino Nano v3.x")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD09A4B)) + (comp (ref U2) + (value 4543) + (footprint Package_DIP:DIP-16_W7.62mm_Socket_LongPads) + (datasheet http://www.ti.com/lit/ds/symlink/cd4543b.pdf) + (libsource (lib 4xxx) (part 4543) (description "BCD to 7-segment latch/decoder/driver")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C47D)) + (comp (ref Q9) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C483)) + (comp (ref Q10) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C489)) + (comp (ref Q11) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C48F)) + (comp (ref Q12) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C495)) + (comp (ref Q13) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C49B)) + (comp (ref Q14) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4A1)) + (comp (ref Q15) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4A7)) + (comp (ref Q16) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4AD)) + (comp (ref R8) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4B3)) + (comp (ref R9) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4B9)) + (comp (ref R10) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4BF)) + (comp (ref R11) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4C5)) + (comp (ref R12) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4CB)) + (comp (ref R13) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4D1)) + (comp (ref R14) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4D7)) + (comp (ref J3) + (value Conn_01x08_Male) + (footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x08_Male) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD0C4FA)) + (comp (ref U3) + (value 4543) + (footprint Package_DIP:DIP-16_W7.62mm_Socket_LongPads) + (datasheet http://www.ti.com/lit/ds/symlink/cd4543b.pdf) + (libsource (lib 4xxx) (part 4543) (description "BCD to 7-segment latch/decoder/driver")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD112F5)) + (comp (ref Q17) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD112FB)) + (comp (ref Q18) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11301)) + (comp (ref Q19) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11307)) + (comp (ref Q20) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD1130D)) + (comp (ref Q21) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11313)) + (comp (ref Q22) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11319)) + (comp (ref Q23) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD1131F)) + (comp (ref R15) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD1132B)) + (comp (ref R16) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11331)) + (comp (ref R17) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11337)) + (comp (ref R18) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD1133D)) + (comp (ref R19) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11343)) + (comp (ref R20) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11349)) + (comp (ref R21) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD1134F)) + (comp (ref J4) + (value Conn_01x08_Male) + (footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x08_Male) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD11372)) + (comp (ref U4) + (value 4543) + (footprint Package_DIP:DIP-16_W7.62mm_Socket_LongPads) + (datasheet http://www.ti.com/lit/ds/symlink/cd4543b.pdf) + (libsource (lib 4xxx) (part 4543) (description "BCD to 7-segment latch/decoder/driver")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD2036B)) + (comp (ref Q24) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD20371)) + (comp (ref Q25) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD20377)) + (comp (ref Q26) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD2037D)) + (comp (ref Q27) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD20383)) + (comp (ref Q28) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD20389)) + (comp (ref Q29) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD2038F)) + (comp (ref Q30) + (value BS170) + (footprint Package_TO_SOT_THT:TO-92_HandSolder) + (datasheet http://www.fairchildsemi.com/ds/BS/BS170.pdf) + (libsource (lib Transistor_FET) (part BS170) (description "0.5A Id, 60V Vds, N-Channel MOSFET, TO-92")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD20395)) + (comp (ref R22) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD2039B)) + (comp (ref R23) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203A1)) + (comp (ref R24) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203A7)) + (comp (ref R25) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203AD)) + (comp (ref R26) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203B3)) + (comp (ref R27) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203B9)) + (comp (ref R28) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203BF)) + (comp (ref J5) + (value Conn_01x08_Male) + (footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x08_Male) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD203E2)) + (comp (ref J2) + (value Conn_01x04_Female) + (footprint Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x04_Female) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BD2CD58)) + (comp (ref U5) + (value Mini_step_down_regulator) + (footprint moje_soucastky:Mini_step_down_regulator) + (libsource (lib moje_soucastky) (part Mini_step_down_regulator) (description "")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BE21DCA)) + (comp (ref J6) + (value Conn_01x04_Female) + (footprint Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x04_Female) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BE40CAA)) + (comp (ref C1) + (value C) + (footprint Capacitor_THT:CP_Radial_D8.0mm_P3.50mm) + (datasheet ~) + (libsource (lib Device) (part C) (description "Unpolarized capacitor")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BE1A4F4)) + (comp (ref C2) + (value C) + (footprint Capacitor_THT:CP_Radial_D8.0mm_P3.50mm) + (datasheet ~) + (libsource (lib Device) (part C) (description "Unpolarized capacitor")) + (sheetpath (names /) (tstamps /)) + (tstamp 5BE1AB4F)) + (comp (ref R29) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BE84BD7)) + (comp (ref R30) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BE929CC)) + (comp (ref R31) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BEA08DB)) + (comp (ref R32) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BEAE724)) + (comp (ref R33) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BF206A2)) + (comp (ref R35) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BF3D878)) + (comp (ref R34) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BF3DAD0)) + (comp (ref R36) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BF3DD6A)) + (comp (ref R37) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BF3DF00)) + (comp (ref R38) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BF3DFCA)) + (comp (ref R39) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BFB9210)) + (comp (ref R40) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BFB947F)) + (comp (ref R41) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BFB9539)) + (comp (ref R42) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5BFB9708)) + (comp (ref R43) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C0386F3)) + (comp (ref R44) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C03893D)) + (comp (ref R45) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C038A11)) + (comp (ref R47) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C038FC0)) + (comp (ref R48) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C03908C)) + (comp (ref R49) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C039156)) + (comp (ref R50) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C039299)) + (comp (ref R51) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C0BD2CE)) + (comp (ref R52) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C0BD4E7)) + (comp (ref R53) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C0CE2CD)) + (comp (ref R55) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C0DFAD4)) + (comp (ref R56) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C0F0622)) + (comp (ref R57) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C101300)) + (comp (ref R58) + (value R) + (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C101455)) + (comp (ref R54) + (value R) + (footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C5798FE)) + (comp (ref R46) + (value R) + (footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal) + (datasheet ~) + (libsource (lib Device) (part R) (description Resistor)) + (sheetpath (names /) (tstamps /)) + (tstamp 5C57CCE4)) + (comp (ref J7) + (value Conn_01x02_Female) + (footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal) + (datasheet ~) + (libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5C4B3175))) + (libparts + (libpart (lib 4xxx) (part 4543) + (description "BCD to 7-segment latch/decoder/driver") + (docs http://www.ti.com/lit/ds/symlink/cd4543b.pdf) + (footprints + (fp DIP*W7.62mm*) + (fp SOIC*3.9x9.9mm*P1.27mm*) + (fp TSSOP*4.4x5mm*P0.65mm*)) + (fields + (field (name Reference) U) + (field (name Value) 4543)) + (pins + (pin (num 1) (name ~LE) (type input)) + (pin (num 2) (name D2) (type input)) + (pin (num 3) (name D1) (type input)) + (pin (num 4) (name D3) (type input)) + (pin (num 5) (name D0) (type input)) + (pin (num 6) (name PH) (type input)) + (pin (num 7) (name BL) (type input)) + (pin (num 8) (name VSS) (type power_in)) + (pin (num 9) (name Qa) (type output)) + (pin (num 10) (name Qb) (type output)) + (pin (num 11) (name Qc) (type output)) + (pin (num 12) (name Qd) (type output)) + (pin (num 13) (name Qe) (type output)) + (pin (num 14) (name Qg) (type output)) + (pin (num 15) (name Qf) (type output)) + (pin (num 16) (name VDD) (type power_in)))) + (libpart (lib Connector) (part Conn_01x02_Female) + (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)") + (docs ~) + (footprints + (fp Connector*:*_1x??_*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_01x02_Female)) + (pins + (pin (num 1) (name Pin_1) (type passive)) + (pin (num 2) (name Pin_2) (type passive)))) + (libpart (lib Connector) (part Conn_01x04_Female) + (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)") + (docs ~) + (footprints + (fp Connector*:*_1x??_*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_01x04_Female)) + (pins + (pin (num 1) (name Pin_1) (type passive)) + (pin (num 2) (name Pin_2) (type passive)) + (pin (num 3) (name Pin_3) (type passive)) + (pin (num 4) (name Pin_4) (type passive)))) + (libpart (lib Connector) (part Conn_01x08_Male) + (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)") + (docs ~) + (footprints + (fp Connector*:*_1x??_*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_01x08_Male)) + (pins + (pin (num 1) (name Pin_1) (type passive)) + (pin (num 2) (name Pin_2) (type passive)) + (pin (num 3) (name Pin_3) (type passive)) + (pin (num 4) (name Pin_4) (type passive)) + (pin (num 5) (name Pin_5) (type passive)) + (pin (num 6) (name Pin_6) (type passive)) + (pin (num 7) (name Pin_7) (type passive)) + (pin (num 8) (name Pin_8) (type passive)))) + (libpart (lib Device) (part C) + (description "Unpolarized capacitor") + (docs ~) + (footprints + (fp C_*)) + (fields + (field (name Reference) C) + (field (name Value) C)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib Device) (part R) + (description Resistor) + (docs ~) + (footprints + (fp R_*)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib MCU_Module) (part Arduino_Nano_v3.x) + (aliases + (alias Arduino_Nano_v2.x)) + (description "Arduino Nano v3.x") + (docs http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf) + (footprints + (fp Arduino*Nano*)) + (fields + (field (name Reference) A) + (field (name Value) Arduino_Nano_v3.x) + (field (name Footprint) Module:Arduino_Nano)) + (pins + (pin (num 1) (name D1/TX) (type BiDi)) + (pin (num 2) (name D0/RX) (type BiDi)) + (pin (num 3) (name RESET) (type input)) + (pin (num 4) (name GND) (type power_in)) + (pin (num 5) (name D2) (type BiDi)) + (pin (num 6) (name D3) (type BiDi)) + (pin (num 7) (name D4) (type BiDi)) + (pin (num 8) (name D5) (type BiDi)) + (pin (num 9) (name D6) (type BiDi)) + (pin (num 10) (name D7) (type BiDi)) + (pin (num 11) (name D8) (type BiDi)) + (pin (num 12) (name D9) (type BiDi)) + (pin (num 13) (name D10) (type BiDi)) + (pin (num 14) (name D11) (type BiDi)) + (pin (num 15) (name D12) (type BiDi)) + (pin (num 16) (name D13) (type BiDi)) + (pin (num 17) (name 3V3) (type power_out)) + (pin (num 18) (name AREF) (type input)) + (pin (num 19) (name A0) (type BiDi)) + (pin (num 20) (name A1) (type BiDi)) + (pin (num 21) (name A2) (type BiDi)) + (pin (num 22) (name A3) (type BiDi)) + (pin (num 23) (name A4) (type BiDi)) + (pin (num 24) (name A5) (type BiDi)) + (pin (num 25) (name A6) (type BiDi)) + (pin (num 26) (name A7) (type BiDi)) + (pin (num 27) (name +5V) (type power_out)) + (pin (num 28) (name RESET) (type input)) + (pin (num 29) (name GND) (type power_in)) + (pin (num 30) (name VIN) (type power_in)))) + (libpart (lib Transistor_FET) (part BS107) + (aliases + (alias BS108) + (alias BS170)) + (description "0.25A Id, 200V Vds, N-Channel MOSFET, TO-92") + (docs http://www.onsemi.com/pub_link/Collateral/BS107-D.PDF) + (footprints + (fp TO?92*)) + (fields + (field (name Reference) Q) + (field (name Value) BS107) + (field (name Footprint) Package_TO_SOT_THT:TO-92_Inline)) + (pins + (pin (num 1) (name D) (type passive)) + (pin (num 2) (name G) (type input)) + (pin (num 3) (name S) (type passive)))) + (libpart (lib moje_soucastky) (part Mini_step_down_regulator) + (fields + (field (name Reference) U) + (field (name Value) Mini_step_down_regulator)) + (pins + (pin (num 1) (name GND) (type power_out)) + (pin (num 2) (name VCC) (type power_out)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name 12V) (type power_in))))) + (libraries + (library (logical 4xxx) + (uri /usr/share/kicad/library/4xxx.lib)) + (library (logical Connector) + (uri /usr/share/kicad/library/Connector.lib)) + (library (logical Device) + (uri /usr/share/kicad/library/Device.lib)) + (library (logical MCU_Module) + (uri /usr/share/kicad/library/MCU_Module.lib)) + (library (logical Transistor_FET) + (uri /usr/share/kicad/library/Transistor_FET.lib)) + (library (logical moje_soucastky) + (uri /home/pixx/Nextcloud/Projects/Tabule/PCB/libs/moje_soucastky.lib))) + (nets + (net (code 1) (name "Net-(Q29-Pad2)") + (node (ref R57) (pin 2)) + (node (ref R27) (pin 1)) + (node (ref Q29) (pin 2))) + (net (code 2) (name "Net-(Q26-Pad2)") + (node (ref Q26) (pin 2)) + (node (ref R53) (pin 2)) + (node (ref R24) (pin 1))) + (net (code 3) (name "Net-(Q30-Pad2)") + (node (ref R58) (pin 2)) + (node (ref R28) (pin 1)) + (node (ref Q30) (pin 2))) + (net (code 4) (name "Net-(J5-Pad2)") + (node (ref J5) (pin 2)) + (node (ref Q30) (pin 1))) + (net (code 5) (name "Net-(J5-Pad3)") + (node (ref Q29) (pin 1)) + (node (ref J5) (pin 3))) + (net (code 6) (name "Net-(Q25-Pad2)") + (node (ref R23) (pin 1)) + (node (ref R52) (pin 2)) + (node (ref Q25) (pin 2))) + (net (code 7) (name 12V) + (node (ref U5) (pin 4)) + (node (ref C2) (pin 1)) + (node (ref J5) (pin 1))) + (net (code 8) (name "Net-(J5-Pad4)") + (node (ref Q28) (pin 1)) + (node (ref J5) (pin 4))) + (net (code 9) (name "Net-(J5-Pad7)") + (node (ref Q24) (pin 1)) + (node (ref J5) (pin 7))) + (net (code 10) (name "Net-(J5-Pad8)") + (node (ref J5) (pin 8)) + (node (ref Q25) (pin 1))) + (net (code 11) (name "Net-(J5-Pad6)") + (node (ref Q26) (pin 1)) + (node (ref J5) (pin 6))) + (net (code 12) (name "Net-(J5-Pad5)") + (node (ref Q27) (pin 1)) + (node (ref J5) (pin 5))) + (net (code 13) (name "Net-(J4-Pad2)") + (node (ref Q22) (pin 1)) + (node (ref J4) (pin 2))) + (net (code 14) (name "Net-(J4-Pad1)") + (node (ref J4) (pin 1)) + (node (ref Q23) (pin 1))) + (net (code 15) (name "Net-(Q23-Pad2)") + (node (ref R50) (pin 1)) + (node (ref Q23) (pin 2)) + (node (ref R21) (pin 1))) + (net (code 16) (name "Net-(J4-Pad7)") + (node (ref Q18) (pin 1)) + (node (ref J4) (pin 7))) + (net (code 17) (name "Net-(J4-Pad6)") + (node (ref J4) (pin 6)) + (node (ref Q17) (pin 1))) + (net (code 18) (name "Net-(J4-Pad5)") + (node (ref Q19) (pin 1)) + (node (ref J4) (pin 5))) + (net (code 19) (name "Net-(J4-Pad4)") + (node (ref Q20) (pin 1)) + (node (ref J4) (pin 4))) + (net (code 20) (name "Net-(J4-Pad3)") + (node (ref J4) (pin 3)) + (node (ref Q21) (pin 1))) + (net (code 21) (name GND) + (node (ref R12) (pin 2)) + (node (ref Q7) (pin 3)) + (node (ref Q23) (pin 3)) + (node (ref R18) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref J6) (pin 4)) + (node (ref C2) (pin 2)) + (node (ref R16) (pin 2)) + (node (ref J2) (pin 1)) + (node (ref R13) (pin 2)) + (node (ref U5) (pin 3)) + (node (ref U5) (pin 1)) + (node (ref R17) (pin 2)) + (node (ref R11) (pin 2)) + (node (ref J7) (pin 2)) + (node (ref R19) (pin 2)) + (node (ref J7) (pin 1)) + (node (ref R20) (pin 2)) + (node (ref R8) (pin 2)) + (node (ref R9) (pin 2)) + (node (ref R10) (pin 2)) + (node (ref A1) (pin 4)) + (node (ref Q17) (pin 3)) + (node (ref U3) (pin 7)) + (node (ref U3) (pin 6)) + (node (ref U3) (pin 8)) + (node (ref U2) (pin 6)) + (node (ref U2) (pin 7)) + (node (ref U2) (pin 8)) + (node (ref R7) (pin 2)) + (node (ref R6) (pin 2)) + (node (ref R5) (pin 2)) + (node (ref Q2) (pin 3)) + (node (ref A1) (pin 29)) + (node (ref Q1) (pin 3)) + (node (ref U1) (pin 8)) + (node (ref U1) (pin 7)) + (node (ref R4) (pin 2)) + (node (ref Q3) (pin 3)) + (node (ref U1) (pin 6)) + (node (ref R3) (pin 2)) + (node (ref Q4) (pin 3)) + (node (ref R2) (pin 2)) + (node (ref R1) (pin 2)) + (node (ref Q5) (pin 3)) + (node (ref Q8) (pin 3)) + (node (ref Q6) (pin 3)) + (node (ref Q21) (pin 3)) + (node (ref Q20) (pin 3)) + (node (ref R15) (pin 2)) + (node (ref R21) (pin 2)) + (node (ref Q22) (pin 3)) + (node (ref Q19) (pin 3)) + (node (ref Q18) (pin 3)) + (node (ref Q24) (pin 3)) + (node (ref Q16) (pin 3)) + (node (ref J4) (pin 8)) + (node (ref Q26) (pin 3)) + (node (ref R22) (pin 2)) + (node (ref U4) (pin 7)) + (node (ref Q30) (pin 3)) + (node (ref U4) (pin 8)) + (node (ref Q25) (pin 3)) + (node (ref U4) (pin 6)) + (node (ref Q27) (pin 3)) + (node (ref Q28) (pin 3)) + (node (ref Q29) (pin 3)) + (node (ref Q15) (pin 3)) + (node (ref Q14) (pin 3)) + (node (ref Q13) (pin 3)) + (node (ref Q12) (pin 3)) + (node (ref Q11) (pin 3)) + (node (ref Q10) (pin 3)) + (node (ref R26) (pin 2)) + (node (ref R27) (pin 2)) + (node (ref R28) (pin 2)) + (node (ref R14) (pin 2)) + (node (ref R25) (pin 2)) + (node (ref R24) (pin 2)) + (node (ref R23) (pin 2)) + (node (ref Q9) (pin 3))) + (net (code 22) (name 5V) + (node (ref A1) (pin 27)) + (node (ref U1) (pin 16)) + (node (ref U1) (pin 1)) + (node (ref U5) (pin 2)) + (node (ref J6) (pin 1)) + (node (ref U4) (pin 16)) + (node (ref U4) (pin 1)) + (node (ref U2) (pin 16)) + (node (ref U3) (pin 1)) + (node (ref J2) (pin 4)) + (node (ref U2) (pin 1)) + (node (ref U3) (pin 16)) + (node (ref C1) (pin 1))) + (net (code 23) (name "Net-(R56-Pad2)") + (node (ref R56) (pin 2)) + (node (ref U4) (pin 11))) + (net (code 24) (name "Net-(R55-Pad2)") + (node (ref R55) (pin 2)) + (node (ref U4) (pin 12))) + (net (code 25) (name "Net-(R51-Pad1)") + (node (ref U4) (pin 14)) + (node (ref R51) (pin 1))) + (net (code 26) (name A2) + (node (ref A1) (pin 21)) + (node (ref U4) (pin 2))) + (net (code 27) (name A3) + (node (ref A1) (pin 22)) + (node (ref U4) (pin 3))) + (net (code 28) (name A4) + (node (ref U4) (pin 4)) + (node (ref A1) (pin 23))) + (net (code 29) (name A5) + (node (ref A1) (pin 24)) + (node (ref U4) (pin 5))) + (net (code 30) (name "Net-(R45-Pad2)") + (node (ref U3) (pin 13)) + (node (ref R45) (pin 2))) + (net (code 31) (name "Net-(Q17-Pad2)") + (node (ref R43) (pin 1)) + (node (ref R15) (pin 1)) + (node (ref Q17) (pin 2))) + (net (code 32) (name "Net-(R44-Pad2)") + (node (ref R44) (pin 2)) + (node (ref U3) (pin 15))) + (net (code 33) (name "Net-(R43-Pad2)") + (node (ref U3) (pin 14)) + (node (ref R43) (pin 2))) + (net (code 34) (name "Net-(R47-Pad1)") + (node (ref R47) (pin 1)) + (node (ref U3) (pin 12))) + (net (code 35) (name "Net-(R48-Pad1)") + (node (ref R48) (pin 1)) + (node (ref U3) (pin 11))) + (net (code 36) (name "Net-(R49-Pad2)") + (node (ref U3) (pin 10)) + (node (ref R49) (pin 2))) + (net (code 37) (name "Net-(R50-Pad2)") + (node (ref R50) (pin 2)) + (node (ref U3) (pin 9))) + (net (code 38) (name "Net-(Q10-Pad2)") + (node (ref R9) (pin 1)) + (node (ref Q10) (pin 2)) + (node (ref R37) (pin 1))) + (net (code 39) (name "Net-(R38-Pad2)") + (node (ref U2) (pin 13)) + (node (ref R38) (pin 2))) + (net (code 40) (name "Net-(R37-Pad2)") + (node (ref U2) (pin 14)) + (node (ref R37) (pin 2))) + (net (code 41) (name "Net-(R36-Pad2)") + (node (ref R36) (pin 2)) + (node (ref U2) (pin 15))) + (net (code 42) (name "Net-(R39-Pad1)") + (node (ref U2) (pin 12)) + (node (ref R39) (pin 1))) + (net (code 43) (name "Net-(R40-Pad1)") + (node (ref U2) (pin 11)) + (node (ref R40) (pin 1))) + (net (code 44) (name "Net-(R41-Pad1)") + (node (ref R41) (pin 1)) + (node (ref U2) (pin 10))) + (net (code 45) (name "Net-(R42-Pad1)") + (node (ref R42) (pin 1)) + (node (ref U2) (pin 9))) + (net (code 46) (name "Net-(R58-Pad1)") + (node (ref U4) (pin 9)) + (node (ref R58) (pin 1))) + (net (code 47) (name "Net-(A1-Pad17)") + (node (ref A1) (pin 17))) + (net (code 49) (name "Net-(Q16-Pad2)") + (node (ref R54) (pin 2)) + (node (ref Q16) (pin 2))) + (net (code 50) (name "Net-(Q8-Pad2)") + (node (ref R46) (pin 1)) + (node (ref Q8) (pin 2))) + (net (code 51) (name D7) + (node (ref R46) (pin 2)) + (node (ref A1) (pin 10))) + (net (code 52) (name "Net-(A1-Pad5)") + (node (ref J2) (pin 2)) + (node (ref A1) (pin 5))) + (net (code 53) (name "Net-(Q24-Pad2)") + (node (ref R51) (pin 2)) + (node (ref Q24) (pin 2)) + (node (ref R22) (pin 1))) + (net (code 54) (name "Net-(R52-Pad1)") + (node (ref U4) (pin 15)) + (node (ref R52) (pin 1))) + (net (code 55) (name "Net-(R53-Pad1)") + (node (ref U4) (pin 13)) + (node (ref R53) (pin 1))) + (net (code 56) (name "Net-(Q27-Pad2)") + (node (ref R55) (pin 1)) + (node (ref R25) (pin 1)) + (node (ref Q27) (pin 2))) + (net (code 57) (name "Net-(Q28-Pad2)") + (node (ref Q28) (pin 2)) + (node (ref R26) (pin 1)) + (node (ref R56) (pin 1))) + (net (code 58) (name "Net-(R57-Pad1)") + (node (ref R57) (pin 1)) + (node (ref U4) (pin 10))) + (net (code 59) (name "Net-(A1-Pad2)") + (node (ref J6) (pin 2)) + (node (ref A1) (pin 2))) + (net (code 60) (name "Net-(J2-Pad3)") + (node (ref J2) (pin 3))) + (net (code 61) (name "Net-(A1-Pad30)") + (node (ref A1) (pin 30))) + (net (code 62) (name "Net-(A1-Pad28)") + (node (ref A1) (pin 28))) + (net (code 63) (name "Net-(A1-Pad3)") + (node (ref A1) (pin 3))) + (net (code 64) (name "Net-(A1-Pad18)") + (node (ref A1) (pin 18))) + (net (code 65) (name "Net-(R32-Pad2)") + (node (ref R32) (pin 2)) + (node (ref U1) (pin 12))) + (net (code 66) (name "Net-(R33-Pad2)") + (node (ref R33) (pin 2)) + (node (ref U1) (pin 13))) + (net (code 67) (name "Net-(R35-Pad1)") + (node (ref U1) (pin 15)) + (node (ref R35) (pin 1))) + (net (code 68) (name "Net-(R34-Pad1)") + (node (ref U1) (pin 14)) + (node (ref R34) (pin 1))) + (net (code 69) (name "Net-(Q22-Pad2)") + (node (ref R49) (pin 1)) + (node (ref R20) (pin 1)) + (node (ref Q22) (pin 2))) + (net (code 70) (name "Net-(R29-Pad1)") + (node (ref R29) (pin 1)) + (node (ref U1) (pin 9))) + (net (code 71) (name "Net-(R30-Pad1)") + (node (ref U1) (pin 10)) + (node (ref R30) (pin 1))) + (net (code 72) (name "Net-(R31-Pad1)") + (node (ref U1) (pin 11)) + (node (ref R31) (pin 1))) + (net (code 73) (name D9) + (node (ref A1) (pin 12)) + (node (ref U2) (pin 2))) + (net (code 74) (name D1) + (node (ref U1) (pin 2)) + (node (ref A1) (pin 1))) + (net (code 75) (name D8) + (node (ref R54) (pin 1)) + (node (ref A1) (pin 11))) + (net (code 76) (name D10) + (node (ref A1) (pin 13)) + (node (ref U2) (pin 3))) + (net (code 77) (name D11) + (node (ref U2) (pin 4)) + (node (ref A1) (pin 14))) + (net (code 78) (name D12) + (node (ref U2) (pin 5)) + (node (ref A1) (pin 15))) + (net (code 79) (name "Net-(J1-Pad5)") + (node (ref J1) (pin 5)) + (node (ref Q5) (pin 1))) + (net (code 80) (name "Net-(J1-Pad6)") + (node (ref Q6) (pin 1)) + (node (ref J1) (pin 6))) + (net (code 81) (name "Net-(J1-Pad7)") + (node (ref J1) (pin 7)) + (node (ref Q7) (pin 1))) + (net (code 82) (name "Net-(J1-Pad8)") + (node (ref Q8) (pin 1)) + (node (ref J1) (pin 8))) + (net (code 83) (name A6) + (node (ref A1) (pin 25)) + (node (ref J6) (pin 3))) + (net (code 84) (name "Net-(A1-Pad26)") + (node (ref A1) (pin 26))) + (net (code 85) (name "Net-(Q7-Pad2)") + (node (ref R35) (pin 2)) + (node (ref R7) (pin 1)) + (node (ref Q7) (pin 2))) + (net (code 86) (name "Net-(J1-Pad4)") + (node (ref Q4) (pin 1)) + (node (ref J1) (pin 4))) + (net (code 87) (name "Net-(Q3-Pad2)") + (node (ref Q3) (pin 2)) + (node (ref R3) (pin 1)) + (node (ref R31) (pin 2))) + (net (code 88) (name "Net-(Q4-Pad2)") + (node (ref R32) (pin 1)) + (node (ref R4) (pin 1)) + (node (ref Q4) (pin 2))) + (net (code 89) (name D3) + (node (ref U1) (pin 3)) + (node (ref A1) (pin 6))) + (net (code 90) (name D4) + (node (ref U1) (pin 4)) + (node (ref A1) (pin 7))) + (net (code 91) (name D5) + (node (ref U1) (pin 5)) + (node (ref A1) (pin 8))) + (net (code 92) (name "Net-(Q1-Pad2)") + (node (ref R1) (pin 1)) + (node (ref Q1) (pin 2)) + (node (ref R29) (pin 2))) + (net (code 93) (name "Net-(J1-Pad2)") + (node (ref Q2) (pin 1)) + (node (ref J1) (pin 2))) + (net (code 94) (name "Net-(Q2-Pad2)") + (node (ref R30) (pin 2)) + (node (ref R2) (pin 1)) + (node (ref Q2) (pin 2))) + (net (code 95) (name "Net-(J1-Pad3)") + (node (ref Q3) (pin 1)) + (node (ref J1) (pin 3))) + (net (code 96) (name "Net-(Q6-Pad2)") + (node (ref Q6) (pin 2)) + (node (ref R34) (pin 2)) + (node (ref R6) (pin 1))) + (net (code 97) (name "Net-(J1-Pad1)") + (node (ref J1) (pin 1)) + (node (ref Q1) (pin 1))) + (net (code 98) (name "Net-(Q5-Pad2)") + (node (ref R33) (pin 1)) + (node (ref Q5) (pin 2)) + (node (ref R5) (pin 1))) + (net (code 99) (name "Net-(Q9-Pad2)") + (node (ref R8) (pin 1)) + (node (ref Q9) (pin 2)) + (node (ref R36) (pin 1))) + (net (code 100) (name D13) + (node (ref A1) (pin 16)) + (node (ref U3) (pin 2))) + (net (code 101) (name A0) + (node (ref A1) (pin 19)) + (node (ref U3) (pin 3))) + (net (code 102) (name A1) + (node (ref A1) (pin 20)) + (node (ref U3) (pin 4))) + (net (code 103) (name D6) + (node (ref A1) (pin 9)) + (node (ref U3) (pin 5))) + (net (code 104) (name "Net-(Q18-Pad2)") + (node (ref Q18) (pin 2)) + (node (ref R44) (pin 1)) + (node (ref R16) (pin 1))) + (net (code 105) (name "Net-(Q19-Pad2)") + (node (ref R45) (pin 1)) + (node (ref R17) (pin 1)) + (node (ref Q19) (pin 2))) + (net (code 106) (name "Net-(Q20-Pad2)") + (node (ref R47) (pin 2)) + (node (ref Q20) (pin 2)) + (node (ref R18) (pin 1))) + (net (code 107) (name "Net-(Q21-Pad2)") + (node (ref R48) (pin 2)) + (node (ref Q21) (pin 2)) + (node (ref R19) (pin 1))) + (net (code 108) (name "Net-(Q11-Pad2)") + (node (ref R38) (pin 1)) + (node (ref R10) (pin 1)) + (node (ref Q11) (pin 2))) + (net (code 109) (name "Net-(Q12-Pad2)") + (node (ref Q12) (pin 2)) + (node (ref R11) (pin 1)) + (node (ref R39) (pin 2))) + (net (code 110) (name "Net-(Q13-Pad2)") + (node (ref R40) (pin 2)) + (node (ref Q13) (pin 2)) + (node (ref R12) (pin 1))) + (net (code 111) (name "Net-(J3-Pad6)") + (node (ref Q11) (pin 1)) + (node (ref J3) (pin 6))) + (net (code 112) (name "Net-(J3-Pad5)") + (node (ref J3) (pin 5)) + (node (ref Q12) (pin 1))) + (net (code 113) (name "Net-(J3-Pad4)") + (node (ref J3) (pin 4)) + (node (ref Q13) (pin 1))) + (net (code 114) (name "Net-(Q14-Pad2)") + (node (ref R13) (pin 1)) + (node (ref R41) (pin 2)) + (node (ref Q14) (pin 2))) + (net (code 115) (name "Net-(Q15-Pad2)") + (node (ref R14) (pin 1)) + (node (ref R42) (pin 2)) + (node (ref Q15) (pin 2))) + (net (code 116) (name "Net-(J3-Pad1)") + (node (ref J3) (pin 1)) + (node (ref Q16) (pin 1))) + (net (code 117) (name "Net-(J3-Pad3)") + (node (ref Q14) (pin 1)) + (node (ref J3) (pin 3))) + (net (code 118) (name "Net-(J3-Pad7)") + (node (ref J3) (pin 7)) + (node (ref Q10) (pin 1))) + (net (code 119) (name "Net-(J3-Pad2)") + (node (ref Q15) (pin 1)) + (node (ref J3) (pin 2))) + (net (code 120) (name "Net-(J3-Pad8)") + (node (ref J3) (pin 8)) + (node (ref Q9) (pin 1))))) \ No newline at end of file diff --git a/PCB/tabule.pro b/PCB/tabule.pro new file mode 100644 index 0000000..ef2a7dc --- /dev/null +++ b/PCB/tabule.pro @@ -0,0 +1,249 @@ +update=Wed 22 May 2019 21:18:30 CEST +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead=tabule.net +CopperLayerCount=2 +BoardThickness=1.6 +AllowMicroVias=0 +AllowBlindVias=0 +RequireCourtyardDefinitions=0 +ProhibitOverlappingCourtyards=1 +MinTrackWidth=0.2 +MinViaDiameter=0.4 +MinViaDrill=0.3 +MinMicroViaDiameter=0.2 +MinMicroViaDrill=0.09999999999999999 +MinHoleToHole=0.25 +TrackWidth1=0.5 +ViaDiameter1=1.2 +ViaDrill1=0.8 +dPairWidth1=0.2 +dPairGap1=0.25 +dPairViaGap1=0.25 +SilkLineWidth=0.15 +SilkTextSizeV=1 +SilkTextSizeH=1 +SilkTextSizeThickness=0.15 +SilkTextItalic=0 +SilkTextUpright=1 +CopperLineWidth=0.2 +CopperTextSizeV=1.5 +CopperTextSizeH=1.5 +CopperTextThickness=0.3 +CopperTextItalic=0 +CopperTextUpright=1 +EdgeCutLineWidth=0.15 +CourtyardLineWidth=0.05 +OthersLineWidth=0.15 +OthersTextSizeV=1 +OthersTextSizeH=1 +OthersTextSizeThickness=0.15 +OthersTextItalic=0 +OthersTextUpright=1 +SolderMaskClearance=0.051 +SolderMaskMinWidth=0.25 +SolderPasteClearance=0 +SolderPasteRatio=0 +[pcbnew/Layer.F.Cu] +Name=F.Cu +Type=0 +Enabled=1 +[pcbnew/Layer.In1.Cu] +Name=In1.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In2.Cu] +Name=In2.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In3.Cu] +Name=In3.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In4.Cu] +Name=In4.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In5.Cu] +Name=In5.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In6.Cu] +Name=In6.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In7.Cu] +Name=In7.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In8.Cu] +Name=In8.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In9.Cu] +Name=In9.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In10.Cu] +Name=In10.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In11.Cu] +Name=In11.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In12.Cu] +Name=In12.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In13.Cu] +Name=In13.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In14.Cu] +Name=In14.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In15.Cu] +Name=In15.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In16.Cu] +Name=In16.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In17.Cu] +Name=In17.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In18.Cu] +Name=In18.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In19.Cu] +Name=In19.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In20.Cu] +Name=In20.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In21.Cu] +Name=In21.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In22.Cu] +Name=In22.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In23.Cu] +Name=In23.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In24.Cu] +Name=In24.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In25.Cu] +Name=In25.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In26.Cu] +Name=In26.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In27.Cu] +Name=In27.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In28.Cu] +Name=In28.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In29.Cu] +Name=In29.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In30.Cu] +Name=In30.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.B.Cu] +Name=B.Cu +Type=0 +Enabled=1 +[pcbnew/Layer.B.Adhes] +Enabled=1 +[pcbnew/Layer.F.Adhes] +Enabled=1 +[pcbnew/Layer.B.Paste] +Enabled=1 +[pcbnew/Layer.F.Paste] +Enabled=1 +[pcbnew/Layer.B.SilkS] +Enabled=1 +[pcbnew/Layer.F.SilkS] +Enabled=1 +[pcbnew/Layer.B.Mask] +Enabled=1 +[pcbnew/Layer.F.Mask] +Enabled=1 +[pcbnew/Layer.Dwgs.User] +Enabled=1 +[pcbnew/Layer.Cmts.User] +Enabled=1 +[pcbnew/Layer.Eco1.User] +Enabled=1 +[pcbnew/Layer.Eco2.User] +Enabled=1 +[pcbnew/Layer.Edge.Cuts] +Enabled=1 +[pcbnew/Layer.Margin] +Enabled=1 +[pcbnew/Layer.B.CrtYd] +Enabled=1 +[pcbnew/Layer.F.CrtYd] +Enabled=1 +[pcbnew/Layer.B.Fab] +Enabled=1 +[pcbnew/Layer.F.Fab] +Enabled=1 +[pcbnew/Layer.Rescue] +Enabled=0 +[pcbnew/Netclasses] +[pcbnew/Netclasses/Default] +Name=Default +Clearance=0.2 +TrackWidth=0.5 +ViaDiameter=1.2 +ViaDrill=0.8 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 +[pcbnew/Netclasses/1] +Name=GND +Clearance=0.4 +TrackWidth=0.75 +ViaDiameter=1.2 +ViaDrill=0.8 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 diff --git a/PCB/tabule.sch b/PCB/tabule.sch new file mode 100644 index 0000000..131cc9f --- /dev/null +++ b/PCB/tabule.sch @@ -0,0 +1,1898 @@ +EESchema Schematic File Version 4 +EELAYER 29 0 +EELAYER END +$Descr A3 16535 11693 +encoding utf-8 +Sheet 1 1 +Title "Tabule" +Date "2018-10-22" +Rev "V1.1" +Comp "David Zálešák" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L 4xxx:4543 U1 +U 1 1 5BCD5139 +P 2550 3150 +F 0 "U1" V 2200 3500 50 0000 L CNN +F 1 "4543" H 2650 3600 50 0000 L CNN +F 2 "Package_DIP:DIP-16_W7.62mm_Socket_LongPads" H 2550 3150 50 0001 C CNN +F 3 "http://www.ti.com/lit/ds/symlink/cd4543b.pdf" H 2550 3150 50 0001 C CNN + 1 2550 3150 + 0 -1 1 0 +$EndComp +$Comp +L Transistor_FET:BS170 Q1 +U 1 1 5BCD5402 +P 700 4500 +F 0 "Q1" H 800 4375 50 0000 L CNN +F 1 "BS170" H 475 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 900 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 700 4500 50 0001 L CNN + 1 700 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q2 +U 1 1 5BCD55DD +P 1200 4500 +F 0 "Q2" H 1300 4375 50 0000 L CNN +F 1 "BS170" H 975 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 1400 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 1200 4500 50 0001 L CNN + 1 1200 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q3 +U 1 1 5BCD564B +P 1700 4500 +F 0 "Q3" H 1800 4375 50 0000 L CNN +F 1 "BS170" H 1475 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 1900 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 1700 4500 50 0001 L CNN + 1 1700 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q4 +U 1 1 5BCD577D +P 2200 4500 +F 0 "Q4" H 2300 4375 50 0000 L CNN +F 1 "BS170" H 1975 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 2400 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 2200 4500 50 0001 L CNN + 1 2200 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q5 +U 1 1 5BCD582E +P 2700 4500 +F 0 "Q5" H 2800 4375 50 0000 L CNN +F 1 "BS170" H 2475 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 2900 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 2700 4500 50 0001 L CNN + 1 2700 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q6 +U 1 1 5BCD5850 +P 3200 4500 +F 0 "Q6" H 3300 4375 50 0000 L CNN +F 1 "BS170" H 2975 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 3400 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 3200 4500 50 0001 L CNN + 1 3200 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q7 +U 1 1 5BCD5874 +P 3700 4500 +F 0 "Q7" H 3800 4375 50 0000 L CNN +F 1 "BS170" H 3475 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 3900 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 3700 4500 50 0001 L CNN + 1 3700 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q8 +U 1 1 5BCD595E +P 4200 4500 +F 0 "Q8" H 4300 4375 50 0000 L CNN +F 1 "BS170" H 3975 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 4400 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 4200 4500 50 0001 L CNN + 1 4200 4500 + -1 0 0 1 +$EndComp +$Comp +L Device:R R1 +U 1 1 5BCD5B92 +P 750 4300 +F 0 "R1" V 650 4300 50 0000 C CNN +F 1 "R" V 750 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 680 4300 50 0001 C CNN +F 3 "~" H 750 4300 50 0001 C CNN + 1 750 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R2 +U 1 1 5BCD5D11 +P 1250 4300 +F 0 "R2" V 1150 4300 50 0000 C CNN +F 1 "R" V 1250 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 1180 4300 50 0001 C CNN +F 3 "~" H 1250 4300 50 0001 C CNN + 1 1250 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R3 +U 1 1 5BCD5D66 +P 1750 4300 +F 0 "R3" V 1650 4300 50 0000 C CNN +F 1 "R" V 1750 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 1680 4300 50 0001 C CNN +F 3 "~" H 1750 4300 50 0001 C CNN + 1 1750 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R4 +U 1 1 5BCD5DB2 +P 2250 4300 +F 0 "R4" V 2150 4300 50 0000 C CNN +F 1 "R" V 2250 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 2180 4300 50 0001 C CNN +F 3 "~" H 2250 4300 50 0001 C CNN + 1 2250 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R5 +U 1 1 5BCD5DF9 +P 2750 4300 +F 0 "R5" V 2650 4300 50 0000 C CNN +F 1 "R" V 2750 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 2680 4300 50 0001 C CNN +F 3 "~" H 2750 4300 50 0001 C CNN + 1 2750 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R6 +U 1 1 5BCD6145 +P 3250 4300 +F 0 "R6" V 3150 4300 50 0000 C CNN +F 1 "R" V 3250 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 3180 4300 50 0001 C CNN +F 3 "~" H 3250 4300 50 0001 C CNN + 1 3250 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R7 +U 1 1 5BCD6194 +P 3750 4300 +F 0 "R7" V 3650 4300 50 0000 C CNN +F 1 "R" V 3750 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 3680 4300 50 0001 C CNN +F 3 "~" H 3750 4300 50 0001 C CNN + 1 3750 4300 + 0 1 1 0 +$EndComp +Wire Wire Line + 900 3800 900 4300 +Wire Wire Line + 900 4300 900 4500 +Connection ~ 900 4300 +Wire Wire Line + 1400 4500 1400 4300 +Wire Wire Line + 1400 4300 1400 3900 +Connection ~ 1400 4300 +Wire Wire Line + 1900 4500 1900 4300 +Wire Wire Line + 1900 4300 1900 4000 +Connection ~ 1900 4300 +Wire Wire Line + 2400 4500 2400 4300 +Wire Wire Line + 2400 4300 2400 4100 +Connection ~ 2400 4300 +Wire Wire Line + 2900 4500 2900 4300 +Wire Wire Line + 2900 4300 2900 4100 +Connection ~ 2900 4300 +Wire Wire Line + 3400 4500 3400 4300 +Wire Wire Line + 3400 4300 3400 4000 +Connection ~ 3400 4300 +Wire Wire Line + 3900 4500 3900 4300 +$Comp +L Connector:Conn_01x08_Male J1 +U 1 1 5BCD5D19 +P 2400 5350 +F 0 "J1" V 2328 5277 50 0000 C CNN +F 1 "Conn_01x08_Male" V 2237 5277 50 0000 C CNN +F 2 "Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical" H 2400 5350 50 0001 C CNN +F 3 "~" H 2400 5350 50 0001 C CNN + 1 2400 5350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 2100 5150 2100 5050 +Wire Wire Line + 2100 5050 600 5050 +Wire Wire Line + 600 5050 600 4700 +Wire Wire Line + 1100 4700 1100 4950 +Wire Wire Line + 1100 4950 2200 4950 +Wire Wire Line + 2200 4950 2200 5150 +Wire Wire Line + 1600 4700 1600 4850 +Wire Wire Line + 1600 4850 2300 4850 +Wire Wire Line + 2300 4850 2300 5150 +Wire Wire Line + 2100 4700 2100 4750 +Wire Wire Line + 2100 4750 2400 4750 +Wire Wire Line + 2400 4750 2400 5150 +Wire Wire Line + 2600 4700 2600 4750 +Wire Wire Line + 2600 4750 2500 4750 +Wire Wire Line + 2500 4750 2500 5150 +Wire Wire Line + 2600 5150 2600 4850 +Wire Wire Line + 2600 4850 3100 4850 +Wire Wire Line + 3100 4850 3100 4700 +Wire Wire Line + 2700 5150 2700 4950 +Wire Wire Line + 2700 4950 3600 4950 +Wire Wire Line + 3600 4950 3600 4700 +Wire Wire Line + 4100 4700 4100 5050 +Wire Wire Line + 4100 5050 2800 5050 +Wire Wire Line + 2800 5050 2800 5150 +Text GLabel 600 4300 1 50 Input ~ 0 +GND +Text GLabel 2600 4300 1 50 Input ~ 0 +GND +Text GLabel 2100 4300 1 50 Input ~ 0 +GND +Text GLabel 1600 4300 1 50 Input ~ 0 +GND +Text GLabel 1100 4300 1 50 Input ~ 0 +GND +Text GLabel 3100 4300 1 50 Input ~ 0 +GND +Text GLabel 3600 4300 1 50 Input ~ 0 +GND +Text GLabel 4100 4300 1 50 Input ~ 0 +GND +Wire Wire Line + 2400 4100 2500 4100 +Wire Wire Line + 2500 4100 2500 4050 +Wire Wire Line + 2500 4050 2550 4050 +Wire Wire Line + 2900 4100 2700 4100 +Wire Wire Line + 2700 4100 2700 4050 +Wire Wire Line + 2700 4050 2650 4050 +Text GLabel 3150 3150 2 50 Input ~ 0 +GND +Text GLabel 2750 2650 1 50 Input ~ 0 +GND +Text GLabel 2650 2650 1 50 Input ~ 0 +5V +Text GLabel 1950 3150 0 50 Input ~ 0 +5V +Text GLabel 2850 2650 1 50 Input ~ 0 +GND +Text GLabel 2450 2650 1 50 Input ~ 0 +D1 +$Comp +L MCU_Module:Arduino_Nano_v3.x A1 +U 1 1 5BD09A4B +P 3450 7850 +F 0 "A1" V 3000 8650 50 0000 R CNN +F 1 "Arduino_Nano_v3.x" V 3900 7050 50 0000 R CNN +F 2 "Module:Arduino_Nano" H 3600 6900 50 0001 L CNN +F 3 "http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf" H 3450 6850 50 0001 C CNN + 1 3450 7850 + 0 1 1 0 +$EndComp +Text GLabel 3750 7350 1 50 Input ~ 0 +D3 +Text GLabel 3650 7350 1 50 Input ~ 0 +D4 +Text GLabel 3550 7350 1 50 Input ~ 0 +D5 +Text GLabel 3450 7350 1 50 Input ~ 0 +D6 +Text GLabel 3350 7350 1 50 Input ~ 0 +D7 +Text GLabel 3250 7350 1 50 Input ~ 0 +D8 +Text GLabel 3150 7350 1 50 Input ~ 0 +D9 +Text GLabel 3050 7350 1 50 Input ~ 0 +D10 +Text GLabel 2950 7350 1 50 Input ~ 0 +D11 +Text GLabel 2850 7350 1 50 Input ~ 0 +D12 +Text GLabel 2750 7350 1 50 Input ~ 0 +D13 +Text GLabel 2250 2650 1 50 Input ~ 0 +D5 +Text GLabel 2550 2650 1 50 Input ~ 0 +D4 +Text GLabel 2350 2650 1 50 Input ~ 0 +D3 +$Comp +L 4xxx:4543 U2 +U 1 1 5BD0C47D +P 6700 3150 +F 0 "U2" V 6350 3500 50 0000 L CNN +F 1 "4543" H 6800 3600 50 0000 L CNN +F 2 "Package_DIP:DIP-16_W7.62mm_Socket_LongPads" H 6700 3150 50 0001 C CNN +F 3 "http://www.ti.com/lit/ds/symlink/cd4543b.pdf" H 6700 3150 50 0001 C CNN + 1 6700 3150 + 0 1 1 0 +$EndComp +$Comp +L Transistor_FET:BS170 Q9 +U 1 1 5BD0C483 +P 4850 4500 +F 0 "Q9" H 4950 4375 50 0000 L CNN +F 1 "BS170" H 4625 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 5050 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 4850 4500 50 0001 L CNN + 1 4850 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q10 +U 1 1 5BD0C489 +P 5350 4500 +F 0 "Q10" H 5450 4375 50 0000 L CNN +F 1 "BS170" H 5125 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 5550 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 5350 4500 50 0001 L CNN + 1 5350 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q11 +U 1 1 5BD0C48F +P 5850 4500 +F 0 "Q11" H 5950 4375 50 0000 L CNN +F 1 "BS170" H 5625 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 6050 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 5850 4500 50 0001 L CNN + 1 5850 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q12 +U 1 1 5BD0C495 +P 6350 4500 +F 0 "Q12" H 6450 4375 50 0000 L CNN +F 1 "BS170" H 6125 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 6550 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 6350 4500 50 0001 L CNN + 1 6350 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q13 +U 1 1 5BD0C49B +P 6850 4500 +F 0 "Q13" H 6950 4375 50 0000 L CNN +F 1 "BS170" H 6625 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 7050 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 6850 4500 50 0001 L CNN + 1 6850 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q14 +U 1 1 5BD0C4A1 +P 7350 4500 +F 0 "Q14" H 7450 4375 50 0000 L CNN +F 1 "BS170" H 7125 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 7550 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 7350 4500 50 0001 L CNN + 1 7350 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q15 +U 1 1 5BD0C4A7 +P 7850 4500 +F 0 "Q15" H 7950 4375 50 0000 L CNN +F 1 "BS170" H 7625 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 8050 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 7850 4500 50 0001 L CNN + 1 7850 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q16 +U 1 1 5BD0C4AD +P 8350 4500 +F 0 "Q16" H 8450 4375 50 0000 L CNN +F 1 "BS170" H 8125 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 8550 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 8350 4500 50 0001 L CNN + 1 8350 4500 + -1 0 0 1 +$EndComp +$Comp +L Device:R R8 +U 1 1 5BD0C4B3 +P 4900 4300 +F 0 "R8" V 4800 4300 50 0000 C CNN +F 1 "R" V 4900 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 4830 4300 50 0001 C CNN +F 3 "~" H 4900 4300 50 0001 C CNN + 1 4900 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R9 +U 1 1 5BD0C4B9 +P 5400 4300 +F 0 "R9" V 5300 4300 50 0000 C CNN +F 1 "R" V 5400 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 5330 4300 50 0001 C CNN +F 3 "~" H 5400 4300 50 0001 C CNN + 1 5400 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R10 +U 1 1 5BD0C4BF +P 5900 4300 +F 0 "R10" V 5800 4300 50 0000 C CNN +F 1 "R" V 5900 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 5830 4300 50 0001 C CNN +F 3 "~" H 5900 4300 50 0001 C CNN + 1 5900 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R11 +U 1 1 5BD0C4C5 +P 6400 4300 +F 0 "R11" V 6300 4300 50 0000 C CNN +F 1 "R" V 6400 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 6330 4300 50 0001 C CNN +F 3 "~" H 6400 4300 50 0001 C CNN + 1 6400 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R12 +U 1 1 5BD0C4CB +P 6900 4300 +F 0 "R12" V 6800 4300 50 0000 C CNN +F 1 "R" V 6900 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 6830 4300 50 0001 C CNN +F 3 "~" H 6900 4300 50 0001 C CNN + 1 6900 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R13 +U 1 1 5BD0C4D1 +P 7400 4300 +F 0 "R13" V 7300 4300 50 0000 C CNN +F 1 "R" V 7400 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 7330 4300 50 0001 C CNN +F 3 "~" H 7400 4300 50 0001 C CNN + 1 7400 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R14 +U 1 1 5BD0C4D7 +P 7900 4300 +F 0 "R14" V 7800 4300 50 0000 C CNN +F 1 "R" V 7900 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 7830 4300 50 0001 C CNN +F 3 "~" H 7900 4300 50 0001 C CNN + 1 7900 4300 + 0 1 1 0 +$EndComp +Wire Wire Line + 5050 4300 5050 4500 +Wire Wire Line + 5550 4500 5550 4300 +Connection ~ 5550 4300 +Wire Wire Line + 6050 4500 6050 4300 +Wire Wire Line + 6050 4300 6050 4000 +Wire Wire Line + 6050 4000 6200 4000 +Connection ~ 6050 4300 +Wire Wire Line + 6550 4500 6550 4300 +Wire Wire Line + 6550 4300 6550 4100 +Connection ~ 6550 4300 +Wire Wire Line + 7050 4500 7050 4300 +Wire Wire Line + 7050 4300 7050 4100 +Connection ~ 7050 4300 +Wire Wire Line + 7550 4500 7550 4300 +Wire Wire Line + 7550 4300 7550 4000 +Wire Wire Line + 7550 4000 7350 4000 +Connection ~ 7550 4300 +Wire Wire Line + 8050 4500 8050 4300 +Wire Wire Line + 8050 4300 8050 3800 +Wire Wire Line + 8050 3800 7850 3800 +Connection ~ 8050 4300 +$Comp +L Connector:Conn_01x08_Male J3 +U 1 1 5BD0C4FA +P 6650 5350 +F 0 "J3" V 6578 5277 50 0000 C CNN +F 1 "Conn_01x08_Male" V 6487 5277 50 0000 C CNN +F 2 "Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical" H 6650 5350 50 0001 C CNN +F 3 "~" H 6650 5350 50 0001 C CNN + 1 6650 5350 + 0 1 -1 0 +$EndComp +Wire Wire Line + 6250 5150 6250 5050 +Wire Wire Line + 6250 5050 4750 5050 +Wire Wire Line + 4750 5050 4750 4700 +Wire Wire Line + 5250 4700 5250 4950 +Wire Wire Line + 5250 4950 6350 4950 +Wire Wire Line + 6350 4950 6350 5150 +Wire Wire Line + 5750 4700 5750 4850 +Wire Wire Line + 5750 4850 6450 4850 +Wire Wire Line + 6450 4850 6450 5150 +Wire Wire Line + 6250 4700 6250 4750 +Wire Wire Line + 6250 4750 6550 4750 +Wire Wire Line + 6550 4750 6550 5150 +Wire Wire Line + 6750 4700 6750 4750 +Wire Wire Line + 6750 4750 6650 4750 +Wire Wire Line + 6650 4750 6650 5150 +Wire Wire Line + 6750 5150 6750 4850 +Wire Wire Line + 6750 4850 7250 4850 +Wire Wire Line + 7250 4850 7250 4700 +Wire Wire Line + 6850 5150 6850 4950 +Wire Wire Line + 6850 4950 7750 4950 +Wire Wire Line + 7750 4950 7750 4700 +Wire Wire Line + 8250 4700 8250 5050 +Wire Wire Line + 8250 5050 6950 5050 +Wire Wire Line + 6950 5050 6950 5150 +Text GLabel 4750 4300 1 50 Input ~ 0 +GND +Text GLabel 6750 4300 1 50 Input ~ 0 +GND +Text GLabel 6250 4300 1 50 Input ~ 0 +GND +Text GLabel 5750 4300 1 50 Input ~ 0 +GND +Text GLabel 5250 4300 1 50 Input ~ 0 +GND +Text GLabel 7250 4300 1 50 Input ~ 0 +GND +Text GLabel 7750 4300 1 50 Input ~ 0 +GND +Text GLabel 8250 4300 1 50 Input ~ 0 +GND +Wire Wire Line + 6550 4100 6650 4100 +Wire Wire Line + 6650 4100 6650 4050 +Wire Wire Line + 6650 4050 6700 4050 +Wire Wire Line + 7050 4100 6850 4100 +Wire Wire Line + 6850 4100 6850 4050 +Wire Wire Line + 6850 4050 6800 4050 +Text GLabel 6100 3150 0 50 Input ~ 0 +GND +Text GLabel 6500 2650 1 50 Input ~ 0 +GND +Text GLabel 6600 2650 1 50 Input ~ 0 +5V +Text GLabel 7300 3150 2 50 Input ~ 0 +5V +Text GLabel 6400 2650 1 50 Input ~ 0 +GND +Text GLabel 6700 2650 1 50 Input ~ 0 +D11 +Text GLabel 6900 2650 1 50 Input ~ 0 +D10 +Text GLabel 6800 2650 1 50 Input ~ 0 +D9 +Text GLabel 7000 2650 1 50 Input ~ 0 +D12 +Text GLabel 8550 4200 1 50 Input ~ 0 +D8 +$Comp +L 4xxx:4543 U3 +U 1 1 5BD112F5 +P 10950 3150 +F 0 "U3" V 10600 3500 50 0000 L CNN +F 1 "4543" H 11050 3600 50 0000 L CNN +F 2 "Package_DIP:DIP-16_W7.62mm_Socket_LongPads" H 10950 3150 50 0001 C CNN +F 3 "http://www.ti.com/lit/ds/symlink/cd4543b.pdf" H 10950 3150 50 0001 C CNN + 1 10950 3150 + 0 1 1 0 +$EndComp +$Comp +L Transistor_FET:BS170 Q17 +U 1 1 5BD112FB +P 9100 4500 +F 0 "Q17" H 9200 4375 50 0000 L CNN +F 1 "BS170" H 8875 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 9300 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 9100 4500 50 0001 L CNN + 1 9100 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q18 +U 1 1 5BD11301 +P 9600 4500 +F 0 "Q18" H 9700 4375 50 0000 L CNN +F 1 "BS170" H 9375 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 9800 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 9600 4500 50 0001 L CNN + 1 9600 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q19 +U 1 1 5BD11307 +P 10100 4500 +F 0 "Q19" H 10200 4375 50 0000 L CNN +F 1 "BS170" H 9875 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 10300 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 10100 4500 50 0001 L CNN + 1 10100 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q20 +U 1 1 5BD1130D +P 10600 4500 +F 0 "Q20" H 10700 4375 50 0000 L CNN +F 1 "BS170" H 10375 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 10800 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 10600 4500 50 0001 L CNN + 1 10600 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q21 +U 1 1 5BD11313 +P 11100 4500 +F 0 "Q21" H 11200 4375 50 0000 L CNN +F 1 "BS170" H 10875 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 11300 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 11100 4500 50 0001 L CNN + 1 11100 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q22 +U 1 1 5BD11319 +P 11600 4500 +F 0 "Q22" H 11700 4375 50 0000 L CNN +F 1 "BS170" H 11375 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 11800 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 11600 4500 50 0001 L CNN + 1 11600 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q23 +U 1 1 5BD1131F +P 12100 4500 +F 0 "Q23" H 12200 4375 50 0000 L CNN +F 1 "BS170" H 11875 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 12300 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 12100 4500 50 0001 L CNN + 1 12100 4500 + -1 0 0 1 +$EndComp +$Comp +L Device:R R15 +U 1 1 5BD1132B +P 9150 4300 +F 0 "R15" V 9050 4300 50 0000 C CNN +F 1 "R" V 9150 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 9080 4300 50 0001 C CNN +F 3 "~" H 9150 4300 50 0001 C CNN + 1 9150 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R16 +U 1 1 5BD11331 +P 9650 4300 +F 0 "R16" V 9550 4300 50 0000 C CNN +F 1 "R" V 9650 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 9580 4300 50 0001 C CNN +F 3 "~" H 9650 4300 50 0001 C CNN + 1 9650 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R17 +U 1 1 5BD11337 +P 10150 4300 +F 0 "R17" V 10050 4300 50 0000 C CNN +F 1 "R" V 10150 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 10080 4300 50 0001 C CNN +F 3 "~" H 10150 4300 50 0001 C CNN + 1 10150 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R18 +U 1 1 5BD1133D +P 10650 4300 +F 0 "R18" V 10550 4300 50 0000 C CNN +F 1 "R" V 10650 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 10580 4300 50 0001 C CNN +F 3 "~" H 10650 4300 50 0001 C CNN + 1 10650 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R19 +U 1 1 5BD11343 +P 11150 4300 +F 0 "R19" V 11050 4300 50 0000 C CNN +F 1 "R" V 11150 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 11080 4300 50 0001 C CNN +F 3 "~" H 11150 4300 50 0001 C CNN + 1 11150 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R20 +U 1 1 5BD11349 +P 11650 4300 +F 0 "R20" V 11550 4300 50 0000 C CNN +F 1 "R" V 11650 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 11580 4300 50 0001 C CNN +F 3 "~" H 11650 4300 50 0001 C CNN + 1 11650 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R21 +U 1 1 5BD1134F +P 12150 4300 +F 0 "R21" V 12050 4300 50 0000 C CNN +F 1 "R" V 12150 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 12080 4300 50 0001 C CNN +F 3 "~" H 12150 4300 50 0001 C CNN + 1 12150 4300 + 0 1 1 0 +$EndComp +Wire Wire Line + 10650 3800 10000 3800 +Wire Wire Line + 9300 3800 9300 4300 +Wire Wire Line + 9300 4300 9300 4500 +Connection ~ 9300 4300 +Wire Wire Line + 9800 4500 9800 4300 +Wire Wire Line + 9800 4300 9800 3900 +Wire Wire Line + 9800 3900 10100 3900 +Connection ~ 9800 4300 +Wire Wire Line + 10300 4500 10300 4300 +Wire Wire Line + 10300 4300 10300 4000 +Wire Wire Line + 10300 4000 10400 4000 +Connection ~ 10300 4300 +Wire Wire Line + 10800 4500 10800 4300 +Wire Wire Line + 10800 4300 10800 4100 +Connection ~ 10800 4300 +Wire Wire Line + 11300 4500 11300 4300 +Wire Wire Line + 11300 4300 11300 4100 +Connection ~ 11300 4300 +Wire Wire Line + 11800 4500 11800 4300 +Wire Wire Line + 11800 4300 11800 4000 +Wire Wire Line + 11800 4000 11650 4000 +Connection ~ 11800 4300 +Wire Wire Line + 12300 4500 12300 4300 +Wire Wire Line + 12300 4300 12300 3800 +Wire Wire Line + 12300 3800 12050 3800 +Connection ~ 12300 4300 +$Comp +L Connector:Conn_01x08_Male J4 +U 1 1 5BD11372 +P 10800 5350 +F 0 "J4" V 10728 5277 50 0000 C CNN +F 1 "Conn_01x08_Male" V 10637 5277 50 0000 C CNN +F 2 "Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical" H 10800 5350 50 0001 C CNN +F 3 "~" H 10800 5350 50 0001 C CNN + 1 10800 5350 + 0 1 -1 0 +$EndComp +Wire Wire Line + 9000 5050 9000 4700 +Wire Wire Line + 9500 4700 9500 4950 +Wire Wire Line + 10000 4700 10000 4850 +Wire Wire Line + 10000 4850 10700 4850 +Wire Wire Line + 10700 4850 10700 5150 +Wire Wire Line + 10500 4700 10500 4750 +Wire Wire Line + 10500 4750 10800 4750 +Wire Wire Line + 10800 4750 10800 5150 +Wire Wire Line + 11000 4700 11000 4750 +Wire Wire Line + 11000 4750 10900 4750 +Wire Wire Line + 10900 4750 10900 5150 +Wire Wire Line + 11000 5150 11000 4850 +Wire Wire Line + 11000 4850 11500 4850 +Wire Wire Line + 11500 4850 11500 4700 +Wire Wire Line + 11100 5150 11100 4950 +Wire Wire Line + 11100 4950 12000 4950 +Wire Wire Line + 12000 4950 12000 4700 +Text GLabel 9000 4300 1 50 Input ~ 0 +GND +Text GLabel 11000 4300 1 50 Input ~ 0 +GND +Text GLabel 10500 4300 1 50 Input ~ 0 +GND +Text GLabel 10000 4300 1 50 Input ~ 0 +GND +Text GLabel 9500 4300 1 50 Input ~ 0 +GND +Text GLabel 11500 4300 1 50 Input ~ 0 +GND +Text GLabel 12000 4300 1 50 Input ~ 0 +GND +Wire Wire Line + 10800 4100 10900 4100 +Wire Wire Line + 10900 4100 10900 4050 +Wire Wire Line + 10900 4050 10950 4050 +Wire Wire Line + 11300 4100 11100 4100 +Wire Wire Line + 11100 4100 11100 4050 +Wire Wire Line + 11100 4050 11050 4050 +Text GLabel 10350 3150 0 50 Input ~ 0 +GND +Text GLabel 10750 2650 1 50 Input ~ 0 +GND +Text GLabel 10850 2650 1 50 Input ~ 0 +5V +Text GLabel 11550 3150 2 50 Input ~ 0 +5V +Text GLabel 10650 2650 1 50 Input ~ 0 +GND +Text GLabel 11250 2650 1 50 Input ~ 0 +D6 +Text GLabel 11150 2650 1 50 Input ~ 0 +A0 +Text GLabel 11050 2650 1 50 Input ~ 0 +D13 +Text GLabel 10950 2650 1 50 Input ~ 0 +A1 +Text GLabel 3450 8350 3 50 Input ~ 0 +A0 +Text GLabel 3350 8350 3 50 Input ~ 0 +A1 +Text GLabel 3250 8350 3 50 Input ~ 0 +A2 +Text GLabel 3050 8350 3 50 Input ~ 0 +A4 +Text GLabel 2950 8350 3 50 Input ~ 0 +A5 +Text GLabel 2850 8350 3 50 Input ~ 0 +A6 +$Comp +L 4xxx:4543 U4 +U 1 1 5BD2036B +P 14500 3150 +F 0 "U4" V 14150 3500 50 0000 L CNN +F 1 "4543" H 14600 3600 50 0000 L CNN +F 2 "Package_DIP:DIP-16_W7.62mm_Socket_LongPads" H 14500 3150 50 0001 C CNN +F 3 "http://www.ti.com/lit/ds/symlink/cd4543b.pdf" H 14500 3150 50 0001 C CNN + 1 14500 3150 + 0 1 1 0 +$EndComp +$Comp +L Transistor_FET:BS170 Q24 +U 1 1 5BD20371 +P 12650 4500 +F 0 "Q24" H 12750 4375 50 0000 L CNN +F 1 "BS170" H 12425 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 12850 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 12650 4500 50 0001 L CNN + 1 12650 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q25 +U 1 1 5BD20377 +P 13150 4500 +F 0 "Q25" H 13250 4375 50 0000 L CNN +F 1 "BS170" H 12925 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 13350 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 13150 4500 50 0001 L CNN + 1 13150 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q26 +U 1 1 5BD2037D +P 13650 4500 +F 0 "Q26" H 13750 4375 50 0000 L CNN +F 1 "BS170" H 13425 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 13850 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 13650 4500 50 0001 L CNN + 1 13650 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q27 +U 1 1 5BD20383 +P 14150 4500 +F 0 "Q27" H 14250 4375 50 0000 L CNN +F 1 "BS170" H 13925 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 14350 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 14150 4500 50 0001 L CNN + 1 14150 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q28 +U 1 1 5BD20389 +P 14650 4500 +F 0 "Q28" H 14750 4375 50 0000 L CNN +F 1 "BS170" H 14425 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 14850 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 14650 4500 50 0001 L CNN + 1 14650 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q29 +U 1 1 5BD2038F +P 15150 4500 +F 0 "Q29" H 15250 4375 50 0000 L CNN +F 1 "BS170" H 14925 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 15350 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 15150 4500 50 0001 L CNN + 1 15150 4500 + -1 0 0 1 +$EndComp +$Comp +L Transistor_FET:BS170 Q30 +U 1 1 5BD20395 +P 15650 4500 +F 0 "Q30" H 15750 4375 50 0000 L CNN +F 1 "BS170" H 15425 4650 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_HandSolder" H 15850 4425 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BS/BS170.pdf" H 15650 4500 50 0001 L CNN + 1 15650 4500 + -1 0 0 1 +$EndComp +$Comp +L Device:R R22 +U 1 1 5BD2039B +P 12700 4300 +F 0 "R22" V 12600 4300 50 0000 C CNN +F 1 "R" V 12700 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 12630 4300 50 0001 C CNN +F 3 "~" H 12700 4300 50 0001 C CNN + 1 12700 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R23 +U 1 1 5BD203A1 +P 13200 4300 +F 0 "R23" V 13100 4300 50 0000 C CNN +F 1 "R" V 13200 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 13130 4300 50 0001 C CNN +F 3 "~" H 13200 4300 50 0001 C CNN + 1 13200 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R24 +U 1 1 5BD203A7 +P 13700 4300 +F 0 "R24" V 13600 4300 50 0000 C CNN +F 1 "R" V 13700 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 13630 4300 50 0001 C CNN +F 3 "~" H 13700 4300 50 0001 C CNN + 1 13700 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R25 +U 1 1 5BD203AD +P 14200 4300 +F 0 "R25" V 14100 4300 50 0000 C CNN +F 1 "R" V 14200 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 14130 4300 50 0001 C CNN +F 3 "~" H 14200 4300 50 0001 C CNN + 1 14200 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R26 +U 1 1 5BD203B3 +P 14700 4300 +F 0 "R26" V 14600 4300 50 0000 C CNN +F 1 "R" V 14700 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 14630 4300 50 0001 C CNN +F 3 "~" H 14700 4300 50 0001 C CNN + 1 14700 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R27 +U 1 1 5BD203B9 +P 15200 4300 +F 0 "R27" V 15100 4300 50 0000 C CNN +F 1 "R" V 15200 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 15130 4300 50 0001 C CNN +F 3 "~" H 15200 4300 50 0001 C CNN + 1 15200 4300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R28 +U 1 1 5BD203BF +P 15700 4300 +F 0 "R28" V 15600 4300 50 0000 C CNN +F 1 "R" V 15700 4300 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 15630 4300 50 0001 C CNN +F 3 "~" H 15700 4300 50 0001 C CNN + 1 15700 4300 + 0 1 1 0 +$EndComp +Wire Wire Line + 14200 3800 13350 3800 +Wire Wire Line + 12850 3800 12850 4300 +Wire Wire Line + 12850 4300 12850 4500 +Connection ~ 12850 4300 +Wire Wire Line + 13350 4500 13350 4300 +Wire Wire Line + 13350 4300 13350 3900 +Wire Wire Line + 13350 3900 13450 3900 +Connection ~ 13350 4300 +Wire Wire Line + 13850 4500 13850 4300 +Wire Wire Line + 13850 4300 13850 4000 +Wire Wire Line + 13850 4000 13900 4000 +Connection ~ 13850 4300 +Wire Wire Line + 14350 4500 14350 4300 +Wire Wire Line + 14350 4300 14350 4100 +Connection ~ 14350 4300 +Wire Wire Line + 14850 4500 14850 4300 +Wire Wire Line + 14850 4300 14850 4100 +Connection ~ 14850 4300 +Wire Wire Line + 15350 4500 15350 4300 +Wire Wire Line + 15350 4300 15350 4000 +Wire Wire Line + 15350 4000 15200 4000 +Connection ~ 15350 4300 +Wire Wire Line + 15850 4500 15850 4300 +Wire Wire Line + 15850 4300 15850 3800 +Wire Wire Line + 15850 3800 15750 3800 +Connection ~ 15850 4300 +$Comp +L Connector:Conn_01x08_Male J5 +U 1 1 5BD203E2 +P 14450 5350 +F 0 "J5" V 14378 5277 50 0000 C CNN +F 1 "Conn_01x08_Male" V 14287 5277 50 0000 C CNN +F 2 "Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical" H 14450 5350 50 0001 C CNN +F 3 "~" H 14450 5350 50 0001 C CNN + 1 14450 5350 + 0 1 -1 0 +$EndComp +Wire Wire Line + 12550 5050 12550 4700 +Wire Wire Line + 13050 4700 13050 4950 +Wire Wire Line + 13550 4700 13550 4850 +Wire Wire Line + 13550 4850 14250 4850 +Wire Wire Line + 14250 4850 14250 5150 +Wire Wire Line + 14050 4700 14050 4750 +Wire Wire Line + 14050 4750 14350 4750 +Wire Wire Line + 14350 4750 14350 5150 +Wire Wire Line + 14550 4700 14550 4750 +Wire Wire Line + 14550 4750 14450 4750 +Wire Wire Line + 14450 4750 14450 5150 +Wire Wire Line + 14550 5150 14550 4850 +Wire Wire Line + 14550 4850 15050 4850 +Wire Wire Line + 15050 4850 15050 4700 +Wire Wire Line + 14650 5150 14650 4950 +Wire Wire Line + 14650 4950 15550 4950 +Wire Wire Line + 15550 4950 15550 4700 +Wire Wire Line + 14750 5050 14750 5150 +Text GLabel 12550 4300 1 50 Input ~ 0 +GND +Text GLabel 14550 4300 1 50 Input ~ 0 +GND +Text GLabel 14050 4300 1 50 Input ~ 0 +GND +Text GLabel 13550 4300 1 50 Input ~ 0 +GND +Text GLabel 13050 4300 1 50 Input ~ 0 +GND +Text GLabel 15050 4300 1 50 Input ~ 0 +GND +Text GLabel 15550 4300 1 50 Input ~ 0 +GND +Wire Wire Line + 14350 4100 14450 4100 +Wire Wire Line + 14450 4100 14450 4050 +Wire Wire Line + 14450 4050 14500 4050 +Wire Wire Line + 14850 4100 14650 4100 +Wire Wire Line + 14650 4100 14650 4050 +Wire Wire Line + 14650 4050 14600 4050 +Text GLabel 13900 3150 0 50 Input ~ 0 +GND +Text GLabel 14300 2650 1 50 Input ~ 0 +GND +Text GLabel 14400 2650 1 50 Input ~ 0 +5V +Text GLabel 15100 3150 2 50 Input ~ 0 +5V +Text GLabel 14200 2650 1 50 Input ~ 0 +GND +Text GLabel 14800 2650 1 50 Input ~ 0 +A5 +Text GLabel 14700 2650 1 50 Input ~ 0 +A3 +Text GLabel 14600 2650 1 50 Input ~ 0 +A2 +Text GLabel 14500 2650 1 50 Input ~ 0 +A4 +Text GLabel 14750 5050 2 50 Input ~ 0 +12V +Text GLabel 4450 8050 2 50 Input ~ 0 +5V +Text GLabel 2450 7950 0 50 Input ~ 0 +GND +Text GLabel 2450 7850 0 50 Input ~ 0 +GND +$Comp +L Connector:Conn_01x04_Female J2 +U 1 1 5BD2CD58 +P 3850 6500 +F 0 "J2" V 3700 6250 50 0000 R CNN +F 1 "Conn_01x04_Female" V 3900 6800 50 0000 R CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 3850 6500 50 0001 C CNN +F 3 "~" H 3850 6500 50 0001 C CNN + 1 3850 6500 + 0 -1 -1 0 +$EndComp +Text GLabel 3750 6700 3 50 Input ~ 0 +GND +Text GLabel 4050 6700 3 50 Input ~ 0 +5V +NoConn ~ 4450 7750 +NoConn ~ 4050 8350 +NoConn ~ 3950 8350 +NoConn ~ 3650 8350 +NoConn ~ 3950 6700 +Wire Wire Line + 3400 4000 3250 4000 +Wire Wire Line + 6400 3800 6000 3800 +Wire Wire Line + 5550 3800 5550 4300 +Wire Wire Line + 6500 3900 5450 3900 +Wire Wire Line + 5050 3900 5050 4300 +Connection ~ 5050 4300 +Wire Wire Line + 14050 4950 13050 4950 +Wire Wire Line + 14050 4950 14050 5150 +Wire Wire Line + 12550 5050 14150 5050 +Wire Wire Line + 14150 5050 14150 5150 +Wire Wire Line + 9500 4950 10500 4950 +Wire Wire Line + 10500 4950 10500 5150 +Wire Wire Line + 9000 5050 10600 5050 +Wire Wire Line + 10600 5050 10600 5150 +$Comp +L moje_soucastky:Mini_step_down_regulator U5 +U 1 1 5BE21DCA +P 5600 8000 +F 0 "U5" V 5350 8000 50 0000 C CNN +F 1 "Mini_step_down_regulator" V 5874 8000 50 0000 C CNN +F 2 "moje_soucastky:Mini_step_down_regulator" H 5600 8000 50 0001 C CNN +F 3 "" H 5600 8000 50 0001 C CNN + 1 5600 8000 + 0 -1 -1 0 +$EndComp +Text GLabel 6200 7750 1 50 Input ~ 0 +12V +Text GLabel 6200 8250 3 50 Input ~ 0 +GND +Text GLabel 4900 8150 0 50 Input ~ 0 +GND +Text GLabel 4900 7850 0 50 Input ~ 0 +5V +$Comp +L Connector:Conn_01x04_Female J6 +U 1 1 5BE40CAA +P 5550 6550 +F 0 "J6" V 5450 6800 50 0000 R CNN +F 1 "Conn_01x04_Female" V 5650 6850 50 0000 R CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 5550 6550 50 0001 C CNN +F 3 "~" H 5550 6550 50 0001 C CNN + 1 5550 6550 + 0 1 -1 0 +$EndComp +Text GLabel 5350 6750 3 50 Input ~ 0 +GND +Text GLabel 5650 6750 3 50 Input ~ 0 +5V +Wire Wire Line + 5550 6750 5550 7100 +$Comp +L Device:C C1 +U 1 1 5BE1A4F4 +P 5000 8000 +F 0 "C1" H 5115 8046 50 0000 L CNN +F 1 "C" H 5115 7955 50 0000 L CNN +F 2 "Capacitor_THT:CP_Radial_D8.0mm_P3.50mm" H 5038 7850 50 0001 C CNN +F 3 "~" H 5000 8000 50 0001 C CNN + 1 5000 8000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C2 +U 1 1 5BE1AB4F +P 6200 8000 +F 0 "C2" H 6315 8046 50 0000 L CNN +F 1 "C" H 6315 7955 50 0000 L CNN +F 2 "Capacitor_THT:CP_Radial_D8.0mm_P3.50mm" H 6238 7850 50 0001 C CNN +F 3 "~" H 6200 8000 50 0001 C CNN + 1 6200 8000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6200 7750 6200 7850 +Wire Wire Line + 6200 8150 6200 8250 +Wire Wire Line + 6200 8150 6050 8150 +Wire Wire Line + 6050 8150 6050 8100 +Connection ~ 6200 8150 +Wire Wire Line + 6200 7850 6050 7850 +Wire Wire Line + 6050 7850 6050 7900 +Connection ~ 6200 7850 +Wire Wire Line + 5150 7900 5150 7850 +Wire Wire Line + 5150 7850 5000 7850 +Wire Wire Line + 5150 8100 5150 8150 +Wire Wire Line + 5150 8150 5000 8150 +Wire Wire Line + 4900 7850 5000 7850 +Connection ~ 5000 7850 +Wire Wire Line + 4900 8150 5000 8150 +Connection ~ 5000 8150 +$Comp +L Device:R R29 +U 1 1 5BE84BD7 +P 1050 3800 +F 0 "R29" V 1150 3800 50 0000 C CNN +F 1 "R" V 1050 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 980 3800 50 0001 C CNN +F 3 "~" H 1050 3800 50 0001 C CNN + 1 1050 3800 + 0 1 1 0 +$EndComp +Wire Wire Line + 1200 3800 2250 3800 +$Comp +L Device:R R30 +U 1 1 5BE929CC +P 1550 3900 +F 0 "R30" V 1650 3900 50 0000 C CNN +F 1 "R" V 1550 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 1480 3900 50 0001 C CNN +F 3 "~" H 1550 3900 50 0001 C CNN + 1 1550 3900 + 0 1 1 0 +$EndComp +Wire Wire Line + 1700 3900 2350 3900 +$Comp +L Device:R R31 +U 1 1 5BEA08DB +P 2050 4000 +F 0 "R31" V 2150 3950 50 0000 C CNN +F 1 "R" V 2050 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 1980 4000 50 0001 C CNN +F 3 "~" H 2050 4000 50 0001 C CNN + 1 2050 4000 + 0 1 1 0 +$EndComp +Wire Wire Line + 2200 4000 2450 4000 +$Comp +L Device:R R32 +U 1 1 5BEAE724 +P 2550 3900 +F 0 "R32" V 2650 3850 50 0000 C CNN +F 1 "R" V 2550 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 2480 3900 50 0001 C CNN +F 3 "~" H 2550 3900 50 0001 C CNN + 1 2550 3900 + -1 0 0 1 +$EndComp +Wire Wire Line + 2250 3800 2250 3650 +Wire Wire Line + 2350 3650 2350 3900 +Wire Wire Line + 2450 3650 2450 4000 +Wire Wire Line + 2550 3750 2550 3650 +$Comp +L Device:R R33 +U 1 1 5BF206A2 +P 2650 3900 +F 0 "R33" V 2750 3850 50 0000 C CNN +F 1 "R" V 2650 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 2580 3900 50 0001 C CNN +F 3 "~" H 2650 3900 50 0001 C CNN + 1 2650 3900 + -1 0 0 1 +$EndComp +Wire Wire Line + 2650 3750 2650 3650 +Wire Wire Line + 2850 3650 2850 4000 +Connection ~ 3900 4300 +Wire Wire Line + 3900 4300 3900 3900 +Wire Wire Line + 3900 3900 3600 3900 +Wire Wire Line + 2750 3650 2750 3900 +$Comp +L Device:R R35 +U 1 1 5BF3D878 +P 3450 3900 +F 0 "R35" V 3550 3850 50 0000 C CNN +F 1 "R" V 3450 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 3380 3900 50 0001 C CNN +F 3 "~" H 3450 3900 50 0001 C CNN + 1 3450 3900 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 3300 3900 2750 3900 +$Comp +L Device:R R34 +U 1 1 5BF3DAD0 +P 3100 4000 +F 0 "R34" V 3200 3950 50 0000 C CNN +F 1 "R" V 3100 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 3030 4000 50 0001 C CNN +F 3 "~" H 3100 4000 50 0001 C CNN + 1 3100 4000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 2950 4000 2850 4000 +$Comp +L Device:R R36 +U 1 1 5BF3DD6A +P 5300 3900 +F 0 "R36" V 5400 3850 50 0000 C CNN +F 1 "R" V 5300 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 5230 3900 50 0001 C CNN +F 3 "~" H 5300 3900 50 0001 C CNN + 1 5300 3900 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 5150 3900 5050 3900 +$Comp +L Device:R R37 +U 1 1 5BF3DF00 +P 5850 3800 +F 0 "R37" V 5950 3750 50 0000 C CNN +F 1 "R" V 5850 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 5780 3800 50 0001 C CNN +F 3 "~" H 5850 3800 50 0001 C CNN + 1 5850 3800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 5700 3800 5550 3800 +$Comp +L Device:R R38 +U 1 1 5BF3DFCA +P 6350 4000 +F 0 "R38" V 6450 3950 50 0000 C CNN +F 1 "R" V 6350 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 6280 4000 50 0001 C CNN +F 3 "~" H 6350 4000 50 0001 C CNN + 1 6350 4000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 6500 4000 6600 4000 +Wire Wire Line + 6400 3800 6400 3650 +Wire Wire Line + 6500 3650 6500 3900 +Wire Wire Line + 6600 3650 6600 4000 +Wire Wire Line + 6900 3650 6900 4000 +Wire Wire Line + 7000 3800 7000 3650 +$Comp +L Device:R R39 +U 1 1 5BFB9210 +P 6700 3800 +F 0 "R39" V 6800 3750 50 0000 C CNN +F 1 "R" V 6700 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 6630 3800 50 0001 C CNN +F 3 "~" H 6700 3800 50 0001 C CNN + 1 6700 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6700 3950 6700 4050 +$Comp +L Device:R R40 +U 1 1 5BFB947F +P 6800 3800 +F 0 "R40" V 6900 3750 50 0000 C CNN +F 1 "R" V 6800 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 6730 3800 50 0001 C CNN +F 3 "~" H 6800 3800 50 0001 C CNN + 1 6800 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6800 3950 6800 4050 +$Comp +L Device:R R41 +U 1 1 5BFB9539 +P 7200 4000 +F 0 "R41" V 7300 3950 50 0000 C CNN +F 1 "R" V 7200 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 7130 4000 50 0001 C CNN +F 3 "~" H 7200 4000 50 0001 C CNN + 1 7200 4000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 7050 4000 6900 4000 +$Comp +L Device:R R42 +U 1 1 5BFB9708 +P 7700 3800 +F 0 "R42" V 7800 3750 50 0000 C CNN +F 1 "R" V 7700 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 7630 3800 50 0001 C CNN +F 3 "~" H 7700 3800 50 0001 C CNN + 1 7700 3800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 7550 3800 7000 3800 +Wire Wire Line + 10650 3800 10650 3650 +Wire Wire Line + 10750 3650 10750 3900 +Wire Wire Line + 11150 3650 11150 4000 +Wire Wire Line + 11250 3800 11250 3650 +$Comp +L Device:R R43 +U 1 1 5C0386F3 +P 9850 3800 +F 0 "R43" V 9950 3750 50 0000 C CNN +F 1 "R" V 9850 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 9780 3800 50 0001 C CNN +F 3 "~" H 9850 3800 50 0001 C CNN + 1 9850 3800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 9700 3800 9300 3800 +$Comp +L Device:R R44 +U 1 1 5C03893D +P 10250 3900 +F 0 "R44" V 10350 3850 50 0000 C CNN +F 1 "R" V 10250 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 10180 3900 50 0001 C CNN +F 3 "~" H 10250 3900 50 0001 C CNN + 1 10250 3900 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 10400 3900 10750 3900 +$Comp +L Device:R R45 +U 1 1 5C038A11 +P 10550 4000 +F 0 "R45" V 10650 3950 50 0000 C CNN +F 1 "R" V 10550 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 10480 4000 50 0001 C CNN +F 3 "~" H 10550 4000 50 0001 C CNN + 1 10550 4000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 10700 4000 10850 4000 +$Comp +L Device:R R47 +U 1 1 5C038FC0 +P 10950 3800 +F 0 "R47" V 11050 3750 50 0000 C CNN +F 1 "R" V 10950 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 10880 3800 50 0001 C CNN +F 3 "~" H 10950 3800 50 0001 C CNN + 1 10950 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10950 3950 10950 4050 +$Comp +L Device:R R48 +U 1 1 5C03908C +P 11050 3800 +F 0 "R48" V 11150 3750 50 0000 C CNN +F 1 "R" V 11050 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 10980 3800 50 0001 C CNN +F 3 "~" H 11050 3800 50 0001 C CNN + 1 11050 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 11050 3950 11050 4050 +$Comp +L Device:R R49 +U 1 1 5C039156 +P 11500 4000 +F 0 "R49" V 11600 3950 50 0000 C CNN +F 1 "R" V 11500 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 11430 4000 50 0001 C CNN +F 3 "~" H 11500 4000 50 0001 C CNN + 1 11500 4000 + 0 1 1 0 +$EndComp +Wire Wire Line + 11350 4000 11150 4000 +$Comp +L Device:R R50 +U 1 1 5C039299 +P 11900 3800 +F 0 "R50" V 12000 3750 50 0000 C CNN +F 1 "R" V 11900 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 11830 3800 50 0001 C CNN +F 3 "~" H 11900 3800 50 0001 C CNN + 1 11900 3800 + 0 1 1 0 +$EndComp +Wire Wire Line + 11750 3800 11250 3800 +Wire Wire Line + 14200 3800 14200 3650 +Wire Wire Line + 14300 3650 14300 3900 +Wire Wire Line + 14700 3650 14700 4000 +Wire Wire Line + 14800 3800 14800 3650 +$Comp +L Device:R R51 +U 1 1 5C0BD2CE +P 13200 3800 +F 0 "R51" V 13300 3750 50 0000 C CNN +F 1 "R" V 13200 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 13130 3800 50 0001 C CNN +F 3 "~" H 13200 3800 50 0001 C CNN + 1 13200 3800 + 0 1 1 0 +$EndComp +Wire Wire Line + 13050 3800 12850 3800 +$Comp +L Device:R R52 +U 1 1 5C0BD4E7 +P 13600 3900 +F 0 "R52" V 13700 3850 50 0000 C CNN +F 1 "R" V 13600 3900 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 13530 3900 50 0001 C CNN +F 3 "~" H 13600 3900 50 0001 C CNN + 1 13600 3900 + 0 1 1 0 +$EndComp +Wire Wire Line + 13750 3900 14300 3900 +$Comp +L Device:R R53 +U 1 1 5C0CE2CD +P 14050 4000 +F 0 "R53" V 14150 3950 50 0000 C CNN +F 1 "R" V 14050 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 13980 4000 50 0001 C CNN +F 3 "~" H 14050 4000 50 0001 C CNN + 1 14050 4000 + 0 1 1 0 +$EndComp +Wire Wire Line + 14200 4000 14400 4000 +$Comp +L Device:R R55 +U 1 1 5C0DFAD4 +P 14500 3800 +F 0 "R55" V 14600 3750 50 0000 C CNN +F 1 "R" V 14500 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 14430 3800 50 0001 C CNN +F 3 "~" H 14500 3800 50 0001 C CNN + 1 14500 3800 + -1 0 0 1 +$EndComp +Wire Wire Line + 14500 3950 14500 4050 +$Comp +L Device:R R56 +U 1 1 5C0F0622 +P 14600 3800 +F 0 "R56" V 14700 3750 50 0000 C CNN +F 1 "R" V 14600 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 14530 3800 50 0001 C CNN +F 3 "~" H 14600 3800 50 0001 C CNN + 1 14600 3800 + -1 0 0 1 +$EndComp +Wire Wire Line + 14600 4050 14600 3950 +$Comp +L Device:R R57 +U 1 1 5C101300 +P 15050 4000 +F 0 "R57" V 15150 3950 50 0000 C CNN +F 1 "R" V 15050 4000 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 14980 4000 50 0001 C CNN +F 3 "~" H 15050 4000 50 0001 C CNN + 1 15050 4000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 14900 4000 14700 4000 +$Comp +L Device:R R58 +U 1 1 5C101455 +P 15600 3800 +F 0 "R58" V 15700 3750 50 0000 C CNN +F 1 "R" V 15600 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" V 15530 3800 50 0001 C CNN +F 3 "~" H 15600 3800 50 0001 C CNN + 1 15600 3800 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 15450 3800 14800 3800 +NoConn ~ 4450 7950 +NoConn ~ 3000 3600 +Wire Wire Line + 10850 3650 10850 4000 +Wire Wire Line + 14400 3650 14400 4000 +$Comp +L Device:R R54 +U 1 1 5C5798FE +P 8550 4350 +F 0 "R54" V 8650 4300 50 0000 C CNN +F 1 "R" V 8550 4350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8480 4350 50 0001 C CNN +F 3 "~" H 8550 4350 50 0001 C CNN + 1 8550 4350 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R46 +U 1 1 5C57CCE4 +P 4400 4350 +F 0 "R46" V 4500 4300 50 0000 C CNN +F 1 "R" V 4400 4350 50 0000 C CNN +F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 4330 4350 50 0001 C CNN +F 3 "~" H 4400 4350 50 0001 C CNN + 1 4400 4350 + -1 0 0 1 +$EndComp +Text GLabel 4400 4200 1 50 Input ~ 0 +D7 +$Comp +L Connector:Conn_01x02_Female J7 +U 1 1 5C4B3175 +P 7050 6850 +F 0 "J7" H 7077 6826 50 0000 L CNN +F 1 "Conn_01x02_Female" H 7077 6735 50 0000 L CNN +F 2 "Connector_Phoenix_MSTB:PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal" H 7050 6850 50 0001 C CNN +F 3 "~" H 7050 6850 50 0001 C CNN + 1 7050 6850 + 1 0 0 -1 +$EndComp +Text GLabel 6850 6850 0 50 Input ~ 0 +GND +Text GLabel 6850 6950 0 50 Input ~ 0 +GND +Text GLabel 10400 5150 0 50 Input ~ 0 +GND +Wire Wire Line + 3850 6700 3850 7350 +Text GLabel 3150 8350 3 50 Input ~ 0 +A3 +Text GLabel 5450 6750 3 50 Input ~ 0 +A6 +Text GLabel 3950 7350 1 50 Input ~ 0 +D1 +Wire Wire Line + 4050 7350 4050 7100 +Wire Wire Line + 4050 7100 5550 7100 +$EndSCHEMATC diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd01837 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +#Fotbalová tabule + +Fotbalová tabule, fungující na arduinu. +Ukazuje score do 19 bodů a minuty. \ No newline at end of file diff --git a/SW/minuty/minuty.ino b/SW/minuty/minuty.ino new file mode 100644 index 0000000..2daece9 --- /dev/null +++ b/SW/minuty/minuty.ino @@ -0,0 +1,184 @@ +/* +Současné ovladače +5587904 5587760 +5587952 5587724 +5587916 5587772 + +1377728 1377584 +1377776 1377548 +1377740 1377596 +1377788 1377539 +*/ + +#include +#include + +int stav = 0; // 1=nastaveni, 2=readytostart, 3=polocas1, 4=pauza, 5=polocas2, 6=konec +int minuta, delka = 45, vynulovani; +boolean debug = 0, i; + +Tasker tasker; +RCSwitch mySwitch = RCSwitch(); + +void change() { + if (stav > 1) { + vynulovani++; + if (vynulovani >= 30) { + vynulovani = 0; + stav = 1; + tasker.cancel(polocas); + tasker.cancel(blinking, 0); + tasker.cancel(blinking, delka); + tasker.cancel(blinking, 2*delka); + minuta = 0; + } + } else { + if (delka == 45) { + delka = 35; + display(delka); + } else if (delka == 35) { + delka = 30; + display(delka); + } else if (delka == 30) { + delka = 45; + display(delka); + } + delay(500); + } +} + +void enter() { + if (stav == 1) { + stav = 2; // Ready to start + tasker.setInterval(blinking, 500, 0); + blinking(0); + delay(3000); + } else if (stav == 2) { + tasker.cancel(blinking, 0); + stav = 3; // Poločas 1 + display(0); + tasker.setInterval(polocas, 60000); + } else if (stav == 4) { + tasker.cancel(blinking, minuta); + stav = 5; //Poločas 2 + display(minuta); + tasker.setInterval(polocas, 60000); + } +} + +void minutym(){ + if((stav == 3 && minuta > 0) || (stav == 5 && minuta > delka)){ + minuta--; + display(minuta); + delay(500); + } +} + +void minutyp(){ + if((stav == 3 && minuta < delka) || (stav == 5 && minuta < 2*delka)){ + minuta++; + display(minuta); + delay(500); + } +} + +void polocas() { + minuta++; + display(minuta); + if (minuta == delka && stav == 3) { + stav = 4; + tasker.cancel(polocas); + tasker.setInterval(blinking, 500, minuta); + }else if(minuta == 2*delka && stav == 5){ + stav = 6; + tasker.cancel(polocas); + tasker.setInterval(blinking, 500, minuta); + } +} + +void setup() { + if(debug){ Serial.begin(9600); } + mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 + pinMode(9, OUTPUT); + pinMode(10, OUTPUT); + pinMode(11, OUTPUT); + pinMode(12, OUTPUT); + pinMode(13, OUTPUT); + pinMode(A0, OUTPUT); + pinMode(A1, OUTPUT); + pinMode(A2, OUTPUT); + + //Test zobrazení + display(88); + if(!debug){ delay(60000); } //88 na začátku + + //tasker.setInterval(display, 500); + stav = 1; + display(delka); +} + +void loop() { + tasker.loop(); + if (mySwitch.available()) { + + long value = mySwitch.getReceivedValue(); + + if (value == 5587916 || value == 1377740) { + change(); + } else if (value == 5587772 || value == 1377596) { + enter(); + } else if (value == 5587952 || value == 1377776) { + minutym(); + } else if (value == 5587724 || value == 1377548) { + minutyp(); + } + + mySwitch.resetAvailable(); + } +} + +void blinking(int dig) { + if(!i){ + digitalWrite(12, 1); + digitalWrite(10, 1); + digitalWrite(9, 1); + digitalWrite(11, 1); + + digitalWrite(A1, 1); + digitalWrite(13, 1); + digitalWrite(A0, 1); + digitalWrite(A2, 1); + if(debug){ Serial.println("blank"); } + i=1; + }else{ + display(dig); + i=0; + } +} + +void display(int dig) { + boolean minuta1[4], minuta2[4]; + int_to_bin_digit(dig / 10, minuta1); + int_to_bin_digit(dig % 10, minuta2); + digitalWrite(12, minuta1[3]); + digitalWrite(10, minuta1[2]); + digitalWrite(9, minuta1[1]); + digitalWrite(11, minuta1[0]); + + digitalWrite(A1, minuta2[0]); + digitalWrite(13, minuta2[1]); + digitalWrite(A0, minuta2[2]); + digitalWrite(A2, minuta2[3]); + if(debug){ Serial.println(dig); } +} + +void int_to_bin_digit(unsigned int in, boolean* out) +{ + /* assert: count <= sizeof(int)*CHAR_BIT */ + unsigned int mask = 1U << 3; + int i; + for (i = 0; i < 4; i++) { + out[i] = (in & mask) ? 1 : 0; + in <<= 1; + } +} diff --git a/SW/score/score.ino b/SW/score/score.ino new file mode 100644 index 0000000..8b85936 --- /dev/null +++ b/SW/score/score.ino @@ -0,0 +1,115 @@ +#include + +RCSwitch mySwitch = RCSwitch(); +// V konečné verzi zruším čísla pinů jako proměnné, a debug. +int D1 = 3; +int D2 = 5; +int D4 = 6; +int D8 = 4; +int Dj = 7; + +int H1 = 8; +int H2 = 10; +int H4 = 11; +int H8 = 9; +int Hj = 12; + +boolean debug = 0; + +int domaci; +int hoste; + +void setup() { + if(debug){ Serial.begin(9600); } + mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 + + pinMode(D1, OUTPUT); + pinMode(D2, OUTPUT); + pinMode(D4, OUTPUT); + pinMode(D8, OUTPUT); + pinMode(Dj, OUTPUT); + + pinMode(H1, OUTPUT); + pinMode(H2, OUTPUT); + pinMode(H4, OUTPUT); + pinMode(H8, OUTPUT); + pinMode(Hj, OUTPUT); + + //Test zobrazení + domaci = 18; + hoste = 18; + display(); + if(!debug){ delay(60000); } + domaci = 0; + hoste = 0; + display(); +} + +void loop() { + if (mySwitch.available()) { + + long value = mySwitch.getReceivedValue(); + + if(value == 5587904 || value == 1377728){ + domaci += 1; + if (domaci == 10) { + domaci = 0; + } + display(); delay(1000); + }else if(value == 5587760 || value==1377584){ + hoste += 1; + if (hoste == 10) { + hoste = 0; + } + display(); delay(1000); + } + + mySwitch.resetAvailable(); + } +} + +void display() { + boolean domaci_b[4], hoste_b[4]; + int_to_bin_digit(domaci % 10, domaci_b); + int_to_bin_digit(hoste % 10, hoste_b); + + digitalWrite(D1, domaci_b[3]); + digitalWrite(D2, domaci_b[2]); + digitalWrite(D4, domaci_b[1]); + digitalWrite(D8, domaci_b[0]); + digitalWrite(Dj, domaci/10); + + digitalWrite(H1, hoste_b[3]); + digitalWrite(H2, hoste_b[2]); + digitalWrite(H4, hoste_b[1]); + digitalWrite(H8, hoste_b[0]); + digitalWrite(Hj, hoste/10); + + if(debug){ + Serial.print(domaci); Serial.print("\t:\t"); Serial.println(hoste); + Serial.print(domaci/10); + Serial.print(" "); + Serial.print(domaci_b[0]); + Serial.print(domaci_b[1]); + Serial.print(domaci_b[2]); + Serial.print(domaci_b[3]); + Serial.print("\t:\t"); + Serial.print(hoste/10); + Serial.print(" "); + Serial.print(hoste_b[0]); + Serial.print(hoste_b[1]); + Serial.print(hoste_b[2]); + Serial.println(hoste_b[3]); + } +} + +void int_to_bin_digit(unsigned int in, boolean* out) +{ + /* assert: count <= sizeof(int)*CHAR_BIT */ + unsigned int mask = 1U << 3; + int i; + for (i = 0; i < 4; i++) { + out[i] = (in & mask) ? 1 : 0; + in <<= 1; + } +}