From fe573aa2cff5cf72bfd1f354ae2c9821cedb6fb2 Mon Sep 17 00:00:00 2001 From: Marius K Date: Sun, 1 Apr 2018 17:58:04 +0200 Subject: [PATCH] added schematics and pcb migrated to kicad 5.0.0 RC2 nightly --- kicad/camino-eagle-import.dcm | 3 + kicad/camino.kicad_pcb | 14706 ++++++++++++++++ kicad/camino.pretty/3296Y.kicad_mod | 50 + kicad/camino.pretty/BUCHSE_DC.kicad_mod | 39 + .../camino.pretty/BUCHSE_LABOR_2MM.kicad_mod | 13 + .../BUCHSE_SERIELL_SUBD9_PIN.kicad_mod | 120 + .../camino.pretty/BUCHSE_USB_B_PIN.kicad_mod | 31 + kicad/camino.pretty/DIL40.kicad_mod | 111 + kicad/camino.pretty/DIODE_MINIMELF.kicad_mod | 25 + .../camino.pretty/DIODE_SMD_DO214AB.kicad_mod | 16 + .../camino.pretty/ELKO_RADIAL_11MM.kicad_mod | 28 + kicad/camino.pretty/ELKO_SMD_TM_B.kicad_mod | 24 + .../GLEICHRICHTER_SIL4.kicad_mod | 35 + kicad/camino.pretty/HC49U.kicad_mod | 54 + .../KLEMMBUCHSE_WAGO_233_504_4PIN.kicad_mod | 135 + .../KLEMMBUCHSE_WAGO_233_512_12PIN.kicad_mod | 317 + .../KONDENSATOR_SMD_1206.kicad_mod | 22 + .../KONDENSATOR_SMD_1812.kicad_mod | 22 + .../camino.pretty/LAUTSPRECHER_BOX.kicad_mod | 28 + .../camino.pretty/LCD_PULT_162C_BC.kicad_mod | 59 + kicad/camino.pretty/LED_KINGBRIGHT.kicad_mod | 22 + .../PFOSTENSTIFTLEISTE_10PIN.kicad_mod | 37 + .../PFOSTENSTIFTLEISTE_6PIN.kicad_mod | 29 + .../RECEIVER_TSOP_LIEGEND.kicad_mod | 35 + .../camino.pretty/SCHALTER_1UM_ESP.kicad_mod | 22 + kicad/camino.pretty/SCHALTER_DIP4.kicad_mod | 104 + kicad/camino.pretty/SCHALTER_DIP8.kicad_mod | 189 + .../camino.pretty/SCHALTER_KNITTER.kicad_mod | 18 + kicad/camino.pretty/SO16L.kicad_mod | 89 + kicad/camino.pretty/SOT-23.kicad_mod | 26 + .../SPULE_RADIAL_200MIL.kicad_mod | 15 + kicad/camino.pretty/SPULE_SMD_1008.kicad_mod | 20 + kicad/camino.pretty/TASTER_LSG1301.kicad_mod | 33 + ...O220_LIEGEND_KUEHLKOERPER_STRANG.kicad_mod | 89 + .../WIDERSTAND_SMD_1206.kicad_mod | 22 + .../camino.pretty/ZENER_PIN_200MIL.kicad_mod | 30 + kicad/camino.pro | 43 + kicad/camino.sch | 7736 ++++++++ kicad/empty.kicad_wks | 5 + kicad/fp-lib-table | 3 + kicad/sym-lib-table | 3 + 41 files changed, 24408 insertions(+) create mode 100644 kicad/camino-eagle-import.dcm create mode 100644 kicad/camino.kicad_pcb create mode 100644 kicad/camino.pretty/3296Y.kicad_mod create mode 100644 kicad/camino.pretty/BUCHSE_DC.kicad_mod create mode 100644 kicad/camino.pretty/BUCHSE_LABOR_2MM.kicad_mod create mode 100644 kicad/camino.pretty/BUCHSE_SERIELL_SUBD9_PIN.kicad_mod create mode 100644 kicad/camino.pretty/BUCHSE_USB_B_PIN.kicad_mod create mode 100644 kicad/camino.pretty/DIL40.kicad_mod create mode 100644 kicad/camino.pretty/DIODE_MINIMELF.kicad_mod create mode 100644 kicad/camino.pretty/DIODE_SMD_DO214AB.kicad_mod create mode 100644 kicad/camino.pretty/ELKO_RADIAL_11MM.kicad_mod create mode 100644 kicad/camino.pretty/ELKO_SMD_TM_B.kicad_mod create mode 100644 kicad/camino.pretty/GLEICHRICHTER_SIL4.kicad_mod create mode 100644 kicad/camino.pretty/HC49U.kicad_mod create mode 100644 kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_504_4PIN.kicad_mod create mode 100644 kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_512_12PIN.kicad_mod create mode 100644 kicad/camino.pretty/KONDENSATOR_SMD_1206.kicad_mod create mode 100644 kicad/camino.pretty/KONDENSATOR_SMD_1812.kicad_mod create mode 100644 kicad/camino.pretty/LAUTSPRECHER_BOX.kicad_mod create mode 100644 kicad/camino.pretty/LCD_PULT_162C_BC.kicad_mod create mode 100644 kicad/camino.pretty/LED_KINGBRIGHT.kicad_mod create mode 100644 kicad/camino.pretty/PFOSTENSTIFTLEISTE_10PIN.kicad_mod create mode 100644 kicad/camino.pretty/PFOSTENSTIFTLEISTE_6PIN.kicad_mod create mode 100644 kicad/camino.pretty/RECEIVER_TSOP_LIEGEND.kicad_mod create mode 100644 kicad/camino.pretty/SCHALTER_1UM_ESP.kicad_mod create mode 100644 kicad/camino.pretty/SCHALTER_DIP4.kicad_mod create mode 100644 kicad/camino.pretty/SCHALTER_DIP8.kicad_mod create mode 100644 kicad/camino.pretty/SCHALTER_KNITTER.kicad_mod create mode 100644 kicad/camino.pretty/SO16L.kicad_mod create mode 100644 kicad/camino.pretty/SOT-23.kicad_mod create mode 100644 kicad/camino.pretty/SPULE_RADIAL_200MIL.kicad_mod create mode 100644 kicad/camino.pretty/SPULE_SMD_1008.kicad_mod create mode 100644 kicad/camino.pretty/TASTER_LSG1301.kicad_mod create mode 100644 kicad/camino.pretty/TO220_LIEGEND_KUEHLKOERPER_STRANG.kicad_mod create mode 100644 kicad/camino.pretty/WIDERSTAND_SMD_1206.kicad_mod create mode 100644 kicad/camino.pretty/ZENER_PIN_200MIL.kicad_mod create mode 100644 kicad/camino.pro create mode 100644 kicad/camino.sch create mode 100644 kicad/empty.kicad_wks create mode 100644 kicad/fp-lib-table create mode 100644 kicad/sym-lib-table diff --git a/kicad/camino-eagle-import.dcm b/kicad/camino-eagle-import.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/kicad/camino-eagle-import.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/kicad/camino.kicad_pcb b/kicad/camino.kicad_pcb new file mode 100644 index 0000000..8decd67 --- /dev/null +++ b/kicad/camino.kicad_pcb @@ -0,0 +1,14706 @@ +(kicad_pcb (version 20171130) (host pcbnew "(5.0.0-rc2-dev-347-g62c5a706d)") + + (general + (thickness 1.6) + (drawings 59) + (tracks 4264) + (zones 0) + (modules 306) + (nets 242) + ) + + (page A4) + (layers + (0 Top signal) + (31 Bottom signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.25) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (segment_width 0.2) + (edge_width 0.15) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.15) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1.524 1.524) + (pad_drill 0.762) + (pad_to_mask_clearance 0.2) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 VCC) + (net 2 GND) + (net 3 AVCC) + (net 4 N$65) + (net 5 N$29) + (net 6 N$60) + (net 7 N$83) + (net 8 N$90) + (net 9 N$96) + (net 10 N$102) + (net 11 N$108) + (net 12 N$114) + (net 13 N$120) + (net 14 N$126) + (net 15 N$132) + (net 16 "Net-(CON1-PadP$2)") + (net 17 "Net-(CON1-PadP$3)") + (net 18 "Net-(CON1-PadP$4)") + (net 19 "Net-(CON1-PadP$5)") + (net 20 "Net-(CON1-PadP$6)") + (net 21 "Net-(CON1-PadP$7)") + (net 22 "Net-(CON1-PadP$8)") + (net 23 "Net-(CON1-PadP$9)") + (net 24 "Net-(C1-Pad2)") + (net 25 "Net-(CON3-PadP$9)") + (net 26 "Net-(CON3-PadP$8)") + (net 27 "Net-(CON3-PadP$7)") + (net 28 "Net-(CON3-PadP$6)") + (net 29 "Net-(CON3-PadP$5)") + (net 30 "Net-(CON3-PadP$4)") + (net 31 "Net-(CON3-PadP$3)") + (net 32 "Net-(CON3-PadP$2)") + (net 33 "Net-(CON117-PadPAD)") + (net 34 "Net-(CON116-PadPAD)") + (net 35 "Net-(CON115-PadPAD)") + (net 36 "Net-(CON114-PadPAD)") + (net 37 "Net-(CON113-PadPAD)") + (net 38 "Net-(CON112-PadPAD)") + (net 39 "Net-(CON111-PadPAD)") + (net 40 "Net-(CON110-PadPAD)") + (net 41 "Net-(C6-Pad2)") + (net 42 "Net-(C5-Pad2)") + (net 43 /RESET) + (net 44 "Net-(CON107-PadPAD)") + (net 45 "Net-(CON106-PadPAD)") + (net 46 "Net-(CON105-PadPAD)") + (net 47 "Net-(CON104-PadPAD)") + (net 48 "Net-(CON10-PadA4)") + (net 49 "Net-(CON102-PadPAD)") + (net 50 "Net-(CON101-PadPAD)") + (net 51 "Net-(CON100-PadPAD)") + (net 52 "Net-(L1-PadP$1)") + (net 53 "Net-(KEY1-PadP$3)") + (net 54 "Net-(LED1-PadA)") + (net 55 "Net-(R7-Pad1)") + (net 56 "Net-(C7-Pad2)") + (net 57 "Net-(R36-Pad1)") + (net 58 "Net-(KEY2-PadP$3)") + (net 59 "Net-(R10-Pad1)") + (net 60 "Net-(LED1-PadK)") + (net 61 "Net-(LED16-PadA)") + (net 62 "Net-(R13-Pad1)") + (net 63 "Net-(C8-Pad2)") + (net 64 "Net-(R14-Pad2)") + (net 65 "Net-(KEY3-PadP$3)") + (net 66 "Net-(R16-Pad1)") + (net 67 "Net-(LED16-PadK)") + (net 68 "Net-(LED15-PadA)") + (net 69 "Net-(R19-Pad1)") + (net 70 "Net-(C9-Pad2)") + (net 71 "Net-(R20-Pad2)") + (net 72 "Net-(KEY4-PadP$3)") + (net 73 "Net-(R22-Pad1)") + (net 74 "Net-(LED15-PadK)") + (net 75 "Net-(LED14-PadA)") + (net 76 "Net-(R25-Pad1)") + (net 77 "Net-(C10-Pad2)") + (net 78 "Net-(R26-Pad2)") + (net 79 "Net-(KEY5-PadP$3)") + (net 80 "Net-(R28-Pad1)") + (net 81 "Net-(LED14-PadK)") + (net 82 "Net-(LED13-PadA)") + (net 83 "Net-(R31-Pad1)") + (net 84 "Net-(C11-Pad2)") + (net 85 "Net-(R32-Pad2)") + (net 86 "Net-(KEY6-PadP$3)") + (net 87 "Net-(R34-Pad1)") + (net 88 "Net-(LED13-PadK)") + (net 89 "Net-(LED12-PadA)") + (net 90 "Net-(R37-Pad1)") + (net 91 "Net-(C12-Pad2)") + (net 92 "Net-(R38-Pad2)") + (net 93 "Net-(KEY7-PadP$3)") + (net 94 "Net-(R40-Pad1)") + (net 95 "Net-(LED12-PadK)") + (net 96 "Net-(LED11-PadA)") + (net 97 "Net-(R43-Pad1)") + (net 98 "Net-(C13-Pad2)") + (net 99 "Net-(R44-Pad2)") + (net 100 "Net-(KEY8-PadP$3)") + (net 101 "Net-(R46-Pad1)") + (net 102 "Net-(LED11-PadK)") + (net 103 "Net-(LED10-PadA)") + (net 104 "Net-(R49-Pad1)") + (net 105 "Net-(C14-Pad2)") + (net 106 "Net-(R50-Pad2)") + (net 107 "Net-(KEY9-PadP$3)") + (net 108 "Net-(R52-Pad1)") + (net 109 "Net-(LED10-PadK)") + (net 110 "Net-(LED2-PadA)") + (net 111 "Net-(R55-Pad1)") + (net 112 "Net-(C15-Pad2)") + (net 113 "Net-(R136-Pad1)") + (net 114 "Net-(KEY10-PadP$3)") + (net 115 "Net-(R58-Pad1)") + (net 116 "Net-(LED2-PadK)") + (net 117 "Net-(LED3-PadA)") + (net 118 "Net-(R61-Pad1)") + (net 119 "Net-(C16-Pad2)") + (net 120 "Net-(R135-Pad1)") + (net 121 "Net-(KEY11-PadP$3)") + (net 122 "Net-(R64-Pad1)") + (net 123 "Net-(LED3-PadK)") + (net 124 "Net-(LED4-PadA)") + (net 125 "Net-(R67-Pad1)") + (net 126 "Net-(C17-Pad2)") + (net 127 "Net-(R134-Pad1)") + (net 128 "Net-(KEY12-PadP$3)") + (net 129 "Net-(R70-Pad1)") + (net 130 "Net-(LED4-PadK)") + (net 131 "Net-(LED5-PadA)") + (net 132 "Net-(R73-Pad1)") + (net 133 "Net-(C18-Pad2)") + (net 134 "Net-(R133-Pad1)") + (net 135 "Net-(KEY13-PadP$3)") + (net 136 "Net-(R76-Pad1)") + (net 137 "Net-(LED5-PadK)") + (net 138 "Net-(LED6-PadA)") + (net 139 "Net-(R79-Pad1)") + (net 140 "Net-(C19-Pad2)") + (net 141 "Net-(R30-Pad2)") + (net 142 "Net-(KEY14-PadP$3)") + (net 143 "Net-(R82-Pad1)") + (net 144 "Net-(LED6-PadK)") + (net 145 "Net-(LED7-PadA)") + (net 146 "Net-(R85-Pad1)") + (net 147 "Net-(C20-Pad2)") + (net 148 "Net-(R86-Pad2)") + (net 149 "Net-(KEY15-PadP$3)") + (net 150 "Net-(R88-Pad1)") + (net 151 "Net-(LED7-PadK)") + (net 152 "Net-(LED8-PadA)") + (net 153 "Net-(R91-Pad1)") + (net 154 "Net-(C21-Pad2)") + (net 155 "Net-(R90-Pad1)") + (net 156 "Net-(KEY16-PadP$3)") + (net 157 "Net-(R94-Pad1)") + (net 158 "Net-(LED8-PadK)") + (net 159 "Net-(LED9-PadA)") + (net 160 "Net-(R97-Pad1)") + (net 161 "Net-(C22-Pad2)") + (net 162 "Net-(R84-Pad1)") + (net 163 "Net-(KEY17-PadP$3)") + (net 164 "Net-(R100-Pad1)") + (net 165 "Net-(LED9-PadK)") + (net 166 "Net-(CON9-PadKONTAKT)") + (net 167 "Net-(CON9-PadSTIFT_A)") + (net 168 "Net-(CON9-PadFEDER)") + (net 169 "Net-(C23-Pad+)") + (net 170 "Net-(IC2-PadAC1)") + (net 171 "Net-(CON5-PadP$5)") + (net 172 "Net-(CON5-PadP$4)") + (net 173 "Net-(CON5-PadP$3)") + (net 174 "Net-(CON5-PadP$1)") + (net 175 "Net-(CON6-PadP$5)") + (net 176 "Net-(CON6-PadP$1)") + (net 177 "Net-(CON6-PadP$9)") + (net 178 "Net-(CON6-PadP$3)") + (net 179 "Net-(CON6-PadP$6)") + (net 180 "Net-(CON7-Pad9)") + (net 181 "Net-(CON7-Pad8)") + (net 182 "Net-(CON7-Pad7)") + (net 183 "Net-(CON7-Pad6)") + (net 184 "Net-(CON7-Pad4)") + (net 185 "Net-(CON7-Pad3)") + (net 186 "Net-(CON7-Pad2)") + (net 187 "Net-(CON7-Pad1)") + (net 188 "Net-(LCD1-PadVCC)") + (net 189 "Net-(LCD1-PadVLED)") + (net 190 "Net-(P1-PadS)") + (net 191 "Net-(C35-Pad1)") + (net 192 "Net-(LCD1-PadDB0)") + (net 193 "Net-(LCD1-PadDB1)") + (net 194 "Net-(LCD1-PadDB2)") + (net 195 "Net-(LCD1-PadDB3)") + (net 196 "Net-(LCD1-PadE)") + (net 197 "Net-(LCD1-PadRS)") + (net 198 "Net-(IC3-Pad11)") + (net 199 "Net-(LCD1-PadVCON)") + (net 200 "Net-(C49-Pad2)") + (net 201 "Net-(CON8-PadVBUS)") + (net 202 "Net-(C50-Pad2)") + (net 203 "Net-(R120-Pad2)") + (net 204 "Net-(R121-Pad2)") + (net 205 "Net-(CON11-PadA9)") + (net 206 "Net-(CON11-PadA8)") + (net 207 "Net-(CON11-PadA6)") + (net 208 "Net-(CON11-PadA4)") + (net 209 "Net-(CON11-PadA2)") + (net 210 "Net-(CON11-PadA1)") + (net 211 "Net-(C39-Pad1)") + (net 212 "Net-(C40-Pad1)") + (net 213 "Net-(C37-Pad1)") + (net 214 "Net-(C38-Pad1)") + (net 215 "Net-(C31-Pad1)") + (net 216 "Net-(C30-Pad1)") + (net 217 "Net-(R128-Pad1)") + (net 218 "Net-(R130-Pad1)") + (net 219 "Net-(C46-Pad2)") + (net 220 "Net-(R131-Pad2)") + (net 221 "Net-(SPK1-Pad2)") + (net 222 "Net-(C42-Pad2)") + (net 223 "Net-(C44-Pad1)") + (net 224 "Net-(C41-Pad2)") + (net 225 "Net-(C44-Pad2)") + (net 226 "Net-(R132-Pad1)") + (net 227 "Net-(R132-Pad2)") + (net 228 "Net-(R6-Pad2)") + (net 229 "Net-(R12-Pad1)") + (net 230 "Net-(IC3-Pad12)") + (net 231 "Net-(LED17-PadA)") + (net 232 "Net-(IC3-Pad9)") + (net 233 "Net-(IC3-Pad7)") + (net 234 "Net-(C33-Pad2)") + (net 235 "Net-(C33-Pad1)") + (net 236 "Net-(C32-Pad2)") + (net 237 "Net-(C34-Pad1)") + (net 238 "Net-(C32-Pad1)") + (net 239 "Net-(CON5-PadP$2)") + (net 240 "Net-(CON6-PadP$8)") + (net 241 "Net-(CON6-PadP$4)") + + (net_class Default "Dies ist die voreingestellte Netzklasse." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /RESET) + (add_net AVCC) + (add_net GND) + (add_net N$102) + (add_net N$108) + (add_net N$114) + (add_net N$120) + (add_net N$126) + (add_net N$132) + (add_net N$155) + (add_net N$29) + (add_net N$60) + (add_net N$65) + (add_net N$83) + (add_net N$90) + (add_net N$96) + (add_net "Net-(C1-Pad2)") + (add_net "Net-(C10-Pad2)") + (add_net "Net-(C11-Pad2)") + (add_net "Net-(C12-Pad2)") + (add_net "Net-(C13-Pad2)") + (add_net "Net-(C14-Pad2)") + (add_net "Net-(C15-Pad2)") + (add_net "Net-(C16-Pad2)") + (add_net "Net-(C17-Pad2)") + (add_net "Net-(C18-Pad2)") + (add_net "Net-(C19-Pad2)") + (add_net "Net-(C20-Pad2)") + (add_net "Net-(C21-Pad2)") + (add_net "Net-(C22-Pad2)") + (add_net "Net-(C23-Pad+)") + (add_net "Net-(C30-Pad1)") + (add_net "Net-(C31-Pad1)") + (add_net "Net-(C32-Pad1)") + (add_net "Net-(C32-Pad2)") + (add_net "Net-(C33-Pad1)") + (add_net "Net-(C33-Pad2)") + (add_net "Net-(C34-Pad1)") + (add_net "Net-(C35-Pad1)") + (add_net "Net-(C37-Pad1)") + (add_net "Net-(C38-Pad1)") + (add_net "Net-(C39-Pad1)") + (add_net "Net-(C40-Pad1)") + (add_net "Net-(C41-Pad2)") + (add_net "Net-(C42-Pad2)") + (add_net "Net-(C44-Pad1)") + (add_net "Net-(C44-Pad2)") + (add_net "Net-(C46-Pad2)") + (add_net "Net-(C49-Pad2)") + (add_net "Net-(C5-Pad2)") + (add_net "Net-(C50-Pad2)") + (add_net "Net-(C6-Pad2)") + (add_net "Net-(C7-Pad2)") + (add_net "Net-(C8-Pad2)") + (add_net "Net-(C9-Pad2)") + (add_net "Net-(CON1-PadP$2)") + (add_net "Net-(CON1-PadP$3)") + (add_net "Net-(CON1-PadP$4)") + (add_net "Net-(CON1-PadP$5)") + (add_net "Net-(CON1-PadP$6)") + (add_net "Net-(CON1-PadP$7)") + (add_net "Net-(CON1-PadP$8)") + (add_net "Net-(CON1-PadP$9)") + (add_net "Net-(CON10-PadA4)") + (add_net "Net-(CON100-PadPAD)") + (add_net "Net-(CON101-PadPAD)") + (add_net "Net-(CON102-PadPAD)") + (add_net "Net-(CON104-PadPAD)") + (add_net "Net-(CON105-PadPAD)") + (add_net "Net-(CON106-PadPAD)") + (add_net "Net-(CON107-PadPAD)") + (add_net "Net-(CON11-PadA1)") + (add_net "Net-(CON11-PadA2)") + (add_net "Net-(CON11-PadA4)") + (add_net "Net-(CON11-PadA6)") + (add_net "Net-(CON11-PadA8)") + (add_net "Net-(CON11-PadA9)") + (add_net "Net-(CON110-PadPAD)") + (add_net "Net-(CON111-PadPAD)") + (add_net "Net-(CON112-PadPAD)") + (add_net "Net-(CON113-PadPAD)") + (add_net "Net-(CON114-PadPAD)") + (add_net "Net-(CON115-PadPAD)") + (add_net "Net-(CON116-PadPAD)") + (add_net "Net-(CON117-PadPAD)") + (add_net "Net-(CON3-PadP$2)") + (add_net "Net-(CON3-PadP$3)") + (add_net "Net-(CON3-PadP$4)") + (add_net "Net-(CON3-PadP$5)") + (add_net "Net-(CON3-PadP$6)") + (add_net "Net-(CON3-PadP$7)") + (add_net "Net-(CON3-PadP$8)") + (add_net "Net-(CON3-PadP$9)") + (add_net "Net-(CON5-PadP$1)") + (add_net "Net-(CON5-PadP$2)") + (add_net "Net-(CON5-PadP$3)") + (add_net "Net-(CON5-PadP$4)") + (add_net "Net-(CON5-PadP$5)") + (add_net "Net-(CON6-PadP$1)") + (add_net "Net-(CON6-PadP$3)") + (add_net "Net-(CON6-PadP$4)") + (add_net "Net-(CON6-PadP$5)") + (add_net "Net-(CON6-PadP$6)") + (add_net "Net-(CON6-PadP$8)") + (add_net "Net-(CON6-PadP$9)") + (add_net "Net-(CON7-Pad1)") + (add_net "Net-(CON7-Pad2)") + (add_net "Net-(CON7-Pad3)") + (add_net "Net-(CON7-Pad4)") + (add_net "Net-(CON7-Pad6)") + (add_net "Net-(CON7-Pad7)") + (add_net "Net-(CON7-Pad8)") + (add_net "Net-(CON7-Pad9)") + (add_net "Net-(CON8-PadVBUS)") + (add_net "Net-(CON9-PadFEDER)") + (add_net "Net-(CON9-PadKONTAKT)") + (add_net "Net-(CON9-PadSTIFT_A)") + (add_net "Net-(IC2-PadAC1)") + (add_net "Net-(IC3-Pad11)") + (add_net "Net-(IC3-Pad12)") + (add_net "Net-(IC3-Pad7)") + (add_net "Net-(IC3-Pad9)") + (add_net "Net-(KEY1-PadP$3)") + (add_net "Net-(KEY10-PadP$3)") + (add_net "Net-(KEY11-PadP$3)") + (add_net "Net-(KEY12-PadP$3)") + (add_net "Net-(KEY13-PadP$3)") + (add_net "Net-(KEY14-PadP$3)") + (add_net "Net-(KEY15-PadP$3)") + (add_net "Net-(KEY16-PadP$3)") + (add_net "Net-(KEY17-PadP$3)") + (add_net "Net-(KEY2-PadP$3)") + (add_net "Net-(KEY3-PadP$3)") + (add_net "Net-(KEY4-PadP$3)") + (add_net "Net-(KEY5-PadP$3)") + (add_net "Net-(KEY6-PadP$3)") + (add_net "Net-(KEY7-PadP$3)") + (add_net "Net-(KEY8-PadP$3)") + (add_net "Net-(KEY9-PadP$3)") + (add_net "Net-(L1-PadP$1)") + (add_net "Net-(LCD1-PadDB0)") + (add_net "Net-(LCD1-PadDB1)") + (add_net "Net-(LCD1-PadDB2)") + (add_net "Net-(LCD1-PadDB3)") + (add_net "Net-(LCD1-PadE)") + (add_net "Net-(LCD1-PadRS)") + (add_net "Net-(LCD1-PadVCC)") + (add_net "Net-(LCD1-PadVCON)") + (add_net "Net-(LCD1-PadVLED)") + (add_net "Net-(LED1-PadA)") + (add_net "Net-(LED1-PadK)") + (add_net "Net-(LED10-PadA)") + (add_net "Net-(LED10-PadK)") + (add_net "Net-(LED11-PadA)") + (add_net "Net-(LED11-PadK)") + (add_net "Net-(LED12-PadA)") + (add_net "Net-(LED12-PadK)") + (add_net "Net-(LED13-PadA)") + (add_net "Net-(LED13-PadK)") + (add_net "Net-(LED14-PadA)") + (add_net "Net-(LED14-PadK)") + (add_net "Net-(LED15-PadA)") + (add_net "Net-(LED15-PadK)") + (add_net "Net-(LED16-PadA)") + (add_net "Net-(LED16-PadK)") + (add_net "Net-(LED17-PadA)") + (add_net "Net-(LED2-PadA)") + (add_net "Net-(LED2-PadK)") + (add_net "Net-(LED3-PadA)") + (add_net "Net-(LED3-PadK)") + (add_net "Net-(LED4-PadA)") + (add_net "Net-(LED4-PadK)") + (add_net "Net-(LED5-PadA)") + (add_net "Net-(LED5-PadK)") + (add_net "Net-(LED6-PadA)") + (add_net "Net-(LED6-PadK)") + (add_net "Net-(LED7-PadA)") + (add_net "Net-(LED7-PadK)") + (add_net "Net-(LED8-PadA)") + (add_net "Net-(LED8-PadK)") + (add_net "Net-(LED9-PadA)") + (add_net "Net-(LED9-PadK)") + (add_net "Net-(P1-PadS)") + (add_net "Net-(R10-Pad1)") + (add_net "Net-(R100-Pad1)") + (add_net "Net-(R12-Pad1)") + (add_net "Net-(R120-Pad2)") + (add_net "Net-(R121-Pad2)") + (add_net "Net-(R128-Pad1)") + (add_net "Net-(R13-Pad1)") + (add_net "Net-(R130-Pad1)") + (add_net "Net-(R131-Pad2)") + (add_net "Net-(R132-Pad1)") + (add_net "Net-(R132-Pad2)") + (add_net "Net-(R133-Pad1)") + (add_net "Net-(R134-Pad1)") + (add_net "Net-(R135-Pad1)") + (add_net "Net-(R136-Pad1)") + (add_net "Net-(R14-Pad2)") + (add_net "Net-(R16-Pad1)") + (add_net "Net-(R19-Pad1)") + (add_net "Net-(R20-Pad2)") + (add_net "Net-(R22-Pad1)") + (add_net "Net-(R25-Pad1)") + (add_net "Net-(R26-Pad2)") + (add_net "Net-(R28-Pad1)") + (add_net "Net-(R30-Pad2)") + (add_net "Net-(R31-Pad1)") + (add_net "Net-(R32-Pad2)") + (add_net "Net-(R34-Pad1)") + (add_net "Net-(R36-Pad1)") + (add_net "Net-(R37-Pad1)") + (add_net "Net-(R38-Pad2)") + (add_net "Net-(R40-Pad1)") + (add_net "Net-(R43-Pad1)") + (add_net "Net-(R44-Pad2)") + (add_net "Net-(R46-Pad1)") + (add_net "Net-(R49-Pad1)") + (add_net "Net-(R50-Pad2)") + (add_net "Net-(R52-Pad1)") + (add_net "Net-(R55-Pad1)") + (add_net "Net-(R58-Pad1)") + (add_net "Net-(R6-Pad2)") + (add_net "Net-(R61-Pad1)") + (add_net "Net-(R64-Pad1)") + (add_net "Net-(R67-Pad1)") + (add_net "Net-(R7-Pad1)") + (add_net "Net-(R70-Pad1)") + (add_net "Net-(R73-Pad1)") + (add_net "Net-(R76-Pad1)") + (add_net "Net-(R79-Pad1)") + (add_net "Net-(R82-Pad1)") + (add_net "Net-(R84-Pad1)") + (add_net "Net-(R85-Pad1)") + (add_net "Net-(R86-Pad2)") + (add_net "Net-(R88-Pad1)") + (add_net "Net-(R90-Pad1)") + (add_net "Net-(R91-Pad1)") + (add_net "Net-(R94-Pad1)") + (add_net "Net-(R97-Pad1)") + (add_net "Net-(SPK1-Pad2)") + (add_net VCC) + ) + + (module camino:DIL40 (layer Top) (tedit 0) (tstamp 5AC0FCCF) + (at 143.6111 100.8136) + (descr "Dual In Line") + (path /22F7723E) + (fp_text reference IC1 (at -26.67 6.35 90) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_text value ATMEGA32-P (at -21.59 2.2352) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_line (start 22.225 -5.715) (end 8.89 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 22.225 5.715) (end 22.225 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 5.715) (end 22.225 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 -5.715) (end 8.89 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.35 -5.715) (end -6.35 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.35 5.715) (end 6.35 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.35 5.715) (end 6.35 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.35 -5.715) (end -6.35 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 -5.715) (end -22.225 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 5.715) (end -8.89 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -22.225 5.715) (end -8.89 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -22.225 -5.715) (end -22.225 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 25.4 -9.525) (end -25.4 -9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start 25.4 9.525) (end 25.4 -9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start -25.4 9.525) (end 25.4 9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start -25.4 -9.525) (end -25.4 9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start -26.416 6.604) (end 26.416 6.604) (layer F.SilkS) (width 0.1524)) + (fp_line (start -26.416 -6.604) (end 26.416 -6.604) (layer F.SilkS) (width 0.1524)) + (fp_line (start -26.416 -6.604) (end -26.416 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 26.416 6.604) (end 26.416 -6.604) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -26.416 0) (end -26.416 -1.27) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_line (start -26.416 1.27) (end -26.416 6.604) (layer F.SilkS) (width 0.1524)) + (pad 40 thru_hole oval (at -24.13 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 16 "Net-(CON1-PadP$2)") (solder_mask_margin 0.1016)) + (pad 39 thru_hole oval (at -21.59 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 17 "Net-(CON1-PadP$3)") (solder_mask_margin 0.1016)) + (pad 38 thru_hole oval (at -19.05 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 18 "Net-(CON1-PadP$4)") (solder_mask_margin 0.1016)) + (pad 37 thru_hole oval (at -16.51 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 19 "Net-(CON1-PadP$5)") (solder_mask_margin 0.1016)) + (pad 36 thru_hole oval (at -13.97 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 20 "Net-(CON1-PadP$6)") (solder_mask_margin 0.1016)) + (pad 35 thru_hole oval (at -11.43 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 21 "Net-(CON1-PadP$7)") (solder_mask_margin 0.1016)) + (pad 34 thru_hole oval (at -8.89 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 22 "Net-(CON1-PadP$8)") (solder_mask_margin 0.1016)) + (pad 33 thru_hole oval (at -6.35 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 23 "Net-(CON1-PadP$9)") (solder_mask_margin 0.1016)) + (pad 32 thru_hole oval (at -3.81 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 24 "Net-(C1-Pad2)") (solder_mask_margin 0.1016)) + (pad 31 thru_hole oval (at -1.27 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 30 thru_hole oval (at 1.27 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 3 AVCC) (solder_mask_margin 0.1016)) + (pad 29 thru_hole oval (at 3.81 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 25 "Net-(CON3-PadP$9)") (solder_mask_margin 0.1016)) + (pad 28 thru_hole oval (at 6.35 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 26 "Net-(CON3-PadP$8)") (solder_mask_margin 0.1016)) + (pad 27 thru_hole oval (at 8.89 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 27 "Net-(CON3-PadP$7)") (solder_mask_margin 0.1016)) + (pad 26 thru_hole oval (at 11.43 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 28 "Net-(CON3-PadP$6)") (solder_mask_margin 0.1016)) + (pad 25 thru_hole oval (at 13.97 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 29 "Net-(CON3-PadP$5)") (solder_mask_margin 0.1016)) + (pad 24 thru_hole oval (at 16.51 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 30 "Net-(CON3-PadP$4)") (solder_mask_margin 0.1016)) + (pad 23 thru_hole oval (at 19.05 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 31 "Net-(CON3-PadP$3)") (solder_mask_margin 0.1016)) + (pad 22 thru_hole oval (at 21.59 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 32 "Net-(CON3-PadP$2)") (solder_mask_margin 0.1016)) + (pad 21 thru_hole oval (at 24.13 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 33 "Net-(CON117-PadPAD)") (solder_mask_margin 0.1016)) + (pad 20 thru_hole oval (at 24.13 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 34 "Net-(CON116-PadPAD)") (solder_mask_margin 0.1016)) + (pad 19 thru_hole oval (at 21.59 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 35 "Net-(CON115-PadPAD)") (solder_mask_margin 0.1016)) + (pad 18 thru_hole oval (at 19.05 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 36 "Net-(CON114-PadPAD)") (solder_mask_margin 0.1016)) + (pad 17 thru_hole oval (at 16.51 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 37 "Net-(CON113-PadPAD)") (solder_mask_margin 0.1016)) + (pad 16 thru_hole oval (at 13.97 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 38 "Net-(CON112-PadPAD)") (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at 11.43 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 39 "Net-(CON111-PadPAD)") (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at 8.89 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 40 "Net-(CON110-PadPAD)") (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at 6.35 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 41 "Net-(C6-Pad2)") (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 3.81 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 42 "Net-(C5-Pad2)") (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 1.27 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at -1.27 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at -3.81 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at -6.35 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 44 "Net-(CON107-PadPAD)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at -8.89 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 45 "Net-(CON106-PadPAD)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at -11.43 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 46 "Net-(CON105-PadPAD)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at -13.97 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 47 "Net-(CON104-PadPAD)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -16.51 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -19.05 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 49 "Net-(CON102-PadPAD)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -21.59 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 50 "Net-(CON101-PadPAD)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole rect (at -24.13 7.62 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 51 "Net-(CON100-PadPAD)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FD10) + (at 132.5011 98.5036 180) + (descr "CAPACITOR

\nchip") + (path /CA43AFB1) + (fp_text reference C1 (at -2.54 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 24 "Net-(C1-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:SPULE_SMD_1008 (layer Bottom) (tedit 0) (tstamp 5AC0FD1E) + (at 139.8011 102.5036 270) + (path /285CBD75) + (fp_text reference L1 (at -1.397 -3.175 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10u (at 2.667 -3.81 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start -1.6002 -1.5494) (end -1.6002 1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.6002 -1.5494) (end -1.6002 -1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.6002 1.5494) (end 1.6002 -1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6002 1.5494) (end 1.6002 1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.45 -1.4) (end -1.45 1.4) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.45 -1.4) (end -1.45 -1.4) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.45 1.4) (end 1.45 -1.4) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.45 1.4) (end 1.45 1.4) (layer B.SilkS) (width 0.127)) + (pad P$2 smd rect (at 0 -1.15 270) (size 2.5 1) (layers Bottom B.Paste B.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at 0 1.15 270) (size 2.5 1) (layers Bottom B.Paste B.Mask) + (net 52 "Net-(L1-PadP$1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FD2B) + (at 140.5011 99.6036 180) + (descr "RESISTOR

\nchip") + (path /4B19849C) + (fp_text reference R1 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 4R7 (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 3 AVCC) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 52 "Net-(L1-PadP$1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FD39) + (at 144.5011 105.0036) + (descr "CAPACITOR

\nchip") + (path /AEC71D01) + (fp_text reference C2 (at -2.54 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FD47) + (at 143.5011 97.0036) + (descr "CAPACITOR

\nchip") + (path /EE7D9419) + (fp_text reference C3 (at -2.54 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 3 AVCC) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:DIODE_MINIMELF (layer Top) (tedit 0) (tstamp 5AC0FD55) + (at 130.5011 113.0036) + (descr "Mini Melf Diode") + (path /AC6F31E9) + (fp_text reference D1 (at -2.921 -1.27) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value TMMBAT43 (at -2.921 2.54) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -2.6035 1.0795) (end -2.6035 -1.0795) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6035 1.0795) (end -2.6035 1.0795) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6035 -1.0795) (end 2.6035 1.0795) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6035 -1.0795) (end 2.6035 -1.0795) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy -0.8636 0.7874) (xy -0.254 0.7874) (xy -0.254 -0.7874) (xy -0.8636 -0.7874)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 1.2954 0.8636) (xy 1.8542 0.8636) (xy 1.8542 -0.8636) (xy 1.2954 -0.8636)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.8542 0.8636) (xy -1.2954 0.8636) (xy -1.2954 -0.8636) (xy -1.8542 -0.8636)) (layer F.Fab) (width 0)) + (fp_line (start 0.5 0.5) (end 0.5 -0.5) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.5 0) (end 0.5 0.5) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.5 -0.5) (end -0.5 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.3208 0.7874) (end -1.3208 0.7874) (layer F.Fab) (width 0.1524)) + (fp_line (start 1.3208 -0.7874) (end -1.3208 -0.7874) (layer F.Fab) (width 0.1524)) + (pad A smd roundrect (at 1.7 0) (size 1.4 1.8) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad K smd rect (at -1.7 0) (size 1.4 1.8) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:ZENER_PIN_200MIL (layer Top) (tedit 0) (tstamp 5AC0FD66) + (at 138.5011 121.5036 90) + (descr "Z DIODE") + (path /E3FDFB24) + (fp_text reference Z1 (at -2.6162 -1.524 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 5,6V (at -2.54 2.794 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start 2.6416 -1.3208) (end -2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6416 1.3208) (end 2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 1.3208) (end 2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 -1.3208) (end -2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 0) (end 1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end 0 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0) (end 0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -0.635) (end 0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end 0.635 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 1.15) (end -2.5 -1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 1.15) (end -2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 -1.15) (end 2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 -1.15) (end 2.5 -1.15) (layer F.SilkS) (width 0.127)) + (pad K thru_hole rect (at -2.54 0 90) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad A thru_hole circle (at 2.54 0 90) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FD7C) + (at 129.0011 116.0036 180) + (descr "CAPACITOR

\nchip") + (path /65EC1BA2) + (fp_text reference C4 (at -2.54 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 100n (at -2.54 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FD8A) + (at 123.0011 113.0036) + (descr "RESISTOR

\nchip") + (path /0F3C4881) + (fp_text reference R2 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FD98) + (at 120.0011 122.0036 90) + (descr "RESISTOR

\nchip") + (path /6A226358) + (fp_text reference R4 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 470 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 53 "Net-(KEY1-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC0FDA6) + (at 130.3111 121.3336) + (path /E0A577BD) + (fp_text reference KEY1 (at -3.175 -3.556) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value RESET (at -3.81 4.826) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 53 "Net-(KEY1-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 53 "Net-(KEY1-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:HC49U (layer Top) (tedit 0) (tstamp 5AC0FDBE) + (at 147.5711 115.3536 180) + (descr CRYSTAL) + (path /13CA57D9) + (fp_text reference Q1 (at -5.08 -2.667 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value "16 MHz" (at -5.08 3.937 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_poly (pts (xy -3.81 -2.54) (xy 3.81 -2.54) (xy 5.08 -1.905) (xy 5.715 0) + (xy 5.08 1.905) (xy 3.81 2.54) (xy -3.81 2.54) (xy -5.08 1.905) + (xy -5.715 0) (xy -5.08 -1.905)) (layer Dwgs.User) (width 0)) + (fp_line (start -5.08 -1.905) (end -3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 0) (end -5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 1.905) (end -5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 2.54) (end -5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 2.54) (end -3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 1.905) (end 3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 0) (end 5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 -1.905) (end 5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 -2.54) (end 5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 -2.54) (end 3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 -1.905) (end -3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 0) (end -5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 1.905) (end -5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 2.54) (end -5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 2.54) (end -3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 1.905) (end 3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 0) (end 5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 -1.905) (end 5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 -2.54) (end 5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 -2.54) (end 3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_arc (start 3.048 0) (end 3.048 1.651) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -3.048 0) (end -3.048 -1.651) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 3.048 0) (end 3.048 2.159) (angle -180) (layer F.SilkS) (width 0.4064)) + (fp_arc (start -3.048 0) (end -3.048 -2.159) (angle -180) (layer F.SilkS) (width 0.4064)) + (fp_line (start -0.635 0) (end -1.27 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 1.27 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 0) (end -0.635 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 -0.762) (end -0.635 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 0.635 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 -0.762) (end 0.635 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 0.762) (end -0.254 -0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.254 0.762) (end -0.254 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.254 -0.762) (end 0.254 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -0.762) (end 0.254 -0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 -1.651) (end -3.048 -1.651) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 1.651) (end 3.048 1.651) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -2.159) (end 3.048 -2.159) (layer F.SilkS) (width 0.4064)) + (fp_line (start -3.048 2.159) (end 3.048 2.159) (layer F.SilkS) (width 0.4064)) + (pad 2 thru_hole circle (at 2.413 0 180) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 42 "Net-(C5-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole circle (at -2.413 0 180) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 41 "Net-(C6-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FDEA) + (at 142.5011 121.0036 90) + (descr "CAPACITOR

\nchip") + (path /6DFC990A) + (fp_text reference C5 (at -2.54 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 22p (at -2.54 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 42 "Net-(C5-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FDF8) + (at 147.5011 121.0036 90) + (descr "CAPACITOR

\nchip") + (path /C25DC1F8) + (fp_text reference C6 (at -2.54 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 22p (at -2.54 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 41 "Net-(C6-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE06) + (at 229.0511 106.4636 270) + (path /50F752CC) + (fp_text reference CON107 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB7 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 44 "Net-(CON107-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE0C) + (at 229.0511 114.9886 270) + (path /C6795D53) + (fp_text reference CON106 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB6 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 45 "Net-(CON106-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE12) + (at 229.0511 123.5136 270) + (path /B68EBFDA) + (fp_text reference CON105 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB5 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 46 "Net-(CON105-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE18) + (at 229.0511 132.0386 270) + (path /D7A7EF47) + (fp_text reference CON104 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB4 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 47 "Net-(CON104-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE1E) + (at 243.1161 106.4636 270) + (path /8649B800) + (fp_text reference CON103 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB3 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE24) + (at 243.1161 114.9886 270) + (path /42E679B6) + (fp_text reference CON102 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB2 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 49 "Net-(CON102-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE2A) + (at 243.1161 123.5136 270) + (path /9FFFD992) + (fp_text reference CON101 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB1 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 50 "Net-(CON101-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE30) + (at 243.1161 132.0386 270) + (path /930E9691) + (fp_text reference CON100 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB0 (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 51 "Net-(CON100-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE36) + (at 68.0861 106.4636 90) + (path /01351BB8) + (fp_text reference CON117 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD7 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 33 "Net-(CON117-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE3C) + (at 68.0861 114.9886 90) + (path /A0F56751) + (fp_text reference CON116 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD6 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 34 "Net-(CON116-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE42) + (at 68.0861 123.5136 90) + (path /884CB862) + (fp_text reference CON115 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD5 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 35 "Net-(CON115-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE48) + (at 68.0861 132.0386 90) + (path /B81D19A0) + (fp_text reference CON114 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD4 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 36 "Net-(CON114-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE4E) + (at 53.8861 106.4636 90) + (path /A3BE6D57) + (fp_text reference CON113 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD3 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 37 "Net-(CON113-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE54) + (at 53.8861 114.9886 90) + (path /38B5FB49) + (fp_text reference CON112 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD2 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 38 "Net-(CON112-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE5A) + (at 53.8861 123.5136 90) + (path /E21F5139) + (fp_text reference CON111 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD1 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 39 "Net-(CON111-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC0FE60) + (at 53.8861 132.0386 90) + (path /D6187C16) + (fp_text reference CON110 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD0 (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 40 "Net-(CON110-PadPAD)") (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FE66) + (at 167.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /7E152243) + (fp_text reference R5 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 54 "Net-(LED1-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FE74) + (at 169.5011 139.3036 180) + (descr "RESISTOR

\nchip") + (path /6C198247) + (fp_text reference R7 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 55 "Net-(R7-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 56 "Net-(C7-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FE82) + (at 162.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /3779A28C) + (fp_text reference R8 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 57 "Net-(R36-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FE90) + (at 166.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /D76F26ED) + (fp_text reference R9 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 58 "Net-(KEY2-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 56 "Net-(C7-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FE9E) + (at 164.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /41718522) + (fp_text reference R10 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 59 "Net-(R10-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 58 "Net-(KEY2-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC0FEAC) + (at 162.5011 163.0036 180) + (path /B8952976) + (fp_text reference T1 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 60 "Net-(LED1-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 57 "Net-(R36-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FEBE) + (at 166.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /0FBA6934) + (fp_text reference C7 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 56 "Net-(C7-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC0FECC) + (at 164.5011 166.0036 90) + (path /697F9A23) + (fp_text reference KEY2 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB7 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 58 "Net-(KEY2-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 58 "Net-(KEY2-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC0FEE4) + (at 164.5011 146.5036 270) + (path /E16F1574) + (fp_text reference SW107 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB7 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 59 "Net-(R10-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FEF2) + (at 176.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /89CDCBFF) + (fp_text reference R11 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 61 "Net-(LED16-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FF00) + (at 170.5011 146.0036 270) + (descr "RESISTOR

\nchip") + (path /D746B1A6) + (fp_text reference R13 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 62 "Net-(R13-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 63 "Net-(C8-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FF0E) + (at 171.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /5EFBB110) + (fp_text reference R14 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 64 "Net-(R14-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FF1C) + (at 175.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /18909564) + (fp_text reference R15 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 65 "Net-(KEY3-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 63 "Net-(C8-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FF2A) + (at 173.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /17B3D618) + (fp_text reference R16 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 66 "Net-(R16-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 65 "Net-(KEY3-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC0FF38) + (at 171.5011 163.0036 180) + (path /31888E91) + (fp_text reference T2 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 67 "Net-(LED16-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 64 "Net-(R14-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FF4A) + (at 175.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /690031A3) + (fp_text reference C8 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 63 "Net-(C8-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC0FF58) + (at 173.5011 166.0036 90) + (path /D31F682B) + (fp_text reference KEY3 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB6 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 65 "Net-(KEY3-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 65 "Net-(KEY3-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC0FF70) + (at 173.5011 146.5036 270) + (path /185C8A46) + (fp_text reference SW106 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB6 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 66 "Net-(R16-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FF7E) + (at 185.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /136E2D3B) + (fp_text reference R17 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 68 "Net-(LED15-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC0FF8C) + (at 179.5011 147.5036 270) + (descr "RESISTOR

\nchip") + (path /F581E55B) + (fp_text reference R19 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 69 "Net-(R19-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 70 "Net-(C9-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FF9A) + (at 180.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /6D947D2C) + (fp_text reference R20 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 71 "Net-(R20-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FFA8) + (at 184.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /F84F2443) + (fp_text reference R21 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 72 "Net-(KEY4-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 70 "Net-(C9-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FFB6) + (at 182.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /2694F2DF) + (fp_text reference R22 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 73 "Net-(R22-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 72 "Net-(KEY4-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC0FFC4) + (at 180.5011 163.0036 180) + (path /C1530958) + (fp_text reference T3 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 74 "Net-(LED15-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 71 "Net-(R20-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC0FFD6) + (at 184.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /3B0E571C) + (fp_text reference C9 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 70 "Net-(C9-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC0FFE4) + (at 182.5011 166.0036 90) + (path /090ABC44) + (fp_text reference KEY4 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB5 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 72 "Net-(KEY4-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 72 "Net-(KEY4-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC0FFFC) + (at 182.5011 146.5036 270) + (path /4EBA3E57) + (fp_text reference SW105 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB5 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 73 "Net-(R22-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1000A) + (at 194.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /E66B4AE6) + (fp_text reference R23 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 75 "Net-(LED14-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10018) + (at 188.5011 146.0036 270) + (descr "RESISTOR

\nchip") + (path /4BEDBC02) + (fp_text reference R25 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 76 "Net-(R25-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 77 "Net-(C10-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10026) + (at 189.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /5F5818C0) + (fp_text reference R26 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 78 "Net-(R26-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10034) + (at 193.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /A11CAFCD) + (fp_text reference R27 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 79 "Net-(KEY5-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 77 "Net-(C10-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10042) + (at 191.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /29F9BCC2) + (fp_text reference R28 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 80 "Net-(R28-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 79 "Net-(KEY5-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC10050) + (at 189.5011 163.0036 180) + (path /353E786D) + (fp_text reference T4 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 81 "Net-(LED14-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 78 "Net-(R26-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10062) + (at 193.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /A00C79DB) + (fp_text reference C10 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 77 "Net-(C10-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC10070) + (at 191.5011 166.0036 90) + (path /177A5BCF) + (fp_text reference KEY5 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB4 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 79 "Net-(KEY5-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 79 "Net-(KEY5-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC10088) + (at 191.5011 146.5036 270) + (path /9B285539) + (fp_text reference SW104 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB4 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 80 "Net-(R28-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10096) + (at 203.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /7DEECD4C) + (fp_text reference R29 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 82 "Net-(LED13-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC100A4) + (at 197.5011 144.0036 270) + (descr "RESISTOR

\nchip") + (path /15DE8A84) + (fp_text reference R31 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 83 "Net-(R31-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 84 "Net-(C11-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC100B2) + (at 198.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /AC24CC2F) + (fp_text reference R32 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 85 "Net-(R32-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC100C0) + (at 202.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /A6AB6979) + (fp_text reference R33 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 86 "Net-(KEY6-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 84 "Net-(C11-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC100CE) + (at 200.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /38A56A55) + (fp_text reference R34 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 87 "Net-(R34-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 86 "Net-(KEY6-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC100DC) + (at 198.5011 163.0036 180) + (path /27702C92) + (fp_text reference T5 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 88 "Net-(LED13-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 85 "Net-(R32-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC100EE) + (at 202.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /9A60ACF9) + (fp_text reference C11 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 84 "Net-(C11-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC100FC) + (at 200.5011 166.0036 90) + (path /34D9E97D) + (fp_text reference KEY6 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB3 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 86 "Net-(KEY6-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 86 "Net-(KEY6-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC10114) + (at 200.5011 146.5036 270) + (path /B389D82C) + (fp_text reference SW103 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB3 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 87 "Net-(R34-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10122) + (at 212.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /E39BEE7C) + (fp_text reference R35 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 89 "Net-(LED12-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10130) + (at 206.5011 144.0036 270) + (descr "RESISTOR

\nchip") + (path /C6E09617) + (fp_text reference R37 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 90 "Net-(R37-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 91 "Net-(C12-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1013E) + (at 207.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /3D3A2281) + (fp_text reference R38 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 92 "Net-(R38-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1014C) + (at 211.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /C0BD02E8) + (fp_text reference R39 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 93 "Net-(KEY7-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 91 "Net-(C12-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1015A) + (at 209.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /F99EA41E) + (fp_text reference R40 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 94 "Net-(R40-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 93 "Net-(KEY7-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC10168) + (at 207.5011 163.0036 180) + (path /07270D9D) + (fp_text reference T6 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 95 "Net-(LED12-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 92 "Net-(R38-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1017A) + (at 211.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /8FB9077F) + (fp_text reference C12 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 91 "Net-(C12-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC10188) + (at 209.5011 166.0036 90) + (path /AC778F02) + (fp_text reference KEY7 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB2 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 93 "Net-(KEY7-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 93 "Net-(KEY7-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC101A0) + (at 209.5011 146.5036 270) + (path /CD68BDCE) + (fp_text reference SW102 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB2 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 94 "Net-(R40-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC101AE) + (at 221.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /1DEE9157) + (fp_text reference R41 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 96 "Net-(LED11-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC101BC) + (at 215.5011 146.0036 270) + (descr "RESISTOR

\nchip") + (path /DA0B1885) + (fp_text reference R43 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 97 "Net-(R43-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 98 "Net-(C13-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC101CA) + (at 216.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /743FE7EB) + (fp_text reference R44 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 99 "Net-(R44-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC101D8) + (at 220.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /396C9CE6) + (fp_text reference R45 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 100 "Net-(KEY8-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 98 "Net-(C13-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC101E6) + (at 218.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /AAA0E0FF) + (fp_text reference R46 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 101 "Net-(R46-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 100 "Net-(KEY8-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC101F4) + (at 216.5011 163.0036 180) + (path /48A7C7EE) + (fp_text reference T7 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 102 "Net-(LED11-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 99 "Net-(R44-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10206) + (at 220.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /A747D769) + (fp_text reference C13 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 98 "Net-(C13-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC10214) + (at 218.5011 166.0036 90) + (path /129A703F) + (fp_text reference KEY8 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB1 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 100 "Net-(KEY8-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 100 "Net-(KEY8-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC1022C) + (at 218.5011 146.5036 270) + (path /D8992587) + (fp_text reference SW101 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB1 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 101 "Net-(R46-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1023A) + (at 230.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /5B5FB131) + (fp_text reference R47 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 103 "Net-(LED10-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10248) + (at 224.5011 144.0036 270) + (descr "RESISTOR

\nchip") + (path /CD91161D) + (fp_text reference R49 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 104 "Net-(R49-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 105 "Net-(C14-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10256) + (at 225.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /E402B80F) + (fp_text reference R50 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 106 "Net-(R50-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10264) + (at 229.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /634356E1) + (fp_text reference R51 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 107 "Net-(KEY9-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 105 "Net-(C14-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10272) + (at 227.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /6E098FD2) + (fp_text reference R52 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 108 "Net-(R52-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 107 "Net-(KEY9-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC10280) + (at 225.5011 163.0036 180) + (path /463BD27C) + (fp_text reference T8 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 109 "Net-(LED10-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 106 "Net-(R50-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10292) + (at 229.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /DB425959) + (fp_text reference C14 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 105 "Net-(C14-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC102A0) + (at 227.5011 166.0036 90) + (path /84F1974C) + (fp_text reference KEY9 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PB0 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 107 "Net-(KEY9-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 107 "Net-(KEY9-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC102B8) + (at 227.5011 146.5036 270) + (path /D3CE3B08) + (fp_text reference SW100 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB0 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 108 "Net-(R52-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC102C6) + (at 72.5011 150.5036 90) + (descr "RESISTOR

\nchip") + (path /F12CABB7) + (fp_text reference R53 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 110 "Net-(LED2-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC102D4) + (at 71.0011 139.5036 180) + (descr "RESISTOR

\nchip") + (path /6D87B994) + (fp_text reference R55 (at -2.667 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 111 "Net-(R55-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 112 "Net-(C15-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC102E2) + (at 67.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /231B8666) + (fp_text reference R56 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 113 "Net-(R136-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC102F0) + (at 71.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /0811433E) + (fp_text reference R57 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 114 "Net-(KEY10-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 112 "Net-(C15-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC102FE) + (at 69.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /0C42FBA6) + (fp_text reference R58 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 115 "Net-(R58-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 114 "Net-(KEY10-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC1030C) + (at 67.5011 163.0036 180) + (path /045D9A78) + (fp_text reference T9 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 116 "Net-(LED2-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 113 "Net-(R136-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1031E) + (at 71.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /08BC5F07) + (fp_text reference C15 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 112 "Net-(C15-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC1032C) + (at 69.5011 166.0036 90) + (path /309BC8C3) + (fp_text reference KEY10 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD7 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 114 "Net-(KEY10-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 114 "Net-(KEY10-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC10344) + (at 69.5011 146.5036 270) + (path /B6F7731C) + (fp_text reference SW117 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD7 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 115 "Net-(R58-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10352) + (at 81.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /88B124BF) + (fp_text reference R59 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 117 "Net-(LED3-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10360) + (at 75.5011 145.0036 270) + (descr "RESISTOR

\nchip") + (path /7238469E) + (fp_text reference R61 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 118 "Net-(R61-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 119 "Net-(C16-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1036E) + (at 76.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /71E68305) + (fp_text reference R62 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 120 "Net-(R135-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1037C) + (at 80.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /F867A5BB) + (fp_text reference R63 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 121 "Net-(KEY11-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 119 "Net-(C16-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1038A) + (at 78.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /B5625CEF) + (fp_text reference R64 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 122 "Net-(R64-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 121 "Net-(KEY11-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC10398) + (at 76.5011 163.0036 180) + (path /F110383E) + (fp_text reference T10 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 123 "Net-(LED3-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 120 "Net-(R135-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC103AA) + (at 80.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /930EF4E7) + (fp_text reference C16 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 119 "Net-(C16-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC103B8) + (at 78.5011 166.0036 90) + (path /DF701399) + (fp_text reference KEY11 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD6 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 121 "Net-(KEY11-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 121 "Net-(KEY11-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC103D0) + (at 78.5011 146.5036 270) + (path /8C80A47D) + (fp_text reference SW116 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD6 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 122 "Net-(R64-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC103DE) + (at 90.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /77B51EE0) + (fp_text reference R65 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 124 "Net-(LED4-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC103EC) + (at 84.5011 145.0036 270) + (descr "RESISTOR

\nchip") + (path /61F4BC32) + (fp_text reference R67 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 125 "Net-(R67-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 126 "Net-(C17-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC103FA) + (at 85.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /BBB38037) + (fp_text reference R68 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 127 "Net-(R134-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10408) + (at 89.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /1A7E7D8A) + (fp_text reference R69 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 128 "Net-(KEY12-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 126 "Net-(C17-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10416) + (at 87.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /AC81A314) + (fp_text reference R70 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 129 "Net-(R70-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 128 "Net-(KEY12-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC10424) + (at 85.5011 163.0036 180) + (path /021B1B49) + (fp_text reference T11 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 130 "Net-(LED4-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 127 "Net-(R134-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10436) + (at 89.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /880DAC54) + (fp_text reference C17 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 126 "Net-(C17-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC10444) + (at 87.5011 166.0036 90) + (path /D90D2722) + (fp_text reference KEY12 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD5 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 128 "Net-(KEY12-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 128 "Net-(KEY12-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC1045C) + (at 87.5011 146.5036 270) + (path /AEED6248) + (fp_text reference SW115 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD5 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 129 "Net-(R70-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1046A) + (at 99.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /E78B931F) + (fp_text reference R71 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 131 "Net-(LED5-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10478) + (at 93.5011 145.0036 270) + (descr "RESISTOR

\nchip") + (path /F1A902BD) + (fp_text reference R73 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 132 "Net-(R73-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 133 "Net-(C18-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10486) + (at 94.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /0E35184F) + (fp_text reference R74 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 134 "Net-(R133-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10494) + (at 98.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /FA17532E) + (fp_text reference R75 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 135 "Net-(KEY13-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 133 "Net-(C18-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC104A2) + (at 96.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /F5F3CEC6) + (fp_text reference R76 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 136 "Net-(R76-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 135 "Net-(KEY13-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC104B0) + (at 94.5011 163.0036 180) + (path /4E1BC38A) + (fp_text reference T12 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 137 "Net-(LED5-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 134 "Net-(R133-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC104C2) + (at 98.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /53B3C674) + (fp_text reference C18 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 133 "Net-(C18-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC104D0) + (at 96.5011 166.0036 90) + (path /3BE1720F) + (fp_text reference KEY13 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD4 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 135 "Net-(KEY13-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 135 "Net-(KEY13-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC104E8) + (at 96.5011 146.5036 270) + (path /1B783D64) + (fp_text reference SW114 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD4 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 136 "Net-(R76-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC104F6) + (at 108.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /8780E7E8) + (fp_text reference R77 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 138 "Net-(LED6-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10504) + (at 102.0011 145.0036 270) + (descr "RESISTOR

\nchip") + (path /53DFCA8E) + (fp_text reference R79 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 139 "Net-(R79-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 140 "Net-(C19-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10512) + (at 103.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /6E4A9DFB) + (fp_text reference R80 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 141 "Net-(R30-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10520) + (at 107.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /FE994382) + (fp_text reference R81 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 142 "Net-(KEY14-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 140 "Net-(C19-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1052E) + (at 105.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /833542CF) + (fp_text reference R82 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 143 "Net-(R82-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 142 "Net-(KEY14-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC1053C) + (at 103.5011 163.0036 180) + (path /4DDFA54A) + (fp_text reference T13 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 144 "Net-(LED6-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 141 "Net-(R30-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1054E) + (at 107.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /F8EFB3E1) + (fp_text reference C19 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 140 "Net-(C19-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC1055C) + (at 105.5011 166.0036 90) + (path /1A4E8912) + (fp_text reference KEY14 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD3 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 142 "Net-(KEY14-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 142 "Net-(KEY14-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC10574) + (at 105.5011 146.5036 270) + (path /0AF68D1A) + (fp_text reference SW113 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD3 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 143 "Net-(R82-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10582) + (at 117.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /E7345727) + (fp_text reference R83 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 145 "Net-(LED7-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10590) + (at 111.5011 144.0036 270) + (descr "RESISTOR

\nchip") + (path /875F9C9E) + (fp_text reference R85 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 146 "Net-(R85-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 147 "Net-(C20-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1059E) + (at 112.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /6AA0CBC6) + (fp_text reference R86 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 148 "Net-(R86-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC105AC) + (at 116.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /A6693D1C) + (fp_text reference R87 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 149 "Net-(KEY15-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 147 "Net-(C20-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC105BA) + (at 114.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /652D9B5E) + (fp_text reference R88 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 150 "Net-(R88-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 149 "Net-(KEY15-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC105C8) + (at 112.5011 163.0036 180) + (path /C9E800E1) + (fp_text reference T14 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 151 "Net-(LED7-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 148 "Net-(R86-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC105DA) + (at 116.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /BA42FA1D) + (fp_text reference C20 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 147 "Net-(C20-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC105E8) + (at 114.5011 166.0036 90) + (path /F7F7D1BA) + (fp_text reference KEY15 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD2 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 149 "Net-(KEY15-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 149 "Net-(KEY15-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC10600) + (at 114.5011 146.5036 270) + (path /E7B4E2D4) + (fp_text reference SW112 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD2 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 150 "Net-(R88-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1060E) + (at 126.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /31EF6566) + (fp_text reference R89 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 152 "Net-(LED8-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1061C) + (at 120.5011 144.0036 270) + (descr "RESISTOR

\nchip") + (path /84C96DEF) + (fp_text reference R91 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 153 "Net-(R91-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 154 "Net-(C21-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1062A) + (at 121.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /AEDB4FFE) + (fp_text reference R92 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 155 "Net-(R90-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10638) + (at 125.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /75DE7ADC) + (fp_text reference R93 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 156 "Net-(KEY16-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 154 "Net-(C21-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10646) + (at 123.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /39937A76) + (fp_text reference R94 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 157 "Net-(R94-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 156 "Net-(KEY16-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC10654) + (at 121.5011 163.0036 180) + (path /C84D0D23) + (fp_text reference T15 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 158 "Net-(LED8-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 155 "Net-(R90-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10666) + (at 125.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /E677957B) + (fp_text reference C21 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 154 "Net-(C21-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC10674) + (at 123.5011 166.0036 90) + (path /7F2AD6FD) + (fp_text reference KEY16 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD1 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 156 "Net-(KEY16-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 156 "Net-(KEY16-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC1068C) + (at 123.5011 146.5036 270) + (path /69CFF5CE) + (fp_text reference SW111 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD1 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 157 "Net-(R94-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1069A) + (at 135.5011 151.0036 90) + (descr "RESISTOR

\nchip") + (path /E565FD8D) + (fp_text reference R95 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 390 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 159 "Net-(LED9-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC106A8) + (at 129.5011 144.0036 270) + (descr "RESISTOR

\nchip") + (path /EC3A5F09) + (fp_text reference R97 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 160 "Net-(R97-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 161 "Net-(C22-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC106B6) + (at 130.5011 172.0036 90) + (descr "RESISTOR

\nchip") + (path /1554C729) + (fp_text reference R98 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 162 "Net-(R84-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC106C4) + (at 134.5011 163.0036 270) + (descr "RESISTOR

\nchip") + (path /0743ECC2) + (fp_text reference R99 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 163 "Net-(KEY17-PadP$3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 161 "Net-(C22-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC106D2) + (at 132.5011 153.0036) + (descr "RESISTOR

\nchip") + (path /DA519632) + (fp_text reference R100 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 164 "Net-(R100-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 163 "Net-(KEY17-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:SOT-23 (layer Bottom) (tedit 0) (tstamp 5AC106E0) + (at 130.5011 163.0036 180) + (path /9963AEEB) + (fp_text reference T16 (at -1.27 -2.286 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value IRLML2502 (at -1.905 -2.54 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 0.635 2.8448) (end -0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 1.905) (end 0.635 2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 1.905) (end 0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -0.8128) (end 1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -0.8128) (end 1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 1.905) (end -1.7272 -0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 1.905) (end -1.7272 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 2.8448) (end -0.635 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.524 1.7018) (end -1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.524 0.3048) (end 1.524 1.7018) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 0.3048) (end 1.524 0.3048) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.524 1.7018) (end -1.524 0.3048) (layer B.SilkS) (width 0.127)) + (pad P$3 smd rect (at 0 2.0955 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 165 "Net-(LED9-PadK)") (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 smd rect (at -0.9398 -0.0889 180) (size 0.7874 1.0668) (layers Bottom B.Paste B.Mask) + (net 162 "Net-(R84-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC106F2) + (at 134.5011 172.0036 90) + (descr "CAPACITOR

\nchip") + (path /CB4FEFB8) + (fp_text reference C22 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 220n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 161 "Net-(C22-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:TASTER_LSG1301 (layer Top) (tedit 0) (tstamp 5AC10700) + (at 132.5011 166.0036 90) + (path /B0B7D691) + (fp_text reference KEY17 (at -3.175 -3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD0 (at -3.81 4.826 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (pad P$4 smd roundrect (at 4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 163 "Net-(KEY17-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 163 "Net-(KEY17-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad P$1 smd roundrect (at -4.238 -2.25 90) (size 2.54 1.524) (layers Top F.Paste F.Mask)(roundrect_rratio 0.125) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC10718) + (at 132.5011 146.5036 270) + (path /BC8430B3) + (fp_text reference SW110 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD0 (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 164 "Net-(R100-Pad1)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_DC (layer Top) (tedit 0) (tstamp 5AC10726) + (at 130.0861 36.4236 270) + (path /B8666746) + (fp_text reference CON9 (at 10.16 -3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "Power IN" (at -3.175 3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -5.1435 4.699) (end -5.1435 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 4.699) (end -5.1435 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 7.239) (end -1.9685 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 7.239) (end -1.9685 7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 4.699) (end 8.128 7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.906 4.699) (end 8.128 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.906 -4.699) (end 9.906 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 -4.699) (end 9.906 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 -7.239) (end 8.128 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 -7.239) (end 8.128 -7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 -4.699) (end -1.9685 -7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1435 -4.699) (end -1.9685 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.99999 4.49999) (end 9.800031 4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.99999 -4.49999) (end 9.800031 -4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start 9.800031 -4.49999) (end 9.800031 4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 2.54) (end -6.35 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 -2.54) (end -8.89 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.35 0) (end -8.89 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.99999 -4.49999) (end -4.99999 4.49999) (layer F.SilkS) (width 0.127)) + (pad DRILL2 thru_hole circle (at 4.49999 0 270) (size 2.6162 2.6162) (drill 1.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL1 thru_hole circle (at 0 0 90) (size 2.413 2.413) (drill 1.6) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad KONTAKT smd rect (at 6.099987 5.499987) (size 3.048 3.556) (layers Top F.Paste F.Mask) + (net 166 "Net-(CON9-PadKONTAKT)") (solder_mask_margin 0.1016)) + (pad STIFT_B smd rect (at 6.099987 -5.499987 180) (size 3.048 3.556) (layers Top F.Paste F.Mask) + (net 167 "Net-(CON9-PadSTIFT_A)") (solder_mask_margin 0.1016)) + (pad STIFT_A smd rect (at 0 -5.499987) (size 3.048 3.556) (layers Top F.Paste F.Mask) + (net 167 "Net-(CON9-PadSTIFT_A)") (solder_mask_margin 0.1016)) + (pad FEDER smd rect (at 0 5.499987) (size 3.048 3.556) (layers Top F.Paste F.Mask) + (net 168 "Net-(CON9-PadFEDER)") (solder_mask_margin 0.1016)) + ) + + (module camino:GLEICHRICHTER_SIL4 (layer Top) (tedit 0) (tstamp 5AC10742) + (at 170.0911 35.7886) + (descr "RECTIFIER

\ngrid 3 x 5 mm") + (path /BC34DC86) + (fp_text reference IC2 (at -8.89 -3.81) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_text value BRUECKENGLEICHRICHTER (at -8.89 5.715) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_line (start -9.652 3.556) (end -9.652 -3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.652 3.556) (end -9.652 3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.652 -3.556) (end 9.652 3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start -9.652 -3.556) (end 9.652 -3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.54 3.048) (end -2.54 2.032) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.4996 3.429) (end 5.969 3.429) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 1.9812 2.54) (end 1.651 2.54) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 2.6416 2.54) (end 2.3114 2.54) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -7.9248 2.54) (end -8.255 2.54) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -7.2644 2.54) (end -7.5946 2.54) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 2.54) (end -2.032 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6.858 2.54) (end 7.874 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.969 3.429) (end -9.4996 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.969 -3.429) (end 9.4996 -3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.969 -3.429) (end 5.969 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.4996 -3.429) (end 5.969 -3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.4996 -3.429) (end 9.4996 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.4996 3.429) (end -9.4996 -3.429) (layer F.SilkS) (width 0.1524)) + (pad POS thru_hole oval (at -2.6162 0 90) (size 3.6576 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + (pad AC2 thru_hole oval (at 2.413 0 90) (size 3.6576 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (net 168 "Net-(CON9-PadFEDER)") (solder_mask_margin 0.1016)) + (pad AC1 thru_hole oval (at -7.62 0 90) (size 3.6576 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (net 170 "Net-(IC2-PadAC1)") (solder_mask_margin 0.1016)) + (pad NEG thru_hole rect (at 7.3914 0 90) (size 1.8288 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:ELKO_RADIAL_11MM (layer Top) (tedit 0) (tstamp 5AC1075B) + (at 154.2011 54.5836) + (descr "ELECTROLYTIC CAPACITOR

\ngrid 5.08 mm, diameter 10.5 mm") + (path /88D90D43) + (fp_text reference C23 (at -5.3848 3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 1000u (at 3.1242 -3.556) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start 3.175 1.905) (end 3.81 1.905) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 5.207 0) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 0.254 1.143) (xy 0.889 1.143) (xy 0.889 -1.143) (xy 0.254 -1.143)) (layer F.SilkS) (width 0)) + (fp_circle (center 0 0) (end 5.08 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.651 0) (end -1.143 0) (layer F.Fab) (width 0.1524)) + (fp_line (start 1.143 0) (end 1.651 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.429 -1.27) (end -4.191 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.651) (end -3.81 -0.889) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 1.143 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 -1.143) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -1.143) (end -0.889 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 1.143) (end -0.254 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 1.143) (end -0.254 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 0) (end -0.889 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.143 0) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (pad - thru_hole rect (at 2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad + thru_hole circle (at -2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + ) + + (module camino:ELKO_RADIAL_11MM (layer Top) (tedit 0) (tstamp 5AC1076F) + (at 161.7011 63.5136) + (descr "ELECTROLYTIC CAPACITOR

\ngrid 5.08 mm, diameter 10.5 mm") + (path /6C2199A3) + (fp_text reference C24 (at -5.3848 3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 1000u (at 3.1242 -3.556) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start 3.175 1.905) (end 3.81 1.905) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 5.207 0) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 0.254 1.143) (xy 0.889 1.143) (xy 0.889 -1.143) (xy 0.254 -1.143)) (layer F.SilkS) (width 0)) + (fp_circle (center 0 0) (end 5.08 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.651 0) (end -1.143 0) (layer F.Fab) (width 0.1524)) + (fp_line (start 1.143 0) (end 1.651 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.429 -1.27) (end -4.191 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.651) (end -3.81 -0.889) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 1.143 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 -1.143) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -1.143) (end -0.889 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 1.143) (end -0.254 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 1.143) (end -0.254 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 0) (end -0.889 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.143 0) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (pad - thru_hole rect (at 2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad + thru_hole circle (at -2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + ) + + (module camino:ELKO_RADIAL_11MM (layer Top) (tedit 0) (tstamp 5AC10783) + (at 161.7011 45.9436) + (descr "ELECTROLYTIC CAPACITOR

\ngrid 5.08 mm, diameter 10.5 mm") + (path /442E43C5) + (fp_text reference C25 (at -5.3848 3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 1000u (at 3.1242 -3.556) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start 3.175 1.905) (end 3.81 1.905) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 5.207 0) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 0.254 1.143) (xy 0.889 1.143) (xy 0.889 -1.143) (xy 0.254 -1.143)) (layer F.SilkS) (width 0)) + (fp_circle (center 0 0) (end 5.08 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.651 0) (end -1.143 0) (layer F.Fab) (width 0.1524)) + (fp_line (start 1.143 0) (end 1.651 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.429 -1.27) (end -4.191 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.651) (end -3.81 -0.889) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 1.143 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 -1.143) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -1.143) (end -0.889 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 1.143) (end -0.254 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 1.143) (end -0.254 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 0) (end -0.889 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -1.143 0) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (pad - thru_hole rect (at 2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad + thru_hole circle (at -2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10797) + (at 222.0011 62.5036) + (descr "CAPACITOR

\nchip") + (path /CD45ED21) + (fp_text reference C26 (at -2.54 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC107A5) + (at 72.5011 92.5036 180) + (descr "RESISTOR

\nchip") + (path /4592E6AB) + (fp_text reference R101 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_text value 390 (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 171 "Net-(CON5-PadP$5)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC107B3) + (at 72.5011 86.5036 180) + (descr "RESISTOR

\nchip") + (path /02D10C07) + (fp_text reference R102 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_text value 1K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 46 "Net-(CON105-PadPAD)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 172 "Net-(CON5-PadP$4)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC107C1) + (at 72.5011 89.5036 180) + (descr "RESISTOR

\nchip") + (path /08D6C268) + (fp_text reference R103 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_text value 1K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 44 "Net-(CON107-PadPAD)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 173 "Net-(CON5-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC107CF) + (at 72.5011 83.5036 180) + (descr "RESISTOR

\nchip") + (path /B2E27065) + (fp_text reference R104 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_text value 1K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 45 "Net-(CON106-PadPAD)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 174 "Net-(CON5-PadP$1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC107DD) + (at 100.5011 41.5036 90) + (descr "RESISTOR

\nchip") + (path /DF39756A) + (fp_text reference R3 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 1K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 29 "Net-(CON3-PadP$5)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 175 "Net-(CON6-PadP$5)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC107EB) + (at 125.0011 43.0036 90) + (descr "RESISTOR

\nchip") + (path /8C1C3454) + (fp_text reference R105 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 1K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 30 "Net-(CON3-PadP$4)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 176 "Net-(CON6-PadP$1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC107F9) + (at 104.5011 52.0036 90) + (descr "RESISTOR

\nchip") + (path /E5CEC001) + (fp_text reference R106 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 1K (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 27 "Net-(CON3-PadP$7)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 177 "Net-(CON6-PadP$9)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10807) + (at 121.5011 47.0036 180) + (descr "RESISTOR

\nchip") + (path /126BC0DA) + (fp_text reference R107 (at -2.667 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 1K (at -2.667 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 28 "Net-(CON3-PadP$6)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 178 "Net-(CON6-PadP$3)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10815) + (at 129.5011 67.0036 180) + (descr "RESISTOR

\nchip") + (path /C271A3F4) + (fp_text reference R108 (at -2.667 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 390 (at -2.667 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 43 /RESET) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 179 "Net-(CON6-PadP$6)") (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_SERIELL_SUBD9_PIN (layer Bottom) (tedit 0) (tstamp 5AC10823) + (at 236.7661 153.2636 90) + (descr SUB-D) + (path /9CBF613F) + (fp_text reference CON7 (at -15.24 -6.35 90) (layer B.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom mirror)) + ) + (fp_text value RS232 (at -5.08 13.97 90) (layer B.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom mirror)) + ) + (fp_line (start -8.89 -3.3655) (end -15.6845 -3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 -2.3495) (end -8.89 -3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 -2.3495) (end -8.89 -2.3495) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 -3.3655) (end 8.89 -2.3495) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.6845 -3.3655) (end 8.89 -3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.6845 11.8745) (end 15.6845 -3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.6845 11.8745) (end 15.6845 11.8745) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.6845 -3.3655) (end -15.6845 11.8745) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 5.08 -0.381) (xy 5.8928 -0.381) (xy 5.8928 6.858) (xy 5.08 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 3.7084 2.159) (xy 4.5212 2.159) (xy 4.5212 6.858) (xy 3.7084 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 2.3368 -0.381) (xy 3.1496 -0.381) (xy 3.1496 6.858) (xy 2.3368 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 0.9398 2.159) (xy 1.7526 2.159) (xy 1.7526 6.858) (xy 0.9398 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -0.4318 -0.381) (xy 0.381 -0.381) (xy 0.381 6.858) (xy -0.4318 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -1.778 2.159) (xy -0.9652 2.159) (xy -0.9652 6.858) (xy -1.778 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -3.1496 -0.381) (xy -2.3368 -0.381) (xy -2.3368 6.858) (xy -3.1496 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -4.5212 2.159) (xy -3.7084 2.159) (xy -3.7084 6.858) (xy -4.5212 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -5.8928 -0.381) (xy -5.08 -0.381) (xy -5.08 6.858) (xy -5.8928 6.858)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -15.494 11.176) (xy 15.494 11.176) (xy 15.494 11.684) (xy -15.494 11.684)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -9.271 6.858) (xy 9.271 6.858) (xy 9.271 7.62) (xy -9.271 7.62)) (layer B.SilkS) (width 0)) + (fp_text user F09 (at -7.62 8.509 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_text user 2,54 (at 14.986 2.54) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_text user 6 (at -7.62 0.635 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_text user 9 (at 6.985 0.635 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_text user 5 (at 6.985 -1.905 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_text user 1 (at -7.62 -1.905 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_circle (center 12.5222 0) (end 14.1732 0) (layer B.SilkS) (width 0.1524)) + (fp_circle (center -12.5222 0) (end -10.8712 0) (layer B.SilkS) (width 0.1524)) + (fp_line (start -7.62 17.907) (end 7.62 17.907) (layer B.SilkS) (width 0.1524)) + (fp_arc (start 8.763 12.319) (end 8.128 12.319) (angle 90) (layer B.SilkS) (width 0.1524)) + (fp_line (start 8.128 12.319) (end 8.128 17.399) (layer B.SilkS) (width 0.1524)) + (fp_arc (start -8.763 12.319) (end -8.763 11.684) (angle 90) (layer B.SilkS) (width 0.1524)) + (fp_line (start -8.128 12.319) (end -8.128 17.399) (layer B.SilkS) (width 0.1524)) + (fp_line (start 9.525 7.62) (end 15.494 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start 5.4864 -1.143) (end 5.4864 -0.127) (layer B.Fab) (width 0.8128)) + (fp_line (start 4.1148 1.397) (end 4.1148 2.413) (layer B.Fab) (width 0.8128)) + (fp_line (start 2.7432 -1.143) (end 2.7432 -0.127) (layer B.Fab) (width 0.8128)) + (fp_line (start 1.3462 1.397) (end 1.3462 2.413) (layer B.Fab) (width 0.8128)) + (fp_line (start -1.3716 1.397) (end -1.3716 2.413) (layer B.Fab) (width 0.8128)) + (fp_line (start -4.1148 1.397) (end -4.1148 2.413) (layer B.Fab) (width 0.8128)) + (fp_line (start -5.4864 -1.143) (end -5.4864 -0.127) (layer B.Fab) (width 0.8128)) + (fp_line (start -2.7432 -1.143) (end -2.7432 -0.127) (layer B.Fab) (width 0.8128)) + (fp_line (start 0 -1.143) (end 0 -0.127) (layer B.Fab) (width 0.8128)) + (fp_line (start 15.494 -2.667) (end 15.494 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start 14.986 -3.175) (end 15.494 -2.667) (layer B.SilkS) (width 0.1524)) + (fp_line (start 10.033 -3.175) (end 14.986 -3.175) (layer B.SilkS) (width 0.1524)) + (fp_line (start 9.525 -2.667) (end 10.033 -3.175) (layer B.SilkS) (width 0.1524)) + (fp_line (start 9.525 -2.667) (end 9.525 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start -9.525 -2.667) (end -9.525 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start -10.033 -3.175) (end -9.525 -2.667) (layer B.SilkS) (width 0.1524)) + (fp_line (start -10.033 -3.175) (end -14.859 -3.175) (layer B.SilkS) (width 0.1524)) + (fp_line (start -15.494 -2.54) (end -15.494 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start -14.859 -3.175) (end -15.494 -2.54) (layer B.SilkS) (width 0.1524)) + (fp_arc (start 9.652 8.255) (end 9.652 7.62) (angle 90) (layer B.SilkS) (width 0.1524)) + (fp_line (start 10.287 10.668) (end 10.414 10.668) (layer B.SilkS) (width 0.1524)) + (fp_line (start 10.287 8.255) (end 10.287 10.668) (layer B.SilkS) (width 0.1524)) + (fp_line (start 10.414 10.668) (end 10.414 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start 10.414 11.176) (end 15.494 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start -10.414 11.176) (end 10.414 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start 9.271 7.62) (end 9.525 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start 9.271 7.62) (end 9.271 6.858) (layer B.SilkS) (width 0.1524)) + (fp_line (start -9.271 6.858) (end 9.271 6.858) (layer B.SilkS) (width 0.1524)) + (fp_line (start -9.271 7.62) (end 9.271 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start -9.271 7.62) (end -9.271 6.858) (layer B.SilkS) (width 0.1524)) + (fp_line (start -10.287 8.255) (end -10.287 10.668) (layer B.SilkS) (width 0.1524)) + (fp_line (start -9.525 7.62) (end -9.271 7.62) (layer B.SilkS) (width 0.1524)) + (fp_arc (start -9.652 8.255) (end -10.287 8.255) (angle 90) (layer B.SilkS) (width 0.1524)) + (fp_line (start -10.414 10.668) (end -10.287 10.668) (layer B.SilkS) (width 0.1524)) + (fp_line (start -10.414 10.668) (end -10.414 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start -15.494 11.176) (end -10.414 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start 15.494 11.176) (end 15.494 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start 15.494 11.684) (end 15.494 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start -15.494 11.176) (end -15.494 11.684) (layer B.SilkS) (width 0.1524)) + (fp_line (start -15.494 7.62) (end -15.494 11.176) (layer B.SilkS) (width 0.1524)) + (fp_line (start -15.494 7.62) (end -9.525 7.62) (layer B.SilkS) (width 0.1524)) + (fp_line (start -15.494 11.684) (end 15.494 11.684) (layer B.SilkS) (width 0.1524)) + (fp_arc (start 7.62 17.399) (end 7.62 17.907) (angle -90) (layer B.SilkS) (width 0.1524)) + (fp_arc (start -7.62 17.399) (end -8.128 17.399) (angle -90) (layer B.SilkS) (width 0.1524)) + (pad G2 thru_hole circle (at 12.5222 0 90) (size 5.08 5.08) (drill 3.302) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad G1 thru_hole circle (at -12.5222 0 90) (size 5.08 5.08) (drill 3.302) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 9 thru_hole circle (at 4.1148 1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 180 "Net-(CON7-Pad9)") (solder_mask_margin 0.1016)) + (pad 8 thru_hole circle (at 1.3716 1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 181 "Net-(CON7-Pad8)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole circle (at -1.3716 1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 182 "Net-(CON7-Pad7)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole circle (at -4.1148 1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 183 "Net-(CON7-Pad6)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole circle (at 5.4864 -1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 4 thru_hole circle (at 2.7432 -1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 184 "Net-(CON7-Pad4)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole circle (at 0 -1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 185 "Net-(CON7-Pad3)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole circle (at -2.7432 -1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 186 "Net-(CON7-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole rect (at -5.4864 -1.27 90) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (net 187 "Net-(CON7-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_1UM_ESP (layer Top) (tedit 0) (tstamp 5AC1087E) + (at 163.4411 79.7036 270) + (path /D9E7E2EC) + (fp_text reference SW7 (at -4.445 -1.778 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "LED Power" (at -4.445 3.048 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (pad OFF thru_hole circle (at 2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 188 "Net-(LCD1-PadVCC)") (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -2.54 0 270) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1088C) + (at 156.5011 78.5036 90) + (descr "RESISTOR

\nchip") + (path /AA49BA14) + (fp_text reference R109 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 189 "Net-(LCD1-PadVLED)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 188 "Net-(LCD1-PadVCC)") (solder_mask_margin 0.1016)) + ) + + (module camino:3296Y (layer Top) (tedit 0) (tstamp 5AC1089A) + (at 173.2661 83.7786) + (descr "POTENTIOMETER

\nSpectrol") + (path /AE92AE00) + (fp_text reference P1 (at -4.826 -2.8702) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 10K (at -4.8006 4.191) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start 5.0038 -2.7178) (end -5.0038 -2.7178) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 2.7178) (end 5.0038 -2.7178) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.0038 2.7178) (end 5.0038 2.7178) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.0038 -2.7178) (end -5.0038 2.7178) (layer Dwgs.User) (width 0.127)) + (fp_text user 3 (at -2.032 1.016) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at 3.556 -0.635) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.445 -0.635) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_circle (center 3.556 1.27) (end 4.191 1.27) (layer F.SilkS) (width 0.0508)) + (fp_circle (center 3.556 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.445 0.381) (end -2.54 0.381) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.667 -0.127) (end -2.667 0.889) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.54 0) (end -2.667 -0.127) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.667 0.889) (end -2.54 0.762) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.54 0.762) (end -2.54 0.381) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.54 0.381) (end -2.54 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 0.254) (end -2.413 0.127) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 0.508) (end -2.413 0.635) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 0.508) (end -2.286 0.254) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.413 0.127) (end -2.54 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.413 0.635) (end -2.54 0.762) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.413 0.635) (end -2.413 0.127) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.159 0.381) (end -2.286 0.254) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.159 0.381) (end -2.286 0.508) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.159 0.381) (end -2.54 0.381) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.826 2.54) (end -4.826 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.064 0.762) (end 3.048 1.778) (layer F.SilkS) (width 0.3048)) + (fp_line (start 4.826 -2.54) (end -4.826 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 -2.54) (end 4.826 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.826 2.54) (end 4.826 2.54) (layer F.SilkS) (width 0.1524)) + (pad S thru_hole oval (at 0 1.27) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 190 "Net-(P1-PadS)") (solder_mask_margin 0.1016)) + (pad E thru_hole oval (at -2.54 -1.27) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad A thru_hole oval (at 2.54 -1.27) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 191 "Net-(C35-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC108BD) + (at 199.4011 93.5036 90) + (descr "RESISTOR

\nchip") + (path /30C41DB0) + (fp_text reference R110 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 192 "Net-(LCD1-PadDB0)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC108CB) + (at 198.5011 82.5036 270) + (descr "RESISTOR

\nchip") + (path /5FE122A5) + (fp_text reference R111 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 193 "Net-(LCD1-PadDB1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC108D9) + (at 195.5011 86.5036) + (descr "RESISTOR

\nchip") + (path /01B4BC66) + (fp_text reference R112 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 194 "Net-(LCD1-PadDB2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC108E7) + (at 194.0011 81.5036) + (descr "RESISTOR

\nchip") + (path /AD61A5A7) + (fp_text reference R113 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 195 "Net-(LCD1-PadDB3)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC108F5) + (at 194.0011 84.0036) + (descr "RESISTOR

\nchip") + (path /8C785876) + (fp_text reference R114 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 196 "Net-(LCD1-PadE)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10903) + (at 184.0011 82.5036 270) + (descr "RESISTOR

\nchip") + (path /A2C8E254) + (fp_text reference R115 (at -2.667 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 10K (at -2.667 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 197 "Net-(LCD1-PadRS)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10911) + (at 112.0011 135.0036) + (descr "RESISTOR

\nchip") + (path /4CF95B71) + (fp_text reference R116 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 198 "Net-(IC3-Pad11)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1091F) + (at 151.0011 151.0036 90) + (descr "CAPACITOR

\nchip") + (path /6879901B) + (fp_text reference C28 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1092D) + (at 200.9611 77.9936 270) + (descr "CAPACITOR

\nchip") + (path /7F41ADB8) + (fp_text reference C29 (at -2.54 -1.143 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 100n (at -2.54 2.413 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1093B) + (at 181.0011 82.5036 90) + (descr "RESISTOR

\nchip") + (path /2A4533D3) + (fp_text reference R117 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 220K (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 199 "Net-(LCD1-PadVCON)") (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_USB_B_PIN (layer Bottom) (tedit 0) (tstamp 5AC10949) + (at 58.9661 150.6436 180) + (path /EF89829C) + (fp_text reference CON8 (at -7.62 3.175 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top mirror)) + ) + (fp_text value BUCHSE_USB_B (at 7.62 3.175 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top mirror)) + ) + (fp_line (start 10.414 6.35) (end -5.842 6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start 10.414 -6.35) (end 10.414 6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.842 -6.35) (end 10.414 -6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.842 6.35) (end -5.842 -6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start 13.97 -2.54) (end 11.43 0) (layer B.SilkS) (width 0.127)) + (fp_line (start 13.97 2.54) (end 13.97 -2.54) (layer B.SilkS) (width 0.127)) + (fp_line (start 11.43 0) (end 13.97 2.54) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.697218 -6.25) (end 10.28 -6.25) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.697218 6.25) (end 10.28 6.25) (layer B.SilkS) (width 0.127)) + (fp_line (start -5.697218 6.25) (end -5.697218 -6.25) (layer B.SilkS) (width 0.127)) + (fp_line (start 10.28 6.25) (end 10.28 -6.25) (layer B.SilkS) (width 0.127)) + (pad SOCKET2 thru_hole circle (at 0 -5.9436 180) (size 3.3 3.3) (drill 2.4) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad SOCKET1 thru_hole circle (at 0 6.0198 180) (size 3.3 3.3) (drill 2.4) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad D- thru_hole circle (at -4.71 -1.25 180) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (net 200 "Net-(C49-Pad2)") (solder_mask_margin 0.1016)) + (pad VBUS thru_hole circle (at -4.71 1.25 180) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (net 201 "Net-(CON8-PadVBUS)") (solder_mask_margin 0.1016)) + (pad D+ thru_hole circle (at -2.71 -1.25 180) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (net 202 "Net-(C50-Pad2)") (solder_mask_margin 0.1016)) + (pad GND thru_hole circle (at -2.71 1.25 180) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1095D) + (at 59.0011 150.0036 90) + (descr "RESISTOR

\nchip") + (path /F0BC17D6) + (fp_text reference R118 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 1K5 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 200 "Net-(C49-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1096B) + (at 55.0011 165.0036 90) + (descr "RESISTOR

\nchip") + (path /C0869BC9) + (fp_text reference R119 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 1MEG (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 202 "Net-(C50-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10979) + (at 57.0011 139.5036 90) + (descr "RESISTOR

\nchip") + (path /F6234284) + (fp_text reference R120 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 68 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 202 "Net-(C50-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 203 "Net-(R120-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10987) + (at 54.5011 139.0036 90) + (descr "RESISTOR

\nchip") + (path /9C09E2D6) + (fp_text reference R121 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 68 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 200 "Net-(C49-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 204 "Net-(R121-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:ZENER_PIN_200MIL (layer Top) (tedit 0) (tstamp 5AC10995) + (at 63.0011 165.5036 270) + (descr "Z DIODE") + (path /6F05D41E) + (fp_text reference Z2 (at -2.6162 -1.524 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value 3.6V (at -2.54 2.794 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start 2.6416 -1.3208) (end -2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6416 1.3208) (end 2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 1.3208) (end 2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 -1.3208) (end -2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 0) (end 1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end 0 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0) (end 0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -0.635) (end 0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end 0.635 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 1.15) (end -2.5 -1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 1.15) (end -2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 -1.15) (end 2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 -1.15) (end 2.5 -1.15) (layer F.SilkS) (width 0.127)) + (pad K thru_hole rect (at -2.54 0 270) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 200 "Net-(C49-Pad2)") (solder_mask_margin 0.1016)) + (pad A thru_hole circle (at 2.54 0 270) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:ZENER_PIN_200MIL (layer Top) (tedit 0) (tstamp 5AC109AB) + (at 58.0011 165.5036 270) + (descr "Z DIODE") + (path /FF9CA878) + (fp_text reference Z3 (at -2.6162 -1.524 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value 3.6V (at -2.54 2.794 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start 2.6416 -1.3208) (end -2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6416 1.3208) (end 2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 1.3208) (end 2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 -1.3208) (end -2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 0) (end 1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end 0 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0) (end 0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -0.635) (end 0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end 0.635 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 1.15) (end -2.5 -1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 1.15) (end -2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 -1.15) (end 2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 -1.15) (end 2.5 -1.15) (layer F.SilkS) (width 0.127)) + (pad K thru_hole rect (at -2.54 0 270) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 202 "Net-(C50-Pad2)") (solder_mask_margin 0.1016)) + (pad A thru_hole circle (at 2.54 0 270) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KLEMMBUCHSE_WAGO_233_512_12PIN (layer Top) (tedit 0) (tstamp 5AC109C1) + (at 58.3311 59.3786 270) + (descr "WAGO Cage Clamp") + (path /0F1F5943) + (fp_text reference CON11 (at -14.07 -5.25 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "Analog In" (at -4.82 -5.25 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 16.256 -5.08) (end -16.8402 -5.08) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.256 7.366) (end 16.256 -5.08) (layer Dwgs.User) (width 0.127)) + (fp_line (start -16.8402 7.366) (end 16.256 7.366) (layer Dwgs.User) (width 0.127)) + (fp_line (start -16.8402 -5.08) (end -16.8402 7.366) (layer Dwgs.User) (width 0.127)) + (fp_text user 10 (at 8.232 6.85 270) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_text user 5 (at -4.087 6.85 270) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_text user 1 (at -14.12 6.85 270) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_line (start 15.24 6.985) (end 15.24 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 12.7 6.985) (end 12.7 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 14.47 1) (end 14.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 1) (end 14.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -1.25) (end 13.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 -3.25) (end 13.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 -1.75) (end 14.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -1.75) (end 14.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -3.25) (end 13.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 4.25) (end 13.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 14.47 5.75) (end 14.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 13.47 5.75) (end 14.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 13.47 4.25) (end 13.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 14.72 -3.75) (end 13.22 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.72 -1.25) (end 14.72 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 -1.25) (end 14.72 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -1.25) (end 14.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.22 -1.25) (end 13.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.22 -3.75) (end 13.22 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.16 6.985) (end 10.16 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 11.93 1) (end 11.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 1) (end 11.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -1.25) (end 10.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 -3.25) (end 10.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 -1.75) (end 11.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -1.75) (end 11.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -3.25) (end 10.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 4.25) (end 10.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 11.93 5.75) (end 11.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 10.93 5.75) (end 11.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 10.93 4.25) (end 10.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 12.18 -3.75) (end 10.68 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 12.18 -1.25) (end 12.18 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 -1.25) (end 12.18 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -1.25) (end 11.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.68 -1.25) (end 10.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.68 -3.75) (end 10.68 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 7.62 6.985) (end 7.62 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 9.39 1) (end 9.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 1) (end 9.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -1.25) (end 8.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 -3.25) (end 8.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 -1.75) (end 9.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -1.75) (end 9.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -3.25) (end 8.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 4.25) (end 8.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 9.39 5.75) (end 9.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 8.39 5.75) (end 9.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 8.39 4.25) (end 8.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 9.64 -3.75) (end 8.14 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.64 -1.25) (end 9.64 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 -1.25) (end 9.64 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -1.25) (end 9.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.14 -1.25) (end 8.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.14 -3.75) (end 8.14 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.08 6.985) (end 5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.85 1) (end 6.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 1) (end 6.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -1.25) (end 5.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 -3.25) (end 5.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 -1.75) (end 6.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -1.75) (end 6.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -3.25) (end 5.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 4.25) (end 5.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.85 5.75) (end 6.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.85 5.75) (end 6.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.85 4.25) (end 5.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 7.1 -3.75) (end 5.6 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 7.1 -1.25) (end 7.1 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 -1.25) (end 7.1 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -1.25) (end 6.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.6 -1.25) (end 5.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.6 -3.75) (end 5.6 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.54 6.985) (end 2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 1) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 1) (end 4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -3.25) (end 3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.75) (end 4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.75) (end 4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -3.25) (end 3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 4.25) (end 3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 5.75) (end 4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 5.75) (end 4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 4.25) (end 3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.56 -3.75) (end 3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.56 -1.25) (end 4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.25) (end 4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.06 -1.25) (end 3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.06 -3.75) (end 3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0 6.985) (end 0 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 1) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 1) (end 1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -3.25) (end 0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.75) (end 1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.75) (end 1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -3.25) (end 0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 4.25) (end 0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 5.75) (end 1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 5.75) (end 1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 4.25) (end 0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.02 -3.75) (end 0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.02 -1.25) (end 2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.25) (end 2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.52 -1.25) (end 0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.52 -3.75) (end 0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.54 6.985) (end -2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 1) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 1) (end -0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -3.25) (end -1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.75) (end -0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.75) (end -0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -3.25) (end -1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 4.25) (end -1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 5.75) (end -0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 5.75) (end -0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 4.25) (end -1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.52 -3.75) (end -2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.52 -1.25) (end -0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.25) (end -0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.02 -1.25) (end -1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.02 -3.75) (end -2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.08 6.985) (end -5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 1) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 1) (end -3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -3.25) (end -4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.75) (end -3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.75) (end -3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -3.25) (end -4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 4.25) (end -4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 5.75) (end -3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 5.75) (end -3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 4.25) (end -4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.06 -3.75) (end -4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.06 -1.25) (end -3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.25) (end -3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.56 -1.25) (end -4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.56 -3.75) (end -4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -7.62 6.985) (end -7.62 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.85 1) (end -5.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 1) (end -5.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -1.25) (end -6.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 -3.25) (end -6.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 -1.75) (end -5.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -1.75) (end -5.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -3.25) (end -6.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 4.25) (end -6.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.85 5.75) (end -5.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.85 5.75) (end -5.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.85 4.25) (end -6.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.6 -3.75) (end -7.1 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.6 -1.25) (end -5.6 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 -1.25) (end -5.6 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -1.25) (end -5.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -7.1 -1.25) (end -6.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -7.1 -3.75) (end -7.1 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.16 6.985) (end -10.16 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -8.39 1) (end -8.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 1) (end -8.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -1.25) (end -9.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 -3.25) (end -9.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 -1.75) (end -8.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -1.75) (end -8.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -3.25) (end -9.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 4.25) (end -9.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -8.39 5.75) (end -8.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -9.39 5.75) (end -8.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -9.39 4.25) (end -9.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -8.14 -3.75) (end -9.64 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.14 -1.25) (end -8.14 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 -1.25) (end -8.14 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -1.25) (end -8.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.64 -1.25) (end -9.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.64 -3.75) (end -9.64 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -12.7 6.985) (end -12.7 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -10.93 1) (end -10.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 1) (end -10.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -1.25) (end -11.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 -3.25) (end -11.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 -1.75) (end -10.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -1.75) (end -10.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -3.25) (end -11.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 4.25) (end -11.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -10.93 5.75) (end -10.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -11.93 5.75) (end -10.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -11.93 4.25) (end -11.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -10.68 -3.75) (end -12.18 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.68 -1.25) (end -10.68 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 -1.25) (end -10.68 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -1.25) (end -10.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -12.18 -1.25) (end -11.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -12.18 -3.75) (end -12.18 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -15.24 6.985) (end -15.24 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -13.47 1) (end -13.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 1) (end -13.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -1.25) (end -14.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 -3.25) (end -14.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 -1.75) (end -13.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -1.75) (end -13.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -3.25) (end -14.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 15.645 6.25) (end 15.995 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 5.25) (end 15.645 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 5.25) (end 15.645 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 3.25) (end 15.995 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 1.25) (end 15.645 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 1.25) (end 15.645 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 -3.25) (end 15.995 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 -4.25) (end 15.645 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 -4.25) (end 15.645 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -13.47 4.25) (end -14.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -13.47 5.75) (end -13.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -14.47 5.75) (end -13.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -14.47 4.25) (end -14.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 3.75) (end 15.995 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -13.22 -3.75) (end -14.72 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.22 -1.25) (end -13.22 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 -1.25) (end -13.22 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -1.25) (end -13.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.72 -1.25) (end -14.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.72 -3.75) (end -14.72 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 15.995 -4.8) (end -16.22 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 -4.25) (end 15.995 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 1.25) (end 15.995 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 3.75) (end 15.995 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 5.25) (end 15.995 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 7.1) (end 15.995 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 7.1) (end 15.995 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 6.25) (end -16.22 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 6.25) (end -16.22 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 5.25) (end -16.57 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 5.25) (end -16.57 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 3.25) (end -16.22 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 3.25) (end -16.22 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 1.25) (end -16.57 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 1.25) (end -16.57 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 -3.25) (end -16.22 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 -3.25) (end -16.22 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 -4.25) (end -16.57 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 -4.25) (end -16.57 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 -4.8) (end -16.22 -4.25) (layer F.SilkS) (width 0.2032)) + (pad B12 thru_hole oval (at 13.97 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A12 thru_hole oval (at 13.97 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad B11 thru_hole oval (at 11.43 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 24 "Net-(C1-Pad2)") (solder_mask_margin 0.1016)) + (pad A11 thru_hole oval (at 11.43 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 24 "Net-(C1-Pad2)") (solder_mask_margin 0.1016)) + (pad B10 thru_hole oval (at 8.89 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A10 thru_hole oval (at 8.89 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad B9 thru_hole oval (at 6.35 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 205 "Net-(CON11-PadA9)") (solder_mask_margin 0.1016)) + (pad A9 thru_hole oval (at 6.35 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 205 "Net-(CON11-PadA9)") (solder_mask_margin 0.1016)) + (pad B8 thru_hole oval (at 3.81 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 206 "Net-(CON11-PadA8)") (solder_mask_margin 0.1016)) + (pad A8 thru_hole oval (at 3.81 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 206 "Net-(CON11-PadA8)") (solder_mask_margin 0.1016)) + (pad B7 thru_hole oval (at 1.27 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A7 thru_hole oval (at 1.27 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad B6 thru_hole oval (at -1.27 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 207 "Net-(CON11-PadA6)") (solder_mask_margin 0.1016)) + (pad A6 thru_hole oval (at -1.27 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 207 "Net-(CON11-PadA6)") (solder_mask_margin 0.1016)) + (pad B5 thru_hole oval (at -3.81 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A5 thru_hole oval (at -3.81 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad B4 thru_hole oval (at -6.35 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 208 "Net-(CON11-PadA4)") (solder_mask_margin 0.1016)) + (pad A4 thru_hole oval (at -6.35 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 208 "Net-(CON11-PadA4)") (solder_mask_margin 0.1016)) + (pad B3 thru_hole oval (at -8.89 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A3 thru_hole oval (at -8.89 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad B2 thru_hole oval (at -11.43 2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 209 "Net-(CON11-PadA2)") (solder_mask_margin 0.1016)) + (pad A2 thru_hole oval (at -11.43 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 209 "Net-(CON11-PadA2)") (solder_mask_margin 0.1016)) + (pad B1 thru_hole rect (at -13.97 2.58 180) (size 2 2) (drill 1.2) (layers *.Cu *.Mask) + (net 210 "Net-(CON11-PadA1)") (solder_mask_margin 0.1016)) + (pad A1 thru_hole oval (at -13.97 -2.5) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 210 "Net-(CON11-PadA1)") (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_DIP8 (layer Top) (tedit 0) (tstamp 5AC10ADA) + (at 80.9211 64.5536 90) + (descr "DIL/CODE SWITCH

") + (path /5E31AD0D) + (fp_text reference SW6 (at -11.7602 3.7592 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value ANALOG (at 11.1252 3.1496 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start -11.1524 5.1562) (end -11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 5.1562) (end -11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 -5.1562) (end 11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -11.1524 -5.1562) (end 11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_text user ON (at -9.271 -1.7018 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 8 (at 8.509 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 7 (at 5.969 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at 3.429 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 0.889 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 4 (at -1.651 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.191 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2 (at -6.731 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at -9.271 3.048 90) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_circle (center -10.414 2.794) (end -10.16 2.794) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -5) (end -9.652 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -7.112 -5) (end -8.128 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.588 -5) (end -7.112 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.572 -5) (end -5.588 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -5) (end -4.572 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.032 -5) (end -3.048 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.508 -5) (end -2.032 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.508 -5) (end -0.508 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.032 -5) (end 0.508 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 3.048 -5) (end 2.032 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 -5) (end 3.048 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 -5) (end 4.572 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 7.112 -5) (end 5.588 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 9.652 -5) (end 8.128 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 -5) (end 7.112 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 8.128 5) (end 9.652 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 5) (end 7.112 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 7.112 5) (end 8.128 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 5) (end 5.588 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 5) (end 4.572 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.032 5) (end 3.048 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.508 5) (end 2.032 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.508 5) (end 0.508 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.032 5) (end -0.508 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.048 5) (end -2.032 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 5) (end -3.048 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -5.588 5) (end -4.572 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.112 5) (end -5.588 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -8.128 5) (end -7.112 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 5) (end -8.128 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 11 -5) (end 9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 5) (end -9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 0.635) (end 9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.9398) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 -1.27) (end 8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 -1.27) (end 8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 1.27) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 1.27) (end 9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.635) (end 6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.9398) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 -1.27) (end 5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 -1.27) (end 5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 1.27) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 1.27) (end 6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.635) (end -5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.9398) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.635) (end -8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.9398) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 -1.27) (end -6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 -1.27) (end -6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 1.27) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 1.27) (end -5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 -1.27) (end -9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 -1.27) (end -9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 1.27) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 1.27) (end -8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -11 -5) (end -11 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 11 -5) (layer F.SilkS) (width 0.1524)) + (pad 16 thru_hole rect (at -8.89 -3.81 180) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 211 "Net-(C39-Pad1)") (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at -6.35 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 212 "Net-(C40-Pad1)") (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at -3.81 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at -1.27 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 1.27 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 213 "Net-(C37-Pad1)") (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 3.81 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 214 "Net-(C38-Pad1)") (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at 6.35 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 215 "Net-(C31-Pad1)") (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at 8.89 -3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 216 "Net-(C30-Pad1)") (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at 8.89 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 16 "Net-(CON1-PadP$2)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at 6.35 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 17 "Net-(CON1-PadP$3)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 3.81 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 18 "Net-(CON1-PadP$4)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 1.27 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 19 "Net-(CON1-PadP$5)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -1.27 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -3.81 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -6.35 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole oval (at -8.89 3.81 180) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 49 "Net-(CON102-PadPAD)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10B6F) + (at 69.0011 69.0036 90) + (descr "RESISTOR

\nchip") + (path /A6D3298E) + (fp_text reference R122 (at -2.667 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 211 "Net-(C39-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 205 "Net-(CON11-PadA9)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10B7D) + (at 67.0011 63.0036 180) + (descr "RESISTOR

\nchip") + (path /B10D287D) + (fp_text reference R123 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 212 "Net-(C40-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 206 "Net-(CON11-PadA8)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10B8B) + (at 67.0011 58.0036 180) + (descr "RESISTOR

\nchip") + (path /C8AA13BA) + (fp_text reference R124 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 213 "Net-(C37-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 207 "Net-(CON11-PadA6)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10B99) + (at 67.0011 53.0036 180) + (descr "RESISTOR

\nchip") + (path /1D917733) + (fp_text reference R125 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 10K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 214 "Net-(C38-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 208 "Net-(CON11-PadA4)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10BA7) + (at 67.0011 48.0036 180) + (descr "RESISTOR

\nchip") + (path /C9000061) + (fp_text reference R126 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 215 "Net-(C31-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 209 "Net-(CON11-PadA2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10BB5) + (at 67.0011 45.5036 180) + (descr "RESISTOR

\nchip") + (path /1E9C085C) + (fp_text reference R127 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 216 "Net-(C30-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 210 "Net-(CON11-PadA1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10BC3) + (at 67.0011 45.5036 180) + (descr "CAPACITOR

\nchip") + (path /4BE10ABA) + (fp_text reference C30 (at -2.54 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 1n5 (at -2.54 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 216 "Net-(C30-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10BD1) + (at 67.0011 48.0036 180) + (descr "CAPACITOR

\nchip") + (path /5C39B211) + (fp_text reference C31 (at -2.54 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 1n5 (at -2.54 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 215 "Net-(C31-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10BDF) + (at 67.0011 58.0036 180) + (descr "CAPACITOR

\nchip") + (path /25A38A1C) + (fp_text reference C37 (at -2.54 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 150p (at -2.54 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 213 "Net-(C37-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10BED) + (at 67.0011 53.0036 180) + (descr "CAPACITOR

\nchip") + (path /B62AC7CC) + (fp_text reference C38 (at -2.54 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 150p (at -2.54 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 214 "Net-(C38-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10BFB) + (at 69.0011 69.0036 90) + (descr "CAPACITOR

\nchip") + (path /D5850EAD) + (fp_text reference C39 (at -2.54 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 680p (at -2.54 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 211 "Net-(C39-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10C09) + (at 67.0011 63.0036 180) + (descr "CAPACITOR

\nchip") + (path /119E7042) + (fp_text reference C40 (at -2.54 -1.143 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 680p (at -2.54 2.413 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 212 "Net-(C40-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_DIP8 (layer Top) (tedit 0) (tstamp 5AC10C17) + (at 212.3711 90.0136) + (descr "DIL/CODE SWITCH

") + (path /2ACD510F) + (fp_text reference SW5 (at -11.7602 3.7592 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value DAC (at 11.1252 3.1496 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -11.1524 5.1562) (end -11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 5.1562) (end -11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 -5.1562) (end 11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -11.1524 -5.1562) (end 11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_text user ON (at -9.271 -1.7018) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 8 (at 8.509 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 7 (at 5.969 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at 3.429 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 0.889 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 4 (at -1.651 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.191 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2 (at -6.731 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at -9.271 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_circle (center -10.414 2.794) (end -10.16 2.794) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -5) (end -9.652 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -7.112 -5) (end -8.128 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.588 -5) (end -7.112 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.572 -5) (end -5.588 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -5) (end -4.572 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.032 -5) (end -3.048 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.508 -5) (end -2.032 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.508 -5) (end -0.508 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.032 -5) (end 0.508 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 3.048 -5) (end 2.032 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 -5) (end 3.048 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 -5) (end 4.572 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 7.112 -5) (end 5.588 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 9.652 -5) (end 8.128 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 -5) (end 7.112 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 8.128 5) (end 9.652 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 5) (end 7.112 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 7.112 5) (end 8.128 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 5) (end 5.588 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 5) (end 4.572 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.032 5) (end 3.048 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.508 5) (end 2.032 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.508 5) (end 0.508 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.032 5) (end -0.508 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.048 5) (end -2.032 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 5) (end -3.048 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -5.588 5) (end -4.572 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.112 5) (end -5.588 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -8.128 5) (end -7.112 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 5) (end -8.128 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 11 -5) (end 9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 5) (end -9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 0.635) (end 9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.9398) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 -1.27) (end 8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 -1.27) (end 8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 1.27) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 1.27) (end 9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.635) (end 6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.9398) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 -1.27) (end 5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 -1.27) (end 5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 1.27) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 1.27) (end 6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.635) (end -5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.9398) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.635) (end -8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.9398) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 -1.27) (end -6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 -1.27) (end -6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 1.27) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 1.27) (end -5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 -1.27) (end -9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 -1.27) (end -9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 1.27) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 1.27) (end -8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -11 -5) (end -11 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 11 -5) (layer F.SilkS) (width 0.1524)) + (pad 16 thru_hole rect (at -8.89 -3.81 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at -6.35 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at -3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 217 "Net-(R128-Pad1)") (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at -1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 218 "Net-(R130-Pad1)") (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 219 "Net-(C46-Pad2)") (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 220 "Net-(R131-Pad2)") (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at 6.35 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 221 "Net-(SPK1-Pad2)") (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at 8.89 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 221 "Net-(SPK1-Pad2)") (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at 8.89 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 222 "Net-(C42-Pad2)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at 6.35 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -6.35 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 thru_hole oval (at -8.89 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KLEMMBUCHSE_WAGO_233_504_4PIN (layer Top) (tedit 0) (tstamp 5AC10CAC) + (at 239.9411 87.6286 90) + (descr "WAGO Cage Clamp") + (path /AA5B0A96) + (fp_text reference CON10 (at -5.18 -5.25 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value "Analog Out" (at 1.53 -5.25 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 6.096 -5.08) (end -6.6548 -5.08) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.096 7.366) (end 6.096 -5.08) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.6548 7.366) (end 6.096 7.366) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.6548 -5.08) (end -6.6548 7.366) (layer Dwgs.User) (width 0.127)) + (fp_text user 1 (at -3.96 6.85 90) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_line (start 5.08 6.985) (end 5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.54 6.985) (end 2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 1) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 1) (end 4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -3.25) (end 3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.75) (end 4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.75) (end 4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -3.25) (end 3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 4.25) (end 3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 5.75) (end 4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 5.75) (end 4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 4.25) (end 3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.56 -3.75) (end 3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.56 -1.25) (end 4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.25) (end 4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.06 -1.25) (end 3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.06 -3.75) (end 3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0 6.985) (end 0 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 1) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 1) (end 1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -3.25) (end 0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.75) (end 1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.75) (end 1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -3.25) (end 0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 4.25) (end 0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 5.75) (end 1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 5.75) (end 1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 4.25) (end 0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 2.02 -3.75) (end 0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.02 -1.25) (end 2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.25) (end 2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.52 -1.25) (end 0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.52 -3.75) (end 0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.54 6.985) (end -2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 1) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 1) (end -0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -3.25) (end -1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.75) (end -0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.75) (end -0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -3.25) (end -1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 4.25) (end -1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 5.75) (end -0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 5.75) (end -0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 4.25) (end -1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.52 -3.75) (end -2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.52 -1.25) (end -0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.25) (end -0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.02 -1.25) (end -1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.02 -3.75) (end -2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.08 6.985) (end -5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 1) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 1) (end -3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -3.25) (end -4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.75) (end -3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.75) (end -3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -3.25) (end -4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.485 6.25) (end 5.835 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 5.25) (end 5.485 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 5.25) (end 5.485 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 3.25) (end 5.835 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 1.25) (end 5.485 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 1.25) (end 5.485 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 -3.25) (end 5.835 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 -4.25) (end 5.485 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 -4.25) (end 5.485 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 4.25) (end -4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 5.75) (end -3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 5.75) (end -3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 4.25) (end -4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 3.75) (end 5.835 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.06 -3.75) (end -4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.06 -1.25) (end -3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.25) (end -3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.56 -1.25) (end -4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.56 -3.75) (end -4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.835 -4.8) (end -6.06 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 -4.25) (end 5.835 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 1.25) (end 5.835 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 3.75) (end 5.835 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 5.25) (end 5.835 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 7.1) (end 5.835 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 7.1) (end 5.835 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 6.25) (end -6.06 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 6.25) (end -6.06 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 5.25) (end -6.41 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 5.25) (end -6.41 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 3.25) (end -6.06 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 3.25) (end -6.06 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 1.25) (end -6.41 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 1.25) (end -6.41 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 -3.25) (end -6.06 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 -3.25) (end -6.06 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 -4.25) (end -6.41 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 -4.25) (end -6.41 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 -4.8) (end -6.06 -4.25) (layer F.SilkS) (width 0.2032)) + (pad B4 thru_hole oval (at 3.81 2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad A4 thru_hole oval (at 3.81 -2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad B3 thru_hole oval (at 1.27 2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 222 "Net-(C42-Pad2)") (solder_mask_margin 0.1016)) + (pad A3 thru_hole oval (at 1.27 -2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 222 "Net-(C42-Pad2)") (solder_mask_margin 0.1016)) + (pad B2 thru_hole oval (at -1.27 2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A2 thru_hole oval (at -1.27 -2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad B1 thru_hole rect (at -3.81 2.58) (size 2 2) (drill 1.2) (layers *.Cu *.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + (pad A1 thru_hole oval (at -3.81 -2.5 180) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10D23) + (at 213.5011 78.5036 90) + (descr "RESISTOR

\nchip") + (path /F420EC62) + (fp_text reference R128 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 330 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 217 "Net-(R128-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 224 "Net-(C41-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10D31) + (at 218.0011 77.0036) + (descr "RESISTOR

\nchip") + (path /5C6F1900) + (fp_text reference R129 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 330 (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 224 "Net-(C41-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 222 "Net-(C42-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10D3F) + (at 229.4111 83.2636) + (descr "RESISTOR

\nchip") + (path /A0BAC6E0) + (fp_text reference R130 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 330 (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 218 "Net-(R130-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 225 "Net-(C44-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10D4D) + (at 218.5011 81.0036 270) + (descr "RESISTOR

\nchip") + (path /B9E9544A) + (fp_text reference R131 (at -2.667 1.143 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 330 (at -2.667 -2.413 270) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 270) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 220 "Net-(R131-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10D5B) + (at 208.5011 78.5036 90) + (descr "CAPACITOR

\nchip") + (path /E04CDA51) + (fp_text reference C41 (at -2.54 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 47n (at -2.54 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 224 "Net-(C41-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10D69) + (at 230.5011 80.5036) + (descr "CAPACITOR

\nchip") + (path /30A478A6) + (fp_text reference C42 (at -2.54 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 22n (at -2.54 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 222 "Net-(C42-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10D77) + (at 221.0011 101.5036) + (descr "CAPACITOR

\nchip") + (path /4DE5DA92) + (fp_text reference C44 (at -2.54 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 330p (at -2.54 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 225 "Net-(C44-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10D85) + (at 221.0011 98.5036) + (descr "CAPACITOR

\nchip") + (path /BDB73E3E) + (fp_text reference C45 (at -2.54 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 100p (at -2.54 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 225 "Net-(C44-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:SPULE_RADIAL_200MIL (layer Top) (tedit 0) (tstamp 5AC10D93) + (at 229.5011 89.0036 270) + (descr "Z.b.: Reichelt L-09P") + (path /D099E540) + (fp_text reference L2 (at -3.175 -1.27 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 15m (at -3.175 3.175 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 4.9 0) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 4.75 0) (layer F.SilkS) (width 0.127)) + (pad P$2 thru_hole circle (at 2.54 0 270) (size 1.6256 1.6256) (drill 0.8) (layers *.Cu *.Mask) + (net 223 "Net-(C44-Pad1)") (solder_mask_margin 0.1016)) + (pad P$1 thru_hole circle (at -2.54 0 270) (size 1.6256 1.6256) (drill 0.8) (layers *.Cu *.Mask) + (net 225 "Net-(C44-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:LAUTSPRECHER_BOX (layer Top) (tedit 0) (tstamp 5AC10D9A) + (at 191.6811 47.2186 90) + (path /7CCE0BA2) + (fp_text reference SPK1 (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15))) + ) + (fp_text value LAUTSPRECHER (at 0 0 90) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15))) + ) + (fp_circle (center 7.5 0) (end 12 0) (layer Dwgs.User) (width 0.127)) + (fp_circle (center -7.5 0) (end -3 0) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 3.556 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.0655 -9.9695) (end -16.0655 -9.9695) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.0655 9.9695) (end 16.0655 -9.9695) (layer Dwgs.User) (width 0.127)) + (fp_line (start -16.0655 9.9695) (end 16.0655 9.9695) (layer Dwgs.User) (width 0.127)) + (fp_line (start -16.0655 -9.9695) (end -16.0655 9.9695) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 3.75 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 15.85 -9.75) (end -15.85 -9.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 15.85 9.75) (end 15.85 -9.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.85 9.75) (end 15.85 9.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.85 -9.75) (end -15.85 9.75) (layer F.SilkS) (width 0.127)) + (pad DRILL2 thru_hole circle (at 7.5 0 90) (size 4 4) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL1 thru_hole circle (at -7.5 0 90) (size 4 4) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole circle (at 0 1.905) (size 1.8288 1.8288) (drill 1) (layers *.Cu *.Mask) + (net 221 "Net-(SPK1-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole circle (at 0 -1.905 90) (size 1.8288 1.8288) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:RECEIVER_TSOP_LIEGEND (layer Top) (tedit 0) (tstamp 5AC10DAD) + (at 148.5011 154.9936 270) + (path /44825D24) + (fp_text reference TSOP1 (at 2.54 -5.715 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value IR-Detector (at 4.445 4.445 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -1.27 5.207) (end -1.27 -5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start 14.732 5.207) (end -1.27 5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start 14.732 -5.207) (end 14.732 5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.27 -5.207) (end 14.732 -5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 -3.81) (end 1.905 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -1.27) (end 1.905 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 3.81) (end 1.905 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 9.525 2.54) (end 1.905 2.54) (layer F.SilkS) (width 0.127)) + (fp_arc (start 9.525 1.27) (end 10.795 1.27) (angle 90) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.795 -1.27) (end 10.795 1.27) (layer F.SilkS) (width 0.127)) + (fp_arc (start 9.525 -1.27) (end 9.525 -2.54) (angle 90) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -2.54) (end 9.525 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 14.605 -5.08) (end 1.905 -5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 14.605 5.08) (end 14.605 -5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 5.08) (end 14.605 5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 3.81) (end 1.905 5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 2.54) (end 1.905 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -1.27) (end 1.905 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -2.54) (end 1.905 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -3.81) (end 1.905 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -5.08) (end 1.905 -3.81) (layer F.SilkS) (width 0.127)) + (pad OUT thru_hole circle (at 0 3.81 270) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 226 "Net-(R132-Pad1)") (solder_mask_margin 0.1016)) + (pad VS thru_hole circle (at 0 -1.27 270) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 227 "Net-(R132-Pad2)") (solder_mask_margin 0.1016)) + (pad GND thru_hole circle (at 0 -3.81 270) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10DC8) + (at 140.5011 151.5036 90) + (descr "RESISTOR

\nchip") + (path /3ADBB978) + (fp_text reference R132 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10K (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 226 "Net-(R132-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 227 "Net-(R132-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_DIP8 (layer Top) (tedit 0) (tstamp 5AC10DD6) + (at 188.3011 97.4136) + (descr "DIL/CODE SWITCH

") + (path /42760F64) + (fp_text reference SW4 (at -11.7602 3.7592 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value IR_LCD (at 11.1252 3.1496 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -11.1524 5.1562) (end -11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 5.1562) (end -11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 -5.1562) (end 11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -11.1524 -5.1562) (end 11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_text user ON (at -9.271 -1.7018) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 8 (at 8.509 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 7 (at 5.969 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at 3.429 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 0.889 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 4 (at -1.651 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.191 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2 (at -6.731 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at -9.271 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_circle (center -10.414 2.794) (end -10.16 2.794) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -5) (end -9.652 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -7.112 -5) (end -8.128 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.588 -5) (end -7.112 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.572 -5) (end -5.588 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -5) (end -4.572 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.032 -5) (end -3.048 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.508 -5) (end -2.032 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.508 -5) (end -0.508 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.032 -5) (end 0.508 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 3.048 -5) (end 2.032 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 -5) (end 3.048 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 -5) (end 4.572 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 7.112 -5) (end 5.588 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 9.652 -5) (end 8.128 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 -5) (end 7.112 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 8.128 5) (end 9.652 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 5) (end 7.112 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 7.112 5) (end 8.128 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 5) (end 5.588 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 5) (end 4.572 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.032 5) (end 3.048 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.508 5) (end 2.032 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.508 5) (end 0.508 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.032 5) (end -0.508 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.048 5) (end -2.032 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 5) (end -3.048 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -5.588 5) (end -4.572 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.112 5) (end -5.588 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -8.128 5) (end -7.112 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 5) (end -8.128 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 11 -5) (end 9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 5) (end -9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 0.635) (end 9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.9398) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 -1.27) (end 8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 -1.27) (end 8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 1.27) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 1.27) (end 9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.635) (end 6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.9398) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 -1.27) (end 5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 -1.27) (end 5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 1.27) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 1.27) (end 6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.635) (end -5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.9398) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.635) (end -8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.9398) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 -1.27) (end -6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 -1.27) (end -6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 1.27) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 1.27) (end -5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 -1.27) (end -9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 -1.27) (end -9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 1.27) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 1.27) (end -8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -11 -5) (end -11 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 11 -5) (layer F.SilkS) (width 0.1524)) + (pad 16 thru_hole rect (at -8.89 -3.81 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 228 "Net-(R6-Pad2)") (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at -6.35 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 199 "Net-(LCD1-PadVCON)") (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at -3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 197 "Net-(LCD1-PadRS)") (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at -1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 196 "Net-(LCD1-PadE)") (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 195 "Net-(LCD1-PadDB3)") (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 194 "Net-(LCD1-PadDB2)") (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at 6.35 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 193 "Net-(LCD1-PadDB1)") (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at 8.89 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 192 "Net-(LCD1-PadDB0)") (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at 8.89 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 30 "Net-(CON3-PadP$4)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at 6.35 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 29 "Net-(CON3-PadP$5)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 28 "Net-(CON3-PadP$6)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 27 "Net-(CON3-PadP$7)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 25 "Net-(CON3-PadP$9)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 26 "Net-(CON3-PadP$8)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -6.35 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 190 "Net-(P1-PadS)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole oval (at -8.89 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 49 "Net-(CON102-PadPAD)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10E6B) + (at 151.0011 157.5036 180) + (descr "CAPACITOR

\nchip") + (path /FBF7144C) + (fp_text reference C47 (at -2.54 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_DIP8 (layer Top) (tedit 0) (tstamp 5AC10E79) + (at 183.5011 117.0036 180) + (descr "DIL/CODE SWITCH

") + (path /82C8618F) + (fp_text reference SW1 (at -11.7602 3.7592 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value "PORT B" (at 11.1252 3.1496 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start -11.1524 5.1562) (end -11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 5.1562) (end -11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 -5.1562) (end 11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -11.1524 -5.1562) (end 11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_text user ON (at -9.271 -1.7018 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 8 (at 8.509 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 7 (at 5.969 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at 3.429 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 0.889 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 4 (at -1.651 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.191 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2 (at -6.731 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at -9.271 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_circle (center -10.414 2.794) (end -10.16 2.794) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -5) (end -9.652 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -7.112 -5) (end -8.128 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.588 -5) (end -7.112 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.572 -5) (end -5.588 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -5) (end -4.572 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.032 -5) (end -3.048 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.508 -5) (end -2.032 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.508 -5) (end -0.508 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.032 -5) (end 0.508 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 3.048 -5) (end 2.032 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 -5) (end 3.048 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 -5) (end 4.572 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 7.112 -5) (end 5.588 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 9.652 -5) (end 8.128 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 -5) (end 7.112 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 8.128 5) (end 9.652 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 5) (end 7.112 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 7.112 5) (end 8.128 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 5) (end 5.588 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 5) (end 4.572 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.032 5) (end 3.048 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.508 5) (end 2.032 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.508 5) (end 0.508 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.032 5) (end -0.508 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.048 5) (end -2.032 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 5) (end -3.048 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -5.588 5) (end -4.572 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.112 5) (end -5.588 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -8.128 5) (end -7.112 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 5) (end -8.128 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 11 -5) (end 9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 5) (end -9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 0.635) (end 9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.9398) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 -1.27) (end 8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 -1.27) (end 8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 1.27) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 1.27) (end 9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.635) (end 6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.9398) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 -1.27) (end 5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 -1.27) (end 5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 1.27) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 1.27) (end 6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.635) (end -5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.9398) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.635) (end -8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.9398) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 -1.27) (end -6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 -1.27) (end -6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 1.27) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 1.27) (end -5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 -1.27) (end -9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 -1.27) (end -9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 1.27) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 1.27) (end -8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -11 -5) (end -11 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 11 -5) (layer F.SilkS) (width 0.1524)) + (pad 16 thru_hole rect (at -8.89 -3.81 270) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 104 "Net-(R49-Pad1)") (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at -6.35 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 97 "Net-(R43-Pad1)") (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at -3.81 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 90 "Net-(R37-Pad1)") (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at -1.27 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 83 "Net-(R31-Pad1)") (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 1.27 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 76 "Net-(R25-Pad1)") (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 3.81 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 69 "Net-(R19-Pad1)") (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at 6.35 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 62 "Net-(R13-Pad1)") (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at 8.89 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 55 "Net-(R7-Pad1)") (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at 8.89 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 44 "Net-(CON107-PadPAD)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at 6.35 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 45 "Net-(CON106-PadPAD)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 3.81 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 46 "Net-(CON105-PadPAD)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 1.27 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 47 "Net-(CON104-PadPAD)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -1.27 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -3.81 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 49 "Net-(CON102-PadPAD)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -6.35 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 50 "Net-(CON101-PadPAD)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole oval (at -8.89 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 51 "Net-(CON100-PadPAD)") (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_DIP4 (layer Top) (tedit 0) (tstamp 5AC10F0E) + (at 99.1461 97.2986) + (descr "DIL/CODE SWITCH

\nsmall") + (path /B5E903C5) + (fp_text reference SW3 (at -5.08 -4.826) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value SER_USB (at 0.508 -4.826) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -6.1524 5.1562) (end -6.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.1524 5.1562) (end -6.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.1524 -5.1562) (end 6.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.1524 -5.1562) (end 6.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_text user OFF (at -4.572 2.7432) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 4 (at 3.175 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 3 (at 0.635 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 2 (at -1.905 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 1 (at -4.445 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_line (start 2.794 5) (end 4.826 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.254 5) (end 2.286 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 5) (end -0.254 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.286 5) (end 2.794 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 5) (end 0.254 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.794 5) (end -2.286 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.286 -5) (end 2.794 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -5) (end 0.254 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.794 -5) (end 4.826 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.254 -5) (end 2.286 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 -5) (end -0.254 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.794 -5) (end -2.286 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6 -5) (end 6 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 -5) (end 6 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 5) (end 6 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -6 5) (end -6 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.826 5) (end -6 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.826 -5) (end -6 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.826 -5) (end -2.794 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.794 5) (end -4.826 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (pad 8 thru_hole rect (at -3.81 -3.81 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 198 "Net-(IC3-Pad11)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at -1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 229 "Net-(R12-Pad1)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 203 "Net-(R120-Pad2)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 204 "Net-(R121-Pad2)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at 3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 33 "Net-(CON117-PadPAD)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at 1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 38 "Net-(CON112-PadPAD)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 40 "Net-(CON110-PadPAD)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole oval (at -3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 39 "Net-(CON111-PadPAD)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC10F5E) + (at 152.0011 165.5036) + (descr "RESISTOR

\nchip") + (path /64D54441) + (fp_text reference R6 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 1K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 226 "Net-(R132-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 228 "Net-(R6-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC10F6C) + (at 117.5011 137.5036) + (descr "RESISTOR

\nchip") + (path /6F8C0022) + (fp_text reference R12 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 4K7 (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 229 "Net-(R12-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 230 "Net-(IC3-Pad12)") (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_DIP8 (layer Top) (tedit 0) (tstamp 5AC10F7A) + (at 104.0011 118.0036 180) + (descr "DIL/CODE SWITCH

") + (path /23572B75) + (fp_text reference SW2 (at -11.7602 3.7592 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value "PORT D" (at 11.1252 3.1496 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start -11.1524 5.1562) (end -11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 5.1562) (end -11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 -5.1562) (end 11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -11.1524 -5.1562) (end 11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_text user ON (at -9.271 -1.7018 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 8 (at 8.509 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 7 (at 5.969 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at 3.429 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 0.889 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 4 (at -1.651 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.191 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2 (at -6.731 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at -9.271 3.048 180) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_circle (center -10.414 2.794) (end -10.16 2.794) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -5) (end -9.652 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -7.112 -5) (end -8.128 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.588 -5) (end -7.112 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.572 -5) (end -5.588 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -5) (end -4.572 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.032 -5) (end -3.048 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.508 -5) (end -2.032 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.508 -5) (end -0.508 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.032 -5) (end 0.508 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 3.048 -5) (end 2.032 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 -5) (end 3.048 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 -5) (end 4.572 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 7.112 -5) (end 5.588 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 9.652 -5) (end 8.128 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 -5) (end 7.112 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 8.128 5) (end 9.652 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 5) (end 7.112 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 7.112 5) (end 8.128 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 5) (end 5.588 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 5) (end 4.572 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.032 5) (end 3.048 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.508 5) (end 2.032 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.508 5) (end 0.508 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.032 5) (end -0.508 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.048 5) (end -2.032 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 5) (end -3.048 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -5.588 5) (end -4.572 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.112 5) (end -5.588 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -8.128 5) (end -7.112 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 5) (end -8.128 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 11 -5) (end 9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 5) (end -9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 0.635) (end 9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.9398) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 -1.27) (end 8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 -1.27) (end 8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 1.27) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 1.27) (end 9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.635) (end 6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.9398) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 -1.27) (end 5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 -1.27) (end 5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 1.27) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 1.27) (end 6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.635) (end -5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.9398) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.635) (end -8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.9398) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 -1.27) (end -6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 -1.27) (end -6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 1.27) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 1.27) (end -5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 -1.27) (end -9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 -1.27) (end -9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 1.27) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 1.27) (end -8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -11 -5) (end -11 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 5) (end 11 -5) (layer F.SilkS) (width 0.1524)) + (pad 16 thru_hole rect (at -8.89 -3.81 270) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 40 "Net-(CON110-PadPAD)") (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at -6.35 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 39 "Net-(CON111-PadPAD)") (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at -3.81 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 38 "Net-(CON112-PadPAD)") (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at -1.27 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 37 "Net-(CON113-PadPAD)") (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 1.27 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 36 "Net-(CON114-PadPAD)") (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 3.81 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 35 "Net-(CON115-PadPAD)") (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at 6.35 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 34 "Net-(CON116-PadPAD)") (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at 8.89 -3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 33 "Net-(CON117-PadPAD)") (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at 8.89 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 111 "Net-(R55-Pad1)") (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at 6.35 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 118 "Net-(R61-Pad1)") (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 3.81 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 125 "Net-(R67-Pad1)") (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 1.27 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 132 "Net-(R73-Pad1)") (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -1.27 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 139 "Net-(R79-Pad1)") (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -3.81 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 146 "Net-(R85-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -6.35 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 153 "Net-(R91-Pad1)") (solder_mask_margin 0.1016)) + (pad 1 thru_hole oval (at -8.89 3.81 270) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (net 160 "Net-(R97-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1100F) + (at 164.5011 156.0036 180) + (path /E3D19195) + (fp_text reference LED1 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB7 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 60 "Net-(LED1-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 54 "Net-(LED1-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1101E) + (at 69.5011 156.0036 180) + (path /2BB9A456) + (fp_text reference LED2 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD7 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 116 "Net-(LED2-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 110 "Net-(LED2-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1102D) + (at 78.5011 156.0036 180) + (path /0B724BFE) + (fp_text reference LED3 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD6 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 123 "Net-(LED3-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 117 "Net-(LED3-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1103C) + (at 87.5011 156.0036 180) + (path /B13A5DB8) + (fp_text reference LED4 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD5 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 130 "Net-(LED4-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 124 "Net-(LED4-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1104B) + (at 96.5011 156.0036 180) + (path /57D4E887) + (fp_text reference LED5 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD4 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 137 "Net-(LED5-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 131 "Net-(LED5-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1105A) + (at 105.5011 156.0036 180) + (path /FA737345) + (fp_text reference LED6 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD3 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 144 "Net-(LED6-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 138 "Net-(LED6-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC11069) + (at 114.5011 156.0036 180) + (path /FCEE4E83) + (fp_text reference LED7 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD2 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 151 "Net-(LED7-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 145 "Net-(LED7-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC11078) + (at 123.5011 156.0036 180) + (path /80A2BFF0) + (fp_text reference LED8 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD1 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 158 "Net-(LED8-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 152 "Net-(LED8-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC11087) + (at 132.5011 156.0036 180) + (path /6B34E47C) + (fp_text reference LED9 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PD0 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 165 "Net-(LED9-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 159 "Net-(LED9-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC11096) + (at 227.5011 156.0036 180) + (path /AE5A0FBD) + (fp_text reference LED10 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB0 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 109 "Net-(LED10-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 103 "Net-(LED10-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC110A5) + (at 218.5011 156.0036 180) + (path /C738BC96) + (fp_text reference LED11 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB1 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 102 "Net-(LED11-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 96 "Net-(LED11-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC110B4) + (at 209.5011 156.0036 180) + (path /064389C2) + (fp_text reference LED12 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB2 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 95 "Net-(LED12-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 89 "Net-(LED12-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC110C3) + (at 200.5011 156.0036 180) + (path /F7621A43) + (fp_text reference LED13 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB3 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 88 "Net-(LED13-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 82 "Net-(LED13-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC110D2) + (at 191.5011 156.0036 180) + (path /22E9F083) + (fp_text reference LED14 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB4 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 81 "Net-(LED14-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 75 "Net-(LED14-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC110E1) + (at 182.5011 156.0036 180) + (path /D23D13DB) + (fp_text reference LED15 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB5 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 74 "Net-(LED15-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 68 "Net-(LED15-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC110F0) + (at 173.5011 156.0036 180) + (path /8B0CC3C0) + (fp_text reference LED16 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PB6 (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 67 "Net-(LED16-PadK)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 61 "Net-(LED16-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC110FF) + (at 140.5011 161.0036 90) + (descr "RESISTOR

\nchip") + (path /6DB5FD7E) + (fp_text reference R18 (at -2.667 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 47 (at -2.667 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 227 "Net-(R132-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:LED_KINGBRIGHT (layer Top) (tedit 0) (tstamp 5AC1110D) + (at 144.5861 50.5036 180) + (path /6F319C60) + (fp_text reference LED17 (at -3.175 -1.27 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "Power, rot" (at -3.81 2.54 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (pad K smd rect (at 1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -1.874518 0 180) (size 1.750059 1.50114) (layers Top F.Paste F.Mask)(roundrect_rratio 0.335) + (net 231 "Net-(LED17-PadA)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC1111C) + (at 152.5011 65.5036 315) + (descr "RESISTOR

\nchip") + (path /C986F49E) + (fp_text reference R24 (at -2.667 -1.143 315) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 680 (at -2.667 2.413 315) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 315) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 231 "Net-(LED17-PadA)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 315) (size 2.032 1.803) (layers Top F.Paste F.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC1112A) + (at 235.5836 98.1436 270) + (path /456AB533) + (fp_text reference CON27 (at -2.54 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PBGND (at 3.81 7.62) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 270) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 270) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:BUCHSE_LABOR_2MM (layer Top) (tedit 0) (tstamp 5AC11130) + (at 61.4186 98.1436 90) + (path /AE5A4E50) + (fp_text reference CON28 (at -2.54 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PDGND (at 3.81 7.62 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad PAD smd rect (at 0 5.3975 90) (size 3.175 3.175) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad DRILL thru_hole circle (at 0 0 90) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (module camino:DIODE_SMD_DO214AB (layer Bottom) (tedit 0) (tstamp 5AC11136) + (at 219.0011 54.0036 180) + (path /C716522E) + (fp_text reference D2 (at -3.81 3.81 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value S4D (at -3.81 -5.08 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start 3.555 3.11) (end -3.555 3.11) (layer B.SilkS) (width 0.127)) + (fp_line (start 3.555 -3.11) (end 3.555 3.11) (layer B.SilkS) (width 0.127)) + (fp_line (start -3.555 -3.11) (end 3.555 -3.11) (layer B.SilkS) (width 0.127)) + (fp_line (start -3.555 3.11) (end -3.555 -3.11) (layer B.SilkS) (width 0.127)) + (pad K smd rect (at 3.115 0 90) (size 4.27 2.52) (layers Bottom B.Paste B.Mask) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + (pad A smd roundrect (at -3.115 0 90) (size 4.27 2.52) (layers Bottom B.Paste B.Mask)(roundrect_rratio 0.375) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:TO220_LIEGEND_KUEHLKOERPER_STRANG (layer Top) (tedit 0) (tstamp 5AC1113F) + (at 219.0011 48.5036) + (descr TO-220) + (path /831668A1) + (fp_text reference VR1 (at 3.937 -13.589) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify right top)) + ) + (fp_text value 7805 (at 4.064 -11.176) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify right top)) + ) + (fp_circle (center 0 -4.826) (end 4.5 -4.826) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy -3.175 10.414) (xy -1.905 10.414) (xy -1.905 7.62) (xy -3.175 7.62)) (layer F.SilkS) (width 0)) + (fp_line (start 3.81 7.62) (end -3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 8.89) (end 3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 11.43) (end 5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 12.7) (end 5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 12.7) (end 3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 11.43) (end -3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 8.89) (end -5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 7.62) (end -5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 8.89) (end 3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 11.43) (end 5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 12.7) (end 5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 12.7) (end 3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 11.43) (end -3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 8.89) (end -5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 7.62) (end -5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 7.62) (end -3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 -17.9324) (end -15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 23.0124) (end 15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 23.0124) (end 15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 -17.9324) (end -15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 -17.9324) (end -15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 23.0124) (end 15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 23.0124) (end 15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 -17.9324) (end -15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 -17.78) (end -8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -10.16 -17.78) (end -10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -12.7 -17.78) (end -12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 12.7 -17.78) (end 12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.16 -17.78) (end 10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 8.89 -17.78) (end 8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 12.7 -17.78) (end 15.24 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.16 -17.78) (end 12.7 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start 8.89 -17.78) (end 10.16 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 -17.78) (end 8.89 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -10.16 -17.78) (end -8.89 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -12.7 -17.78) (end -10.16 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.24 -17.78) (end -12.7 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.24 -17.78) (end -15.24 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 15.24 -17.78) (end 15.24 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 12.7 22.86) (end 15.24 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.16 22.86) (end 12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 8.89 22.86) (end 10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 22.86) (end 8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -10.16 22.86) (end -8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -12.7 22.86) (end -10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.24 22.86) (end -12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_poly (pts (xy 1.905 10.414) (xy 3.175 10.414) (xy 3.175 7.62) (xy 1.905 7.62)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.635 10.414) (xy 0.635 10.414) (xy 0.635 7.62) (xy -0.635 7.62)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -2.921 11.049) (xy -2.159 11.049) (xy -2.159 10.414) (xy -2.921 10.414)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.381 11.049) (xy 0.381 11.049) (xy 0.381 10.414) (xy -0.381 10.414)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 2.159 11.049) (xy 2.921 11.049) (xy 2.921 10.414) (xy 2.159 10.414)) (layer F.SilkS) (width 0)) + (fp_line (start -4.572 6.985) (end -4.572 -1.27) (layer F.SilkS) (width 0.0508)) + (fp_line (start 4.572 -1.27) (end -4.572 -1.27) (layer F.SilkS) (width 0.0508)) + (fp_line (start 4.572 -1.27) (end 4.572 6.985) (layer F.SilkS) (width 0.0508)) + (fp_line (start -4.572 6.985) (end 4.572 6.985) (layer F.SilkS) (width 0.0508)) + (fp_line (start -5.207 -6.35) (end -5.207 -8.255) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.318 -6.35) (end -5.207 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.318 -4.826) (end -4.318 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 -4.826) (end -4.318 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 7.62) (end -5.207 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 -6.35) (end 5.207 -8.255) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.318 -6.35) (end 5.207 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.318 -4.826) (end 4.318 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 -4.826) (end 4.318 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 7.62) (end 5.207 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 -8.255) (end -5.207 -8.255) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 7.62) (end 5.207 7.62) (layer F.SilkS) (width 0.1524)) + (pad "" np_thru_hole circle (at 2.54 10.16) (size 1 1) (drill 1) (layers *.Cu)) + (pad "" np_thru_hole circle (at 0 10.16) (size 1 1) (drill 1) (layers *.Cu)) + (pad "" np_thru_hole circle (at -2.54 10.16) (size 1 1) (drill 1) (layers *.Cu)) + (pad P$1 thru_hole circle (at 0 -5.08) (size 4 4) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 3 smd roundrect (at 2.54 10.16 90) (size 3.3 1.8) (layers Bottom B.Paste B.Mask)(roundrect_rratio 0.5) + (net 1 VCC) (solder_mask_margin 0.1016)) + (pad 2 smd roundrect (at 0 10.16 90) (size 3.3 1.8) (layers Bottom B.Paste B.Mask)(roundrect_rratio 0.5) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd roundrect (at -2.54 10.16 90) (size 3.3 1.8) (layers Bottom B.Paste B.Mask)(roundrect_rratio 0.5) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1118E) + (at 60.5011 165.5036 90) + (descr "CAPACITOR

\nchip") + (path /B957CE30) + (fp_text reference C49 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100p (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 200 "Net-(C49-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1119C) + (at 55.0011 165.0036 90) + (descr "CAPACITOR

\nchip") + (path /F7AA19BA) + (fp_text reference C50 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100p (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 202 "Net-(C50-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:SCHALTER_KNITTER (layer Top) (tedit 0) (tstamp 5AC111AA) + (at 145.0011 44.0036 180) + (path /8C5E2100) + (fp_text reference SW23 (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15)) (justify right top)) + ) + (fp_text value MAIN (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15)) (justify right top)) + ) + (fp_line (start 6.6 -3.5) (end -6.6 -3.5) (layer F.SilkS) (width 0.127)) + (fp_line (start 6.6 3.5) (end 6.6 -3.5) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.6 3.5) (end 6.6 3.5) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.6 -3.5) (end -6.6 3.5) (layer F.SilkS) (width 0.127)) + (pad ON thru_hole rect (at -4.7 0 180) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask) + (net 170 "Net-(IC2-PadAC1)") (solder_mask_margin 0.1016)) + (pad OFF thru_hole circle (at 4.7 0 180) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask) + (net 167 "Net-(CON9-PadSTIFT_A)") (solder_mask_margin 0.1016)) + (pad SW thru_hole circle (at 0 0 180) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask) + (net 167 "Net-(CON9-PadSTIFT_A)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC111B4) + (at 211.0011 77.5036 90) + (descr "CAPACITOR

\nchip") + (path /A0FE3D7D) + (fp_text reference C51 (at -2.54 -1.143 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 22n (at -2.54 2.413 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 224 "Net-(C41-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Top) (tedit 0) (tstamp 5AC111C2) + (at 230.5011 80.5036) + (descr "CAPACITOR

\nchip") + (path /1C275673) + (fp_text reference C52 (at -2.54 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 47n (at -2.54 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 222 "Net-(C42-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1812 (layer Bottom) (tedit 0) (tstamp 5AC111D0) + (at 212.5011 79.0036 270) + (path /C849148A) + (fp_text reference C46 (at -2.54 -3.175 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 330n (at 3.81 -3.175 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start -1.8 -2.05) (end 1.8 -2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end 1.8 2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.05) (end 1.8 -2.55) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 2.05) (end 1.8 -2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 2.55) (end 1.8 2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.05) (end -1.8 -2.55) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end -1.8 -2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.55) (end -1.8 2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.55) (end -1.8 -2.55) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.55) (end 1.8 2.55) (layer B.SilkS) (width 0.127)) + (pad 2 smd rect (at 0 -2.35 270) (size 4.5 2.2) (layers Bottom B.Paste B.Mask) + (net 219 "Net-(C46-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at 0 2.35 270) (size 4.5 2.2) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1812 (layer Top) (tedit 0) (tstamp 5AC111DF) + (at 214.0011 98.5036 270) + (path /E3F5FB5A) + (fp_text reference C55 (at -2.54 3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 330n (at 3.81 3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -1.8 2.05) (end 1.8 2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.05) (end 1.8 -2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 2.05) (end 1.8 2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.05) (end 1.8 2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.55) (end 1.8 -2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end -1.8 2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.05) (end -1.8 2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.55) (end -1.8 -2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 2.55) (end -1.8 2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.55) (end 1.8 -2.55) (layer F.SilkS) (width 0.127)) + (pad 2 smd rect (at 0 2.35 270) (size 4.5 2.2) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at 0 -2.35 270) (size 4.5 2.2) (layers Top F.Paste F.Mask) + (net 225 "Net-(C44-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1812 (layer Bottom) (tedit 0) (tstamp 5AC111EE) + (at 214.2511 64.0036 90) + (path /AB804E8A) + (fp_text reference C27 (at -2.54 -3.175) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 330n (at 3.81 -3.175) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_line (start -1.8 -2.05) (end 1.8 -2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end 1.8 2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.05) (end 1.8 -2.55) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 2.05) (end 1.8 -2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 2.55) (end 1.8 2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.05) (end -1.8 -2.55) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end -1.8 -2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.55) (end -1.8 2.05) (layer B.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.55) (end -1.8 -2.55) (layer B.SilkS) (width 0.127)) + (fp_line (start -1.8 2.55) (end 1.8 2.55) (layer B.SilkS) (width 0.127)) + (pad 2 smd rect (at 0 -2.35 90) (size 4.5 2.2) (layers Bottom B.Paste B.Mask) + (net 169 "Net-(C23-Pad+)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at 0 2.35 90) (size 4.5 2.2) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + ) + + (module camino:SO16L (layer Bottom) (tedit 0) (tstamp 5AC111FD) + (at 145.5011 143.0036 90) + (descr "Small Outline Package .300 SIOC

\nSource: http://www.maxim-ic.com/cgi-bin/packages?pkg=16%2FSOIC%2E300&Type=Max") + (path /B686635D) + (fp_text reference IC3 (at -5.588 -3.556) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_text value MAX202SO16L (at -3.556 -0.762 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom mirror)) + ) + (fp_line (start 5.4864 6.1468) (end -5.4864 6.1468) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.4864 -6.1468) (end 5.4864 6.1468) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.4864 -6.1468) (end 5.4864 -6.1468) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.4864 6.1468) (end -5.4864 -6.1468) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 4.191 3.8608) (xy 4.699 3.8608) (xy 4.699 5.334) (xy 4.191 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 4.191 3.7338) (xy 4.699 3.7338) (xy 4.699 3.8608) (xy 4.191 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 2.921 3.8608) (xy 3.429 3.8608) (xy 3.429 5.334) (xy 2.921 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 2.921 3.7338) (xy 3.429 3.7338) (xy 3.429 3.8608) (xy 2.921 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 1.651 3.8608) (xy 2.159 3.8608) (xy 2.159 5.334) (xy 1.651 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 1.651 3.7338) (xy 2.159 3.7338) (xy 2.159 3.8608) (xy 1.651 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 0.381 3.8608) (xy 0.889 3.8608) (xy 0.889 5.334) (xy 0.381 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 0.381 3.7338) (xy 0.889 3.7338) (xy 0.889 3.8608) (xy 0.381 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -0.889 3.8608) (xy -0.381 3.8608) (xy -0.381 5.334) (xy -0.889 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -0.889 3.7338) (xy -0.381 3.7338) (xy -0.381 3.8608) (xy -0.889 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -2.159 3.8608) (xy -1.651 3.8608) (xy -1.651 5.334) (xy -2.159 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -2.159 3.7338) (xy -1.651 3.7338) (xy -1.651 3.8608) (xy -2.159 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -3.429 3.8608) (xy -2.921 3.8608) (xy -2.921 5.334) (xy -3.429 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -3.429 3.7338) (xy -2.921 3.7338) (xy -2.921 3.8608) (xy -3.429 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -4.699 3.7338) (xy -4.191 3.7338) (xy -4.191 3.8608) (xy -4.699 3.8608)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -4.699 3.8608) (xy -4.191 3.8608) (xy -4.191 5.334) (xy -4.699 5.334)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 4.191 -5.334) (xy 4.699 -5.334) (xy 4.699 -3.8608) (xy 4.191 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 4.191 -3.8608) (xy 4.699 -3.8608) (xy 4.699 -3.7338) (xy 4.191 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 2.921 -5.334) (xy 3.429 -5.334) (xy 3.429 -3.8608) (xy 2.921 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 2.921 -3.8608) (xy 3.429 -3.8608) (xy 3.429 -3.7338) (xy 2.921 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 1.651 -5.334) (xy 2.159 -5.334) (xy 2.159 -3.8608) (xy 1.651 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy 1.651 -3.8608) (xy 2.159 -3.8608) (xy 2.159 -3.7338) (xy 1.651 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 0.381 -3.8608) (xy 0.889 -3.8608) (xy 0.889 -3.7338) (xy 0.381 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy 0.381 -5.334) (xy 0.889 -5.334) (xy 0.889 -3.8608) (xy 0.381 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -0.889 -5.334) (xy -0.381 -5.334) (xy -0.381 -3.8608) (xy -0.889 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -0.889 -3.8608) (xy -0.381 -3.8608) (xy -0.381 -3.7338) (xy -0.889 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -2.159 -5.334) (xy -1.651 -5.334) (xy -1.651 -3.8608) (xy -2.159 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -2.159 -3.8608) (xy -1.651 -3.8608) (xy -1.651 -3.7338) (xy -2.159 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -3.429 -5.334) (xy -2.921 -5.334) (xy -2.921 -3.8608) (xy -3.429 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -3.429 -3.8608) (xy -2.921 -3.8608) (xy -2.921 -3.7338) (xy -3.429 -3.7338)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -4.699 -5.334) (xy -4.191 -5.334) (xy -4.191 -3.8608) (xy -4.699 -3.8608)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -4.699 -3.8608) (xy -4.191 -3.8608) (xy -4.191 -3.7338) (xy -4.699 -3.7338)) (layer B.SilkS) (width 0)) + (fp_arc (start -5.2578 0) (end -5.2578 1.27) (angle -180) (layer B.SilkS) (width 0.1524)) + (fp_line (start -5.207 -3.3782) (end 5.2324 -3.3782) (layer B.SilkS) (width 0.0508)) + (fp_line (start -5.2578 -1.27) (end -5.2578 -3.3528) (layer B.SilkS) (width 0.1524)) + (fp_line (start -5.2578 1.27) (end -5.2578 -1.27) (layer B.SilkS) (width 0.1524)) + (fp_line (start -5.2578 3.3528) (end -5.2578 1.27) (layer B.SilkS) (width 0.1524)) + (fp_line (start 5.2578 -3.3528) (end 5.2578 3.3528) (layer B.SilkS) (width 0.1524)) + (fp_line (start -4.8768 -3.7338) (end 4.8768 -3.7338) (layer B.SilkS) (width 0.1524)) + (fp_arc (start -4.8768 -3.3528) (end -5.2578 -3.3528) (angle 90) (layer B.SilkS) (width 0.1524)) + (fp_arc (start 4.8768 3.3528) (end 4.8768 3.7338) (angle -90) (layer B.SilkS) (width 0.1524)) + (fp_arc (start -4.8768 3.3528) (end -5.2578 3.3528) (angle -90) (layer B.SilkS) (width 0.1524)) + (fp_arc (start 4.8768 -3.3528) (end 4.8768 -3.7338) (angle 90) (layer B.SilkS) (width 0.1524)) + (fp_line (start 4.8768 3.7338) (end -4.8768 3.7338) (layer B.SilkS) (width 0.1524)) + (pad 16 smd rect (at -4.445 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (solder_mask_margin 0.1016)) + (pad 15 smd rect (at -3.175 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (solder_mask_margin 0.1016)) + (pad 14 smd rect (at -1.905 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 186 "Net-(CON7-Pad2)") (solder_mask_margin 0.1016)) + (pad 13 smd rect (at -0.635 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 185 "Net-(CON7-Pad3)") (solder_mask_margin 0.1016)) + (pad 12 smd rect (at 0.635 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 230 "Net-(IC3-Pad12)") (solder_mask_margin 0.1016)) + (pad 11 smd rect (at 1.905 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 198 "Net-(IC3-Pad11)") (solder_mask_margin 0.1016)) + (pad 10 smd rect (at 3.175 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 9 smd rect (at 4.445 4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 232 "Net-(IC3-Pad9)") (solder_mask_margin 0.1016)) + (pad 8 smd rect (at 4.445 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 7 smd rect (at 3.175 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 233 "Net-(IC3-Pad7)") (solder_mask_margin 0.1016)) + (pad 6 smd rect (at 1.905 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 191 "Net-(C35-Pad1)") (solder_mask_margin 0.1016)) + (pad 5 smd rect (at 0.635 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 234 "Net-(C33-Pad2)") (solder_mask_margin 0.1016)) + (pad 4 smd rect (at -0.635 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 235 "Net-(C33-Pad1)") (solder_mask_margin 0.1016)) + (pad 3 smd rect (at -1.905 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 236 "Net-(C32-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at -3.175 -4.9022 90) (size 0.6604 2.032) (layers Bottom B.Paste B.Mask) + (net 237 "Net-(C34-Pad1)") (solder_mask_margin 0.1016)) + (pad 1 smd roundrect (at -4.445 -4.7752 90) (size 0.6604 1.778) (layers Bottom B.Paste B.Mask)(roundrect_rratio 0.335) + (net 238 "Net-(C32-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11240) + (at 137.5011 146.5036 90) + (descr "CAPACITOR

\nchip") + (path /3554C70B) + (fp_text reference C32 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 236 "Net-(C32-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 238 "Net-(C32-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1124E) + (at 145.2011 150.0036) + (descr "CAPACITOR

\nchip") + (path /089E54E8) + (fp_text reference C33 (at -2.54 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 234 "Net-(C33-Pad2)") (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 235 "Net-(C33-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1125C) + (at 146.0011 152.5036) + (descr "CAPACITOR

\nchip") + (path /9D5CDE75) + (fp_text reference C34 (at -2.54 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 237 "Net-(C34-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:KONDENSATOR_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1126A) + (at 137.0011 139.0036 90) + (descr "CAPACITOR

\nchip") + (path /F2675003) + (fp_text reference C35 (at -2.54 1.143 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 100n (at -2.54 -2.413 90) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.1999 -0.4001) (xy 0.1999 -0.4001) (xy 0.1999 0.4001) (xy -0.1999 0.4001)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9517 -0.8491) (xy 1.7018 -0.8491) (xy 1.7018 0.8509) (xy 0.9517 0.8509)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.7018 -0.8509) (xy -0.9517 -0.8509) (xy -0.9517 0.8491) (xy -1.7018 0.8491)) (layer B.Fab) (width 0)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer B.Fab) (width 0.1016)) + (fp_line (start 2.8448 1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 -1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (pad 2 smd rect (at 1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0 90) (size 2.032 1.8) (layers Bottom B.Paste B.Mask) + (net 191 "Net-(C35-Pad1)") (solder_mask_margin 0.1016)) + ) + + (module camino:ELKO_SMD_TM_B (layer Top) (tedit 0) (tstamp 5AC11278) + (at 142.5011 85.5036 270) + (path /49C7B2BF) + (fp_text reference C36 (at -2.54 3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10ยต (at 3.81 3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text user + (at -2.54 -3.175 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 0 -2.54) (end 1.27 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.27 -1.27) (end 0 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 -1.27) (end 1.55 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.55 -1.75) (end -1.55 -1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.55 -1.27) (end 1.55 -1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.55 1.75) (end 1.55 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 1.75) (end 1.55 1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 -1.27) (end -1.55 1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 -1.75) (end -1.55 -1.27) (layer F.SilkS) (width 0.127)) + (pad NEG smd rect (at 0 2.15 270) (size 4.1 2.1) (layers Top F.Paste F.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad POS smd roundrect (at 0 -2.15 270) (size 4.1 2.1) (layers Top F.Paste F.Mask)(roundrect_rratio 0.5) + (net 3 AVCC) (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11287) + (at 105.5011 167.5036 180) + (descr "RESISTOR

\nchip") + (path /A87C11DA) + (fp_text reference R30 (at -2.667 1.143 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413 180) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 140 "Net-(C19-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0 180) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 141 "Net-(R30-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:PFOSTENSTIFTLEISTE_6PIN (layer Top) (tedit 0) (tstamp 5AC11295) + (at 58.5011 85.5036) + (path /69099632) + (fp_text reference CON5 (at -2.54 -4.445) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value BUCHSE_ISP_6PIN (at 3.175 -3.81 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 4.577 -7.747) (end -4.577 -7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577 7.747) (end 4.577 -7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577 7.747) (end 4.577 7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577 -7.747) (end -4.577 7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.45 7.62) (end -4.45 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 7.62) (end -4.45 7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -7.62) (end 4.45 7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -7.62) (end 4.45 -7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -1.27) (end -4.45 -7.62) (layer F.SilkS) (width 0.127)) + (pad P$6 thru_hole circle (at 1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 171 "Net-(CON5-PadP$5)") (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 172 "Net-(CON5-PadP$4)") (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 173 "Net-(CON5-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 239 "Net-(CON5-PadP$2)") (solder_mask_margin 0.1016)) + (pad P$1 thru_hole rect (at -1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 174 "Net-(CON5-PadP$1)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112A7) + (at 164.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /555E92B1) + (fp_text reference R36 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 57 "Net-(R36-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 56 "Net-(C7-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112B5) + (at 173.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /D226BE52) + (fp_text reference R42 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 64 "Net-(R14-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 63 "Net-(C8-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112C3) + (at 182.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /EBD5C13A) + (fp_text reference R48 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 71 "Net-(R20-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 70 "Net-(C9-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112D1) + (at 191.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /61AAE54D) + (fp_text reference R54 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 78 "Net-(R26-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 77 "Net-(C10-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112DF) + (at 200.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /3EC01F9A) + (fp_text reference R60 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 85 "Net-(R32-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 84 "Net-(C11-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112ED) + (at 209.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /06722BFC) + (fp_text reference R66 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 92 "Net-(R38-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 91 "Net-(C12-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC112FB) + (at 218.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /7D514E64) + (fp_text reference R72 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 99 "Net-(R44-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 98 "Net-(C13-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11309) + (at 227.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /A71EFB25) + (fp_text reference R78 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 106 "Net-(R50-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 105 "Net-(C14-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11317) + (at 132.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /D49F4D0B) + (fp_text reference R84 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 162 "Net-(R84-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 161 "Net-(C22-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11325) + (at 123.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /0EDDE2E0) + (fp_text reference R90 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 155 "Net-(R90-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 154 "Net-(C21-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11333) + (at 114.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /560D8D76) + (fp_text reference R96 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 148 "Net-(R86-Pad2)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 147 "Net-(C20-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC11341) + (at 96.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /DDD164B9) + (fp_text reference R133 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 134 "Net-(R133-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 133 "Net-(C18-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1134F) + (at 87.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /4FAD057E) + (fp_text reference R134 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 127 "Net-(R134-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 126 "Net-(C17-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1135D) + (at 78.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /D19E0660) + (fp_text reference R135 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 120 "Net-(R135-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 119 "Net-(C16-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:WIDERSTAND_SMD_1206 (layer Bottom) (tedit 0) (tstamp 5AC1136B) + (at 69.5011 167.5036) + (descr "RESISTOR

\nchip") + (path /E78390A8) + (fp_text reference R136 (at -2.667 1.143) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_text value 470K (at -2.667 -2.413) (layer B.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom mirror)) + ) + (fp_poly (pts (xy -0.3 -0.7) (xy 0.3 -0.7) (xy 0.3 0.7) (xy -0.3 0.7)) (layer B.Adhes) (width 0)) + (fp_poly (pts (xy 0.9525 -0.8763) (xy 1.6891 -0.8763) (xy 1.6891 0.8763) (xy 0.9525 0.8763)) (layer B.Fab) (width 0)) + (fp_poly (pts (xy -1.6891 -0.8763) (xy -0.9525 -0.8763) (xy -0.9525 0.8763) (xy -1.6891 0.8763)) (layer B.Fab) (width 0)) + (fp_line (start -2.8194 -1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer B.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer B.Fab) (width 0.1524)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 113 "Net-(R136-Pad1)") (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers Bottom B.Paste B.Mask) + (net 112 "Net-(C15-Pad2)") (solder_mask_margin 0.1016)) + ) + + (module camino:PFOSTENSTIFTLEISTE_10PIN (layer Top) (tedit 0) (tstamp 5AC11379) + (at 83.0011 45.0036 270) + (path /C260A1B1) + (fp_text reference CON1 (at -2.54 -6.985 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "PORT A" (at 3.175 -6.35) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 4.577081 -10.3251) (end -4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 10.3251) (end 4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 10.3251) (end 4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 -10.3251) (end -4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.45 10.2) (end -4.45 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 10.2) (end -4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -10.2) (end 4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -10.2) (end 4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -2.54) (end -4.45 -10.2) (layer F.SilkS) (width 0.127)) + (pad P$10 thru_hole circle (at 1.27 5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$9 thru_hole circle (at -1.27 5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 23 "Net-(CON1-PadP$9)") (solder_mask_margin 0.1016)) + (pad P$8 thru_hole circle (at 1.27 2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 22 "Net-(CON1-PadP$8)") (solder_mask_margin 0.1016)) + (pad P$7 thru_hole circle (at -1.27 2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 21 "Net-(CON1-PadP$7)") (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 0 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 20 "Net-(CON1-PadP$6)") (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 0 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 19 "Net-(CON1-PadP$5)") (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 -2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 18 "Net-(CON1-PadP$4)") (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 -2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 17 "Net-(CON1-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 16 "Net-(CON1-PadP$2)") (solder_mask_margin 0.1016)) + (pad P$1 thru_hole rect (at -1.27 -5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 3 AVCC) (solder_mask_margin 0.1016)) + ) + + (module camino:PFOSTENSTIFTLEISTE_10PIN (layer Top) (tedit 0) (tstamp 5AC1138F) + (at 212.8411 114.2836 180) + (path /0E431640) + (fp_text reference CON2 (at -2.54 -6.985 180) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "PORT B" (at 3.175 -6.35 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 4.577081 -10.3251) (end -4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 10.3251) (end 4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 10.3251) (end 4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 -10.3251) (end -4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.45 10.2) (end -4.45 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 10.2) (end -4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -10.2) (end 4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -10.2) (end 4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -2.54) (end -4.45 -10.2) (layer F.SilkS) (width 0.127)) + (pad P$10 thru_hole circle (at 1.27 5.08 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$9 thru_hole circle (at -1.27 5.08 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 44 "Net-(CON107-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$8 thru_hole circle (at 1.27 2.54 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 45 "Net-(CON106-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$7 thru_hole circle (at -1.27 2.54 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 46 "Net-(CON105-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 0 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 47 "Net-(CON104-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 0 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 48 "Net-(CON10-PadA4)") (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 -2.54 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 49 "Net-(CON102-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 -2.54 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 50 "Net-(CON101-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -5.08 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 51 "Net-(CON100-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$1 thru_hole rect (at -1.27 -5.08 180) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:PFOSTENSTIFTLEISTE_10PIN (layer Top) (tedit 0) (tstamp 5AC113A5) + (at 117.2811 53.7136 270) + (path /3F802560) + (fp_text reference CON3 (at -2.54 -6.985 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "PORT C" (at 3.175 -6.35) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 4.577081 -10.3251) (end -4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 10.3251) (end 4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 10.3251) (end 4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 -10.3251) (end -4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.45 10.2) (end -4.45 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 10.2) (end -4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -10.2) (end 4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -10.2) (end 4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -2.54) (end -4.45 -10.2) (layer F.SilkS) (width 0.127)) + (pad P$10 thru_hole circle (at 1.27 5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$9 thru_hole circle (at -1.27 5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 25 "Net-(CON3-PadP$9)") (solder_mask_margin 0.1016)) + (pad P$8 thru_hole circle (at 1.27 2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 26 "Net-(CON3-PadP$8)") (solder_mask_margin 0.1016)) + (pad P$7 thru_hole circle (at -1.27 2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 27 "Net-(CON3-PadP$7)") (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 0 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 28 "Net-(CON3-PadP$6)") (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 0 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 29 "Net-(CON3-PadP$5)") (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 -2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 30 "Net-(CON3-PadP$4)") (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 -2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 31 "Net-(CON3-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 32 "Net-(CON3-PadP$2)") (solder_mask_margin 0.1016)) + (pad P$1 thru_hole rect (at -1.27 -5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:PFOSTENSTIFTLEISTE_10PIN (layer Top) (tedit 0) (tstamp 5AC113BB) + (at 84.5011 106.5036) + (path /C1C4878B) + (fp_text reference CON4 (at -2.54 -6.985) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value "PORT D" (at 3.175 -6.35 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 4.577081 -10.3251) (end -4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 10.3251) (end 4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 10.3251) (end 4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 -10.3251) (end -4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.45 10.2) (end -4.45 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 10.2) (end -4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -10.2) (end 4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -10.2) (end 4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -2.54) (end -4.45 -10.2) (layer F.SilkS) (width 0.127)) + (pad P$10 thru_hole circle (at 1.27 5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$9 thru_hole circle (at -1.27 5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 33 "Net-(CON117-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$8 thru_hole circle (at 1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 34 "Net-(CON116-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$7 thru_hole circle (at -1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 35 "Net-(CON115-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 36 "Net-(CON114-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 37 "Net-(CON113-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 38 "Net-(CON112-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 39 "Net-(CON111-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 40 "Net-(CON110-PadPAD)") (solder_mask_margin 0.1016)) + (pad P$1 thru_hole rect (at -1.27 -5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 1 VCC) (solder_mask_margin 0.1016)) + ) + + (module camino:PFOSTENSTIFTLEISTE_10PIN (layer Top) (tedit 0) (tstamp 5AC113D1) + (at 109.6461 40.0886 270) + (path /FC91A9BB) + (fp_text reference CON6 (at -2.54 -6.985 270) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value BUCHSE_JTAG (at 3.175 -6.35) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 4.577081 -10.3251) (end -4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 10.3251) (end 4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 10.3251) (end 4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 -10.3251) (end -4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.45 10.2) (end -4.45 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 10.2) (end -4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -10.2) (end 4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -10.2) (end 4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -2.54) (end -4.45 -10.2) (layer F.SilkS) (width 0.127)) + (pad P$10 thru_hole circle (at 1.27 5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$9 thru_hole circle (at -1.27 5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 177 "Net-(CON6-PadP$9)") (solder_mask_margin 0.1016)) + (pad P$8 thru_hole circle (at 1.27 2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 240 "Net-(CON6-PadP$8)") (solder_mask_margin 0.1016)) + (pad P$7 thru_hole circle (at -1.27 2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 0 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 179 "Net-(CON6-PadP$6)") (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 0 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 175 "Net-(CON6-PadP$5)") (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 -2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 241 "Net-(CON6-PadP$4)") (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 -2.54 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 178 "Net-(CON6-PadP$3)") (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad P$1 thru_hole rect (at -1.27 -5.08 270) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 176 "Net-(CON6-PadP$1)") (solder_mask_margin 0.1016)) + ) + + (module camino:LCD_PULT_162C_BC (layer Top) (tedit 0) (tstamp 5AC113E7) + (at 207.5561 59.9186) + (path /E589F26F) + (fp_text reference LCD1 (at -22.225 13.335 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value LCD162C (at -16.51 6.985) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_circle (center 35.5 10) (end 40 10) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 35.5 -10) (end 40 -10) (layer Dwgs.User) (width 0.127)) + (fp_circle (center -35.5 10) (end -31 10) (layer Dwgs.User) (width 0.127)) + (fp_circle (center -35.5 -10) (end -31 -10) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 27.813 19.1008) (xy 40.132 19.1008) (xy 40.132 -19.1008) (xy 27.813 -19.1008)) (layer Dwgs.User) (width 0)) + (fp_poly (pts (xy -40.132 19.1008) (xy -27.813 19.1008) (xy -27.813 -19.1008) (xy -40.132 -19.1008)) (layer Dwgs.User) (width 0)) + (fp_line (start -25.56764 14.737081) (end -25.56764 5.588) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.9022 14.737081) (end -25.56764 14.737081) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.9022 5.588) (end -4.9022 14.737081) (layer Dwgs.User) (width 0.127)) + (fp_line (start -25.56764 5.588) (end -4.9022 5.588) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.040121 14.610081) (end -12.7 14.610081) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.040121 5.709918) (end -5.040121 14.610081) (layer F.SilkS) (width 0.127)) + (fp_line (start -25.44064 5.709918) (end -5.040121 5.709918) (layer F.SilkS) (width 0.127)) + (fp_line (start -25.44064 14.610081) (end -25.44064 5.709918) (layer F.SilkS) (width 0.127)) + (fp_line (start -17.78 14.610081) (end -25.44064 14.610081) (layer F.SilkS) (width 0.127)) + (fp_line (start -28 -19) (end -40 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start -28 19) (end -28 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start -40 19) (end -28 19) (layer F.SilkS) (width 0.127)) + (fp_line (start -40 -19) (end -40 19) (layer F.SilkS) (width 0.127)) + (fp_line (start 28 -19) (end 40 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start 28 19) (end 28 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start 40 19) (end 28 19) (layer F.SilkS) (width 0.127)) + (fp_line (start 40 -19) (end 40 19) (layer F.SilkS) (width 0.127)) + (pad GND thru_hole circle (at -10.16 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 2 GND) (solder_mask_margin 0.1016)) + (pad VLED thru_hole circle (at -10.16 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 189 "Net-(LCD1-PadVLED)") (solder_mask_margin 0.1016)) + (pad DB3 thru_hole circle (at -12.7 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 195 "Net-(LCD1-PadDB3)") (solder_mask_margin 0.1016)) + (pad DB2 thru_hole circle (at -12.7 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 194 "Net-(LCD1-PadDB2)") (solder_mask_margin 0.1016)) + (pad DB1 thru_hole circle (at -15.24 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 193 "Net-(LCD1-PadDB1)") (solder_mask_margin 0.1016)) + (pad DB0 thru_hole circle (at -15.24 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 192 "Net-(LCD1-PadDB0)") (solder_mask_margin 0.1016)) + (pad E thru_hole circle (at -17.78 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 196 "Net-(LCD1-PadE)") (solder_mask_margin 0.1016)) + (pad RS thru_hole circle (at -17.78 11.43 90) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 197 "Net-(LCD1-PadRS)") (solder_mask_margin 0.1016)) + (pad VCON thru_hole circle (at -20.32 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 199 "Net-(LCD1-PadVCON)") (solder_mask_margin 0.1016)) + (pad VCC thru_hole rect (at -20.32 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (net 188 "Net-(LCD1-PadVCC)") (solder_mask_margin 0.1016)) + (pad DRILL1 thru_hole circle (at -35.5 -10 90) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL2 thru_hole circle (at -35.5 10 90) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL3 thru_hole circle (at 35.5 10) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL4 thru_hole circle (at 35.5 -10) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + ) + + (gr_line (start 48.5011 180.0036) (end 248.5011 180.0036) (layer Edge.Cuts) (width 0.15) (tstamp E4026C0)) + (gr_line (start 248.5011 180.0036) (end 248.5011 30.0036) (layer Edge.Cuts) (width 0.15) (tstamp E401E00)) + (gr_line (start 248.5011 30.0036) (end 48.5011 30.0036) (layer Edge.Cuts) (width 0.15) (tstamp E401540)) + (gr_line (start 48.5011 30.0036) (end 48.5011 180.0036) (layer Edge.Cuts) (width 0.15) (tstamp E401F40)) + (gr_line (start 243.5011 35.0036) (end 243.5011 175.0036) (layer F.Fab) (width 0.15) (tstamp E401FE0)) + (gr_line (start 243.5011 175.0036) (end 53.5011 175.0036) (layer F.Fab) (width 0.15) (tstamp E402760)) + (gr_line (start 53.5011 175.0036) (end 53.5011 35.0036) (layer F.Fab) (width 0.15) (tstamp E402B20)) + (gr_line (start 53.5011 35.0036) (end 243.5011 35.0036) (layer F.Fab) (width 0.15) (tstamp E402120)) + (gr_circle (center 143.5011 35.0036) (end 147.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E4005A0)) + (gr_circle (center 153.5011 35.0036) (end 157.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E4015E0)) + (gr_circle (center 143.5011 35.0036) (end 147.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E400640)) + (gr_circle (center 153.5011 35.0036) (end 157.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E401680)) + (gr_circle (center 140.5011 74.0036) (end 145.0011 74.0036) (layer Dwgs.User) (width 0.1) (tstamp E402940)) + (gr_circle (center 140.5011 74.0036) (end 144.5011 74.0036) (layer Dwgs.User) (width 0.1) (tstamp E402440)) + (gr_circle (center 243.5011 98.5036) (end 247.5011 98.5036) (layer Dwgs.User) (width 0.1) (tstamp E400F00)) + (gr_circle (center 53.5011 98.5036) (end 58.0011 98.5036) (layer Dwgs.User) (width 0.1) (tstamp E4006E0)) + (gr_circle (center 243.5011 98.5036) (end 247.5011 98.5036) (layer Dwgs.User) (width 0.1) (tstamp E402800)) + (gr_circle (center 53.5011 98.5036) (end 58.0011 98.5036) (layer Dwgs.User) (width 0.1) (tstamp E400AA0)) + (gr_text "Port B" (at 190.0011 177.0036) (layer Top) (tstamp E4019A0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 7 (at 163.5011 177.0036) (layer Top) (tstamp E4029E0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 6 (at 172.5011 177.0036) (layer Top) (tstamp E400FA0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 5 (at 181.5011 177.0036) (layer Top) (tstamp E400460) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 2 (at 208.5011 177.0036) (layer Top) (tstamp E400960) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 1 (at 217.5011 177.0036) (layer Top) (tstamp E401C20) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 0 (at 226.5011 177.0036) (layer Top) (tstamp E401AE0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text "Port D" (at 95.0011 177.0036) (layer Top) (tstamp E401D60) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 7 (at 68.5011 177.0036) (layer Top) (tstamp E401180) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 6 (at 77.5011 177.0036) (layer Top) (tstamp E4017C0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 5 (at 86.5011 177.0036) (layer Top) (tstamp E401CC0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 2 (at 113.5011 177.0036) (layer Top) (tstamp E400BE0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 1 (at 122.5011 177.0036) (layer Top) (tstamp E401A40) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 0 (at 131.5011 177.0036) (layer Top) (tstamp E4023A0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text Camino (at 60.5011 37.0036) (layer Top) (tstamp E401860) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text v1.3 (at 60.5011 41.0036) (layer Top) (tstamp E402300) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text ISP (at 64.5011 80.5036) (layer Top) (tstamp E405140) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text JTAG (at 104.5011 35.0036) (layer Top) (tstamp E4051E0) + (effects (font (size 2.85 2.85) (thickness 0.24)) (justify left bottom)) + ) + (gr_text 0|4 (at 58.2511 133.5036) (layer Top) (tstamp E404600) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text 1|5 (at 58.2511 125.0036) (layer Top) (tstamp E403200) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text 2|6 (at 58.2511 116.0036) (layer Top) (tstamp E403B60) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text 3|7 (at 58.2511 107.0036) (layer Top) (tstamp E404380) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text GND (at 65.5011 99.0036) (layer Top) (tstamp E4044C0) + (effects (font (size 1.9 1.9) (thickness 0.16)) (justify left bottom)) + ) + (gr_text 4|0 (at 233.7511 133.0036) (layer Top) (tstamp E404880) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text 5|1 (at 233.7511 124.5036) (layer Top) (tstamp E404420) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text 6|2 (at 233.7511 116.0036) (layer Top) (tstamp E402D00) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text 7|3 (at 233.7511 107.5036) (layer Top) (tstamp E404240) + (effects (font (size 2.375 2.375) (thickness 0.2)) (justify left bottom)) + ) + (gr_text GND (at 226.0011 101.0036) (layer Top) (tstamp E402DA0) + (effects (font (size 1.9 1.9) (thickness 0.16)) (justify left bottom)) + ) + (gr_circle (center 243.5011 35.0036) (end 247.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E404CE0)) + (gr_circle (center 243.5011 35.0036) (end 247.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E4038E0)) + (gr_circle (center 53.5011 35.0036) (end 57.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E4035C0)) + (gr_circle (center 53.5011 35.0036) (end 57.5011 35.0036) (layer Dwgs.User) (width 0.1) (tstamp E403CA0)) + (gr_circle (center 140.5011 74.0036) (end 144.5011 74.0036) (layer Dwgs.User) (width 0.1) (tstamp E404B00)) + (gr_circle (center 153.5011 175.0036) (end 157.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E404060)) + (gr_circle (center 153.5011 175.0036) (end 157.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E404560)) + (gr_circle (center 143.5011 175.0036) (end 147.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E403480)) + (gr_circle (center 143.5011 175.0036) (end 147.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E404F60)) + (gr_circle (center 53.5011 175.0036) (end 57.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E403660)) + (gr_circle (center 53.5011 175.0036) (end 57.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E404920)) + (gr_circle (center 243.5011 175.0036) (end 247.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E402E40)) + (gr_circle (center 243.5011 175.0036) (end 247.5011 175.0036) (layer Dwgs.User) (width 0.1) (tstamp E402EE0)) + + (segment (start 67.2511 170.2416) (end 67.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 1401EDA0)) + (segment (start 69.5011 143.9636) (end 72.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401DCC0)) + (segment (start 72.4611 143.9636) (end 72.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401D4A0)) + (via (at 72.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1401E4E0)) + (segment (start 72.5011 144.0036) (end 72.5011 148.8526) (width 0.5) (layer Top) (net 1) (tstamp 1401E300)) + (segment (start 78.5011 143.9636) (end 72.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401D0E0)) + (segment (start 72.5411 143.9636) (end 72.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401F340)) + (segment (start 67.2511 161.7656) (end 67.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 1401F200)) + (segment (start 65.0011 159.5156) (end 65.0011 157.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401F2A0)) + (segment (start 65.0011 157.5036) (end 65.5011 157.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401E8A0)) + (segment (start 65.5011 157.0036) (end 65.5011 143.1036) (width 0.5) (layer Top) (net 1) (tstamp 1401F5C0)) + (via (at 65.2011 142.8036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1401E1C0)) + (segment (start 69.4611 144.0036) (end 69.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 1401D7C0)) + (segment (start 76.2511 161.7656) (end 76.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 1401EB20)) + (segment (start 76.2511 161.7536) (end 74.0011 159.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401F7A0)) + (segment (start 74.0011 159.5036) (end 74.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401ED00)) + (segment (start 74.0011 155.0036) (end 75.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401F160)) + (segment (start 75.0011 154.0036) (end 75.0011 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401EF80)) + (segment (start 75.0011 150.0036) (end 74.5011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401DAE0)) + (segment (start 74.5011 149.5036) (end 73.1521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401E580)) + (segment (start 73.1521 149.5036) (end 72.5011 148.8526) (width 0.5) (layer Top) (net 1) (tstamp 1401D400)) + (segment (start 69.5011 142.5036) (end 69.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 1401EBC0)) + (segment (start 76.2511 170.2416) (end 76.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 1401F660)) + (segment (start 78.5011 143.9636) (end 81.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401F700)) + (segment (start 81.4611 143.9636) (end 81.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401E6C0)) + (via (at 81.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1401E800)) + (segment (start 81.5011 144.0036) (end 81.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 1401E9E0)) + (segment (start 87.5011 143.9636) (end 81.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401E760)) + (segment (start 81.5411 143.9636) (end 81.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401E3A0)) + (segment (start 87.5011 143.9636) (end 90.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401D860)) + (segment (start 90.4611 143.9636) (end 90.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401E620)) + (via (at 90.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1401EC60)) + (segment (start 90.5011 144.0036) (end 90.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 1401E440)) + (segment (start 96.5011 143.9636) (end 90.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401F3E0)) + (segment (start 90.5411 143.9636) (end 90.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401D900)) + (segment (start 85.2511 161.7656) (end 84.7631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 1401D680)) + (segment (start 84.7631 161.7656) (end 83.0011 160.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401EA80)) + (segment (start 83.0011 160.0036) (end 83.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401DB80)) + (segment (start 83.0011 155.0036) (end 84.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401EE40)) + (segment (start 84.0011 154.0036) (end 84.0011 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401F020)) + (segment (start 84.0011 150.0036) (end 83.5011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401EEE0)) + (segment (start 83.5011 149.5036) (end 81.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401F0C0)) + (segment (start 81.6521 149.5036) (end 81.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 1401D720)) + (segment (start 85.2511 170.2416) (end 85.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 1401D360)) + (segment (start 94.2511 161.7656) (end 94.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 1401F840)) + (segment (start 94.2511 161.7536) (end 92.0011 159.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401E260)) + (segment (start 92.0011 159.5036) (end 92.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401F480)) + (segment (start 92.0011 155.0036) (end 93.5011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401D9A0)) + (segment (start 93.5011 154.0036) (end 93.5011 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401DF40)) + (segment (start 93.5011 150.0036) (end 92.5011 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401F520)) + (segment (start 92.5011 149.0036) (end 90.8501 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401D180)) + (segment (start 90.8501 149.0036) (end 90.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 1401D220)) + (segment (start 96.5011 143.9636) (end 99.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401D2C0)) + (segment (start 99.4611 143.9636) (end 99.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401D540)) + (via (at 99.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1401D5E0)) + (segment (start 99.5011 144.0036) (end 99.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 1401DA40)) + (segment (start 105.5011 143.9636) (end 99.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401DC20)) + (segment (start 99.5411 143.9636) (end 99.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401DD60)) + (segment (start 103.2511 161.7656) (end 103.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 1401DE00)) + (segment (start 103.2511 161.7536) (end 101.0011 159.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401DEA0)) + (segment (start 101.0011 159.5036) (end 101.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401DFE0)) + (segment (start 101.0011 155.0036) (end 102.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401E080)) + (segment (start 102.0011 154.0036) (end 102.0011 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401E120)) + (segment (start 102.0011 150.0036) (end 101.5011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 14021460)) + (segment (start 101.5011 149.5036) (end 99.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 14021280)) + (segment (start 99.6521 149.5036) (end 99.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14021D20)) + (segment (start 105.5011 143.9636) (end 108.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14021F00)) + (segment (start 108.4611 143.9636) (end 108.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14020060)) + (via (at 108.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14021780)) + (segment (start 108.5011 144.0036) (end 108.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14020420)) + (segment (start 114.5011 143.9636) (end 108.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14021000)) + (segment (start 108.5411 143.9636) (end 108.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401F8E0)) + (segment (start 94.2511 161.7656) (end 94.2511 170.2416) (width 0.5) (layer Top) (net 1) (tstamp 1401FFC0)) + (segment (start 103.2511 161.7656) (end 103.2511 170.2416) (width 0.5) (layer Top) (net 1) (tstamp 14021DC0)) + (segment (start 112.2511 161.7656) (end 112.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 14021BE0)) + (segment (start 112.2511 161.7536) (end 110.0011 159.5036) (width 0.5) (layer Top) (net 1) (tstamp 14021820)) + (segment (start 110.0011 159.5036) (end 110.0011 154.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401FF20)) + (segment (start 110.0011 154.5036) (end 111.0011 153.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401FB60)) + (segment (start 111.0011 153.5036) (end 111.0011 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 14021E60)) + (segment (start 111.0011 150.0036) (end 110.5011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 140211E0)) + (segment (start 110.5011 149.5036) (end 108.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 14021C80)) + (segment (start 108.6521 149.5036) (end 108.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14020C40)) + (segment (start 114.5011 143.9636) (end 117.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14020880)) + (segment (start 117.4611 143.9636) (end 117.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1401F980)) + (via (at 117.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1401FA20)) + (segment (start 117.5011 144.0036) (end 117.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14020600)) + (segment (start 123.5011 143.9636) (end 117.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 140204C0)) + (segment (start 117.5411 143.9636) (end 117.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14021640)) + (segment (start 112.2511 170.2416) (end 112.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 140216E0)) + (segment (start 123.5011 143.9636) (end 126.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 140207E0)) + (segment (start 126.4611 143.9636) (end 126.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14021140)) + (via (at 126.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14021500)) + (segment (start 126.5011 144.0036) (end 126.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 140202E0)) + (segment (start 126.5011 144.0036) (end 132.4611 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1401FC00)) + (segment (start 132.4611 144.0036) (end 132.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14021AA0)) + (via (at 135.0011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 140206A0)) + (segment (start 130.2511 161.7656) (end 129.2631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14020560)) + (segment (start 129.2631 161.7656) (end 128.0011 160.5036) (width 0.5) (layer Top) (net 1) (tstamp 140218C0)) + (segment (start 128.0011 160.5036) (end 128.0011 156.0036) (width 0.5) (layer Top) (net 1) (tstamp 14021960)) + (segment (start 128.0011 156.0036) (end 129.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 14020920)) + (segment (start 129.0011 155.0036) (end 129.0011 150.5036) (width 0.5) (layer Top) (net 1) (tstamp 140215A0)) + (segment (start 129.0011 150.5036) (end 128.0011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 1401FAC0)) + (segment (start 128.0011 149.5036) (end 126.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 14020CE0)) + (segment (start 126.6521 149.5036) (end 126.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14020F60)) + (segment (start 121.2511 161.7656) (end 121.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 14020740)) + (segment (start 121.2511 161.7536) (end 119.0011 159.5036) (width 0.5) (layer Top) (net 1) (tstamp 14021FA0)) + (segment (start 118.0011 149.0036) (end 117.8501 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14020100)) + (segment (start 117.8501 149.0036) (end 117.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14022040)) + (segment (start 121.2511 161.7656) (end 121.2511 170.2416) (width 0.5) (layer Top) (net 1) (tstamp 14021320)) + (segment (start 130.2511 161.7656) (end 130.2511 170.2416) (width 0.5) (layer Top) (net 1) (tstamp 140209C0)) + (via (at 160.5011 145.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14020A60)) + (segment (start 167.5011 149.3526) (end 167.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 1401FCA0)) + (via (at 167.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 140201A0)) + (segment (start 167.5011 144.0036) (end 167.4611 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 1401FD40)) + (segment (start 167.4611 143.9636) (end 164.5011 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14020B00)) + (segment (start 167.5011 144.0036) (end 167.5411 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14020BA0)) + (segment (start 167.5411 143.9636) (end 173.0011 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1401FDE0)) + (segment (start 173.0011 143.9636) (end 173.5011 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14021A00)) + (segment (start 162.2511 161.7656) (end 162.2511 170.2416) (width 0.5) (layer Top) (net 1) (tstamp 140210A0)) + (segment (start 176.5011 149.3526) (end 176.5011 146.0036) (width 0.5) (layer Top) (net 1) (tstamp 14020D80)) + (via (at 176.5011 146.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14020E20)) + (segment (start 173.5411 144.0036) (end 173.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 1401FE80)) + (segment (start 171.2511 161.7656) (end 169.7631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14021B40)) + (segment (start 169.7631 161.7656) (end 169.0011 161.0036) (width 0.5) (layer Top) (net 1) (tstamp 14020EC0)) + (segment (start 169.0011 149.5036) (end 167.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 14020240)) + (segment (start 167.6521 149.5036) (end 167.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 140213C0)) + (segment (start 185.5011 149.3526) (end 185.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 14020380)) + (via (at 185.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 140220E0)) + (segment (start 185.5011 144.0036) (end 182.5411 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140225E0)) + (segment (start 182.5411 144.0036) (end 182.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14023800)) + (segment (start 191.5011 143.9636) (end 185.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14022400)) + (segment (start 185.5411 143.9636) (end 185.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14023D00)) + (segment (start 180.2511 161.7656) (end 179.7631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14022180)) + (segment (start 179.7631 161.7656) (end 178.0011 160.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023F80)) + (segment (start 179.5011 152.5036) (end 176.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 140222C0)) + (segment (start 176.6521 149.5036) (end 176.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 140229A0)) + (segment (start 180.2511 170.2416) (end 180.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14023260)) + (segment (start 189.2511 161.7656) (end 188.2631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14023080)) + (segment (start 188.2631 161.7656) (end 187.0011 160.5036) (width 0.5) (layer Top) (net 1) (tstamp 14023300)) + (segment (start 185.6521 149.5036) (end 185.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 140224A0)) + (segment (start 194.5011 149.3526) (end 194.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 140236C0)) + (via (at 194.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14023EE0)) + (segment (start 194.5011 144.0036) (end 191.5411 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140233A0)) + (segment (start 191.5411 144.0036) (end 191.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14022C20)) + (segment (start 200.5011 143.9636) (end 194.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14022360)) + (segment (start 194.5411 143.9636) (end 194.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14023440)) + (segment (start 189.2511 170.2416) (end 189.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 140234E0)) + (segment (start 203.5011 149.3526) (end 203.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 140227C0)) + (via (at 203.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14022CC0)) + (segment (start 203.5011 144.0036) (end 201.0411 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14022220)) + (segment (start 201.0411 144.0036) (end 200.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14022540)) + (segment (start 212.5011 149.3526) (end 212.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023760)) + (via (at 212.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14023DA0)) + (segment (start 212.5011 144.0036) (end 209.5411 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14022680)) + (segment (start 209.5411 144.0036) (end 209.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14023580)) + (segment (start 203.5011 144.0036) (end 209.4611 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14023620)) + (segment (start 209.4611 144.0036) (end 209.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14022D60)) + (segment (start 198.2511 161.7656) (end 197.2631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14022FE0)) + (segment (start 197.2631 161.7656) (end 196.0011 160.5036) (width 0.5) (layer Top) (net 1) (tstamp 14022E00)) + (segment (start 195.5011 149.0036) (end 194.8501 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023E40)) + (segment (start 194.8501 149.0036) (end 194.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14022720)) + (segment (start 187.0011 160.5036) (end 187.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 14022EA0)) + (segment (start 187.0011 155.0036) (end 188.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 14022F40)) + (segment (start 188.0011 154.0036) (end 188.0011 151.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023B20)) + (segment (start 188.0011 151.0036) (end 187.0011 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023120)) + (segment (start 187.0011 150.0036) (end 186.1521 150.0036) (width 0.5) (layer Top) (net 1) (tstamp 14022860)) + (segment (start 186.1521 150.0036) (end 185.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14022900)) + (segment (start 207.2511 161.7656) (end 206.2631 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14022A40)) + (segment (start 206.2631 161.7656) (end 205.0011 160.5036) (width 0.5) (layer Top) (net 1) (tstamp 14022AE0)) + (segment (start 204.5011 149.5036) (end 203.6521 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 140231C0)) + (segment (start 203.6521 149.5036) (end 203.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14022B80)) + (segment (start 198.2511 170.2416) (end 198.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 140238A0)) + (segment (start 221.5011 149.3526) (end 221.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023940)) + (via (at 221.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 140239E0)) + (segment (start 221.5011 144.0036) (end 218.5411 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14023A80)) + (segment (start 218.5411 144.0036) (end 218.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14023BC0)) + (segment (start 230.5011 149.3526) (end 230.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 14023C60)) + (via (at 230.5011 144.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14004AE0)) + (segment (start 230.5011 144.0036) (end 227.5411 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14005C60)) + (segment (start 227.5411 144.0036) (end 227.5011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14005A80)) + (segment (start 218.5011 143.9636) (end 212.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14006520)) + (segment (start 212.5411 143.9636) (end 212.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14004680)) + (segment (start 227.5011 143.9636) (end 221.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 14005D00)) + (segment (start 221.5411 143.9636) (end 221.5011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 140060C0)) + (segment (start 216.2511 161.7656) (end 216.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 140042C0)) + (segment (start 216.2511 161.7536) (end 214.0011 160.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005DA0)) + (segment (start 213.5011 149.0036) (end 212.8501 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005300)) + (segment (start 212.8501 149.0036) (end 212.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 140047C0)) + (segment (start 225.2511 161.7656) (end 225.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 14004860)) + (segment (start 225.2511 161.7536) (end 223.0011 160.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005120)) + (segment (start 222.5011 149.0036) (end 221.8501 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004900)) + (segment (start 221.8501 149.0036) (end 221.5011 149.3526) (width 0.5) (layer Top) (net 1) (tstamp 14005580)) + (segment (start 222.5011 149.0036) (end 224.0011 150.5036) (width 0.5) (layer Top) (net 1) (tstamp 14006160)) + (segment (start 224.0011 150.5036) (end 224.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005080)) + (segment (start 224.0011 154.0036) (end 223.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 140051C0)) + (segment (start 223.0011 155.0036) (end 223.0011 160.0036) (width 0.5) (layer Top) (net 1) (tstamp 140054E0)) + (segment (start 214.0011 160.0036) (end 214.0011 155.2036) (width 0.5) (layer Top) (net 1) (tstamp 14005E40)) + (segment (start 214.0011 155.2036) (end 215.0011 154.5036) (width 0.5) (layer Top) (net 1) (tstamp 14006340)) + (segment (start 215.0011 154.5036) (end 215.0011 150.5036) (width 0.5) (layer Top) (net 1) (tstamp 14006480)) + (segment (start 215.0011 150.5036) (end 213.5011 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004720)) + (segment (start 205.0011 160.5036) (end 205.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 140049A0)) + (segment (start 205.0011 155.0036) (end 206.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 14006660)) + (segment (start 206.0011 154.0036) (end 206.0011 151.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004A40)) + (segment (start 206.0011 151.0036) (end 204.5011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 140040E0)) + (segment (start 196.0011 160.5036) (end 196.0011 154.7036) (width 0.5) (layer Top) (net 1) (tstamp 14004B80)) + (segment (start 196.0011 154.7036) (end 197.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005B20)) + (segment (start 197.0011 154.0036) (end 197.0011 150.5036) (width 0.5) (layer Top) (net 1) (tstamp 140067A0)) + (segment (start 197.0011 150.5036) (end 195.5011 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005EE0)) + (segment (start 178.0011 160.0036) (end 178.0011 155.5036) (width 0.5) (layer Top) (net 1) (tstamp 14006200)) + (segment (start 178.0011 155.5036) (end 179.5011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005F80)) + (segment (start 179.5011 154.0036) (end 179.5011 152.5036) (width 0.5) (layer Top) (net 1) (tstamp 14006020)) + (segment (start 169.0011 161.0036) (end 169.0011 155.5036) (width 0.5) (layer Top) (net 1) (tstamp 140053A0)) + (segment (start 169.0011 155.5036) (end 170.0011 154.5036) (width 0.5) (layer Top) (net 1) (tstamp 140062A0)) + (segment (start 170.0011 154.5036) (end 170.0011 150.5036) (width 0.5) (layer Top) (net 1) (tstamp 140063E0)) + (segment (start 170.0011 150.5036) (end 169.0011 149.5036) (width 0.5) (layer Top) (net 1) (tstamp 140065C0)) + (segment (start 119.0011 159.5036) (end 119.0011 155.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004FE0)) + (segment (start 119.0011 155.0036) (end 120.0011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004CC0)) + (segment (start 120.0011 154.0036) (end 120.0011 151.0036) (width 0.5) (layer Top) (net 1) (tstamp 14006700)) + (segment (start 120.0011 151.0036) (end 118.0011 149.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005BC0)) + (segment (start 207.2511 170.2416) (end 207.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14006840)) + (segment (start 216.2511 170.2416) (end 216.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14004180)) + (segment (start 225.2511 170.2416) (end 225.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 14004220)) + (segment (start 160.0011 159.5036) (end 160.0011 157.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004C20)) + (segment (start 160.0011 157.0036) (end 160.0011 154.5036) (width 0.5) (layer Top) (net 1) (tstamp 14005940)) + (segment (start 160.5011 153.0036) (end 160.5011 145.5036) (width 1.2) (layer Top) (net 1) (tstamp 14004D60)) + (segment (start 62.0011 145.5036) (end 62.0011 143.5036) (width 0.5) (layer Top) (net 1) (tstamp 14004360)) + (segment (start 62.0011 143.5036) (end 60.5011 142.0036) (width 0.5) (layer Top) (net 1) (tstamp 14004400)) + (segment (start 60.5011 142.0036) (end 60.5011 140.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005760)) + (segment (start 60.5011 140.0036) (end 61.0011 139.5036) (width 0.5) (layer Top) (net 1) (tstamp 140059E0)) + (segment (start 170.7261 82.5086) (end 170.4961 81.5086) (width 1.2) (layer Bottom) (net 1) (tstamp 14004E00)) + (segment (start 170.4961 81.5086) (end 169.5011 82.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14004EA0)) + (segment (start 169.5011 82.5036) (end 169.5011 86.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140044A0)) + (via (at 173.9011 88.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14004540)) + (via (at 170.2011 134.8036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14005260)) + (segment (start 173.5011 143.4636) (end 173.0011 143.9636) (width 0.5) (layer Bottom) (net 1) (tstamp 14005440)) + (segment (start 138.5011 144.0036) (end 151.0011 144.0036) (width 1.2) (layer Top) (net 1) (tstamp 14004F40)) + (segment (start 159.5011 154.0036) (end 160.5011 153.0036) (width 1.2) (layer Top) (net 1) (tstamp 14005620)) + (segment (start 140.5011 159.3526) (end 140.5011 158.0036) (width 0.5) (layer Top) (net 1) (tstamp 140056C0)) + (segment (start 140.5011 158.0036) (end 138.5011 156.0036) (width 0.5) (layer Top) (net 1) (tstamp 14005800)) + (segment (start 138.5011 156.0036) (end 138.5011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 140058A0)) + (segment (start 149.3501 157.5036) (end 149.3501 158.8526) (width 0.5) (layer Bottom) (net 1) (tstamp 14008780)) + (segment (start 149.3501 158.8526) (end 150.5011 160.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14008B40)) + (via (at 156.0011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 140086E0)) + (segment (start 150.5011 160.0036) (end 155.0011 160.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14006FC0)) + (segment (start 155.0011 160.0036) (end 156.0011 159.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14007420)) + (segment (start 156.0011 159.0036) (end 156.5011 159.0036) (width 0.5) (layer Top) (net 1) (tstamp 14007100)) + (segment (start 156.5011 159.0036) (end 158.5011 157.0036) (width 0.5) (layer Top) (net 1) (tstamp 14008000)) + (segment (start 155.3011 152.9036) (end 156.5011 154.0036) (width 1.2) (layer Top) (net 1) (tstamp 14007560)) + (segment (start 156.5011 154.0036) (end 159.5011 154.0036) (width 1.2) (layer Top) (net 1) (tstamp 14008F00)) + (via (at 153.5011 148.0036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14008640)) + (segment (start 153.5011 146.5036) (end 151.0011 144.0036) (width 1.2) (layer Top) (net 1) (tstamp 14006D40)) + (segment (start 153.5011 148.0036) (end 155.3011 150.0036) (width 1.2) (layer Top) (net 1) (tstamp 140085A0)) + (segment (start 155.3011 150.0036) (end 155.3011 152.7036) (width 1.2) (layer Top) (net 1) (tstamp 140074C0)) + (segment (start 155.3011 152.7036) (end 155.3011 152.9036) (width 0.5) (layer Top) (net 1) (tstamp 14006CA0)) + (segment (start 153.5011 146.5036) (end 153.5011 148.0036) (width 1.2) (layer Top) (net 1) (tstamp 14007CE0)) + (segment (start 172.0011 112.0036) (end 172.0011 129.5036) (width 1.2) (layer Top) (net 1) (tstamp 14007240)) + (segment (start 172.0011 129.5036) (end 170.5011 131.0036) (width 1.2) (layer Top) (net 1) (tstamp 140088C0)) + (segment (start 170.5011 131.0036) (end 170.5011 134.5036) (width 1.2) (layer Top) (net 1) (tstamp 140080A0)) + (segment (start 170.5011 134.5036) (end 170.2011 134.8036) (width 1.2) (layer Top) (net 1) (tstamp 14007EC0)) + (segment (start 223.6521 69.3526) (end 221.0011 72.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007B00)) + (segment (start 201.0011 76.5036) (end 202.0011 77.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14008E60)) + (segment (start 202.0011 77.5036) (end 203.5011 77.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007D80)) + (segment (start 203.5011 77.5036) (end 205.0011 77.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 140076A0)) + (segment (start 221.0011 72.0036) (end 210.5011 72.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007600)) + (segment (start 210.5011 72.0036) (end 205.0011 77.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007740)) + (segment (start 200.9611 79.6446) (end 200.9611 80.5436) (width 0.5) (layer Top) (net 1) (tstamp 14006A20)) + (segment (start 200.9611 80.5436) (end 201.0011 82.5036) (width 0.5) (layer Top) (net 1) (tstamp 14007BA0)) + (via (at 201.0011 82.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14006C00)) + (segment (start 201.0011 82.5036) (end 201.5011 82.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14008140)) + (segment (start 201.5011 82.0036) (end 201.5011 78.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14007F60)) + (segment (start 201.5011 78.0036) (end 202.0011 77.5036) (width 0.5) (layer Bottom) (net 1) (tstamp 14007C40)) + (segment (start 170.7261 82.5086) (end 170.7261 80.2286) (width 1.2) (layer Bottom) (net 1) (tstamp 14007060)) + (segment (start 170.7261 80.2286) (end 165.315121 75.167847) (width 1.2) (layer Bottom) (net 1) (tstamp 14008820)) + (segment (start 165.315121 75.167847) (end 163.0011 73.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14009040)) + (segment (start 163.0011 73.0036) (end 163.0011 71.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14008BE0)) + (segment (start 163.0011 71.5036) (end 163.0011 71.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140068E0)) + (segment (start 163.0011 71.0036) (end 165.0011 69.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140071A0)) + (segment (start 165.0011 69.0036) (end 165.5011 69.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14008DC0)) + (segment (start 165.5011 69.0036) (end 170.0011 64.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14008C80)) + (segment (start 178.0011 64.5036) (end 170.0011 64.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14008960)) + (segment (start 163.4411 77.1636) (end 163.4411 77.041869) (width 0.5) (layer Bottom) (net 1) (tstamp 14006F20)) + (segment (start 163.4411 77.041869) (end 165.315121 75.167847) (width 0.5) (layer Bottom) (net 1) (tstamp 14008A00)) + (segment (start 124.6521 113.0036) (end 127.0011 113.0036) (width 0.5) (layer Top) (net 1) (tstamp 14008AA0)) + (segment (start 127.0011 113.0036) (end 128.8011 113.0036) (width 0.5) (layer Top) (net 1) (tstamp 140077E0)) + (segment (start 142.3411 108.4336) (end 142.3411 109.6636) (width 0.5) (layer Bottom) (net 1) (tstamp 140081E0)) + (via (at 138.0011 114.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14008500)) + (segment (start 138.0011 114.5036) (end 134.0011 111.0036) (width 0.5) (layer Top) (net 1) (tstamp 140072E0)) + (segment (start 134.0011 111.0036) (end 127.5011 111.0036) (width 0.5) (layer Top) (net 1) (tstamp 14008280)) + (segment (start 127.0011 111.5036) (end 127.0011 113.0036) (width 0.5) (layer Top) (net 1) (tstamp 14008D20)) + (segment (start 138.0011 114.5036) (end 138.0011 114.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14007380)) + (segment (start 138.0011 114.0036) (end 142.3411 109.6636) (width 0.5) (layer Bottom) (net 1) (tstamp 14008320)) + (segment (start 174.3011 103.5036) (end 173.0011 102.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140083C0)) + (segment (start 142.5011 108.2736) (end 142.3411 108.4336) (width 1.2) (layer Bottom) (net 1) (tstamp 14006AC0)) + (segment (start 173.0011 102.0036) (end 152.5011 102.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14006980)) + (via (at 218.7511 117.7536) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14006B60)) + (segment (start 216.1111 116.6136) (end 216.1111 108.1136) (width 1.2) (layer Top) (net 1) (tstamp 140079C0)) + (via (at 206.0011 97.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14006DE0)) + (segment (start 206.0011 97.5036) (end 203.0011 97.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14006E80)) + (segment (start 203.0011 97.5036) (end 201.5011 96.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007880)) + (segment (start 201.5011 96.0036) (end 201.5011 85.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007920)) + (segment (start 201.5011 85.0036) (end 203.5011 83.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007A60)) + (segment (start 203.5011 83.0036) (end 203.5011 77.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14007E20)) + (segment (start 171.2511 161.7656) (end 171.2511 170.2416) (width 0.5) (layer Top) (net 1) (tstamp 14008460)) + (segment (start 142.5011 108.2736) (end 142.5011 107.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B200)) + (segment (start 142.5011 107.0036) (end 143.0011 106.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B7A0)) + (segment (start 143.0011 106.5036) (end 143.0011 105.1546) (width 1.2) (layer Bottom) (net 1) (tstamp 140097C0)) + (segment (start 143.0011 105.1546) (end 142.8501 105.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400A940)) + (segment (start 144.0011 102.5036) (end 143.0011 104.8526) (width 1.2) (layer Bottom) (net 1) (tstamp 14009900)) + (segment (start 143.0011 104.8526) (end 142.8501 105.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 14009360)) + (segment (start 127.5011 111.0036) (end 127.0011 111.5036) (width 0.5) (layer Top) (net 1) (tstamp 1400B2A0)) + (segment (start 83.2311 95.2336) (end 84.0011 94.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A6C0)) + (via (at 84.0011 94.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14009680)) + (segment (start 84.0011 94.5036) (end 84.0011 93.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400AE40)) + (segment (start 84.0011 93.0036) (end 86.0011 91.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400AEE0)) + (segment (start 86.0011 91.0036) (end 91.0011 91.0036) (width 1.2) (layer Top) (net 1) (tstamp 14009FE0)) + (segment (start 91.0011 91.0036) (end 94.5011 87.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400A9E0)) + (segment (start 94.5011 87.5036) (end 103.5011 87.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400AD00)) + (segment (start 103.5011 87.5036) (end 109.0011 93.0036) (width 1.2) (layer Top) (net 1) (tstamp 14009E00)) + (segment (start 109.0011 93.0036) (end 109.0011 102.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400A8A0)) + (segment (start 109.0011 102.0036) (end 112.0011 105.0036) (width 1.2) (layer Top) (net 1) (tstamp 14009CC0)) + (via (at 140.0011 105.2536) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 140094A0)) + (segment (start 145.0011 100.9036) (end 147.5011 98.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A440)) + (segment (start 147.5011 98.5036) (end 149.0011 98.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A080)) + (segment (start 149.0011 98.5036) (end 152.5011 102.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 140090E0)) + (via (at 129.5011 53.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14009220)) + (segment (start 129.5011 53.5036) (end 135.5011 53.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400A3A0)) + (segment (start 135.5011 53.5036) (end 137.5011 51.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400AC60)) + (via (at 137.5011 51.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 1400B0C0)) + (segment (start 137.5011 51.5036) (end 143.0011 51.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B340)) + (segment (start 143.0011 51.5036) (end 158.7511 67.2536) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B840)) + (segment (start 158.7511 67.2536) (end 163.0011 71.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14009860)) + (segment (start 174.3011 103.5036) (end 174.3011 109.7036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400AA80)) + (segment (start 174.3011 109.7036) (end 174.0011 109.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 140099A0)) + (via (at 174.0011 109.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14009400)) + (segment (start 172.0011 112.0036) (end 174.0011 110.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400B3E0)) + (segment (start 174.0011 110.0036) (end 174.0011 109.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400B480)) + (segment (start 173.9011 88.0036) (end 173.9011 109.4036) (width 1.2) (layer Top) (net 1) (tstamp 14009720)) + (segment (start 173.9011 109.4036) (end 174.0011 109.5036) (width 1.2) (layer Top) (net 1) (tstamp 14009A40)) + (segment (start 169.5011 86.0036) (end 171.5011 88.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B660)) + (segment (start 171.5011 88.0036) (end 173.9011 88.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 14009AE0)) + (segment (start 132.5011 143.9636) (end 135.4611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 140092C0)) + (segment (start 135.4611 143.9636) (end 135.0011 144.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400AB20)) + (segment (start 138.5011 144.0036) (end 135.0011 144.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400AF80)) + (segment (start 222.1161 54.0036) (end 222.1161 57.3886) (width 1.2) (layer Bottom) (net 1) (tstamp 14009EA0)) + (segment (start 222.1161 57.3886) (end 221.5011 58.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B700)) + (segment (start 221.5011 58.0036) (end 221.5011 59.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B160)) + (segment (start 221.5411 58.6636) (end 221.5411 59.4636) (width 1.2) (layer Bottom) (net 1) (tstamp 14009180)) + (segment (start 221.5411 59.4636) (end 221.5011 59.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14009B80)) + (segment (start 178.0011 64.5036) (end 180.5011 62.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400ABC0)) + (segment (start 153.668531 66.671035) (end 153.668534 66.671035) (width 0.5) (layer Top) (net 1) (tstamp 1400B520)) + (segment (start 153.668534 66.671035) (end 156.5011 69.5036) (width 0.5) (layer Top) (net 1) (tstamp 14009D60)) + (via (at 156.5011 69.5036) (size 2) (drill 1) (layers Top Bottom) (net 1) (tstamp 14009C20)) + (segment (start 156.5011 69.5036) (end 158.7511 67.2536) (width 0.5) (layer Bottom) (net 1) (tstamp 1400ADA0)) + (segment (start 125.4411 52.4436) (end 126.5011 53.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400B5C0)) + (segment (start 126.5011 53.5036) (end 129.5011 53.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 14009540)) + (segment (start 130.0011 53.5036) (end 129.5011 53.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 140095E0)) + (segment (start 216.1111 116.6136) (end 217.0011 117.5036) (width 1.2) (layer Top) (net 1) (tstamp 14009F40)) + (segment (start 217.0011 117.5036) (end 218.5011 117.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400A580)) + (segment (start 218.5011 117.5036) (end 218.7511 117.7536) (width 1.2) (layer Top) (net 1) (tstamp 1400A120)) + (segment (start 218.7511 117.7536) (end 216.9711 117.7536) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A1C0)) + (segment (start 216.9711 117.7536) (end 215.3611 119.3636) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A260)) + (segment (start 180.5011 62.0036) (end 195.2511 62.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A760)) + (segment (start 195.2511 62.0036) (end 196.2511 61.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A300)) + (segment (start 196.2511 61.0036) (end 203.5011 61.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A620)) + (segment (start 203.5011 61.0036) (end 205.0011 62.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400A800)) + (segment (start 205.0011 62.5036) (end 205.0011 70.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400D6E0)) + (segment (start 201.0011 76.5036) (end 201.0011 76.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400DC80)) + (segment (start 201.0011 76.0036) (end 202.0011 75.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C100)) + (segment (start 202.0011 75.0036) (end 202.0011 73.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400BF20)) + (segment (start 202.0011 73.5036) (end 205.0011 70.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400D140)) + (segment (start 64.5011 139.5036) (end 61.0011 139.5036) (width 0.5) (layer Top) (net 1) (tstamp 1400C240)) + (segment (start 59.0011 148.3526) (end 59.1521 148.3526) (width 0.5) (layer Top) (net 1) (tstamp 1400D500)) + (segment (start 59.1521 148.3526) (end 62.0011 145.5036) (width 0.5) (layer Top) (net 1) (tstamp 1400C4C0)) + (segment (start 206.0011 97.5036) (end 207.7511 99.2536) (width 1.2) (layer Top) (net 1) (tstamp 1400BC00)) + (segment (start 207.7511 99.2536) (end 208.2511 99.2536) (width 1.2) (layer Top) (net 1) (tstamp 1400C920)) + (segment (start 208.2511 99.2536) (end 209.0011 100.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400D280)) + (segment (start 209.0011 100.0036) (end 209.0011 101.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400C880)) + (segment (start 209.0011 101.0036) (end 216.1111 108.1136) (width 1.2) (layer Top) (net 1) (tstamp 1400E040)) + (segment (start 223.6521 62.5036) (end 223.6521 69.3526) (width 1.2) (layer Bottom) (net 1) (tstamp 1400DFA0)) + (segment (start 223.6521 62.5036) (end 223.6521 60.7746) (width 1.2) (layer Bottom) (net 1) (tstamp 1400DB40)) + (segment (start 223.6521 60.7746) (end 221.5411 58.6636) (width 1.2) (layer Bottom) (net 1) (tstamp 1400D3C0)) + (segment (start 150.4033 147.4486) (end 151.0011 147.4486) (width 0.5) (layer Bottom) (net 1) (tstamp 1400BA20)) + (segment (start 151.0011 147.4486) (end 152.9461 147.4486) (width 0.5) (layer Bottom) (net 1) (tstamp 1400D960)) + (segment (start 152.9461 147.4486) (end 153.5011 148.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400DA00)) + (segment (start 135.5011 149.3526) (end 135.5011 146.0036) (width 0.5) (layer Top) (net 1) (tstamp 1400D780)) + (segment (start 135.5011 146.0036) (end 135.0011 145.5036) (width 0.5) (layer Top) (net 1) (tstamp 1400C2E0)) + (segment (start 135.0011 145.5036) (end 135.0011 144.0036) (width 0.5) (layer Top) (net 1) (tstamp 1400D460)) + (segment (start 140.9511 102.5036) (end 141.1511 103.1536) (width 0.5) (layer Bottom) (net 1) (tstamp 1400D640)) + (segment (start 141.1511 103.1536) (end 142.0011 104.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400B8E0)) + (segment (start 142.0011 104.0036) (end 142.0011 104.1546) (width 0.5) (layer Bottom) (net 1) (tstamp 1400CCE0)) + (segment (start 142.0011 104.1546) (end 142.8501 105.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400D820)) + (segment (start 140.0011 105.2536) (end 142.6001 105.2536) (width 1.2) (layer Bottom) (net 1) (tstamp 1400D8C0)) + (segment (start 142.6001 105.2536) (end 142.8501 105.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400DBE0)) + (segment (start 112.0011 105.0036) (end 137.0011 105.0036) (width 1.2) (layer Top) (net 1) (tstamp 1400DAA0)) + (segment (start 137.0011 105.0036) (end 137.5011 105.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400DD20)) + (segment (start 137.5011 105.5036) (end 139.7511 105.5036) (width 1.2) (layer Top) (net 1) (tstamp 1400C1A0)) + (segment (start 139.7511 105.5036) (end 140.0011 105.2536) (width 1.2) (layer Top) (net 1) (tstamp 1400BFC0)) + (segment (start 145.0011 100.9036) (end 144.0011 102.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400D1E0)) + (segment (start 151.0011 149.3526) (end 151.0011 147.4486) (width 0.5) (layer Bottom) (net 1) (tstamp 1400CEC0)) + (segment (start 65.0011 159.5156) (end 67.2511 161.7656) (width 0.5) (layer Top) (net 1) (tstamp 1400D000)) + (segment (start 65.5011 143.1036) (end 65.2011 142.8036) (width 0.5) (layer Top) (net 1) (tstamp 1400B980)) + (segment (start 69.5011 142.5036) (end 69.0011 142.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400C060)) + (segment (start 69.0011 142.0036) (end 66.0011 142.0036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400DDC0)) + (segment (start 66.0011 142.0036) (end 65.2011 142.8036) (width 0.5) (layer Bottom) (net 1) (tstamp 1400DE60)) + (segment (start 64.5011 139.5036) (end 65.0011 140.0036) (width 0.5) (layer Top) (net 1) (tstamp 1400DF00)) + (segment (start 65.0011 140.0036) (end 65.0011 142.6036) (width 0.5) (layer Top) (net 1) (tstamp 1400D0A0)) + (segment (start 65.0011 142.6036) (end 65.2011 142.8036) (width 0.5) (layer Top) (net 1) (tstamp 1400CBA0)) + (segment (start 160.5011 145.5036) (end 162.0011 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400CD80)) + (segment (start 162.0011 144.0036) (end 164.4611 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400BCA0)) + (segment (start 164.4611 144.0036) (end 164.5011 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1400BAC0)) + (segment (start 160.0011 154.5036) (end 159.5011 154.0036) (width 0.5) (layer Top) (net 1) (tstamp 1400BB60)) + (segment (start 158.5011 157.0036) (end 160.0011 157.0036) (width 0.5) (layer Top) (net 1) (tstamp 1400BD40)) + (segment (start 162.2511 161.7656) (end 162.2511 161.7536) (width 0.5) (layer Top) (net 1) (tstamp 1400BDE0)) + (segment (start 162.2511 161.7536) (end 160.0011 159.5036) (width 0.5) (layer Top) (net 1) (tstamp 1400D320)) + (segment (start 173.5411 144.0036) (end 174.5011 144.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400CF60)) + (segment (start 174.5011 144.0036) (end 176.5011 146.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400CB00)) + (segment (start 170.2011 134.8036) (end 170.7011 134.8036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C380)) + (segment (start 170.7011 134.8036) (end 171.0011 134.4036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400BE80)) + (segment (start 171.0011 134.4036) (end 176.4011 134.4036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C420)) + (segment (start 176.4011 134.4036) (end 178.0011 136.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C560)) + (segment (start 178.0011 136.5036) (end 178.0011 141.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C600)) + (segment (start 178.0011 141.0036) (end 178.5011 141.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C740)) + (segment (start 178.5011 141.5036) (end 178.5011 143.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C6A0)) + (segment (start 182.5011 143.9636) (end 178.9611 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C7E0)) + (segment (start 178.9611 143.9636) (end 178.5011 143.5036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400C9C0)) + (segment (start 178.9611 143.9636) (end 178.5411 143.9636) (width 1.2) (layer Bottom) (net 1) (tstamp 1400CA60)) + (segment (start 178.5411 143.9636) (end 176.5011 146.0036) (width 1.2) (layer Bottom) (net 1) (tstamp 1400CC40)) + (segment (start 214.1111 119.3636) (end 215.3611 119.3636) (width 1.2) (layer Bottom) (net 1) (tstamp 1310F460)) + (segment (start 122.3611 52.4436) (end 125.4411 52.4436) (width 1.2) (layer Bottom) (net 1) (tstamp 1310DCA0)) + (segment (start 83.2311 101.4236) (end 83.2311 95.2336) (width 1.2) (layer Bottom) (net 1) (tstamp 1310D980)) + (segment (start 65.5011 165.5036) (end 65.5011 173.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13113EC0)) + (segment (start 71.5011 173.6546) (end 67.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13112FC0)) + (segment (start 75.5613 163.0925) (end 75.5613 163.4434) (width 0.5) (layer Bottom) (net 2) (tstamp 13113920)) + (segment (start 75.5613 163.4434) (end 74.5011 164.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131134C0)) + (segment (start 74.5011 164.5036) (end 74.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13113060)) + (segment (start 76.5011 173.6546) (end 80.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13114460)) + (segment (start 69.5011 149.0436) (end 72.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 131127A0)) + (segment (start 72.5411 149.0436) (end 74.0011 150.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13113F60)) + (segment (start 74.0011 150.5036) (end 74.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13113A60)) + (segment (start 74.0011 161.5323) (end 75.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 131122A0)) + (segment (start 78.5011 149.0436) (end 81.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 131140A0)) + (segment (start 81.5411 149.0436) (end 83.0011 150.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13113100)) + (segment (start 83.0011 150.5036) (end 83.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13112700)) + (segment (start 83.0011 161.5323) (end 84.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13114140)) + (segment (start 83.5011 173.6546) (end 83.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 131139C0)) + (segment (start 83.5011 164.1527) (end 84.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13113380)) + (segment (start 89.5011 173.6546) (end 85.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13112CA0)) + (segment (start 87.5011 149.0436) (end 91.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13113600)) + (segment (start 91.0411 149.0436) (end 92.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13113C40)) + (segment (start 92.0011 150.0036) (end 92.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13112340)) + (segment (start 92.0011 161.5323) (end 93.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13113560)) + (segment (start 92.5011 173.6546) (end 92.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 13112F20)) + (segment (start 92.5011 164.1527) (end 93.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13113B00)) + (segment (start 98.5011 173.6546) (end 94.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13112E80)) + (segment (start 101.5011 173.6546) (end 101.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 13112D40)) + (segment (start 101.5011 164.1527) (end 102.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13114000)) + (segment (start 96.5011 149.0436) (end 100.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 131123E0)) + (segment (start 100.0411 149.0436) (end 101.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13113420)) + (segment (start 101.0011 150.0036) (end 101.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13114500)) + (segment (start 101.0011 161.5323) (end 102.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13112840)) + (segment (start 107.5011 173.6546) (end 103.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13112980)) + (segment (start 105.5011 149.0436) (end 109.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13112200)) + (segment (start 109.0411 149.0436) (end 110.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13112480)) + (segment (start 110.0011 150.0036) (end 110.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13113BA0)) + (segment (start 110.0011 161.5323) (end 111.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13114640)) + (segment (start 110.5011 173.6546) (end 110.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 13112660)) + (segment (start 110.5011 164.1527) (end 111.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 131145A0)) + (segment (start 116.5011 173.6546) (end 112.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13113CE0)) + (segment (start 125.5011 173.6546) (end 121.1521 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 131141E0)) + (segment (start 119.5011 173.6546) (end 119.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 131146E0)) + (segment (start 119.5011 164.1527) (end 120.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13112520)) + (segment (start 114.5011 149.0436) (end 118.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13113740)) + (segment (start 118.0411 149.0436) (end 119.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13114280)) + (segment (start 119.0011 150.0036) (end 119.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13112A20)) + (segment (start 119.0011 161.5323) (end 120.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13112B60)) + (segment (start 125.5011 173.6546) (end 121.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131136A0)) + (segment (start 134.5011 173.6546) (end 130.1521 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13114320)) + (segment (start 128.5011 173.6546) (end 128.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 131143C0)) + (segment (start 128.5011 164.1527) (end 129.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13114780)) + (segment (start 123.5011 149.0436) (end 127.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 131125C0)) + (segment (start 127.0411 149.0436) (end 128.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13114820)) + (segment (start 128.0011 150.0036) (end 128.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13112AC0)) + (segment (start 128.0011 161.5323) (end 129.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13112DE0)) + (segment (start 132.5011 149.0436) (end 135.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13114F00)) + (segment (start 135.5411 149.0436) (end 137.0011 151.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131150E0)) + (segment (start 130.5011 173.6546) (end 134.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13114E60)) + (segment (start 65.5011 173.0036) (end 66.0011 173.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13115CC0)) + (segment (start 66.0011 173.5036) (end 67.3501 173.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13116F80)) + (segment (start 67.5011 173.6546) (end 74.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116620)) + (segment (start 74.5011 173.6546) (end 80.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131166C0)) + (segment (start 76.5011 173.6546) (end 83.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116C60)) + (segment (start 83.5011 173.6546) (end 89.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115180)) + (segment (start 85.5011 173.6546) (end 92.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13114FA0)) + (segment (start 92.5011 173.6546) (end 98.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116300)) + (segment (start 94.5011 173.6546) (end 101.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116580)) + (segment (start 101.5011 173.6546) (end 107.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131164E0)) + (segment (start 103.5011 173.6546) (end 110.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131154A0)) + (segment (start 110.5011 173.6546) (end 116.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115040)) + (segment (start 112.5011 173.6546) (end 119.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115C20)) + (segment (start 119.5011 173.6546) (end 125.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116760)) + (segment (start 121.5011 173.6546) (end 128.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116800)) + (segment (start 128.5011 173.6546) (end 134.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116B20)) + (segment (start 160.0011 173.0036) (end 160.0011 169.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13116D00)) + (segment (start 160.0011 164.5036) (end 161.4122 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13115220)) + (segment (start 161.4122 163.0925) (end 161.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13116EE0)) + (segment (start 166.5011 173.6546) (end 162.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131152C0)) + (segment (start 175.5011 173.6546) (end 171.5011 173.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13115D60)) + (segment (start 169.5011 173.6546) (end 169.5011 164.1527) (width 0.5) (layer Bottom) (net 2) (tstamp 13117020)) + (segment (start 169.5011 164.1527) (end 170.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13115900)) + (segment (start 164.5011 149.0436) (end 168.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13114AA0)) + (segment (start 168.0411 149.0436) (end 169.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13114D20)) + (segment (start 169.0011 150.0036) (end 169.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13116E40)) + (segment (start 169.0011 161.5323) (end 170.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13115540)) + (segment (start 184.5011 173.6546) (end 180.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115360)) + (segment (start 162.5011 173.6546) (end 169.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131168A0)) + (segment (start 169.5011 173.6546) (end 175.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115860)) + (segment (start 173.5011 149.0436) (end 177.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13115A40)) + (segment (start 177.0411 149.0436) (end 178.0011 150.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13115E00)) + (segment (start 178.0011 150.5036) (end 178.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13116120)) + (segment (start 175.5011 173.6546) (end 171.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115680)) + (segment (start 171.5011 173.6546) (end 178.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115400)) + (segment (start 178.5011 173.6546) (end 184.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13114960)) + (segment (start 179.5613 163.0925) (end 179.4122 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 131155E0)) + (segment (start 179.4122 163.0925) (end 178.5011 164.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13115720)) + (segment (start 178.5011 164.0036) (end 178.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13115B80)) + (segment (start 178.0011 161.5323) (end 179.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 131148C0)) + (segment (start 189.5011 173.6546) (end 193.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116940)) + (segment (start 193.5011 173.6546) (end 188.0011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131169E0)) + (segment (start 188.0011 173.6546) (end 180.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131157C0)) + (segment (start 188.5613 163.0925) (end 188.4122 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13116DA0)) + (segment (start 188.4122 163.0925) (end 187.5011 164.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 131159A0)) + (segment (start 187.5011 164.0036) (end 187.5011 173.1546) (width 0.5) (layer Bottom) (net 2) (tstamp 13115AE0)) + (segment (start 187.5011 173.1546) (end 188.0011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13115EA0)) + (segment (start 207.5011 173.6546) (end 211.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13114A00)) + (segment (start 211.5011 173.6546) (end 205.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13114B40)) + (segment (start 205.5011 173.6546) (end 198.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115F40)) + (segment (start 198.5011 173.6546) (end 202.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131161C0)) + (segment (start 202.5011 173.6546) (end 196.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13115FE0)) + (segment (start 196.5011 173.6546) (end 189.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13116080)) + (segment (start 182.5011 149.0436) (end 185.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13116A80)) + (segment (start 185.5411 149.0436) (end 187.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13114C80)) + (segment (start 187.0011 150.0036) (end 187.0011 161.0323) (width 0.5) (layer Bottom) (net 2) (tstamp 13116260)) + (segment (start 187.0011 161.0323) (end 188.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13116440)) + (segment (start 191.5011 149.0436) (end 194.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 131163A0)) + (segment (start 194.5411 149.0436) (end 196.0011 150.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13116BC0)) + (segment (start 196.0011 150.5036) (end 196.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13114BE0)) + (segment (start 197.5613 163.0925) (end 197.4122 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13114DC0)) + (segment (start 197.4122 163.0925) (end 196.5011 164.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13118A60)) + (segment (start 196.5011 164.0036) (end 196.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 131172A0)) + (segment (start 196.0011 161.5323) (end 197.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13117520)) + (segment (start 200.5011 149.0436) (end 203.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13118880)) + (segment (start 203.5411 149.0436) (end 205.0011 150.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13118E20)) + (segment (start 205.0011 150.5036) (end 205.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13117AC0)) + (segment (start 206.5613 163.0925) (end 206.4122 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13117700)) + (segment (start 206.4122 163.0925) (end 205.5011 164.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13119780)) + (segment (start 205.5011 164.0036) (end 205.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13117FC0)) + (segment (start 205.0011 161.5323) (end 206.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13118920)) + (segment (start 225.5011 173.6546) (end 229.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13117DE0)) + (segment (start 229.5011 173.6546) (end 223.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131191E0)) + (segment (start 223.5011 173.6546) (end 216.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131196E0)) + (segment (start 216.5011 173.6546) (end 220.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131182E0)) + (segment (start 220.5011 173.6546) (end 215.0011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 13118240)) + (segment (start 215.0011 173.6546) (end 207.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131177A0)) + (segment (start 209.5011 149.0436) (end 213.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13117C00)) + (segment (start 213.0411 149.0436) (end 214.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13118600)) + (segment (start 214.0011 150.0036) (end 214.0011 161.8323) (width 0.5) (layer Bottom) (net 2) (tstamp 13118060)) + (segment (start 218.5011 149.0436) (end 222.5411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13117CA0)) + (segment (start 222.5411 149.0436) (end 223.0011 150.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13117D40)) + (segment (start 223.0011 150.0036) (end 223.0011 161.5323) (width 0.5) (layer Bottom) (net 2) (tstamp 13118B00)) + (segment (start 227.5011 149.0436) (end 229.0411 149.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13117B60)) + (segment (start 224.5613 163.0925) (end 224.5613 163.4434) (width 0.5) (layer Bottom) (net 2) (tstamp 131170C0)) + (segment (start 224.5613 163.4434) (end 223.5011 164.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13118D80)) + (segment (start 223.5011 164.5036) (end 223.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13117E80)) + (segment (start 223.0011 161.5323) (end 224.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13118BA0)) + (segment (start 215.5613 163.0925) (end 215.5613 163.4434) (width 0.5) (layer Bottom) (net 2) (tstamp 13118380)) + (segment (start 215.5613 163.4434) (end 214.5011 164.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13117F20)) + (segment (start 214.5011 164.5036) (end 214.5011 173.1546) (width 0.5) (layer Bottom) (net 2) (tstamp 13118EC0)) + (segment (start 214.5011 173.1546) (end 215.0011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13118100)) + (segment (start 214.0011 161.8323) (end 215.5613 163.0925) (width 0.5) (layer Bottom) (net 2) (tstamp 13119280)) + (segment (start 65.0011 157.5036) (end 66.0011 156.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13118560)) + (segment (start 66.0011 156.5036) (end 66.0011 146.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 131173E0)) + (via (at 62.5011 141.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13118C40)) + (segment (start 61.5011 147.5036) (end 61.5011 149.2186) (width 0.5) (layer Top) (net 2) (tstamp 13118F60)) + (segment (start 61.5011 149.2186) (end 61.6761 149.3936) (width 0.5) (layer Top) (net 2) (tstamp 131181A0)) + (segment (start 137.0011 173.0036) (end 137.0011 170.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13118CE0)) + (segment (start 137.0011 151.5036) (end 137.0011 168.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13118420)) + (segment (start 137.0011 168.0036) (end 138.0011 169.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13117160)) + (segment (start 134.8501 174.0036) (end 130.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13119000)) + (segment (start 160.0011 164.5036) (end 160.0011 167.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 131184C0)) + (segment (start 137.0011 173.0036) (end 136.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131190A0)) + (segment (start 136.5011 173.6546) (end 130.5011 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 131186A0)) + (segment (start 160.0011 169.0036) (end 159.0011 169.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 131189C0)) + (segment (start 160.0011 167.0036) (end 159.0011 169.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13119140)) + (via (at 166.9011 134.8036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13118740)) + (segment (start 170.0011 117.5036) (end 169.0011 119.0036) (width 1.2) (layer Top) (net 2) (tstamp 13119820)) + (segment (start 170.0011 117.5036) (end 170.0011 116.0036) (width 1.2) (layer Top) (net 2) (tstamp 13117840)) + (segment (start 170.0011 116.0036) (end 169.5011 115.0036) (width 1.2) (layer Top) (net 2) (tstamp 13119320)) + (segment (start 169.5011 115.0036) (end 169.5011 112.0036) (width 1.2) (layer Top) (net 2) (tstamp 131187E0)) + (segment (start 62.5011 141.5036) (end 64.2011 140.3036) (width 1) (layer Bottom) (net 2) (tstamp 131193C0)) + (segment (start 64.2011 140.3036) (end 74.3011 140.3036) (width 1) (layer Bottom) (net 2) (tstamp 13119460)) + (segment (start 124.0011 134.5036) (end 117.5011 141.0036) (width 1) (layer Bottom) (net 2) (tstamp 13119500)) + (segment (start 117.5011 141.0036) (end 107.5011 141.0036) (width 1) (layer Bottom) (net 2) (tstamp 131195A0)) + (segment (start 107.5011 141.0036) (end 75.0011 141.0036) (width 1) (layer Bottom) (net 2) (tstamp 13119640)) + (segment (start 138.0011 169.0036) (end 159.0011 169.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13117200)) + (segment (start 137.0011 170.0036) (end 138.0011 169.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13117340)) + (segment (start 158.5011 134.3036) (end 151.0011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 13117480)) + (segment (start 151.0011 134.3036) (end 148.0011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 131175C0)) + (segment (start 148.0011 134.3036) (end 146.5011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 13117660)) + (segment (start 146.5011 134.3036) (end 143.0011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 131178E0)) + (segment (start 143.0011 134.3036) (end 141.0011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 13117980)) + (segment (start 141.0011 134.3036) (end 140.5011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 13117A20)) + (segment (start 140.5011 134.3036) (end 137.5011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 13119B40)) + (segment (start 137.5011 134.3036) (end 124.5011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 1311BF80)) + (segment (start 124.5011 134.3036) (end 124.0011 134.5036) (width 1) (layer Bottom) (net 2) (tstamp 13119FA0)) + (segment (start 229.0411 149.0436) (end 231.0011 151.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311A900)) + (segment (start 231.0011 151.0036) (end 231.0011 156.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311B120)) + (segment (start 231.0011 156.0036) (end 232.5011 157.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311A9A0)) + (segment (start 232.5011 157.5036) (end 232.5011 160.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311BEE0)) + (segment (start 232.5011 160.0036) (end 231.5011 161.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311B1C0)) + (segment (start 231.5011 173.0036) (end 231.5011 161.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311ACC0)) + (segment (start 110.3501 135.0036) (end 107.5011 135.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311B260)) + (via (at 107.5011 135.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311B8A0)) + (segment (start 107.5011 135.0036) (end 107.5011 141.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13119F00)) + (segment (start 146.7311 134.2336) (end 146.5011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311AA40)) + (segment (start 142.7711 134.5336) (end 143.0011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311A040)) + (segment (start 157.2711 134.5336) (end 158.5011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 13119BE0)) + (segment (start 140.7311 134.5736) (end 141.0011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311C020)) + (segment (start 136.7711 134.5336) (end 137.300469 134.366812) (width 0.5) (layer Bottom) (net 2) (tstamp 1311AAE0)) + (segment (start 137.300469 134.366812) (end 137.5011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 13119C80)) + (segment (start 151.2711 134.5736) (end 151.0011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311B800)) + (segment (start 152.6521 157.5036) (end 152.6521 155.3346) (width 0.5) (layer Bottom) (net 2) (tstamp 1311A0E0)) + (segment (start 152.6521 155.3346) (end 152.3111 154.9936) (width 0.5) (layer Bottom) (net 2) (tstamp 13119DC0)) + (via (at 160.0011 136.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13119AA0)) + (segment (start 160.0011 136.0036) (end 160.0011 137.0036) (width 1.2) (layer Top) (net 2) (tstamp 131198C0)) + (segment (start 160.0011 137.0036) (end 157.5011 139.5036) (width 1.2) (layer Top) (net 2) (tstamp 1311A180)) + (segment (start 159.7011 134.4036) (end 159.587587 134.484681) (width 1) (layer Bottom) (net 2) (tstamp 1311B300)) + (segment (start 159.587587 134.484681) (end 158.5011 134.3036) (width 1) (layer Bottom) (net 2) (tstamp 1311A5E0)) + (segment (start 160.0011 136.0036) (end 160.0011 134.898193) (width 1.2) (layer Bottom) (net 2) (tstamp 1311B3A0)) + (segment (start 160.0011 134.898193) (end 159.587587 134.484681) (width 0.5) (layer Bottom) (net 2) (tstamp 1311BE40)) + (via (at 158.0011 151.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13119E60)) + (segment (start 157.5011 139.5036) (end 157.5011 145.5036) (width 1.2) (layer Top) (net 2) (tstamp 1311B440)) + (segment (start 158.0011 151.5036) (end 159.5011 152.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311AD60)) + (segment (start 159.5011 152.5036) (end 159.5011 163.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311A720)) + (segment (start 159.5011 163.0036) (end 159.5011 164.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311B940)) + (segment (start 159.5011 164.0036) (end 160.0011 164.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311A4A0)) + (segment (start 152.6521 155.3346) (end 154.8321 155.3346) (width 0.5) (layer Bottom) (net 2) (tstamp 1311AE00)) + (segment (start 154.8321 155.3346) (end 155.5011 156.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311B4E0)) + (via (at 155.5011 156.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311B580)) + (segment (start 155.5011 156.0036) (end 153.5011 158.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311B9E0)) + (via (at 157.5011 163.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13119960)) + (segment (start 157.5011 163.0036) (end 159.5011 163.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311A400)) + (segment (start 157.5011 163.0036) (end 156.0011 163.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311AB80)) + (segment (start 156.0011 163.0036) (end 153.5011 160.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311AEA0)) + (segment (start 153.5011 160.5036) (end 153.5011 158.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311A860)) + (segment (start 236.7661 165.7858) (end 240.2189 165.7858) (width 1.2) (layer Top) (net 2) (tstamp 13119A00)) + (segment (start 240.2189 165.7858) (end 242.0011 164.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311B080)) + (segment (start 242.0011 164.0036) (end 242.0011 142.5036) (width 1.2) (layer Top) (net 2) (tstamp 1311A220)) + (segment (start 242.0011 142.5036) (end 240.0011 140.5036) (width 1.2) (layer Top) (net 2) (tstamp 1311A7C0)) + (segment (start 240.0011 140.5036) (end 237.0039 140.5036) (width 1.2) (layer Top) (net 2) (tstamp 1311BB20)) + (segment (start 237.0039 140.5036) (end 236.7661 140.7414) (width 1.2) (layer Top) (net 2) (tstamp 1311A680)) + (segment (start 235.4961 147.7772) (end 235.4961 142.0114) (width 1.2) (layer Top) (net 2) (tstamp 1311AC20)) + (segment (start 236.2389 140.7414) (end 233.5011 138.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311AF40)) + (segment (start 235.4961 142.0114) (end 236.7661 140.7414) (width 1.2) (layer Top) (net 2) (tstamp 1311AFE0)) + (segment (start 236.2389 140.7414) (end 236.7661 140.7414) (width 0.5) (layer Top) (net 2) (tstamp 1311BA80)) + (segment (start 233.5011 138.0036) (end 217.2511 138.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311BC60)) + (segment (start 217.2511 138.0036) (end 216.7511 137.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311B620)) + (via (at 216.7511 137.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13119D20)) + (segment (start 208.0011 137.0036) (end 205.5011 139.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311A2C0)) + (via (at 182.3011 135.8036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311B6C0)) + (segment (start 182.3011 135.8036) (end 182.0011 135.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311B760)) + (segment (start 182.0011 135.5036) (end 182.0011 134.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311BBC0)) + (segment (start 182.0011 134.5036) (end 180.0011 132.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311BD00)) + (segment (start 171.6011 139.0036) (end 162.0011 139.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311A360)) + (segment (start 162.0011 139.0036) (end 160.0011 137.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311A540)) + (segment (start 176.0011 132.5036) (end 180.0011 132.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311BDA0)) + (segment (start 169.0011 119.0036) (end 169.0011 129.5036) (width 1.2) (layer Top) (net 2) (tstamp 1311D560)) + (segment (start 169.0011 129.5036) (end 168.5011 130.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311D600)) + (segment (start 168.5011 130.0036) (end 168.5011 133.2036) (width 1.2) (layer Top) (net 2) (tstamp 1311C0C0)) + (segment (start 159.7011 134.4036) (end 166.6011 134.4036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311D100)) + (segment (start 166.6011 134.4036) (end 166.9011 134.8036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311CF20)) + (segment (start 166.9011 134.8036) (end 168.5011 133.2036) (width 1.2) (layer Top) (net 2) (tstamp 1311C3E0)) + (segment (start 242.4411 88.8986) (end 237.4411 88.8986) (width 0.5) (layer Bottom) (net 2) (tstamp 1311DCE0)) + (segment (start 206.0211 89.0036) (end 206.0211 86.2036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311C160)) + (segment (start 203.4811 93.8236) (end 203.4811 86.2036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311DF60)) + (segment (start 203.4811 86.2036) (end 203.5011 85.7036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311C2A0)) + (segment (start 203.5011 85.7036) (end 203.5011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311D880)) + (segment (start 203.5011 89.0036) (end 206.0211 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311CA20)) + (segment (start 237.3361 89.0036) (end 206.0211 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311D6A0)) + (segment (start 206.0011 93.3436) (end 206.0211 93.8236) (width 0.5) (layer Bottom) (net 2) (tstamp 1311DD80)) + (via (at 206.0011 83.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311DE20)) + (segment (start 206.0011 83.0036) (end 206.0011 85.6836) (width 0.5) (layer Bottom) (net 2) (tstamp 1311D740)) + (segment (start 206.0011 85.6836) (end 206.0211 86.2036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311CFC0)) + (via (at 208.5011 97.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311C700)) + (segment (start 218.5011 79.3526) (end 218.5011 76.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311C840)) + (segment (start 206.0211 89.0036) (end 206.0211 93.8236) (width 0.5) (layer Bottom) (net 2) (tstamp 1311C8E0)) + (segment (start 218.5011 76.5036) (end 220.0011 76.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311D060)) + (segment (start 183.5011 87.0036) (end 185.0011 89.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311CCA0)) + (segment (start 185.0011 89.0036) (end 198.5011 89.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311D1A0)) + (via (at 198.5011 89.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311D240)) + (segment (start 199.0011 89.5036) (end 198.5011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311D380)) + (segment (start 197.1521 86.5036) (end 197.5011 86.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311D4C0)) + (segment (start 197.1521 86.5036) (end 197.1521 84.6546) (width 0.5) (layer Top) (net 2) (tstamp 1311C7A0)) + (segment (start 197.1521 84.6546) (end 197.0011 84.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311C980)) + (segment (start 197.0011 84.5036) (end 196.1521 84.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311C340)) + (segment (start 196.1521 84.5036) (end 195.6521 84.0036) (width 0.5) (layer Top) (net 2) (tstamp 1311DA60)) + (segment (start 195.6521 84.0036) (end 195.6521 81.5036) (width 0.5) (layer Top) (net 2) (tstamp 1311C660)) + (segment (start 198.5011 84.1546) (end 198.5011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1311CAC0)) + (via (at 201.0011 64.3036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311DEC0)) + (segment (start 209.5011 69.5036) (end 204.5011 74.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311CB60)) + (segment (start 177.5011 41.0036) (end 177.5011 35.8072) (width 1.2) (layer Bottom) (net 2) (tstamp 1311C480)) + (segment (start 177.5011 35.8072) (end 177.4825 35.7886) (width 1.2) (layer Bottom) (net 2) (tstamp 1311DBA0)) + (segment (start 177.5011 41.0036) (end 183.5011 41.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311C200)) + (segment (start 183.5011 41.0036) (end 187.0011 44.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311D2E0)) + (segment (start 187.0011 44.5036) (end 188.5011 44.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311CDE0)) + (segment (start 188.5011 44.5036) (end 189.5011 45.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1311D7E0)) + (segment (start 189.5011 45.5036) (end 189.5011 46.9436) (width 1.2) (layer Bottom) (net 2) (tstamp 1311DB00)) + (segment (start 189.5011 46.9436) (end 189.7761 47.2186) (width 1.2) (layer Bottom) (net 2) (tstamp 1311D920)) + (segment (start 189.6011 47.3936) (end 189.7761 47.2186) (width 1.2) (layer Bottom) (net 2) (tstamp 1311D9C0)) + (segment (start 181.0011 84.1546) (end 184.0011 84.1546) (width 0.5) (layer Top) (net 2) (tstamp 1311C5C0)) + (via (at 204.5011 74.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1311D420)) + (segment (start 198.5011 89.0036) (end 199.5011 89.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311CC00)) + (segment (start 199.5011 89.0036) (end 200.5011 88.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311CE80)) + (segment (start 200.5011 88.0036) (end 200.5011 86.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311CD40)) + (segment (start 200.5011 86.0036) (end 203.5011 83.0036) (width 1.2) (layer Top) (net 2) (tstamp 1311DC40)) + (segment (start 203.5011 83.0036) (end 206.0011 83.0036) (width 1.2) (layer Top) (net 2) (tstamp 13100460)) + (segment (start 197.5011 86.5036) (end 198.5011 87.5036) (width 0.5) (layer Top) (net 2) (tstamp 130FE0C0)) + (segment (start 198.5011 87.5036) (end 198.5011 89.0036) (width 0.5) (layer Top) (net 2) (tstamp 13100640)) + (segment (start 201.8011 65.1036) (end 201.8011 73.0036) (width 0.5) (layer Top) (net 2) (tstamp 130FE160)) + (segment (start 167.5011 85.0036) (end 167.5011 80.0036) (width 1.2) (layer Top) (net 2) (tstamp 130FFE20)) + (segment (start 167.5011 80.0036) (end 168.5011 79.0036) (width 1.2) (layer Top) (net 2) (tstamp 130FEB60)) + (segment (start 168.5011 79.0036) (end 177.5011 79.0036) (width 1.2) (layer Top) (net 2) (tstamp 130FFBA0)) + (segment (start 177.5011 79.0036) (end 178.7011 80.0036) (width 1.2) (layer Top) (net 2) (tstamp 130FE8E0)) + (segment (start 178.7011 80.0036) (end 178.7011 84.0036) (width 1.2) (layer Top) (net 2) (tstamp 130FF7E0)) + (segment (start 178.7011 84.0036) (end 181.5011 87.0036) (width 1.2) (layer Top) (net 2) (tstamp 13100500)) + (segment (start 181.5011 87.0036) (end 183.5011 87.0036) (width 1.2) (layer Top) (net 2) (tstamp 13100320)) + (segment (start 183.5011 87.0036) (end 184.0011 86.5036) (width 0.5) (layer Top) (net 2) (tstamp 130FFEC0)) + (segment (start 184.0011 86.5036) (end 184.0011 84.1546) (width 0.5) (layer Top) (net 2) (tstamp 131005A0)) + (segment (start 200.9611 76.3426) (end 200.9611 73.8436) (width 0.5) (layer Top) (net 2) (tstamp 130FE980)) + (segment (start 200.9611 73.8436) (end 201.8011 73.0036) (width 0.5) (layer Top) (net 2) (tstamp 130FE700)) + (segment (start 163.4411 82.2436) (end 163.4411 85.9436) (width 0.5) (layer Bottom) (net 2) (tstamp 130FF880)) + (segment (start 163.4411 85.9436) (end 164.0011 86.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131006E0)) + (segment (start 164.0011 86.5036) (end 165.0011 86.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131003C0)) + (via (at 165.0011 86.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 130FFF60)) + (segment (start 165.0011 86.5036) (end 166.0011 86.5036) (width 1.2) (layer Top) (net 2) (tstamp 130FE7A0)) + (segment (start 166.0011 86.5036) (end 167.5011 85.0036) (width 1.2) (layer Top) (net 2) (tstamp 130FEC00)) + (via (at 145.0011 123.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 130FEA20)) + (segment (start 144.8811 108.4336) (end 144.8811 109.1236) (width 0.5) (layer Bottom) (net 2) (tstamp 13100000)) + (segment (start 144.8811 109.1236) (end 144.7511 109.2536) (width 0.5) (layer Bottom) (net 2) (tstamp 130FF740)) + (segment (start 145.5011 111.5036) (end 145.5011 110.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 130FF600)) + (segment (start 145.5011 110.0036) (end 144.7511 109.2536) (width 0.5) (layer Bottom) (net 2) (tstamp 130FECA0)) + (segment (start 138.5011 117.0036) (end 138.5011 118.9636) (width 0.5) (layer Bottom) (net 2) (tstamp 130FFD80)) + (segment (start 138.5011 118.9636) (end 134.6691 118.9636) (width 0.5) (layer Top) (net 2) (tstamp 130FEF20)) + (segment (start 134.6691 118.9636) (end 134.5491 119.0836) (width 0.5) (layer Top) (net 2) (tstamp 13100280)) + (segment (start 126.1531 119.0036) (end 126.0731 119.0836) (width 0.5) (layer Top) (net 2) (tstamp 130FEFC0)) + (segment (start 134.5491 119.0836) (end 130.5011 119.0836) (width 0.5) (layer Top) (net 2) (tstamp 130FEAC0)) + (segment (start 130.5011 119.0836) (end 126.0731 119.0836) (width 0.5) (layer Top) (net 2) (tstamp 130FED40)) + (segment (start 130.6521 116.0036) (end 130.6521 118.9326) (width 0.5) (layer Top) (net 2) (tstamp 130FFC40)) + (segment (start 130.6521 118.9326) (end 130.5011 119.0836) (width 0.5) (layer Top) (net 2) (tstamp 130FFCE0)) + (segment (start 144.7511 109.2536) (end 140.0011 114.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 130FE200)) + (segment (start 140.0011 114.0036) (end 140.0011 115.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 130FF4C0)) + (segment (start 140.0011 115.5036) (end 138.5011 117.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 130FF2E0)) + (via (at 170.8511 105.3036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 130FF060)) + (segment (start 65.3501 45.5036) (end 65.3501 43.8526) (width 0.5) (layer Top) (net 2) (tstamp 130FF100)) + (segment (start 65.3501 43.8526) (end 64.5011 43.0036) (width 0.5) (layer Top) (net 2) (tstamp 130FE520)) + (segment (start 65.3501 48.0036) (end 65.3501 45.5036) (width 0.5) (layer Top) (net 2) (tstamp 130FE5C0)) + (via (at 64.5011 43.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 130FF1A0)) + (segment (start 65.3501 53.0036) (end 65.3501 55.3526) (width 0.5) (layer Top) (net 2) (tstamp 130FF9C0)) + (via (at 65.0011 55.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 130FE660)) + (segment (start 65.3501 55.3526) (end 65.0011 55.5036) (width 0.5) (layer Top) (net 2) (tstamp 130FF420)) + (segment (start 65.3501 58.0036) (end 65.3501 60.3526) (width 1.2) (layer Top) (net 2) (tstamp 130FF240)) + (segment (start 65.3501 60.3526) (end 65.0011 60.5036) (width 0.5) (layer Top) (net 2) (tstamp 130FFA60)) + (via (at 65.0011 60.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 130FF6A0)) + (segment (start 65.0011 63.3526) (end 65.3501 63.0036) (width 0.5) (layer Top) (net 2) (tstamp 131008C0)) + (segment (start 65.5011 63.1546) (end 65.3501 63.0036) (width 0.5) (layer Top) (net 2) (tstamp 13101E00)) + (segment (start 65.3501 63.0036) (end 65.3501 60.8526) (width 1.2) (layer Top) (net 2) (tstamp 13100BE0)) + (segment (start 65.3501 60.8526) (end 65.0011 60.5036) (width 0.5) (layer Top) (net 2) (tstamp 131023A0)) + (segment (start 65.3501 58.0036) (end 65.3501 55.8526) (width 1.2) (layer Top) (net 2) (tstamp 13101A40)) + (segment (start 65.3501 55.8526) (end 65.0011 55.5036) (width 0.5) (layer Top) (net 2) (tstamp 131024E0)) + (via (at 72.0011 67.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 131026C0)) + (segment (start 65.5011 63.1546) (end 65.5011 67.0036) (width 1.2) (layer Top) (net 2) (tstamp 13101CC0)) + (segment (start 65.5011 67.0036) (end 66.0011 67.5036) (width 1.2) (layer Top) (net 2) (tstamp 13102C60)) + (segment (start 66.0011 67.5036) (end 70.0011 67.5036) (width 1.2) (layer Top) (net 2) (tstamp 13102B20)) + (segment (start 70.0011 67.5036) (end 72.0011 67.5036) (width 1.2) (layer Top) (net 2) (tstamp 131028A0)) + (segment (start 69.0011 67.3526) (end 70.0011 67.5036) (width 0.5) (layer Top) (net 2) (tstamp 13102D00)) + (via (at 206.7511 107.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13101180)) + (segment (start 200.5011 95.5036) (end 200.5011 91.0036) (width 1.2) (layer Top) (net 2) (tstamp 13101220)) + (segment (start 200.5011 91.0036) (end 198.5011 89.0036) (width 1.2) (layer Top) (net 2) (tstamp 13103020)) + (segment (start 213.5011 137.5036) (end 214.0011 137.8036) (width 0.5) (layer Bottom) (net 2) (tstamp 13102940)) + (segment (start 214.0011 137.8036) (end 216.0011 137.8036) (width 0.5) (layer Bottom) (net 2) (tstamp 13101EA0)) + (segment (start 216.0011 137.8036) (end 216.7511 137.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13100C80)) + (segment (start 230.1861 98.1436) (end 229.8611 98.6436) (width 1.2) (layer Bottom) (net 2) (tstamp 131012C0)) + (segment (start 229.8611 98.6436) (end 227.0011 101.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13101680)) + (segment (start 227.0011 101.5036) (end 222.0011 101.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 131029E0)) + (segment (start 222.0011 101.5036) (end 221.5011 102.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13100960)) + (segment (start 221.5011 102.0036) (end 218.5011 102.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13102DA0)) + (segment (start 218.5011 102.0036) (end 215.8511 104.6536) (width 1.2) (layer Bottom) (net 2) (tstamp 13100AA0)) + (via (at 206.7511 101.2536) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13101360)) + (segment (start 146.3811 105.2746) (end 146.1521 105.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13100D20)) + (segment (start 146.3811 105.2746) (end 158.8221 105.2746) (width 1.2) (layer Bottom) (net 2) (tstamp 13101400)) + (segment (start 158.8221 105.2746) (end 170.8511 105.3036) (width 1.2) (layer Bottom) (net 2) (tstamp 131014A0)) + (segment (start 146.3811 105.2746) (end 146.3811 103.1236) (width 1.2) (layer Bottom) (net 2) (tstamp 13102A80)) + (segment (start 146.3811 103.1236) (end 146.5011 102.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13101540)) + (via (at 146.5011 102.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 131017C0)) + (segment (start 146.5011 102.5036) (end 139.5011 97.0036) (width 1.2) (layer Top) (net 2) (tstamp 13101900)) + (via (at 139.5011 97.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 131021C0)) + (segment (start 142.3501 93.2026) (end 142.3411 93.1936) (width 0.5) (layer Bottom) (net 2) (tstamp 13102260)) + (segment (start 141.8501 97.0036) (end 141.8501 96.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 13102300)) + (segment (start 141.8501 96.6546) (end 142.3011 94.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13102580)) + (segment (start 142.3011 94.5036) (end 142.3011 93.3536) (width 0.5) (layer Bottom) (net 2) (tstamp 13102620)) + (segment (start 142.3011 93.3536) (end 142.3411 93.1936) (width 0.5) (layer Bottom) (net 2) (tstamp 13104F60)) + (segment (start 139.5011 97.0036) (end 141.8501 97.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13104EC0)) + (segment (start 135.1521 97.5036) (end 134.1521 98.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13103160)) + (segment (start 139.5011 97.0036) (end 139.0011 97.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13103480)) + (segment (start 139.0011 97.5036) (end 135.1521 97.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13105000)) + (segment (start 144.8811 108.4336) (end 144.8811 107.1236) (width 1.2) (layer Bottom) (net 2) (tstamp 131037A0)) + (segment (start 144.8811 107.1236) (end 146.0011 106.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13103980)) + (segment (start 146.0011 106.0036) (end 146.0011 105.1546) (width 1.2) (layer Bottom) (net 2) (tstamp 13103840)) + (segment (start 146.0011 105.1546) (end 146.1521 105.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13104920)) + (segment (start 142.5011 122.6546) (end 145.0011 122.6546) (width 0.5) (layer Top) (net 2) (tstamp 131038E0)) + (segment (start 145.0011 122.6546) (end 147.5011 122.6546) (width 0.5) (layer Top) (net 2) (tstamp 13103A20)) + (segment (start 145.0011 123.0036) (end 145.0011 122.6546) (width 0.5) (layer Top) (net 2) (tstamp 13103DE0)) + (segment (start 79.5011 94.0036) (end 84.5011 89.0036) (width 1.2) (layer Top) (net 2) (tstamp 13103340)) + (segment (start 84.5011 89.0036) (end 90.0011 89.0036) (width 1.2) (layer Top) (net 2) (tstamp 13105780)) + (segment (start 90.0011 89.0036) (end 93.5011 85.5036) (width 1.2) (layer Top) (net 2) (tstamp 13103E80)) + (segment (start 93.5011 85.5036) (end 104.5011 85.5036) (width 1.2) (layer Top) (net 2) (tstamp 131033E0)) + (segment (start 104.5011 85.5036) (end 111.0011 92.0036) (width 1.2) (layer Top) (net 2) (tstamp 13105820)) + (segment (start 111.0011 92.0036) (end 111.0011 101.5036) (width 1.2) (layer Top) (net 2) (tstamp 13103AC0)) + (segment (start 111.0011 101.5036) (end 112.8011 103.3036) (width 1.2) (layer Top) (net 2) (tstamp 13104100)) + (segment (start 112.8011 103.3036) (end 133.0011 103.3036) (width 1.2) (layer Top) (net 2) (tstamp 13103B60)) + (segment (start 133.0011 103.3036) (end 139.5011 97.0036) (width 1.2) (layer Top) (net 2) (tstamp 13103700)) + (segment (start 66.8161 98.1436) (end 72.8611 98.1436) (width 1.2) (layer Bottom) (net 2) (tstamp 13103C00)) + (segment (start 72.8611 98.1436) (end 73.5011 97.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13105460)) + (via (at 73.5011 97.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 131030C0)) + (segment (start 73.5011 97.5036) (end 75.0011 97.5036) (width 1.2) (layer Top) (net 2) (tstamp 13103FC0)) + (segment (start 75.0011 97.5036) (end 78.5011 94.0036) (width 1.2) (layer Top) (net 2) (tstamp 13103CA0)) + (segment (start 78.5011 94.0036) (end 79.5011 94.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104600)) + (segment (start 80.7011 95.5036) (end 79.5011 94.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104CE0)) + (segment (start 68.5011 90.0036) (end 68.5011 96.4586) (width 0.5) (layer Bottom) (net 2) (tstamp 13104A60)) + (segment (start 104.5661 44.0686) (end 107.5011 47.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13103F20)) + (segment (start 107.5011 47.0036) (end 107.5011 48.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 131050A0)) + (segment (start 107.5011 48.0036) (end 109.0011 49.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131047E0)) + (segment (start 113.0011 45.0036) (end 114.7261 43.2786) (width 0.5) (layer Bottom) (net 2) (tstamp 131046A0)) + (segment (start 112.2011 57.2036) (end 112.236207 57.242522) (width 1.2) (layer Bottom) (net 2) (tstamp 131042E0)) + (via (at 114.5011 59.7536) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13103D40)) + (segment (start 112.236207 57.242522) (end 114.5011 59.7536) (width 1.2) (layer Bottom) (net 2) (tstamp 13103520)) + (segment (start 111.7511 59.7536) (end 109.5011 57.5036) (width 0.5) (layer Top) (net 2) (tstamp 131035C0)) + (segment (start 109.5011 57.5036) (end 109.5011 51.0036) (width 0.5) (layer Top) (net 2) (tstamp 13104880)) + (segment (start 113.0011 49.0036) (end 113.0011 47.5036) (width 0.5) (layer Top) (net 2) (tstamp 13104380)) + (via (at 113.0011 47.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13104560)) + (segment (start 114.5011 59.7536) (end 124.0011 59.7536) (width 1.2) (layer Top) (net 2) (tstamp 13105640)) + (segment (start 124.0011 59.7536) (end 128.5011 64.0036) (width 1.2) (layer Top) (net 2) (tstamp 13103200)) + (segment (start 128.5011 64.0036) (end 133.5011 64.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104E20)) + (segment (start 133.5011 64.0036) (end 134.5011 65.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104060)) + (segment (start 134.5011 65.0036) (end 143.0011 65.0036) (width 1.2) (layer Top) (net 2) (tstamp 13105320)) + (segment (start 143.0011 65.0036) (end 145.5011 65.0036) (width 1.2) (layer Top) (net 2) (tstamp 13105500)) + (segment (start 145.5011 65.0036) (end 150.0011 69.5036) (width 1.2) (layer Top) (net 2) (tstamp 13105140)) + (segment (start 150.0011 69.5036) (end 150.0011 80.5036) (width 1.2) (layer Top) (net 2) (tstamp 131032A0)) + (segment (start 150.0011 80.5036) (end 155.5011 86.0036) (width 1.2) (layer Top) (net 2) (tstamp 131041A0)) + (segment (start 155.5011 86.0036) (end 160.5011 86.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104240)) + (segment (start 160.5011 86.0036) (end 161.5011 87.0036) (width 1.2) (layer Top) (net 2) (tstamp 13103660)) + (segment (start 161.5011 87.0036) (end 164.5011 87.0036) (width 1.2) (layer Top) (net 2) (tstamp 131044C0)) + (segment (start 164.5011 87.0036) (end 165.0011 86.5036) (width 1.2) (layer Top) (net 2) (tstamp 13104420)) + (segment (start 111.7511 59.7536) (end 114.5011 59.7536) (width 0.5) (layer Top) (net 2) (tstamp 131051E0)) + (segment (start 199.4011 91.8526) (end 198.9011 90.9036) (width 0.5) (layer Bottom) (net 2) (tstamp 13105280)) + (segment (start 198.9011 90.9036) (end 198.5011 90.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131053C0)) + (segment (start 198.5011 90.5036) (end 198.5011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13104740)) + (segment (start 169.5011 112.0036) (end 171.0011 110.5036) (width 1.2) (layer Top) (net 2) (tstamp 131049C0)) + (segment (start 171.0011 110.5036) (end 171.0011 105.4536) (width 1.2) (layer Top) (net 2) (tstamp 13104B00)) + (segment (start 171.0011 105.4536) (end 170.8511 105.3036) (width 1.2) (layer Top) (net 2) (tstamp 13104BA0)) + (segment (start 167.5011 85.0036) (end 171.9011 89.5036) (width 1.2) (layer Top) (net 2) (tstamp 131055A0)) + (segment (start 171.9011 89.5036) (end 171.9011 98.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104C40)) + (segment (start 171.9011 98.0036) (end 170.5011 99.0036) (width 1.2) (layer Top) (net 2) (tstamp 13104D80)) + (segment (start 170.5011 99.0036) (end 170.5011 104.9536) (width 1.2) (layer Top) (net 2) (tstamp 131056E0)) + (segment (start 170.5011 104.9536) (end 170.8511 105.3036) (width 1.2) (layer Top) (net 2) (tstamp 13106FE0)) + (segment (start 218.5011 50.0036) (end 219.0011 50.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13107C60)) + (segment (start 219.0011 50.5036) (end 219.0011 58.6636) (width 1.2) (layer Bottom) (net 2) (tstamp 13107120)) + (segment (start 219.1521 59.4196) (end 219.0011 59.2686) (width 1.2) (layer Bottom) (net 2) (tstamp 13107620)) + (segment (start 219.0011 58.6636) (end 219.0011 59.2686) (width 1.2) (layer Bottom) (net 2) (tstamp 13106CC0)) + (segment (start 113.0011 45.0036) (end 113.0011 47.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131078A0)) + (segment (start 109.0011 49.5036) (end 112.5011 49.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131076C0)) + (segment (start 112.5011 49.5036) (end 113.0011 49.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13107580)) + (segment (start 113.0011 49.0036) (end 113.0011 47.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13107260)) + (segment (start 164.2411 63.5136) (end 164.2411 57.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13107DA0)) + (segment (start 164.2411 57.0036) (end 164.2411 45.9436) (width 1.2) (layer Bottom) (net 2) (tstamp 13107940)) + (segment (start 164.2411 45.9436) (end 167.5611 45.9436) (width 1.2) (layer Bottom) (net 2) (tstamp 13107E40)) + (segment (start 167.5611 45.9436) (end 169.5011 44.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13106D60)) + (segment (start 169.5011 44.0036) (end 174.5011 44.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13106680)) + (segment (start 174.5011 44.0036) (end 177.5011 41.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 131064A0)) + (segment (start 156.7411 54.5836) (end 157.0811 55.0836) (width 1.2) (layer Bottom) (net 2) (tstamp 13105AA0)) + (segment (start 157.0811 55.0836) (end 159.0011 57.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 131079E0)) + (segment (start 159.0011 57.0036) (end 164.2411 57.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13105F00)) + (segment (start 218.5011 50.0036) (end 195.0011 50.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13106540)) + (segment (start 195.0011 50.0036) (end 194.0011 49.2536) (width 1.2) (layer Bottom) (net 2) (tstamp 13107D00)) + (segment (start 194.0011 49.2536) (end 191.0011 49.2536) (width 1.2) (layer Bottom) (net 2) (tstamp 131071C0)) + (segment (start 191.0011 49.2536) (end 190.0011 48.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13107F80)) + (segment (start 190.0011 48.5036) (end 190.0011 47.4436) (width 1.2) (layer Bottom) (net 2) (tstamp 13105FA0)) + (segment (start 190.0011 47.4436) (end 189.7761 47.2186) (width 1.2) (layer Bottom) (net 2) (tstamp 13105D20)) + (segment (start 142.711582 50.5036) (end 142.711582 64.714082) (width 0.5) (layer Top) (net 2) (tstamp 13107300)) + (segment (start 142.711582 64.714082) (end 143.0011 65.0036) (width 0.5) (layer Top) (net 2) (tstamp 131073A0)) + (segment (start 109.5011 51.0036) (end 110.5011 50.0036) (width 0.5) (layer Top) (net 2) (tstamp 13107760)) + (segment (start 110.5011 50.0036) (end 112.0011 50.0036) (width 0.5) (layer Top) (net 2) (tstamp 131067C0)) + (segment (start 112.0011 50.0036) (end 113.0011 49.0036) (width 0.5) (layer Top) (net 2) (tstamp 13108020)) + (segment (start 80.7011 95.5036) (end 80.7011 110.3036) (width 1.2) (layer Top) (net 2) (tstamp 13105960)) + (via (at 78.0011 113.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13107800)) + (segment (start 85.7711 112.7336) (end 84.5011 114.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13107A80)) + (segment (start 78.5011 113.5036) (end 78.0011 113.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13107440)) + (segment (start 78.0011 113.0036) (end 80.7011 110.3036) (width 1.2) (layer Top) (net 2) (tstamp 131058C0)) + (segment (start 78.5011 113.5036) (end 81.5011 113.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13105A00)) + (segment (start 81.5011 113.5036) (end 82.0011 114.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13106040)) + (segment (start 82.0011 114.0036) (end 84.5011 114.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13105B40)) + (segment (start 204.5011 74.5036) (end 203.3011 74.5036) (width 0.5) (layer Top) (net 2) (tstamp 13107B20)) + (segment (start 203.3011 74.5036) (end 201.8011 73.0036) (width 0.5) (layer Top) (net 2) (tstamp 13105C80)) + (segment (start 201.8011 65.1036) (end 201.0011 64.3036) (width 0.5) (layer Top) (net 2) (tstamp 13107BC0)) + (segment (start 200.1961 68.8086) (end 201.0011 68.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13107080)) + (segment (start 201.0011 68.0036) (end 201.0011 64.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 13106C20)) + (segment (start 68.5011 96.4586) (end 66.8161 98.1436) (width 0.5) (layer Bottom) (net 2) (tstamp 13106360)) + (segment (start 208.5011 97.0036) (end 206.5011 95.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13105DC0)) + (segment (start 206.5011 95.0036) (end 206.5011 94.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 13105E60)) + (segment (start 206.5011 94.3036) (end 206.0211 93.8236) (width 0.5) (layer Bottom) (net 2) (tstamp 13106F40)) + (segment (start 62.5011 142.8036) (end 62.5011 141.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131060E0)) + (segment (start 61.5011 147.5036) (end 63.0011 146.0036) (width 0.5) (layer Top) (net 2) (tstamp 13106180)) + (segment (start 62.5011 141.5036) (end 62.5011 142.5036) (width 0.5) (layer Top) (net 2) (tstamp 131065E0)) + (segment (start 63.0011 168.0436) (end 63.0011 167.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13106220)) + (segment (start 65.0011 164.0036) (end 65.0011 157.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13106400)) + (segment (start 60.5011 167.1546) (end 62.6521 167.1546) (width 0.5) (layer Bottom) (net 2) (tstamp 13106720)) + (segment (start 62.6521 167.1546) (end 63.0011 167.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13106860)) + (segment (start 65.0011 164.0036) (end 64.0011 165.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13106900)) + (segment (start 64.0011 165.0036) (end 64.0011 167.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 131069A0)) + (segment (start 64.0011 167.0436) (end 63.0011 168.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 13106A40)) + (segment (start 211.0011 79.1546) (end 210.8501 79.1546) (width 0.5) (layer Top) (net 2) (tstamp 13106E00)) + (segment (start 209.6521 80.5036) (end 208.8501 80.5036) (width 0.5) (layer Top) (net 2) (tstamp 13106EA0)) + (segment (start 208.8501 80.5036) (end 208.5011 80.1546) (width 0.5) (layer Top) (net 2) (tstamp 131099C0)) + (segment (start 228.8501 80.5036) (end 226.2511 80.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109880)) + (via (at 226.2511 80.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 13109420)) + (segment (start 226.2511 80.5036) (end 228.8501 80.5036) (width 0.5) (layer Top) (net 2) (tstamp 13108980)) + (segment (start 224.0011 80.5036) (end 226.2511 80.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13108480)) + (segment (start 220.0011 76.5036) (end 221.0011 77.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 131097E0)) + (segment (start 221.0011 77.5036) (end 221.5011 77.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13108200)) + (segment (start 221.5011 77.5036) (end 223.0011 79.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A140)) + (segment (start 223.0011 79.0036) (end 223.0011 79.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A640)) + (segment (start 223.0011 79.5036) (end 224.0011 80.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109600)) + (segment (start 215.8511 104.6536) (end 212.1511 104.6536) (width 1.2) (layer Bottom) (net 2) (tstamp 13108C00)) + (segment (start 208.5011 97.0036) (end 210.0011 98.5036) (width 0.5) (layer Top) (net 2) (tstamp 131085C0)) + (segment (start 210.0011 98.5036) (end 211.6511 98.5036) (width 0.5) (layer Top) (net 2) (tstamp 131082A0)) + (segment (start 212.1511 104.6536) (end 208.7511 101.2536) (width 1.2) (layer Bottom) (net 2) (tstamp 13108340)) + (segment (start 206.7511 101.2536) (end 208.7511 101.2536) (width 1.2) (layer Bottom) (net 2) (tstamp 13109740)) + (segment (start 200.5011 95.5036) (end 205.0011 100.0036) (width 1.2) (layer Top) (net 2) (tstamp 13109920)) + (segment (start 205.0011 100.0036) (end 205.5011 100.0036) (width 1.2) (layer Top) (net 2) (tstamp 13108840)) + (segment (start 205.5011 100.0036) (end 206.7511 101.2536) (width 1.2) (layer Top) (net 2) (tstamp 13108DE0)) + (segment (start 206.7511 107.5036) (end 207.0011 107.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 1310A1E0)) + (segment (start 207.0011 107.5036) (end 208.7011 109.2036) (width 1.2) (layer Bottom) (net 2) (tstamp 1310A6E0)) + (segment (start 206.7511 101.2536) (end 206.7511 107.5036) (width 1.2) (layer Top) (net 2) (tstamp 13109E20)) + (segment (start 210.1511 76.3536) (end 211.5011 75.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109F60)) + (segment (start 211.5011 75.0036) (end 217.0011 75.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109EC0)) + (segment (start 217.0011 75.0036) (end 218.5011 76.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13108160)) + (segment (start 209.5011 69.5036) (end 218.0011 69.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 13108700)) + (segment (start 218.0011 69.5036) (end 219.5011 68.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13108A20)) + (segment (start 219.1521 59.4196) (end 219.1521 62.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13109100)) + (segment (start 219.1521 62.0036) (end 219.1521 63.3526) (width 1.2) (layer Bottom) (net 2) (tstamp 131087A0)) + (segment (start 219.1521 63.3526) (end 219.5011 64.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13108660)) + (segment (start 220.3501 62.5036) (end 219.6521 62.5036) (width 1.2) (layer Bottom) (net 2) (tstamp 131083E0)) + (segment (start 219.6521 62.5036) (end 219.1521 62.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 13109C40)) + (segment (start 219.5011 68.0036) (end 219.5011 64.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 131092E0)) + (segment (start 216.6011 64.0036) (end 216.6011 62.9036) (width 1.2) (layer Bottom) (net 2) (tstamp 13108AC0)) + (segment (start 216.6011 62.9036) (end 217.5011 62.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 1310A000)) + (segment (start 217.5011 62.0036) (end 219.1521 62.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 1310A0A0)) + (segment (start 74.3011 140.3036) (end 75.0011 141.0036) (width 1) (layer Bottom) (net 2) (tstamp 13108E80)) + (segment (start 68.5011 90.0036) (end 67.5011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13108F20)) + (segment (start 67.5011 89.0036) (end 64.0011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13108B60)) + (segment (start 237.3361 89.0036) (end 237.4411 88.8986) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A460)) + (segment (start 209.6521 80.5036) (end 211.0011 79.1546) (width 0.5) (layer Top) (net 2) (tstamp 131080C0)) + (segment (start 210.1511 76.3536) (end 210.1511 79.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A780)) + (via (at 206.0011 80.0036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 131096A0)) + (segment (start 206.0011 83.0036) (end 206.0011 80.0036) (width 1.2) (layer Top) (net 2) (tstamp 13109A60)) + (segment (start 206.0011 80.0036) (end 206.0011 78.5036) (width 1.2) (layer Top) (net 2) (tstamp 13108D40)) + (segment (start 206.0011 78.5036) (end 204.5011 77.0036) (width 1.2) (layer Top) (net 2) (tstamp 13109D80)) + (segment (start 204.5011 77.0036) (end 204.5011 74.5036) (width 1.2) (layer Top) (net 2) (tstamp 13108FC0)) + (segment (start 206.0011 80.0036) (end 208.3501 80.0036) (width 0.5) (layer Top) (net 2) (tstamp 1310A280)) + (segment (start 208.3501 80.0036) (end 208.5011 80.1546) (width 0.5) (layer Top) (net 2) (tstamp 13109BA0)) + (segment (start 210.1511 79.0036) (end 208.5011 79.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A320)) + (segment (start 208.5011 79.0036) (end 207.5011 80.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 131094C0)) + (segment (start 207.5011 80.0036) (end 206.0011 80.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A820)) + (segment (start 150.4033 139.8286) (end 148.3261 139.8286) (width 0.5) (layer Bottom) (net 2) (tstamp 13109240)) + (segment (start 148.3261 139.8286) (end 147.5011 139.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109380)) + (segment (start 147.5011 139.0036) (end 147.5011 138.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A5A0)) + (segment (start 147.5011 138.0036) (end 148.0011 137.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109CE0)) + (segment (start 148.0011 137.5036) (end 148.0011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 13109560)) + (segment (start 140.5989 138.5586) (end 140.5989 134.4014) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BD60)) + (segment (start 140.5989 134.4014) (end 140.5011 134.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310AFA0)) + (segment (start 137.0011 137.3526) (end 137.0011 134.666181) (width 0.5) (layer Bottom) (net 2) (tstamp 1310AF00)) + (segment (start 137.0011 134.666181) (end 137.300469 134.366812) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BFE0)) + (segment (start 150.4033 146.1786) (end 148.8261 146.1786) (width 0.5) (layer Bottom) (net 2) (tstamp 1310CB20)) + (via (at 155.5011 145.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1310B040)) + (segment (start 150.4033 146.1786) (end 154.8261 146.1786) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B5E0)) + (segment (start 154.8261 146.1786) (end 155.5011 145.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A8C0)) + (segment (start 155.5011 145.5036) (end 157.5011 145.5036) (width 0.5) (layer Top) (net 2) (tstamp 1310AA00)) + (segment (start 140.3511 85.5036) (end 140.3511 88.8536) (width 1.2) (layer Top) (net 2) (tstamp 1310CA80)) + (segment (start 140.3511 88.8536) (end 141.0011 89.5036) (width 1.2) (layer Top) (net 2) (tstamp 1310C080)) + (via (at 141.0011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 2) (tstamp 1310C120)) + (segment (start 59.7711 88.0436) (end 63.0411 88.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 1310AC80)) + (segment (start 63.0411 88.0436) (end 64.0011 89.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BB80)) + (segment (start 157.5011 145.5036) (end 157.5011 151.0036) (width 1.2) (layer Top) (net 2) (tstamp 1310B680)) + (segment (start 157.5011 151.0036) (end 158.0011 151.5036) (width 1.2) (layer Top) (net 2) (tstamp 1310BAE0)) + (segment (start 147.6521 152.5036) (end 147.6521 152.3526) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BE00)) + (segment (start 147.6521 152.3526) (end 149.0011 151.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310CBC0)) + (segment (start 149.0011 151.0036) (end 149.0011 149.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BC20)) + (segment (start 149.0011 149.0036) (end 148.0011 148.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BEA0)) + (segment (start 148.0011 148.0036) (end 148.0011 147.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310CC60)) + (segment (start 148.0011 147.0036) (end 148.8261 146.1786) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C1C0)) + (segment (start 151.0011 152.6546) (end 150.6521 152.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B360)) + (segment (start 150.6521 152.6546) (end 149.0011 151.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B0E0)) + (segment (start 55.0011 166.6546) (end 55.0011 168.5036) (width 0.5) (layer Top) (net 2) (tstamp 1310C260)) + (segment (start 55.0011 168.5036) (end 55.5011 169.0036) (width 0.5) (layer Top) (net 2) (tstamp 1310ABE0)) + (segment (start 55.5011 169.0036) (end 57.0411 169.0036) (width 0.5) (layer Top) (net 2) (tstamp 1310C3A0)) + (segment (start 57.0411 169.0036) (end 58.0011 168.0436) (width 0.5) (layer Top) (net 2) (tstamp 1310B9A0)) + (segment (start 58.0011 168.0436) (end 59.6121 168.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C440)) + (segment (start 59.6121 168.0436) (end 60.5011 167.1546) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C6C0)) + (segment (start 55.0011 166.6546) (end 55.0011 168.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C300)) + (segment (start 55.0011 168.5036) (end 55.5011 169.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310A960)) + (segment (start 55.5011 169.0036) (end 57.0411 169.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B180)) + (segment (start 57.0411 169.0036) (end 58.0011 168.0436) (width 0.5) (layer Bottom) (net 2) (tstamp 1310CD00)) + (segment (start 67.3501 173.5036) (end 67.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C4E0)) + (segment (start 231.5011 173.0036) (end 231.0011 173.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310CDA0)) + (segment (start 231.0011 173.5036) (end 229.6521 173.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B720)) + (segment (start 229.6521 173.5036) (end 229.5011 173.6546) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B400)) + (segment (start 66.5613 164.4434) (end 65.5011 165.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C580)) + (segment (start 66.5613 163.0925) (end 66.5613 164.4434) (width 0.5) (layer Bottom) (net 2) (tstamp 1310AB40)) + (segment (start 63.0011 146.0036) (end 63.0011 143.0036) (width 0.5) (layer Top) (net 2) (tstamp 1310CE40)) + (segment (start 63.0011 143.0036) (end 62.5011 142.5036) (width 0.5) (layer Top) (net 2) (tstamp 1310B220)) + (segment (start 62.5011 142.8036) (end 66.0011 146.3036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310AD20)) + (segment (start 162.5011 173.6546) (end 160.6521 173.6546) (width 1.2) (layer Bottom) (net 2) (tstamp 1310C620)) + (segment (start 160.6521 173.6546) (end 160.0011 173.0036) (width 1.2) (layer Bottom) (net 2) (tstamp 1310CF80)) + (segment (start 176.0011 132.5036) (end 174.1011 134.4036) (width 0.5) (layer Top) (net 2) (tstamp 1310C9E0)) + (segment (start 174.1011 134.4036) (end 174.1011 136.5036) (width 0.5) (layer Top) (net 2) (tstamp 1310D020)) + (segment (start 171.6011 139.0036) (end 174.1011 136.5036) (width 0.5) (layer Top) (net 2) (tstamp 1310C760)) + (segment (start 182.3011 135.8036) (end 183.3011 135.8036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BCC0)) + (segment (start 183.3011 135.8036) (end 187.0011 139.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310B7C0)) + (segment (start 187.0011 139.5036) (end 205.5011 139.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C8A0)) + (segment (start 213.5011 137.5036) (end 210.5011 137.5036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310C800)) + (segment (start 210.5011 137.5036) (end 210.0011 137.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310BF40)) + (segment (start 210.0011 137.0036) (end 208.0011 137.0036) (width 0.5) (layer Bottom) (net 2) (tstamp 1310AAA0)) + (segment (start 211.5711 109.2036) (end 208.7011 109.2036) (width 1.2) (layer Bottom) (net 2) (tstamp 1310AE60)) + (segment (start 112.2011 54.9836) (end 112.2011 57.207416) (width 1.2) (layer Bottom) (net 2) (tstamp 1312B0F0)) + (segment (start 112.2011 57.207416) (end 112.236207 57.242522) (width 1.2) (layer Bottom) (net 2) (tstamp 1312C090)) + (segment (start 85.7711 111.5836) (end 85.7711 112.7336) (width 1.2) (layer Bottom) (net 2) (tstamp 1312C810)) + (segment (start 104.5661 41.3586) (end 104.5661 44.0686) (width 0.5) (layer Bottom) (net 2) (tstamp 1312CDB0)) + (segment (start 114.7261 41.3586) (end 114.7261 43.2786) (width 0.5) (layer Bottom) (net 2) (tstamp 1312C1D0)) + (segment (start 197.3961 68.8086) (end 200.1961 68.8086) (width 0.5) (layer Bottom) (net 2) (tstamp 1312AE70)) + (segment (start 139.7011 93.4936) (end 139.8011 93.1936) (width 1.2) (layer Bottom) (net 24) (tstamp 1312BA50)) + (segment (start 139.7011 93.4936) (end 139.7011 94.0036) (width 1.2) (layer Bottom) (net 24) (tstamp 1312BE10)) + (segment (start 139.7011 94.0036) (end 137.6011 95.8536) (width 0.6) (layer Bottom) (net 24) (tstamp 1312B870)) + (segment (start 131.0011 97.8526) (end 130.8501 98.5036) (width 0.5) (layer Bottom) (net 24) (tstamp 1312D030)) + (segment (start 130.5011 96.0036) (end 118.5011 96.0036) (width 0.5) (layer Bottom) (net 24) (tstamp 1312B9B0)) + (segment (start 118.5011 96.0036) (end 117.5011 95.0036) (width 0.5) (layer Bottom) (net 24) (tstamp 1312B410)) + (segment (start 117.5011 95.0036) (end 117.5011 87.0036) (width 0.5) (layer Bottom) (net 24) (tstamp 1312B2D0)) + (via (at 117.5011 87.0036) (size 2) (drill 1) (layers Top Bottom) (net 24) (tstamp 1312B730)) + (segment (start 112.0011 74.0036) (end 98.7511 74.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312B910)) + (segment (start 83.0011 77.0036) (end 81.0011 75.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312B050)) + (segment (start 81.0011 75.0036) (end 79.0011 75.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312AB50)) + (segment (start 79.0011 75.0036) (end 78.5011 75.5036) (width 0.5) (layer Top) (net 24) (tstamp 1312A8D0)) + (segment (start 78.5011 75.5036) (end 67.5011 75.5036) (width 0.5) (layer Top) (net 24) (tstamp 1312CE50)) + (segment (start 67.5011 75.5036) (end 65.0011 73.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312BEB0)) + (segment (start 65.0011 73.0036) (end 65.0011 71.5036) (width 0.5) (layer Top) (net 24) (tstamp 1312B370)) + (segment (start 65.0011 71.5036) (end 64.5011 71.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312ADD0)) + (via (at 64.5011 71.0036) (size 2) (drill 1) (layers Top Bottom) (net 24) (tstamp 1312B7D0)) + (segment (start 64.5011 71.0036) (end 61.0261 71.0036) (width 0.5) (layer Bottom) (net 24) (tstamp 1312B4B0)) + (segment (start 61.0261 71.0036) (end 60.8311 70.8086) (width 0.5) (layer Bottom) (net 24) (tstamp 1312ABF0)) + (segment (start 60.8311 70.8086) (end 55.8311 70.8086) (width 0.5) (layer Bottom) (net 24) (tstamp 1312AC90)) + (segment (start 131.0011 97.8526) (end 131.0011 96.5036) (width 1.2) (layer Bottom) (net 24) (tstamp 1312C310)) + (segment (start 131.0011 96.5036) (end 131.5011 95.8536) (width 1) (layer Bottom) (net 24) (tstamp 1312C590)) + (segment (start 130.5011 96.0036) (end 131.0011 96.5036) (width 0.5) (layer Bottom) (net 24) (tstamp 1312C6D0)) + (segment (start 131.5011 95.8536) (end 137.6011 95.8536) (width 1) (layer Bottom) (net 24) (tstamp 1312B5F0)) + (segment (start 112.0011 74.0036) (end 117.5011 80.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312AD30)) + (segment (start 117.5011 80.0036) (end 117.5011 87.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312BAF0)) + (segment (start 98.7511 74.0036) (end 96.7511 76.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312C3B0)) + (segment (start 96.7511 76.0036) (end 94.0011 76.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312C8B0)) + (segment (start 94.0011 76.0036) (end 93.0011 75.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312C130)) + (segment (start 93.0011 75.0036) (end 91.5011 75.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312BF50)) + (segment (start 91.5011 75.0036) (end 89.5011 77.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312BB90)) + (segment (start 89.5011 77.0036) (end 83.0011 77.0036) (width 0.5) (layer Top) (net 24) (tstamp 1312BC30)) + (segment (start 144.6521 93.4226) (end 144.8811 93.1936) (width 0.5) (layer Bottom) (net 3) (tstamp 1312BD70)) + (segment (start 145.0011 93.3136) (end 144.8811 93.1936) (width 0.5) (layer Bottom) (net 3) (tstamp 1312C4F0)) + (segment (start 145.0011 93.3136) (end 145.0011 96.8526) (width 1.2) (layer Bottom) (net 3) (tstamp 1312C630)) + (segment (start 145.0011 96.8526) (end 145.1521 97.0036) (width 0.5) (layer Bottom) (net 3) (tstamp 1312C770)) + (segment (start 142.1521 99.6036) (end 142.5011 99.5036) (width 0.5) (layer Bottom) (net 3) (tstamp 1312CD10)) + (segment (start 142.5011 99.5036) (end 143.5011 99.0036) (width 0.5) (layer Bottom) (net 3) (tstamp 1312CEF0)) + (segment (start 143.5011 99.0036) (end 145.0011 99.0036) (width 0.5) (layer Bottom) (net 3) (tstamp 1312CA90)) + (segment (start 145.0011 99.0036) (end 145.5011 98.5036) (width 0.5) (layer Bottom) (net 3) (tstamp 1312AA10)) + (segment (start 145.5011 98.5036) (end 145.5011 97.3526) (width 0.5) (layer Bottom) (net 3) (tstamp 1312EF70)) + (segment (start 145.5011 97.3526) (end 145.1521 97.0036) (width 0.5) (layer Bottom) (net 3) (tstamp 1312E750)) + (via (at 144.5011 90.0036) (size 2) (drill 1) (layers Top Bottom) (net 3) (tstamp 1312E610)) + (segment (start 144.5011 90.0036) (end 145.0011 90.5036) (width 1.2) (layer Bottom) (net 3) (tstamp 1312D210)) + (segment (start 145.0011 90.5036) (end 145.0011 93.0736) (width 1.2) (layer Bottom) (net 3) (tstamp 1312E390)) + (segment (start 145.0011 93.0736) (end 144.8811 93.1936) (width 0.5) (layer Bottom) (net 3) (tstamp 1312D8F0)) + (segment (start 134.5011 82.0036) (end 116.5011 64.5036) (width 1.2) (layer Top) (net 3) (tstamp 1312DF30)) + (segment (start 116.5011 64.5036) (end 105.5011 64.5036) (width 1.2) (layer Top) (net 3) (tstamp 1312EED0)) + (via (at 95.0011 46.0036) (size 2) (drill 1) (layers Top Bottom) (net 3) (tstamp 1312E7F0)) + (segment (start 105.5011 64.5036) (end 99.0011 58.0036) (width 1.2) (layer Top) (net 3) (tstamp 1312E890)) + (segment (start 99.0011 58.0036) (end 99.0011 53.0036) (width 1.2) (layer Top) (net 3) (tstamp 1312EE30)) + (segment (start 99.0011 53.0036) (end 97.0011 51.0036) (width 1.2) (layer Top) (net 3) (tstamp 1312DAD0)) + (segment (start 97.0011 51.0036) (end 97.0011 48.0036) (width 1.2) (layer Top) (net 3) (tstamp 1312E6B0)) + (segment (start 97.0011 48.0036) (end 95.0011 46.0036) (width 1.2) (layer Top) (net 3) (tstamp 1312E070)) + (segment (start 134.5011 82.0036) (end 143.0011 82.0036) (width 1.2) (layer Top) (net 3) (tstamp 1312DDF0)) + (segment (start 143.0011 82.0036) (end 144.5011 83.5036) (width 1.2) (layer Top) (net 3) (tstamp 1312E110)) + (segment (start 144.5011 83.5036) (end 144.5011 85.8536) (width 1.2) (layer Top) (net 3) (tstamp 1312D3F0)) + (segment (start 144.5011 85.8536) (end 144.6511 85.5036) (width 1.2) (layer Top) (net 3) (tstamp 1312D710)) + (segment (start 144.5011 90.0036) (end 144.5011 86.1536) (width 1.2) (layer Top) (net 3) (tstamp 1312D0D0)) + (segment (start 144.5011 86.1536) (end 144.6511 85.5036) (width 1.2) (layer Top) (net 3) (tstamp 1312F650)) + (segment (start 88.0811 43.7336) (end 92.7311 43.7336) (width 1.2) (layer Bottom) (net 3) (tstamp 1312E430)) + (segment (start 92.7311 43.7336) (end 95.0011 46.0036) (width 1.2) (layer Bottom) (net 3) (tstamp 1312F010)) + (segment (start 138.3501 100.0036) (end 138.8501 99.6036) (width 0.5) (layer Bottom) (net 52) (tstamp 1312ECF0)) + (segment (start 138.8511 99.6046) (end 138.8501 99.6036) (width 0.5) (layer Bottom) (net 52) (tstamp 1312EA70)) + (segment (start 138.8511 99.6046) (end 138.8511 99.6536) (width 0.5) (layer Bottom) (net 52) (tstamp 1312F510)) + (segment (start 138.8511 99.6536) (end 138.5011 100.0036) (width 0.5) (layer Bottom) (net 52) (tstamp 1312F6F0)) + (segment (start 138.5011 100.0036) (end 138.5011 102.3536) (width 0.5) (layer Bottom) (net 52) (tstamp 1312D850)) + (segment (start 138.5011 102.3536) (end 138.6511 102.5036) (width 0.5) (layer Bottom) (net 52) (tstamp 1312E570)) + (segment (start 139.8011 110.2036) (end 135.8011 114.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312E2F0)) + (via (at 135.8011 116.5036) (size 2) (drill 1) (layers Top Bottom) (net 43) (tstamp 1312DD50)) + (segment (start 135.8011 116.5036) (end 135.8011 114.5036) (width 0.5) (layer Top) (net 43) (tstamp 1312F0B0)) + (segment (start 135.8011 114.5036) (end 134.0011 113.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312E9D0)) + (segment (start 134.0011 113.0036) (end 132.2011 113.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312D490)) + (segment (start 138.5011 124.0436) (end 138.5011 122.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312EB10)) + (segment (start 138.5011 122.0036) (end 135.8011 119.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312EBB0)) + (segment (start 135.8011 119.0036) (end 135.8011 116.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312EC50)) + (segment (start 122.0011 117.5036) (end 121.5011 117.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312ED90)) + (segment (start 121.5011 117.0036) (end 121.5011 113.1546) (width 0.5) (layer Top) (net 43) (tstamp 1312F150)) + (segment (start 121.5011 113.1546) (end 121.3501 113.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312F1F0)) + (segment (start 127.3501 116.0036) (end 123.5011 116.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312F290)) + (segment (start 123.5011 116.0036) (end 122.0011 117.5036) (width 0.5) (layer Top) (net 43) (tstamp 1312F330)) + (segment (start 135.8011 114.0036) (end 135.8011 116.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312F3D0)) + (segment (start 122.0011 120.0036) (end 123.5011 121.5036) (width 0.5) (layer Top) (net 43) (tstamp 1312F470)) + (segment (start 123.5011 121.5036) (end 137.5011 121.5036) (width 0.5) (layer Top) (net 43) (tstamp 1312F790)) + (segment (start 137.5011 121.5036) (end 138.5011 122.5036) (width 0.5) (layer Top) (net 43) (tstamp 1312F830)) + (segment (start 138.5011 122.5036) (end 138.5011 124.0436) (width 0.5) (layer Top) (net 43) (tstamp 1312D170)) + (segment (start 120.0011 120.3526) (end 121.6521 120.3526) (width 0.5) (layer Top) (net 43) (tstamp 1312D350)) + (segment (start 121.6521 120.3526) (end 122.0011 120.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312D530)) + (segment (start 122.0011 120.0036) (end 122.0011 117.5036) (width 0.5) (layer Top) (net 43) (tstamp 1312D5D0)) + (segment (start 128.5011 99.5036) (end 128.5011 98.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312D670)) + (segment (start 128.5011 98.0036) (end 127.5011 97.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 13131C70)) + (segment (start 127.5011 97.0036) (end 118.0011 97.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FFB0)) + (segment (start 118.0011 97.0036) (end 113.0011 92.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FD30)) + (segment (start 113.0011 92.0036) (end 113.0011 87.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 13131270)) + (segment (start 113.0011 87.5036) (end 110.0011 84.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 13131DB0)) + (segment (start 110.0011 84.5036) (end 109.0011 84.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 13131950)) + (segment (start 109.0011 84.5036) (end 108.0011 83.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 13131E50)) + (segment (start 108.0011 83.5036) (end 86.5011 83.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 13130D70)) + (segment (start 86.5011 83.5036) (end 83.0011 87.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 13130690)) + (via (at 83.0011 87.0036) (size 2) (drill 1) (layers Top Bottom) (net 43) (tstamp 1312FAB0)) + (segment (start 139.8011 108.4336) (end 139.8011 110.2036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FDD0)) + (segment (start 128.5011 99.5036) (end 129.5011 100.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FB50)) + (segment (start 129.5011 100.5036) (end 136.5011 100.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FE70)) + (segment (start 136.5011 100.5036) (end 137.0011 101.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 13131590)) + (segment (start 137.0011 101.0036) (end 137.0011 105.0036) (width 0.5) (layer Bottom) (net 43) (tstamp 131304B0)) + (segment (start 137.0011 105.0036) (end 139.5011 107.5036) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FC90)) + (segment (start 139.5011 107.5036) (end 139.5011 108.1336) (width 0.5) (layer Bottom) (net 43) (tstamp 13130B90)) + (segment (start 139.5011 108.1336) (end 139.8011 108.4336) (width 0.5) (layer Bottom) (net 43) (tstamp 1312FF10)) + (segment (start 74.1521 92.5036) (end 76.0011 92.5036) (width 0.5) (layer Top) (net 43) (tstamp 13130C30)) + (segment (start 76.0011 92.5036) (end 77.5011 91.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130730)) + (segment (start 77.5011 91.0036) (end 78.0011 91.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130AF0)) + (segment (start 78.0011 91.0036) (end 82.0011 87.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130E10)) + (segment (start 82.0011 87.0036) (end 83.0011 87.0036) (width 0.5) (layer Top) (net 43) (tstamp 13131BD0)) + (segment (start 130.7211 66.9036) (end 131.1521 67.0036) (width 0.5) (layer Top) (net 43) (tstamp 13131090)) + (segment (start 130.7211 66.9036) (end 145.4011 66.9036) (width 0.5) (layer Top) (net 43) (tstamp 1312FA10)) + (segment (start 145.4011 66.9036) (end 148.5011 70.0036) (width 0.5) (layer Top) (net 43) (tstamp 131307D0)) + (segment (start 148.5011 70.0036) (end 148.5011 82.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130370)) + (segment (start 148.5011 82.0036) (end 155.5011 89.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312F970)) + (segment (start 165.5011 89.0036) (end 155.5011 89.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130050)) + (segment (start 167.0011 104.0036) (end 169.4011 106.5036) (width 0.5) (layer Top) (net 43) (tstamp 131319F0)) + (segment (start 169.4011 106.5036) (end 169.4011 110.0036) (width 0.5) (layer Top) (net 43) (tstamp 13131A90)) + (segment (start 169.4011 110.0036) (end 168.5011 110.8036) (width 0.5) (layer Top) (net 43) (tstamp 13130EB0)) + (segment (start 168.5011 110.8036) (end 143.2011 110.8036) (width 0.5) (layer Top) (net 43) (tstamp 13130870)) + (segment (start 143.2011 110.8036) (end 140.0011 114.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130410)) + (segment (start 140.0011 114.0036) (end 140.0011 115.5036) (width 0.5) (layer Top) (net 43) (tstamp 131300F0)) + (segment (start 140.0011 115.5036) (end 138.5011 117.0036) (width 0.5) (layer Top) (net 43) (tstamp 1312FBF0)) + (segment (start 138.5011 117.0036) (end 136.3011 117.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130CD0)) + (segment (start 136.3011 117.0036) (end 135.8011 116.5036) (width 0.5) (layer Top) (net 43) (tstamp 13130190)) + (segment (start 165.5011 89.0036) (end 166.5011 88.0036) (width 0.5) (layer Top) (net 43) (tstamp 13130910)) + (segment (start 166.5011 88.0036) (end 168.0011 88.0036) (width 0.5) (layer Top) (net 43) (tstamp 13131F90)) + (segment (start 168.0011 88.0036) (end 170.5011 90.5036) (width 0.5) (layer Top) (net 43) (tstamp 13130230)) + (segment (start 167.0011 104.0036) (end 167.0011 100.0036) (width 0.5) (layer Top) (net 43) (tstamp 131302D0)) + (segment (start 167.0011 100.0036) (end 170.5011 96.5036) (width 0.5) (layer Top) (net 43) (tstamp 13130550)) + (segment (start 170.5011 96.5036) (end 170.5011 90.5036) (width 0.5) (layer Top) (net 43) (tstamp 131305F0)) + (segment (start 134.5491 123.5836) (end 126.0731 123.5836) (width 0.5) (layer Top) (net 53) (tstamp 13131310)) + (segment (start 126.0731 123.5836) (end 120.0721 123.5836) (width 0.5) (layer Top) (net 53) (tstamp 13131D10)) + (segment (start 120.0721 123.5836) (end 120.0011 123.6546) (width 0.5) (layer Top) (net 53) (tstamp 13130A50)) + (segment (start 149.9841 115.3536) (end 149.9841 108.4566) (width 0.5) (layer Bottom) (net 41) (tstamp 13131130)) + (segment (start 149.9841 108.4566) (end 149.9611 108.4336) (width 0.5) (layer Bottom) (net 41) (tstamp 13131450)) + (segment (start 149.9841 115.3536) (end 149.9841 119.4866) (width 0.5) (layer Bottom) (net 41) (tstamp 131314F0)) + (segment (start 149.9841 119.4866) (end 150.0011 119.5036) (width 0.5) (layer Bottom) (net 41) (tstamp 131316D0)) + (via (at 150.0011 119.5036) (size 2) (drill 1) (layers Top Bottom) (net 41) (tstamp 13131770)) + (segment (start 150.0011 119.5036) (end 147.6521 119.5036) (width 0.5) (layer Top) (net 41) (tstamp 13131810)) + (segment (start 147.6521 119.5036) (end 147.5011 119.3526) (width 0.5) (layer Top) (net 41) (tstamp 131318B0)) + (segment (start 145.1581 115.3536) (end 146.6511 115.3536) (width 0.5) (layer Bottom) (net 42) (tstamp 13132E90)) + (segment (start 146.6511 115.3536) (end 147.5011 114.0036) (width 0.5) (layer Bottom) (net 42) (tstamp 131337F0)) + (segment (start 147.5011 114.0036) (end 147.5011 108.5136) (width 0.5) (layer Bottom) (net 42) (tstamp 13134790)) + (segment (start 147.5011 108.5136) (end 147.4211 108.4336) (width 0.5) (layer Bottom) (net 42) (tstamp 13133570)) + (segment (start 145.1581 115.3536) (end 145.1581 119.3466) (width 0.5) (layer Bottom) (net 42) (tstamp 131323F0)) + (segment (start 145.1581 119.3466) (end 145.0011 119.5036) (width 0.5) (layer Bottom) (net 42) (tstamp 13133BB0)) + (via (at 145.0011 119.5036) (size 2) (drill 1) (layers Top Bottom) (net 42) (tstamp 131331B0)) + (segment (start 145.0011 119.5036) (end 142.6521 119.5036) (width 0.5) (layer Top) (net 42) (tstamp 13132B70)) + (segment (start 142.6521 119.5036) (end 142.5011 119.3526) (width 0.5) (layer Top) (net 42) (tstamp 13133C50)) + (segment (start 103.5011 133.0036) (end 95.5011 125.0036) (width 0.5) (layer Top) (net 33) (tstamp 13133CF0)) + (via (at 95.5011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 33) (tstamp 13132DF0)) + (segment (start 95.5011 125.0036) (end 94.5011 126.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 131325D0)) + (segment (start 94.5011 126.0036) (end 79.0011 126.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132210)) + (segment (start 79.0011 126.0036) (end 77.0011 124.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133390)) + (segment (start 95.1111 121.8136) (end 95.1111 122.1136) (width 0.5) (layer Bottom) (net 33) (tstamp 13132D50)) + (segment (start 95.1111 122.1136) (end 95.5011 123.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133110)) + (segment (start 95.5011 123.5036) (end 95.5011 125.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132710)) + (segment (start 168.0011 113.0036) (end 167.5011 113.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132350)) + (segment (start 167.5011 113.5036) (end 167.5011 117.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13134830)) + (via (at 167.5011 117.0036) (size 2) (drill 1) (layers Top Bottom) (net 33) (tstamp 13133250)) + (segment (start 103.5011 133.0036) (end 166.5011 133.0036) (width 0.5) (layer Top) (net 33) (tstamp 131332F0)) + (segment (start 167.5011 117.0036) (end 167.5011 129.0036) (width 0.5) (layer Top) (net 33) (tstamp 13134330)) + (segment (start 167.5011 129.0036) (end 167.0011 129.5036) (width 0.5) (layer Top) (net 33) (tstamp 13132850)) + (segment (start 167.0011 129.5036) (end 167.0011 132.5036) (width 0.5) (layer Top) (net 33) (tstamp 13133890)) + (segment (start 167.0011 132.5036) (end 166.5011 133.0036) (width 0.5) (layer Top) (net 33) (tstamp 131320D0)) + (via (at 149.5011 102.5036) (size 2) (drill 1) (layers Top Bottom) (net 33) (tstamp 131322B0)) + (via (at 167.5011 90.0036) (size 2) (drill 1) (layers Top Bottom) (net 33) (tstamp 13133ED0)) + (segment (start 73.4836 106.4636) (end 75.5011 106.4636) (width 0.5) (layer Bottom) (net 33) (tstamp 131336B0)) + (segment (start 77.5011 110.0036) (end 76.0011 108.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132170)) + (segment (start 76.0011 108.5036) (end 76.0011 106.9636) (width 0.5) (layer Bottom) (net 33) (tstamp 13133430)) + (segment (start 76.0011 106.9636) (end 75.5011 106.4636) (width 0.5) (layer Bottom) (net 33) (tstamp 131334D0)) + (segment (start 169.5011 91.5036) (end 169.5011 96.0036) (width 0.5) (layer Top) (net 33) (tstamp 131328F0)) + (segment (start 169.5011 96.0036) (end 165.0011 100.5036) (width 0.5) (layer Top) (net 33) (tstamp 13133930)) + (segment (start 165.0011 100.5036) (end 151.5011 100.5036) (width 0.5) (layer Top) (net 33) (tstamp 131339D0)) + (segment (start 151.5011 100.5036) (end 149.5011 102.5036) (width 0.5) (layer Top) (net 33) (tstamp 13133070)) + (segment (start 150.5011 103.5036) (end 149.5011 102.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133750)) + (segment (start 172.0011 103.5036) (end 150.5011 103.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133A70)) + (segment (start 167.7411 93.1936) (end 167.6911 93.1936) (width 0.5) (layer Bottom) (net 33) (tstamp 13132F30)) + (segment (start 167.6911 93.1936) (end 167.5011 93.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 131343D0)) + (segment (start 167.5011 93.0036) (end 167.5011 90.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132990)) + (segment (start 169.5011 91.5036) (end 168.0011 90.0036) (width 0.5) (layer Top) (net 33) (tstamp 13132A30)) + (segment (start 168.0011 90.0036) (end 167.5011 90.0036) (width 0.5) (layer Top) (net 33) (tstamp 13132670)) + (segment (start 168.0011 113.0036) (end 169.5011 113.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133B10)) + (segment (start 169.5011 113.0036) (end 170.5011 112.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132490)) + (segment (start 170.5011 112.0036) (end 170.5011 109.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133D90)) + (segment (start 170.5011 109.0036) (end 172.8011 107.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132530)) + (segment (start 172.8011 107.0036) (end 172.8011 104.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13133F70)) + (segment (start 172.8011 104.5036) (end 172.0011 103.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132AD0)) + (segment (start 77.5011 110.0036) (end 77.5011 110.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13134010)) + (segment (start 77.5011 110.5036) (end 77.5011 111.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13134150)) + (segment (start 76.0011 119.0036) (end 76.0011 112.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 131341F0)) + (segment (start 76.0011 112.5036) (end 77.5011 111.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13134470)) + (segment (start 76.0011 119.0036) (end 77.0011 120.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132CB0)) + (segment (start 77.0011 120.0036) (end 77.0011 124.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13134510)) + (segment (start 82.5811 111.5836) (end 81.5011 110.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 13132FD0)) + (segment (start 81.5011 110.5036) (end 77.5011 110.5036) (width 0.5) (layer Bottom) (net 33) (tstamp 131345B0)) + (segment (start 102.9561 101.1086) (end 106.1061 101.1086) (width 0.5) (layer Bottom) (net 33) (tstamp 131346F0)) + (segment (start 106.1061 101.1086) (end 114.7511 109.7536) (width 0.5) (layer Bottom) (net 33) (tstamp 13136C70)) + (segment (start 114.7511 109.7536) (end 114.7511 117.2536) (width 0.5) (layer Bottom) (net 33) (tstamp 13134FB0)) + (segment (start 114.7511 117.2536) (end 114.0011 118.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13135410)) + (segment (start 114.0011 118.0036) (end 96.0011 118.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 131350F0)) + (segment (start 96.0011 118.0036) (end 95.0011 119.0036) (width 0.5) (layer Bottom) (net 33) (tstamp 13135730)) + (segment (start 95.0011 119.0036) (end 95.0011 121.7036) (width 0.5) (layer Bottom) (net 33) (tstamp 13136810)) + (segment (start 95.0011 121.7036) (end 95.1111 121.8136) (width 0.5) (layer Bottom) (net 33) (tstamp 13134A10)) + (segment (start 83.2311 111.5836) (end 82.5811 111.5836) (width 0.5) (layer Bottom) (net 33) (tstamp 13136D10)) + (segment (start 165.5011 132.0036) (end 105.0011 132.0036) (width 0.5) (layer Top) (net 34) (tstamp 13135FF0)) + (segment (start 105.0011 132.0036) (end 98.0011 125.0036) (width 0.5) (layer Top) (net 34) (tstamp 131361D0)) + (via (at 98.0011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 34) (tstamp 13135870)) + (segment (start 98.0011 125.0036) (end 96.0011 127.0036) (width 0.5) (layer Bottom) (net 34) (tstamp 13134AB0)) + (segment (start 96.0011 127.0036) (end 78.5011 127.0036) (width 0.5) (layer Bottom) (net 34) (tstamp 13134B50)) + (segment (start 78.5011 127.0036) (end 76.0011 124.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13135AF0)) + (segment (start 86.9511 109.0536) (end 87.5011 109.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13135050)) + (segment (start 87.5011 109.5036) (end 87.5011 116.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13136B30)) + (via (at 75.5011 110.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 34) (tstamp 131366D0)) + (segment (start 73.5011 111.9711) (end 73.4836 114.9886) (width 0.5) (layer Bottom) (net 34) (tstamp 13136DB0)) + (segment (start 97.6511 121.8136) (end 97.6511 122.6536) (width 0.5) (layer Bottom) (net 34) (tstamp 13134BF0)) + (segment (start 97.6511 122.6536) (end 98.0011 122.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13134F10)) + (segment (start 98.0011 122.5036) (end 98.0011 125.0036) (width 0.5) (layer Bottom) (net 34) (tstamp 13135C30)) + (segment (start 86.5011 117.5036) (end 87.5011 116.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13136590)) + (segment (start 167.7411 108.4336) (end 167.7411 109.2636) (width 0.5) (layer Bottom) (net 34) (tstamp 13135E10)) + (segment (start 167.7411 109.2636) (end 165.5011 111.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 131359B0)) + (segment (start 165.5011 111.5036) (end 165.5011 119.0036) (width 0.5) (layer Bottom) (net 34) (tstamp 13137030)) + (via (at 165.5011 119.0036) (size 2) (drill 1) (layers Top Bottom) (net 34) (tstamp 13135A50)) + (segment (start 165.5011 119.0036) (end 165.5011 120.0036) (width 0.5) (layer Top) (net 34) (tstamp 13136A90)) + (segment (start 165.5011 120.0036) (end 166.0011 120.5036) (width 0.5) (layer Top) (net 34) (tstamp 13136270)) + (segment (start 166.0011 120.5036) (end 166.0011 131.5036) (width 0.5) (layer Top) (net 34) (tstamp 13134C90)) + (segment (start 166.0011 131.5036) (end 165.5011 132.0036) (width 0.5) (layer Top) (net 34) (tstamp 13135190)) + (segment (start 73.5011 111.9711) (end 73.5011 111.0036) (width 0.5) (layer Bottom) (net 34) (tstamp 13136130)) + (segment (start 73.5011 111.0036) (end 74.0011 110.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13136E50)) + (segment (start 74.0011 110.5036) (end 75.5011 110.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13136BD0)) + (segment (start 74.5011 119.0036) (end 74.5011 115.0061) (width 0.5) (layer Bottom) (net 34) (tstamp 13136770)) + (segment (start 74.5011 115.0061) (end 73.4836 114.9886) (width 0.5) (layer Bottom) (net 34) (tstamp 131348D0)) + (segment (start 75.5011 110.5036) (end 75.5011 115.0036) (width 0.5) (layer Top) (net 34) (tstamp 13136EF0)) + (segment (start 75.5011 115.0036) (end 76.2511 115.7536) (width 0.5) (layer Top) (net 34) (tstamp 13134DD0)) + (segment (start 76.2511 115.7536) (end 77.7511 115.7536) (width 0.5) (layer Top) (net 34) (tstamp 13135B90)) + (via (at 77.7511 115.7536) (size 2) (drill 1) (layers Top Bottom) (net 34) (tstamp 13136F90)) + (segment (start 77.7511 115.7536) (end 80.5011 115.7536) (width 0.5) (layer Bottom) (net 34) (tstamp 13135CD0)) + (segment (start 80.5011 115.7536) (end 82.0011 117.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13135D70)) + (segment (start 82.0011 117.5036) (end 86.5011 117.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 131357D0)) + (segment (start 74.5011 119.0036) (end 76.0011 120.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13134970)) + (segment (start 76.0011 120.5036) (end 76.0011 124.5036) (width 0.5) (layer Bottom) (net 34) (tstamp 13135230)) + (segment (start 85.7711 109.0436) (end 86.9411 109.0436) (width 0.5) (layer Bottom) (net 34) (tstamp 131352D0)) + (segment (start 86.9411 109.0436) (end 86.9511 109.0536) (width 0.5) (layer Bottom) (net 34) (tstamp 13134E70)) + (segment (start 106.5011 131.0036) (end 100.5011 125.0036) (width 0.5) (layer Top) (net 35) (tstamp 13136310)) + (via (at 100.5011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 35) (tstamp 131354B0)) + (segment (start 100.5011 125.0036) (end 100.5011 127.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 13135550)) + (segment (start 100.5011 127.0036) (end 99.5011 128.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 131368B0)) + (segment (start 99.5011 128.0036) (end 78.0011 128.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 131355F0)) + (segment (start 78.0011 128.0036) (end 73.5011 123.5036) (width 0.5) (layer Bottom) (net 35) (tstamp 13135690)) + (segment (start 73.5011 123.5036) (end 73.5011 122.4961) (width 0.5) (layer Bottom) (net 35) (tstamp 131363B0)) + (segment (start 73.5011 122.4961) (end 73.5011 121.5311) (width 0.5) (layer Bottom) (net 35) (tstamp 13136950)) + (segment (start 73.5011 121.5311) (end 73.4836 123.5136) (width 0.5) (layer Bottom) (net 35) (tstamp 13136450)) + (via (at 78.0011 107.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 35) (tstamp 131377B0)) + (via (at 72.5011 119.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 35) (tstamp 13138890)) + (segment (start 74.5011 107.5036) (end 73.5011 108.5036) (width 0.5) (layer Top) (net 35) (tstamp 13138930)) + (segment (start 100.1911 121.8136) (end 100.1911 124.6936) (width 0.5) (layer Bottom) (net 35) (tstamp 131391F0)) + (segment (start 100.1911 124.6936) (end 100.5011 125.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 13138A70)) + (segment (start 78.0011 107.5036) (end 74.5011 107.5036) (width 0.5) (layer Top) (net 35) (tstamp 13137350)) + (segment (start 165.2011 108.4336) (end 165.2011 108.8036) (width 0.5) (layer Bottom) (net 35) (tstamp 13139290)) + (segment (start 165.2011 108.8036) (end 163.5011 111.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 13139330)) + (segment (start 163.5011 111.0036) (end 163.5011 121.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 131389D0)) + (via (at 163.5011 121.0036) (size 2) (drill 1) (layers Top Bottom) (net 35) (tstamp 131372B0)) + (segment (start 163.5011 121.0036) (end 163.5011 122.5036) (width 0.5) (layer Top) (net 35) (tstamp 131393D0)) + (segment (start 163.5011 122.5036) (end 164.5011 123.5036) (width 0.5) (layer Top) (net 35) (tstamp 13139470)) + (segment (start 164.5011 123.5036) (end 164.5011 130.0036) (width 0.5) (layer Top) (net 35) (tstamp 13138B10)) + (segment (start 106.5011 131.0036) (end 163.5011 131.0036) (width 0.5) (layer Top) (net 35) (tstamp 131395B0)) + (segment (start 163.5011 131.0036) (end 164.5011 130.0036) (width 0.5) (layer Top) (net 35) (tstamp 131378F0)) + (segment (start 78.0011 107.5036) (end 79.5011 109.0436) (width 0.5) (layer Bottom) (net 35) (tstamp 131373F0)) + (segment (start 73.5011 108.5036) (end 73.5011 118.0036) (width 0.5) (layer Top) (net 35) (tstamp 13138CF0)) + (segment (start 73.5011 118.0036) (end 72.5011 119.0036) (width 0.5) (layer Top) (net 35) (tstamp 13138BB0)) + (segment (start 72.5011 119.0036) (end 73.5011 120.0036) (width 0.5) (layer Bottom) (net 35) (tstamp 13139510)) + (segment (start 73.5011 120.0036) (end 73.5011 121.5311) (width 0.5) (layer Bottom) (net 35) (tstamp 131396F0)) + (segment (start 73.5011 122.4961) (end 73.4836 123.5136) (width 0.5) (layer Bottom) (net 35) (tstamp 13138C50)) + (segment (start 83.2311 109.0436) (end 79.5011 109.0436) (width 0.5) (layer Bottom) (net 35) (tstamp 13137990)) + (via (at 162.5011 124.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 36) (tstamp 13137A30)) + (segment (start 162.5011 124.0036) (end 162.5011 129.0036) (width 0.5) (layer Top) (net 36) (tstamp 13137AD0)) + (segment (start 162.5011 129.0036) (end 161.5011 130.0036) (width 0.5) (layer Top) (net 36) (tstamp 13137FD0)) + (segment (start 161.5011 130.0036) (end 108.0011 130.0036) (width 0.5) (layer Top) (net 36) (tstamp 13139010)) + (segment (start 108.0011 130.0036) (end 103.0011 125.0036) (width 0.5) (layer Top) (net 36) (tstamp 13137210)) + (via (at 103.0011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 36) (tstamp 13139150)) + (segment (start 103.0011 125.0036) (end 103.0011 126.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13139650)) + (segment (start 103.0011 126.5036) (end 100.5011 129.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13137490)) + (segment (start 100.5011 129.0036) (end 79.5011 129.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 131381B0)) + (segment (start 73.5011 131.0561) (end 73.4836 132.0386) (width 0.5) (layer Bottom) (net 36) (tstamp 13139790)) + (segment (start 162.6611 123.8436) (end 162.5011 124.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13137B70)) + (segment (start 87.0011 106.5036) (end 88.5011 108.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13137170)) + (segment (start 88.5011 108.0036) (end 88.5011 117.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13137710)) + (segment (start 88.5011 117.5036) (end 87.5011 118.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13139830)) + (via (at 79.8011 119.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 36) (tstamp 131370D0)) + (via (at 73.5011 127.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 36) (tstamp 13137C10)) + (segment (start 73.5011 127.5036) (end 73.5011 131.0211) (width 0.5) (layer Bottom) (net 36) (tstamp 13137CB0)) + (segment (start 73.5011 131.0211) (end 73.4836 132.0386) (width 0.5) (layer Bottom) (net 36) (tstamp 13138ED0)) + (segment (start 102.7311 121.8136) (end 102.7311 124.7336) (width 0.5) (layer Bottom) (net 36) (tstamp 13138250)) + (segment (start 102.7311 124.7336) (end 103.0011 125.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138F70)) + (segment (start 77.5011 120.8036) (end 77.5011 123.5036) (width 0.5) (layer Top) (net 36) (tstamp 131390B0)) + (segment (start 77.5011 123.5036) (end 73.5011 127.5036) (width 0.5) (layer Top) (net 36) (tstamp 131387F0)) + (segment (start 162.6611 123.8436) (end 162.6611 123.1636) (width 0.5) (layer Bottom) (net 36) (tstamp 13137530)) + (segment (start 162.6611 123.1636) (end 161.5011 122.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 131375D0)) + (segment (start 161.5011 122.0036) (end 161.5011 110.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13137670)) + (segment (start 161.5011 110.5036) (end 162.5011 109.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138570)) + (segment (start 162.5011 109.5036) (end 162.5011 108.5936) (width 0.5) (layer Bottom) (net 36) (tstamp 13137D50)) + (segment (start 162.5011 108.5936) (end 162.6611 108.4336) (width 0.5) (layer Bottom) (net 36) (tstamp 13137E90)) + (segment (start 77.5011 120.8036) (end 79.8011 119.0036) (width 0.5) (layer Top) (net 36) (tstamp 131382F0)) + (segment (start 79.8011 119.0036) (end 80.0011 119.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138070)) + (segment (start 80.0011 119.0036) (end 80.5011 118.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138110)) + (segment (start 80.5011 118.5036) (end 87.5011 118.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138390)) + (segment (start 79.5011 129.0036) (end 76.5011 132.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138430)) + (segment (start 76.5011 132.0036) (end 73.5186 132.0036) (width 0.5) (layer Bottom) (net 36) (tstamp 13138610)) + (segment (start 73.5186 132.0036) (end 73.4836 132.0386) (width 0.5) (layer Bottom) (net 36) (tstamp 131386B0)) + (segment (start 85.7711 106.5036) (end 87.0011 106.5036) (width 0.5) (layer Bottom) (net 36) (tstamp 1313BDB0)) + (via (at 160.0011 124.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 37) (tstamp 1313A0F0)) + (segment (start 160.0011 124.0036) (end 160.0011 128.0036) (width 0.5) (layer Top) (net 37) (tstamp 1313AB90)) + (segment (start 160.0011 128.0036) (end 159.0011 129.0036) (width 0.5) (layer Top) (net 37) (tstamp 1313AA50)) + (segment (start 159.0011 129.0036) (end 109.5011 129.0036) (width 0.5) (layer Top) (net 37) (tstamp 1313AAF0)) + (segment (start 109.5011 129.0036) (end 105.5011 125.0036) (width 0.5) (layer Top) (net 37) (tstamp 1313AD70)) + (via (at 105.5011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 37) (tstamp 1313BBD0)) + (segment (start 105.5011 125.0036) (end 105.5011 127.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 13139AB0)) + (segment (start 105.5011 127.0036) (end 102.5011 130.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 13139B50)) + (segment (start 65.0011 136.0036) (end 64.0011 135.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313AC30)) + (segment (start 64.0011 135.0036) (end 64.0011 107.5036) (width 0.5) (layer Bottom) (net 37) (tstamp 13139FB0)) + (segment (start 64.0011 107.5036) (end 63.0011 106.4636) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B630)) + (segment (start 63.0011 106.4636) (end 59.2836 106.4636) (width 0.5) (layer Bottom) (net 37) (tstamp 1313ACD0)) + (segment (start 160.1211 108.4336) (end 160.1211 123.8836) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B590)) + (segment (start 160.1211 123.8836) (end 160.0011 124.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B6D0)) + (segment (start 76.0011 101.5036) (end 66.5011 101.5036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313AE10)) + (segment (start 105.2711 121.8136) (end 105.2711 124.7736) (width 0.5) (layer Bottom) (net 37) (tstamp 1313AEB0)) + (segment (start 105.2711 124.7736) (end 105.5011 125.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B810)) + (segment (start 65.0011 136.0036) (end 76.0011 136.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B8B0)) + (segment (start 76.0011 136.0036) (end 79.0011 133.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313BB30)) + (segment (start 79.0011 133.0036) (end 79.0011 131.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313BC70)) + (segment (start 79.0011 131.0036) (end 80.0011 130.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313AF50)) + (segment (start 80.0011 130.0036) (end 102.5011 130.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313A190)) + (segment (start 76.0011 101.5036) (end 81.0111 106.5136) (width 0.5) (layer Bottom) (net 37) (tstamp 1313A410)) + (segment (start 105.5011 121.5836) (end 105.2711 121.8136) (width 0.5) (layer Bottom) (net 37) (tstamp 1313A230)) + (segment (start 66.5011 101.5036) (end 64.0011 104.0036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313A730)) + (segment (start 64.0011 104.0036) (end 64.0011 105.4636) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B950)) + (segment (start 64.0011 105.4636) (end 63.0011 106.4636) (width 0.5) (layer Bottom) (net 37) (tstamp 13139A10)) + (segment (start 83.2311 106.5036) (end 81.0211 106.5036) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B270)) + (segment (start 81.0211 106.5036) (end 81.0111 106.5136) (width 0.5) (layer Bottom) (net 37) (tstamp 1313B090)) + (via (at 157.5011 124.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 38) (tstamp 1313B130)) + (segment (start 157.5011 124.0036) (end 157.5011 127.0036) (width 0.5) (layer Top) (net 38) (tstamp 13139BF0)) + (segment (start 157.5011 127.0036) (end 156.5011 128.0036) (width 0.5) (layer Top) (net 38) (tstamp 1313A870)) + (segment (start 156.5011 128.0036) (end 111.0011 128.0036) (width 0.5) (layer Top) (net 38) (tstamp 1313BD10)) + (segment (start 111.0011 128.0036) (end 108.0011 125.0036) (width 0.5) (layer Top) (net 38) (tstamp 1313B310)) + (via (at 108.0011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 38) (tstamp 1313BA90)) + (segment (start 108.0011 125.0036) (end 108.0011 127.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313BE50)) + (segment (start 108.0011 127.0036) (end 104.0011 131.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313BEF0)) + (segment (start 64.0011 137.0036) (end 63.0011 136.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313B1D0)) + (segment (start 63.0011 136.0036) (end 63.0011 118.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A690)) + (segment (start 157.5811 108.4336) (end 157.5811 123.9236) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A4B0)) + (segment (start 157.5811 123.9236) (end 157.5011 124.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 13139DD0)) + (via (at 59.5011 110.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 38) (tstamp 1313B3B0)) + (segment (start 59.5011 110.0036) (end 59.5011 113.7711) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A550)) + (segment (start 59.5011 113.7711) (end 59.2836 114.9886) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A2D0)) + (segment (start 107.8111 121.8136) (end 107.8111 124.8136) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A5F0)) + (segment (start 107.8111 124.8136) (end 108.0011 125.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 13139C90)) + (segment (start 64.0011 137.0036) (end 76.5011 137.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313B4F0)) + (segment (start 76.5011 137.0036) (end 80.0011 133.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313BF90)) + (segment (start 80.0011 133.5036) (end 80.0011 131.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A910)) + (segment (start 80.0011 131.5036) (end 80.5011 131.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313A9B0)) + (segment (start 80.5011 131.0036) (end 104.0011 131.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C030)) + (segment (start 89.5011 100.0036) (end 89.0011 100.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 13139970)) + (segment (start 89.0011 100.5036) (end 89.0011 102.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 13139E70)) + (segment (start 89.0011 102.5036) (end 87.5011 104.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313CE90)) + (segment (start 87.5011 104.0036) (end 85.8111 104.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C5D0)) + (segment (start 100.4161 101.1086) (end 100.4161 101.0886) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D610)) + (segment (start 100.4161 101.0886) (end 101.5011 98.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C210)) + (segment (start 101.5011 98.5036) (end 105.0011 98.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313DBB0)) + (segment (start 105.0011 98.5036) (end 115.9011 109.4036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C990)) + (segment (start 115.9011 109.4036) (end 115.9011 117.6036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C670)) + (segment (start 115.9011 117.6036) (end 114.5011 119.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D390)) + (segment (start 114.5011 119.0036) (end 109.5011 119.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C710)) + (segment (start 109.5011 119.0036) (end 107.5011 121.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C0D0)) + (segment (start 107.5011 121.0036) (end 107.5011 121.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C7B0)) + (segment (start 107.5011 121.5036) (end 107.8111 121.8136) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D570)) + (segment (start 59.5011 110.0036) (end 62.5011 110.0036) (width 0.5) (layer Top) (net 38) (tstamp 1313D890)) + (segment (start 62.5011 110.0036) (end 64.0011 108.5036) (width 0.5) (layer Top) (net 38) (tstamp 1313C3F0)) + (segment (start 64.0011 108.5036) (end 64.0011 104.0036) (width 0.5) (layer Top) (net 38) (tstamp 1313CD50)) + (segment (start 64.0011 104.0036) (end 66.5011 101.5036) (width 0.5) (layer Top) (net 38) (tstamp 1313C850)) + (segment (start 66.5011 101.5036) (end 74.5011 101.5036) (width 0.5) (layer Top) (net 38) (tstamp 1313C8F0)) + (via (at 78.0011 98.0036) (size 2) (drill 1) (layers Top Bottom) (net 38) (tstamp 1313C490)) + (segment (start 74.5011 101.5036) (end 78.0011 98.0036) (width 0.5) (layer Top) (net 38) (tstamp 1313DE30)) + (segment (start 89.5011 100.0036) (end 89.5011 95.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D4D0)) + (segment (start 89.5011 95.5036) (end 88.5011 94.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D430)) + (segment (start 88.5011 94.5036) (end 88.5011 93.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D070)) + (segment (start 88.5011 93.0036) (end 88.0011 92.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313CA30)) + (segment (start 88.0011 92.5036) (end 80.0011 92.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C170)) + (segment (start 80.0011 92.5036) (end 78.0011 94.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313CAD0)) + (segment (start 78.0011 94.5036) (end 78.0011 98.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C530)) + (segment (start 63.0011 118.5036) (end 60.0011 115.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313C2B0)) + (segment (start 60.0011 115.5036) (end 59.7986 115.5036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D110)) + (segment (start 59.7986 115.5036) (end 59.2836 114.9886) (width 0.5) (layer Bottom) (net 38) (tstamp 1313CDF0)) + (segment (start 85.7711 103.9636) (end 85.8111 104.0036) (width 0.5) (layer Bottom) (net 38) (tstamp 1313D2F0)) + (via (at 155.0011 124.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 39) (tstamp 1313CC10)) + (segment (start 155.0011 124.0036) (end 155.0011 126.0036) (width 0.5) (layer Top) (net 39) (tstamp 1313CFD0)) + (segment (start 155.0011 126.0036) (end 154.0011 127.0036) (width 0.5) (layer Top) (net 39) (tstamp 1313CCB0)) + (segment (start 154.0011 127.0036) (end 112.5011 127.0036) (width 0.5) (layer Top) (net 39) (tstamp 1313DA70)) + (segment (start 112.5011 127.0036) (end 110.5011 125.0036) (width 0.5) (layer Top) (net 39) (tstamp 1313D250)) + (via (at 110.5011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 39) (tstamp 1313D6B0)) + (segment (start 110.5011 125.0036) (end 110.5011 126.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1313D7F0)) + (segment (start 110.5011 126.5036) (end 105.0011 132.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1313D750)) + (segment (start 63.0011 138.0036) (end 62.0011 137.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1313DC50)) + (segment (start 62.0011 137.0036) (end 62.0011 126.2311) (width 0.5) (layer Bottom) (net 39) (tstamp 1313D930)) + (segment (start 155.0411 123.9636) (end 155.0011 124.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1313D9D0)) + (via (at 78.5011 101.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 39) (tstamp 1313DB10)) + (via (at 59.5011 118.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 39) (tstamp 1313DCF0)) + (segment (start 110.3511 121.8136) (end 110.3511 124.8536) (width 0.5) (layer Bottom) (net 39) (tstamp 1313DED0)) + (segment (start 110.3511 124.8536) (end 110.5011 125.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E170)) + (segment (start 63.0011 138.0036) (end 77.0011 138.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E490)) + (segment (start 77.0011 138.0036) (end 81.0011 134.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311FF70)) + (segment (start 81.0011 134.0036) (end 81.0011 132.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E7B0)) + (segment (start 81.0011 132.5036) (end 81.5011 132.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E990)) + (segment (start 81.5011 132.0036) (end 105.0011 132.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E530)) + (segment (start 155.0411 123.9636) (end 155.0411 122.4636) (width 0.5) (layer Bottom) (net 39) (tstamp 1311F7F0)) + (segment (start 155.0411 122.4636) (end 156.5011 121.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311F890)) + (segment (start 156.5011 121.0036) (end 156.5011 112.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 131205B0)) + (segment (start 156.5011 112.0036) (end 155.0011 110.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E850)) + (segment (start 155.0011 110.5036) (end 155.0011 108.4736) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E2B0)) + (segment (start 155.0011 108.4736) (end 155.0411 108.4336) (width 0.5) (layer Bottom) (net 39) (tstamp 131200B0)) + (segment (start 64.0011 112.5036) (end 66.0011 110.5036) (width 0.5) (layer Top) (net 39) (tstamp 1311E710)) + (segment (start 66.0011 110.5036) (end 70.0011 110.5036) (width 0.5) (layer Top) (net 39) (tstamp 1311ECB0)) + (segment (start 70.0011 110.5036) (end 75.5011 105.0036) (width 0.5) (layer Top) (net 39) (tstamp 13120470)) + (segment (start 75.5011 105.0036) (end 77.0011 105.0036) (width 0.5) (layer Top) (net 39) (tstamp 13120650)) + (segment (start 77.0011 105.0036) (end 78.5011 103.5036) (width 0.5) (layer Top) (net 39) (tstamp 1311F570)) + (segment (start 78.5011 103.5036) (end 78.5011 101.5036) (width 0.5) (layer Top) (net 39) (tstamp 1311EE90)) + (segment (start 80.9611 103.9636) (end 78.5011 101.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311EC10)) + (segment (start 78.5011 101.5036) (end 76.0011 99.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E5D0)) + (segment (start 76.0011 99.0036) (end 76.0011 95.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E210)) + (segment (start 76.0011 95.0036) (end 79.5011 91.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311F390)) + (segment (start 79.5011 91.5036) (end 88.5011 91.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311ED50)) + (segment (start 88.5011 91.5036) (end 89.5011 92.5036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311F610)) + (segment (start 89.5011 92.5036) (end 89.5011 94.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311FCF0)) + (segment (start 89.5011 94.0036) (end 91.5011 96.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 1311FA70)) + (segment (start 91.5011 96.0036) (end 92.5011 96.0036) (width 0.5) (layer Bottom) (net 39) (tstamp 13120510)) + (segment (start 92.5011 96.0036) (end 95.3361 98.8386) (width 0.5) (layer Bottom) (net 39) (tstamp 131206F0)) + (segment (start 95.3361 101.1086) (end 95.3361 98.8386) (width 0.5) (layer Bottom) (net 39) (tstamp 1311E8F0)) + (segment (start 59.5011 118.5036) (end 59.5011 123.2961) (width 0.5) (layer Bottom) (net 39) (tstamp 1311FBB0)) + (segment (start 59.5011 123.2961) (end 59.2836 123.5136) (width 0.5) (layer Bottom) (net 39) (tstamp 1311F4D0)) + (segment (start 62.0011 126.2311) (end 59.2836 123.5136) (width 0.5) (layer Bottom) (net 39) (tstamp 13120790)) + (segment (start 64.0011 112.5036) (end 64.0011 117.5036) (width 0.5) (layer Top) (net 39) (tstamp 13120330)) + (segment (start 59.5011 118.5036) (end 63.0011 118.5036) (width 0.5) (layer Top) (net 39) (tstamp 1311EDF0)) + (segment (start 63.0011 118.5036) (end 64.0011 117.5036) (width 0.5) (layer Top) (net 39) (tstamp 1311EA30)) + (segment (start 83.2311 103.9636) (end 80.9611 103.9636) (width 0.5) (layer Bottom) (net 39) (tstamp 1311EB70)) + (via (at 152.5011 124.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 40) (tstamp 1311F6B0)) + (segment (start 152.5011 124.0036) (end 151.0011 126.0036) (width 0.5) (layer Top) (net 40) (tstamp 1311F2F0)) + (via (at 113.0011 125.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 40) (tstamp 1311EAD0)) + (segment (start 62.5011 139.0036) (end 59.5011 136.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 1311EF30)) + (segment (start 59.5011 136.0036) (end 59.5011 131.2561) (width 0.5) (layer Bottom) (net 40) (tstamp 1311EFD0)) + (segment (start 59.5011 131.2561) (end 59.2836 132.0386) (width 0.5) (layer Bottom) (net 40) (tstamp 1311FD90)) + (segment (start 113.0011 125.0036) (end 114.0011 126.0036) (width 0.5) (layer Top) (net 40) (tstamp 1311F070)) + (segment (start 114.0011 126.0036) (end 151.0011 126.0036) (width 0.5) (layer Top) (net 40) (tstamp 13120830)) + (segment (start 106.0011 133.0036) (end 113.0011 126.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 1311FE30)) + (segment (start 113.0011 126.0036) (end 113.0011 125.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 1311E0D0)) + (via (at 86.7511 94.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 40) (tstamp 1311F110)) + (segment (start 74.5011 122.5036) (end 70.0011 127.5036) (width 0.5) (layer Top) (net 40) (tstamp 1311F1B0)) + (segment (start 70.0011 127.5036) (end 59.5011 127.5036) (width 0.5) (layer Top) (net 40) (tstamp 1311F930)) + (via (at 59.5011 127.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 40) (tstamp 1311FB10)) + (segment (start 59.5011 127.5036) (end 59.5011 130.8211) (width 0.5) (layer Bottom) (net 40) (tstamp 1311F250)) + (segment (start 59.5011 130.8211) (end 59.2836 132.0386) (width 0.5) (layer Bottom) (net 40) (tstamp 1311F430)) + (segment (start 112.8911 121.8136) (end 112.8911 124.3936) (width 0.5) (layer Bottom) (net 40) (tstamp 13120010)) + (segment (start 112.8911 124.3936) (end 113.0011 125.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 1311E350)) + (segment (start 62.5011 139.0036) (end 77.5011 139.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 13120150)) + (segment (start 77.5011 139.0036) (end 82.0011 134.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 1311FED0)) + (segment (start 82.0011 134.5036) (end 82.0011 133.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 131203D0)) + (segment (start 82.0011 133.5036) (end 82.5011 133.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 131201F0)) + (segment (start 82.5011 133.0036) (end 106.0011 133.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 131229F0)) + (segment (start 152.5011 124.0036) (end 152.5011 123.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122270)) + (segment (start 152.5011 123.5036) (end 155.5011 120.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13120B50)) + (segment (start 155.5011 120.5036) (end 155.5011 112.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122A90)) + (segment (start 155.5011 112.5036) (end 153.0011 110.0036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122B30)) + (segment (start 153.0011 110.0036) (end 153.0011 108.9336) (width 0.5) (layer Bottom) (net 40) (tstamp 13122090)) + (segment (start 153.0011 108.9336) (end 152.5011 108.4336) (width 0.5) (layer Bottom) (net 40) (tstamp 13120F10)) + (segment (start 97.8761 101.1086) (end 97.8761 97.8786) (width 0.5) (layer Bottom) (net 40) (tstamp 13121C30)) + (segment (start 97.8761 97.8786) (end 95.5011 95.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122590)) + (segment (start 95.5011 95.5036) (end 94.4011 95.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122630)) + (via (at 91.5011 93.2036) (size 2) (drill 1) (layers Top Bottom) (net 40) (tstamp 13122BD0)) + (segment (start 91.5011 93.2036) (end 93.2011 93.2036) (width 0.5) (layer Bottom) (net 40) (tstamp 131217D0)) + (segment (start 93.2011 93.2036) (end 93.5011 93.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122130)) + (segment (start 93.5011 93.5036) (end 93.5011 94.6036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122C70)) + (segment (start 93.5011 94.6036) (end 94.4011 95.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 13122D10)) + (segment (start 85.8761 95.3786) (end 86.7511 94.5036) (width 0.5) (layer Bottom) (net 40) (tstamp 131221D0)) + (segment (start 91.5011 93.2036) (end 88.0511 93.2036) (width 0.5) (layer Top) (net 40) (tstamp 13122DB0)) + (segment (start 88.0511 93.2036) (end 86.7511 94.5036) (width 0.5) (layer Top) (net 40) (tstamp 13120FB0)) + (segment (start 87.5011 115.0036) (end 87.5011 95.2536) (width 0.5) (layer Top) (net 40) (tstamp 13120AB0)) + (segment (start 87.5011 95.2536) (end 86.7511 94.5036) (width 0.5) (layer Top) (net 40) (tstamp 131228B0)) + (segment (start 74.5011 122.5036) (end 74.5011 121.0036) (width 0.5) (layer Top) (net 40) (tstamp 13122E50)) + (segment (start 83.0011 117.0036) (end 83.5011 116.5036) (width 0.5) (layer Top) (net 40) (tstamp 13122EF0)) + (segment (start 83.5011 116.5036) (end 86.0011 116.5036) (width 0.5) (layer Top) (net 40) (tstamp 13122310)) + (segment (start 86.0011 116.5036) (end 87.5011 115.0036) (width 0.5) (layer Top) (net 40) (tstamp 13122F90)) + (segment (start 74.5011 121.0036) (end 78.0011 117.5036) (width 0.5) (layer Top) (net 40) (tstamp 13121050)) + (segment (start 78.0011 117.5036) (end 78.5011 117.5036) (width 0.5) (layer Top) (net 40) (tstamp 13120BF0)) + (segment (start 78.5011 117.5036) (end 79.0011 117.0036) (width 0.5) (layer Top) (net 40) (tstamp 13122950)) + (segment (start 79.0011 117.0036) (end 83.0011 117.0036) (width 0.5) (layer Top) (net 40) (tstamp 131210F0)) + (segment (start 85.7711 101.4236) (end 85.7711 95.4836) (width 0.5) (layer Bottom) (net 40) (tstamp 13121E10)) + (segment (start 85.7711 95.4836) (end 85.8761 95.3786) (width 0.5) (layer Bottom) (net 40) (tstamp 131224F0)) + (segment (start 174.7011 100.6036) (end 153.7011 100.6036) (width 0.5) (layer Bottom) (net 25) (tstamp 131208D0)) + (segment (start 153.7011 100.6036) (end 147.5011 95.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13120970)) + (segment (start 147.5011 95.5036) (end 147.5011 93.2736) (width 0.5) (layer Bottom) (net 25) (tstamp 13121870)) + (segment (start 147.5011 93.2736) (end 147.4211 93.1936) (width 0.5) (layer Bottom) (net 25) (tstamp 13121CD0)) + (segment (start 174.7011 100.6036) (end 175.7011 101.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13120A10)) + (segment (start 175.7011 101.5036) (end 175.7011 107.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121D70)) + (segment (start 175.7011 107.5036) (end 177.5011 109.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13122770)) + (segment (start 177.5011 109.5036) (end 182.5011 109.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 131226D0)) + (segment (start 119.0011 61.5036) (end 113.5011 61.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13120D30)) + (segment (start 113.5011 61.5036) (end 109.5011 57.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13120DD0)) + (segment (start 109.5011 57.5036) (end 109.5011 53.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13122810)) + (segment (start 147.4211 93.1936) (end 147.4211 68.9236) (width 0.5) (layer Bottom) (net 25) (tstamp 131223B0)) + (segment (start 147.4211 68.9236) (end 141.5011 63.0036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121230)) + (segment (start 141.5011 63.0036) (end 140.5011 63.0036) (width 0.5) (layer Bottom) (net 25) (tstamp 131212D0)) + (segment (start 140.5011 63.0036) (end 139.0011 64.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121370)) + (segment (start 139.0011 64.5036) (end 135.5011 64.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 131215F0)) + (segment (start 135.5011 64.5036) (end 134.5011 63.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121410)) + (segment (start 134.5011 63.5036) (end 121.0011 63.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 131214B0)) + (segment (start 121.0011 63.5036) (end 119.0011 61.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13122450)) + (segment (start 182.5011 109.5036) (end 187.0011 105.0036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121910)) + (segment (start 187.0011 105.0036) (end 187.0011 101.2536) (width 0.5) (layer Bottom) (net 25) (tstamp 13121550)) + (segment (start 187.0011 101.2536) (end 187.0311 101.2236) (width 0.5) (layer Bottom) (net 25) (tstamp 13121EB0)) + (segment (start 109.5011 53.5036) (end 110.5011 52.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121690)) + (segment (start 110.5011 52.5036) (end 112.1411 52.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121730)) + (segment (start 112.2011 52.4436) (end 112.1411 52.5036) (width 0.5) (layer Bottom) (net 25) (tstamp 13121A50)) + (segment (start 176.2011 99.6036) (end 154.7011 99.6036) (width 0.5) (layer Bottom) (net 26) (tstamp 13121FF0)) + (segment (start 154.7011 99.6036) (end 150.0011 95.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13123FD0)) + (segment (start 150.0011 95.5036) (end 150.0011 93.2336) (width 0.5) (layer Bottom) (net 26) (tstamp 13123CB0)) + (segment (start 150.0011 93.2336) (end 149.9611 93.1936) (width 0.5) (layer Bottom) (net 26) (tstamp 13124610)) + (segment (start 176.2011 99.6036) (end 177.0011 100.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124CF0)) + (segment (start 177.0011 100.5036) (end 177.0011 107.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124A70)) + (segment (start 177.0011 107.0036) (end 178.5011 108.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13125510)) + (segment (start 178.5011 108.5036) (end 181.5011 108.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 131256F0)) + (segment (start 181.5011 108.5036) (end 184.5011 105.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124D90)) + (segment (start 149.9611 93.1936) (end 149.9611 87.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13123F30)) + (segment (start 117.0011 59.0036) (end 118.0011 59.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13125290)) + (segment (start 118.0011 59.0036) (end 121.5011 62.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124BB0)) + (segment (start 121.5011 62.5036) (end 135.0011 62.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 131251F0)) + (segment (start 135.0011 62.5036) (end 136.0011 63.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124B10)) + (segment (start 136.0011 63.5036) (end 138.5011 63.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 13123350)) + (segment (start 138.5011 63.5036) (end 140.0011 62.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124ED0)) + (segment (start 140.0011 62.0036) (end 142.0011 62.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13125470)) + (segment (start 142.0011 62.0036) (end 148.5011 68.5036) (width 0.5) (layer Bottom) (net 26) (tstamp 131238F0)) + (segment (start 148.5011 68.5036) (end 148.5011 85.5436) (width 0.5) (layer Bottom) (net 26) (tstamp 13123710)) + (segment (start 148.5011 85.5436) (end 149.9611 87.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124C50)) + (segment (start 117.0011 59.0036) (end 115.0011 57.0036) (width 0.5) (layer Bottom) (net 26) (tstamp 13124E30)) + (segment (start 184.5011 105.5036) (end 184.5011 101.2336) (width 0.5) (layer Bottom) (net 26) (tstamp 13124F70)) + (segment (start 184.5011 101.2336) (end 184.4911 101.2236) (width 0.5) (layer Bottom) (net 26) (tstamp 13123D50)) + (segment (start 115.0011 57.0036) (end 115.0011 55.2436) (width 0.5) (layer Bottom) (net 26) (tstamp 131255B0)) + (segment (start 114.7411 54.9836) (end 115.0011 55.2436) (width 0.5) (layer Bottom) (net 26) (tstamp 13125010)) + (segment (start 162.6611 93.1936) (end 162.6611 89.6636) (width 0.5) (layer Bottom) (net 31) (tstamp 13123170)) + (segment (start 162.6611 89.6636) (end 157.0011 84.0036) (width 0.5) (layer Bottom) (net 31) (tstamp 131237B0)) + (segment (start 157.0011 84.0036) (end 155.0011 84.0036) (width 0.5) (layer Bottom) (net 31) (tstamp 13125330)) + (segment (start 155.0011 84.0036) (end 153.5011 82.5036) (width 0.5) (layer Bottom) (net 31) (tstamp 131253D0)) + (via (at 134.5011 51.0036) (size 2) (drill 1) (layers Top Bottom) (net 31) (tstamp 13125650)) + (segment (start 134.5011 51.0036) (end 129.5011 51.0036) (width 0.5) (layer Top) (net 31) (tstamp 13123E90)) + (via (at 129.5011 51.0036) (size 2) (drill 1) (layers Top Bottom) (net 31) (tstamp 13124930)) + (segment (start 153.5011 82.5036) (end 153.5011 66.0036) (width 0.5) (layer Bottom) (net 31) (tstamp 131244D0)) + (segment (start 153.5011 66.0036) (end 144.0011 56.5036) (width 0.5) (layer Bottom) (net 31) (tstamp 13125790)) + (segment (start 144.0011 56.5036) (end 137.0011 56.5036) (width 0.5) (layer Bottom) (net 31) (tstamp 13124570)) + (segment (start 134.5011 51.0036) (end 134.5011 54.0036) (width 0.5) (layer Bottom) (net 31) (tstamp 131250B0)) + (segment (start 134.5011 54.0036) (end 137.0011 56.5036) (width 0.5) (layer Bottom) (net 31) (tstamp 13123C10)) + (segment (start 119.8211 51.1836) (end 120.5011 50.5036) (width 0.5) (layer Bottom) (net 31) (tstamp 13123A30)) + (segment (start 120.5011 50.5036) (end 129.0011 50.5036) (width 0.5) (layer Bottom) (net 31) (tstamp 13124070)) + (segment (start 129.0011 50.5036) (end 129.5011 51.0036) (width 0.5) (layer Bottom) (net 31) (tstamp 13125150)) + (segment (start 119.8211 51.1836) (end 119.8211 52.4436) (width 0.5) (layer Bottom) (net 31) (tstamp 13123AD0)) + (segment (start 165.2011 93.1936) (end 165.2011 90.7036) (width 0.5) (layer Bottom) (net 32) (tstamp 131246B0)) + (segment (start 157.5011 83.0036) (end 155.5011 83.0036) (width 0.5) (layer Bottom) (net 32) (tstamp 13123850)) + (segment (start 155.5011 83.0036) (end 154.5011 82.0036) (width 0.5) (layer Bottom) (net 32) (tstamp 131235D0)) + (via (at 138.0011 54.5036) (size 2) (drill 1) (layers Top Bottom) (net 32) (tstamp 131233F0)) + (via (at 129.5011 56.0036) (size 2) (drill 1) (layers Top Bottom) (net 32) (tstamp 13124110)) + (segment (start 154.5011 82.0036) (end 154.5011 65.5036) (width 0.5) (layer Bottom) (net 32) (tstamp 13124890)) + (segment (start 154.5011 65.5036) (end 144.5011 55.5036) (width 0.5) (layer Bottom) (net 32) (tstamp 131230D0)) + (segment (start 144.5011 55.5036) (end 139.5011 55.5036) (width 0.5) (layer Bottom) (net 32) (tstamp 13123B70)) + (segment (start 139.5011 55.5036) (end 138.0011 54.5036) (width 0.5) (layer Bottom) (net 32) (tstamp 13123490)) + (segment (start 129.5011 56.0036) (end 136.5011 56.0036) (width 0.5) (layer Top) (net 32) (tstamp 13123530)) + (segment (start 136.5011 56.0036) (end 138.0011 54.5036) (width 0.5) (layer Top) (net 32) (tstamp 131241B0)) + (segment (start 124.9811 54.9836) (end 126.0011 56.0036) (width 0.5) (layer Bottom) (net 32) (tstamp 13124250)) + (segment (start 126.0011 56.0036) (end 129.5011 56.0036) (width 0.5) (layer Bottom) (net 32) (tstamp 13124750)) + (segment (start 157.5011 83.0036) (end 165.2011 90.7036) (width 0.5) (layer Bottom) (net 32) (tstamp 131247F0)) + (segment (start 122.3611 54.9836) (end 124.9811 54.9836) (width 0.5) (layer Bottom) (net 32) (tstamp 13124390)) + (segment (start 223.6536 106.4636) (end 221.6536 106.4636) (width 0.5) (layer Bottom) (net 44) (tstamp 13126050)) + (segment (start 221.6536 106.4636) (end 221.0011 107.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126FF0)) + (segment (start 221.0011 107.0036) (end 221.0011 108.1536) (width 0.5) (layer Bottom) (net 44) (tstamp 131271D0)) + (segment (start 221.0011 108.1536) (end 221.0011 113.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126870)) + (segment (start 221.0011 113.0036) (end 220.5011 113.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 131269B0)) + (segment (start 220.2511 121.7536) (end 219.0011 123.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127DB0)) + (segment (start 219.0011 123.0036) (end 219.0011 125.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 131274F0)) + (segment (start 219.0011 125.0036) (end 218.0011 126.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 131258D0)) + (segment (start 218.0011 126.0036) (end 213.5011 126.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125FB0)) + (segment (start 213.5011 126.0036) (end 207.5011 120.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127310)) + (segment (start 207.5011 120.0036) (end 194.2011 120.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127630)) + (segment (start 192.9011 126.0036) (end 136.0011 126.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125C90)) + (segment (start 174.6111 113.1936) (end 175.0011 114.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 131267D0)) + (segment (start 175.0011 114.0036) (end 175.0011 117.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125F10)) + (segment (start 175.0011 117.0036) (end 176.0011 118.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 131279F0)) + (segment (start 176.0011 118.0036) (end 193.0011 118.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127A90)) + (segment (start 194.2011 120.0036) (end 194.2011 124.8036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127D10)) + (segment (start 192.9011 126.0036) (end 194.2011 124.8036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126910)) + (segment (start 137.0011 108.6936) (end 137.0011 111.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 131264B0)) + (segment (start 137.0011 111.0036) (end 134.0011 114.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126E10)) + (segment (start 134.0011 114.0036) (end 134.0011 124.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126730)) + (segment (start 134.0011 124.0036) (end 136.0011 126.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127BD0)) + (segment (start 136.0011 102.0036) (end 135.5011 101.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 131260F0)) + (segment (start 135.5011 101.5036) (end 129.0011 101.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125DD0)) + (segment (start 129.0011 101.5036) (end 127.5011 100.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125E70)) + (segment (start 127.5011 100.0036) (end 127.5011 98.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126CD0)) + (segment (start 127.5011 98.5036) (end 127.0011 98.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127F90)) + (segment (start 127.0011 98.0036) (end 117.5011 98.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126A50)) + (segment (start 117.5011 98.0036) (end 112.0011 92.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126B90)) + (segment (start 112.0011 92.5036) (end 112.0011 88.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126D70)) + (segment (start 112.0011 88.0036) (end 109.5011 85.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126410)) + (segment (start 109.5011 85.5036) (end 108.5011 85.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126550)) + (segment (start 108.5011 85.5036) (end 107.5011 84.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127450)) + (segment (start 107.5011 84.5036) (end 88.0011 84.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127C70)) + (segment (start 88.0011 84.5036) (end 86.0011 86.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127B30)) + (via (at 86.0011 86.5036) (size 2) (drill 1) (layers Top Bottom) (net 44) (tstamp 13127590)) + (segment (start 86.0011 86.5036) (end 84.5011 85.0036) (width 0.5) (layer Top) (net 44) (tstamp 131276D0)) + (segment (start 84.5011 85.0036) (end 82.0011 85.0036) (width 0.5) (layer Top) (net 44) (tstamp 13126C30)) + (segment (start 82.0011 85.0036) (end 77.5011 89.5036) (width 0.5) (layer Top) (net 44) (tstamp 13127E50)) + (segment (start 77.5011 89.5036) (end 74.1521 89.5036) (width 0.5) (layer Top) (net 44) (tstamp 13127770)) + (segment (start 137.2611 108.4336) (end 137.2611 107.2636) (width 0.5) (layer Bottom) (net 44) (tstamp 131262D0)) + (segment (start 137.2611 107.2636) (end 136.0011 106.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13126EB0)) + (segment (start 136.0011 106.0036) (end 136.0011 102.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127810)) + (segment (start 137.2611 108.4336) (end 137.0011 108.6936) (width 0.5) (layer Bottom) (net 44) (tstamp 13127090)) + (segment (start 193.0011 118.0036) (end 194.2011 119.2036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125BF0)) + (segment (start 194.2011 120.0036) (end 194.2011 119.2036) (width 0.5) (layer Bottom) (net 44) (tstamp 13128030)) + (segment (start 220.2511 121.7536) (end 220.2511 119.0036) (width 0.5) (layer Bottom) (net 44) (tstamp 13127EF0)) + (segment (start 220.2511 119.0036) (end 220.5011 118.7536) (width 0.5) (layer Bottom) (net 44) (tstamp 13126190)) + (segment (start 220.5011 118.7536) (end 220.5011 113.5036) (width 0.5) (layer Bottom) (net 44) (tstamp 13125D30)) + (segment (start 214.8511 108.1536) (end 221.0011 108.1536) (width 0.5) (layer Bottom) (net 44) (tstamp 13126230)) + (segment (start 214.2511 108.7536) (end 214.8511 108.1536) (width 0.5) (layer Bottom) (net 44) (tstamp 131265F0)) + (segment (start 214.1111 109.2036) (end 214.1111 108.8936) (width 0.5) (layer Bottom) (net 44) (tstamp 13125970)) + (segment (start 214.1111 108.8936) (end 214.2511 108.7536) (width 0.5) (layer Bottom) (net 44) (tstamp 131278B0)) + (segment (start 223.6536 114.9886) (end 223.5161 114.4886) (width 0.5) (layer Bottom) (net 45) (tstamp 13125AB0)) + (segment (start 220.0011 123.5036) (end 220.0011 125.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13125B50)) + (via (at 219.0011 106.4036) (size 1.8) (drill 1) (layers Top Bottom) (net 45) (tstamp 13129ED0)) + (via (at 223.5011 110.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 45) (tstamp 13128210)) + (segment (start 223.5011 110.0036) (end 223.5011 113.8361) (width 0.5) (layer Bottom) (net 45) (tstamp 13129570)) + (segment (start 223.5011 113.8361) (end 223.6536 114.9886) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A3D0)) + (segment (start 220.0011 125.5036) (end 218.5011 127.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129890)) + (segment (start 218.5011 127.0036) (end 213.0011 127.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128B70)) + (segment (start 213.0011 127.0036) (end 207.0011 121.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 131288F0)) + (segment (start 207.0011 121.0036) (end 197.8011 121.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128C10)) + (segment (start 196.0011 124.5036) (end 193.5011 127.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 131285D0)) + (segment (start 193.5011 127.0036) (end 135.5011 127.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 131282B0)) + (segment (start 177.1511 113.1936) (end 177.5011 114.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129390)) + (segment (start 177.5011 114.0036) (end 177.5011 116.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128990)) + (segment (start 177.5011 116.5036) (end 178.0011 117.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128F30)) + (segment (start 178.0011 117.0036) (end 193.5011 117.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 131283F0)) + (segment (start 193.5011 117.0036) (end 194.5011 118.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129250)) + (segment (start 194.5011 118.0036) (end 196.1011 118.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129610)) + (via (at 196.1011 118.0036) (size 2) (drill 1) (layers Top Bottom) (net 45) (tstamp 13128CB0)) + (segment (start 196.1011 118.0036) (end 196.1011 122.3036) (width 0.5) (layer Top) (net 45) (tstamp 1312A5B0)) + (via (at 196.1011 122.3036) (size 2) (drill 1) (layers Top Bottom) (net 45) (tstamp 13128D50)) + (segment (start 197.8011 121.0036) (end 196.1011 122.3036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A0B0)) + (segment (start 196.0011 124.5036) (end 196.0011 122.4036) (width 0.5) (layer Bottom) (net 45) (tstamp 131292F0)) + (segment (start 196.0011 122.4036) (end 196.1011 122.3036) (width 0.5) (layer Bottom) (net 45) (tstamp 131296B0)) + (segment (start 134.5011 111.0036) (end 133.0011 112.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A470)) + (segment (start 133.0011 112.5036) (end 133.0011 124.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 131299D0)) + (segment (start 133.0011 124.5036) (end 135.5011 127.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A510)) + (segment (start 134.5011 111.0036) (end 134.5011 108.6536) (width 0.5) (layer Bottom) (net 45) (tstamp 13128DF0)) + (segment (start 134.7211 108.4336) (end 134.7211 102.7236) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A650)) + (segment (start 134.7211 102.7236) (end 134.5011 102.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129CF0)) + (segment (start 134.5011 102.5036) (end 128.5011 102.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 131280D0)) + (segment (start 128.5011 102.5036) (end 126.5011 100.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129A70)) + (segment (start 126.5011 100.5036) (end 126.5011 99.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 131294D0)) + (segment (start 126.5011 99.5036) (end 126.0011 99.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129B10)) + (segment (start 126.0011 99.0036) (end 117.0011 99.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A150)) + (segment (start 117.0011 99.0036) (end 111.0011 93.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129F70)) + (segment (start 111.0011 93.0036) (end 111.0011 88.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128E90)) + (segment (start 111.0011 88.5036) (end 109.0011 86.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129930)) + (segment (start 109.0011 86.5036) (end 108.0011 86.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A1F0)) + (segment (start 108.0011 86.5036) (end 107.0011 85.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 131297F0)) + (segment (start 107.0011 85.5036) (end 90.0011 85.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129750)) + (segment (start 90.0011 85.5036) (end 89.0011 86.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129430)) + (via (at 89.0011 86.5036) (size 2) (drill 1) (layers Top Bottom) (net 45) (tstamp 13128A30)) + (segment (start 89.0011 86.5036) (end 86.0011 83.5036) (width 0.5) (layer Top) (net 45) (tstamp 13128FD0)) + (segment (start 86.0011 83.5036) (end 74.1521 83.5036) (width 0.5) (layer Top) (net 45) (tstamp 13128170)) + (segment (start 134.5011 108.6536) (end 134.7211 108.4336) (width 0.5) (layer Bottom) (net 45) (tstamp 13128710)) + (segment (start 222.0011 119.5036) (end 221.5011 119.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A290)) + (segment (start 221.5011 119.0036) (end 221.5011 118.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A6F0)) + (segment (start 221.5011 118.0036) (end 222.0011 117.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129BB0)) + (segment (start 222.0011 117.5036) (end 222.0011 116.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129070)) + (segment (start 222.0011 116.0036) (end 223.5161 114.4886) (width 0.5) (layer Bottom) (net 45) (tstamp 13129110)) + (segment (start 223.5011 110.0036) (end 223.5011 108.5036) (width 0.5) (layer Top) (net 45) (tstamp 13128670)) + (segment (start 223.5011 108.5036) (end 221.4011 106.4036) (width 0.5) (layer Top) (net 45) (tstamp 13128350)) + (segment (start 219.0011 106.4036) (end 221.4011 106.4036) (width 0.5) (layer Top) (net 45) (tstamp 13129C50)) + (segment (start 220.0011 123.5036) (end 221.2511 122.2536) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A790)) + (segment (start 221.2511 122.2536) (end 221.2511 121.1536) (width 0.5) (layer Bottom) (net 45) (tstamp 13129D90)) + (segment (start 221.2511 121.1536) (end 222.0011 120.4036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128490)) + (segment (start 222.0011 120.4036) (end 222.0011 119.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13129E30)) + (segment (start 209.5011 107.5036) (end 214.0011 107.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 131291B0)) + (segment (start 214.0011 107.5036) (end 214.5011 107.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A010)) + (segment (start 214.5011 107.0036) (end 218.4011 107.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A330)) + (segment (start 218.4011 107.0036) (end 219.0011 106.4036) (width 0.5) (layer Bottom) (net 45) (tstamp 1312A830)) + (segment (start 209.5011 107.5036) (end 207.5011 105.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128530)) + (segment (start 207.5011 105.5036) (end 205.5011 105.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 131287B0)) + (segment (start 205.5011 105.5036) (end 205.0011 106.0036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128850)) + (segment (start 205.0011 106.0036) (end 205.0011 108.5036) (width 0.5) (layer Bottom) (net 45) (tstamp 13128AD0)) + (segment (start 205.0011 108.5036) (end 208.2411 111.7436) (width 0.5) (layer Bottom) (net 45) (tstamp 1326F690)) + (segment (start 211.5711 111.7436) (end 208.2411 111.7436) (width 0.5) (layer Bottom) (net 45) (tstamp 1326F370)) + (segment (start 223.6536 123.5136) (end 223.4911 121.5136) (width 0.5) (layer Bottom) (net 46) (tstamp 13271030)) + (segment (start 223.4911 121.5136) (end 221.0011 124.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F9B0)) + (segment (start 221.0011 124.0036) (end 221.0011 126.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270F90)) + (segment (start 133.0011 128.0036) (end 132.0011 127.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EFB0)) + (segment (start 132.0011 127.0036) (end 132.0011 110.6136) (width 0.5) (layer Bottom) (net 46) (tstamp 13270310)) + (segment (start 132.0011 110.6136) (end 132.1811 108.4336) (width 0.5) (layer Bottom) (net 46) (tstamp 13270590)) + (via (at 219.0011 110.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 46) (tstamp 132706D0)) + (via (at 223.5011 118.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 46) (tstamp 1326E8D0)) + (segment (start 223.5011 118.5036) (end 223.5011 121.3611) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F410)) + (segment (start 223.5011 121.3611) (end 223.6536 123.5136) (width 0.5) (layer Bottom) (net 46) (tstamp 1326FA50)) + (segment (start 221.0011 126.0036) (end 219.0011 128.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326E970)) + (segment (start 219.0011 128.0036) (end 212.0011 128.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326FD70)) + (segment (start 212.0011 128.0036) (end 207.0011 123.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EBF0)) + (segment (start 207.0011 123.0036) (end 206.0011 123.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270090)) + (segment (start 194.5011 128.0036) (end 133.0011 128.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326FB90)) + (segment (start 179.6911 113.1936) (end 180.0011 114.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 132703B0)) + (segment (start 180.0011 114.5036) (end 181.0011 116.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270770)) + (segment (start 181.0011 116.0036) (end 197.5011 116.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326FFF0)) + (segment (start 198.8011 124.5036) (end 204.5011 124.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270BD0)) + (segment (start 204.5011 124.5036) (end 206.0011 123.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270130)) + (segment (start 197.5011 116.0036) (end 198.8011 118.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F4B0)) + (via (at 198.8011 118.0036) (size 2) (drill 1) (layers Top Bottom) (net 46) (tstamp 1326F0F0)) + (segment (start 198.8011 118.0036) (end 198.8011 123.0036) (width 0.5) (layer Top) (net 46) (tstamp 132709F0)) + (via (at 198.8011 123.0036) (size 2) (drill 1) (layers Top Bottom) (net 46) (tstamp 13270EF0)) + (segment (start 198.8011 123.0036) (end 198.8011 124.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270810)) + (segment (start 132.1811 108.4336) (end 132.1811 104.1836) (width 0.5) (layer Bottom) (net 46) (tstamp 13270630)) + (segment (start 132.1811 104.1836) (end 131.5011 103.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F730)) + (segment (start 131.5011 103.5036) (end 128.0011 103.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270A90)) + (segment (start 128.0011 103.5036) (end 124.5011 100.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270450)) + (segment (start 124.5011 100.0036) (end 116.5011 100.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270C70)) + (segment (start 116.5011 100.0036) (end 110.0011 93.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270270)) + (segment (start 110.0011 93.5036) (end 110.0011 89.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EB50)) + (segment (start 110.0011 89.0036) (end 108.5011 87.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 132708B0)) + (segment (start 108.5011 87.5036) (end 107.5011 87.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270D10)) + (segment (start 107.5011 87.5036) (end 106.5011 86.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F550)) + (segment (start 106.5011 86.5036) (end 93.0011 86.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 132701D0)) + (segment (start 93.0011 86.5036) (end 92.0011 87.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 132704F0)) + (segment (start 92.0011 87.5036) (end 92.0011 89.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F5F0)) + (segment (start 92.0011 89.5036) (end 91.0011 90.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EAB0)) + (segment (start 91.0011 90.5036) (end 81.5011 90.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EC90)) + (segment (start 81.5011 90.5036) (end 77.5011 86.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270DB0)) + (via (at 77.5011 86.5036) (size 2) (drill 1) (layers Top Bottom) (net 46) (tstamp 1326F7D0)) + (segment (start 77.5011 86.5036) (end 74.1521 86.5036) (width 0.5) (layer Top) (net 46) (tstamp 1326FCD0)) + (segment (start 194.5011 128.0036) (end 198.0011 124.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 13270E50)) + (segment (start 198.0011 124.5036) (end 198.8011 124.5036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326ED30)) + (segment (start 214.7611 111.7436) (end 216.5011 110.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EDD0)) + (segment (start 216.5011 110.0036) (end 219.0011 110.0036) (width 0.5) (layer Bottom) (net 46) (tstamp 1326EE70)) + (segment (start 223.5011 118.5036) (end 223.5011 113.0036) (width 0.5) (layer Top) (net 46) (tstamp 1326FE10)) + (segment (start 223.5011 113.0036) (end 220.5011 110.0036) (width 0.5) (layer Top) (net 46) (tstamp 1326F870)) + (segment (start 220.5011 110.0036) (end 219.0011 110.0036) (width 0.5) (layer Top) (net 46) (tstamp 1326F050)) + (segment (start 214.1111 111.7436) (end 214.7611 111.7436) (width 0.5) (layer Bottom) (net 46) (tstamp 1326F910)) + (segment (start 237.7186 114.9886) (end 235.7186 114.9886) (width 0.5) (layer Bottom) (net 49) (tstamp 132729D0)) + (segment (start 235.0011 115.7061) (end 235.0011 122.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272070)) + (segment (start 235.0011 122.5036) (end 234.0011 123.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272A70)) + (segment (start 234.0011 123.5036) (end 234.0011 134.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132735B0)) + (segment (start 125.5011 131.0036) (end 124.5011 130.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272B10)) + (segment (start 124.5011 130.0036) (end 124.5011 110.4936) (width 0.5) (layer Bottom) (net 49) (tstamp 13272890)) + (segment (start 124.5011 110.4936) (end 124.5611 108.4336) (width 0.5) (layer Bottom) (net 49) (tstamp 13272430)) + (segment (start 206.3211 116.8236) (end 205.0011 116.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271F30)) + (via (at 220.0011 104.1036) (size 1.8) (drill 1) (layers Top Bottom) (net 49) (tstamp 132713F0)) + (segment (start 220.0011 104.1036) (end 221.0011 104.1036) (width 0.5) (layer Top) (net 49) (tstamp 13271710)) + (segment (start 221.0011 104.1036) (end 227.4011 110.5036) (width 0.5) (layer Top) (net 49) (tstamp 132715D0)) + (via (at 237.5011 110.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 49) (tstamp 13271670)) + (segment (start 237.5011 110.0036) (end 237.5011 113.7711) (width 0.5) (layer Bottom) (net 49) (tstamp 13271C10)) + (segment (start 237.5011 113.7711) (end 237.7186 114.9886) (width 0.5) (layer Bottom) (net 49) (tstamp 13272BB0)) + (segment (start 230.0011 138.0036) (end 221.0011 138.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132733D0)) + (segment (start 220.5011 135.0036) (end 220.5011 137.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 132724D0)) + (segment (start 220.5011 137.5036) (end 221.0011 138.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272F70)) + (segment (start 187.3111 113.1936) (end 187.5111 112.4936) (width 0.5) (layer Bottom) (net 49) (tstamp 13272ED0)) + (via (at 198.5011 110.0036) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 13271170)) + (via (at 203.7011 130.2036) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 132722F0)) + (segment (start 197.7011 129.3036) (end 196.0011 131.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271E90)) + (segment (start 196.0011 131.0036) (end 125.5011 131.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271B70)) + (segment (start 220.5011 135.0036) (end 216.5011 131.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271210)) + (segment (start 216.5011 131.0036) (end 204.5011 131.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132712B0)) + (segment (start 230.0011 138.0036) (end 234.0011 134.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132730B0)) + (segment (start 187.5111 112.4936) (end 187.5111 110.9936) (width 0.5) (layer Bottom) (net 49) (tstamp 132717B0)) + (segment (start 187.5111 110.9936) (end 189.0011 109.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271CB0)) + (segment (start 189.0011 109.5036) (end 194.5011 109.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13273470)) + (segment (start 194.5011 109.5036) (end 196.0011 111.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272CF0)) + (via (at 179.4411 106.3036) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 13273510)) + (segment (start 179.4411 106.3036) (end 179.4411 108.5036) (width 0.5) (layer Top) (net 49) (tstamp 13272D90)) + (segment (start 179.4411 108.5036) (end 180.5011 109.5036) (width 0.5) (layer Top) (net 49) (tstamp 13272110)) + (segment (start 180.5011 109.5036) (end 198.0011 109.5036) (width 0.5) (layer Top) (net 49) (tstamp 13271850)) + (segment (start 198.0011 109.5036) (end 198.5011 110.0036) (width 0.5) (layer Top) (net 49) (tstamp 132727F0)) + (segment (start 124.5611 108.4336) (end 124.5611 104.0636) (width 0.5) (layer Bottom) (net 49) (tstamp 13272E30)) + (segment (start 124.5611 104.0636) (end 123.5011 103.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132721B0)) + (segment (start 123.5011 103.0036) (end 119.0011 103.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272250)) + (segment (start 119.0011 103.0036) (end 118.5011 103.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13272570)) + (segment (start 118.5011 103.5036) (end 114.5011 103.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271350)) + (segment (start 114.5011 103.5036) (end 113.2011 102.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13273790)) + (segment (start 113.2011 102.0036) (end 113.2011 99.2036) (width 0.5) (layer Bottom) (net 49) (tstamp 13273010)) + (via (at 113.2011 99.2036) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 13272390)) + (segment (start 113.2011 99.2036) (end 113.0011 78.5036) (width 0.5) (layer Top) (net 49) (tstamp 132736F0)) + (via (at 97.5011 77.7536) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 13271DF0)) + (via (at 95.5011 73.0036) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 13272610)) + (via (at 88.0011 74.0036) (size 2) (drill 1) (layers Top Bottom) (net 49) (tstamp 13273830)) + (segment (start 88.0011 74.0036) (end 85.2911 74.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132726B0)) + (segment (start 85.2911 74.0036) (end 84.7311 73.4436) (width 0.5) (layer Bottom) (net 49) (tstamp 13273150)) + (segment (start 113.0011 78.5036) (end 111.0011 76.0036) (width 0.5) (layer Top) (net 49) (tstamp 13272930)) + (segment (start 111.0011 76.0036) (end 102.5011 76.0036) (width 0.5) (layer Top) (net 49) (tstamp 13272750)) + (segment (start 197.7011 129.3036) (end 203.3011 129.3036) (width 0.5) (layer Bottom) (net 49) (tstamp 132731F0)) + (segment (start 179.4411 106.3036) (end 179.4411 101.2536) (width 0.5) (layer Bottom) (net 49) (tstamp 132718F0)) + (segment (start 179.4411 101.2536) (end 179.4111 101.2236) (width 0.5) (layer Bottom) (net 49) (tstamp 13273290)) + (segment (start 203.3011 129.3036) (end 203.5011 129.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13273330)) + (segment (start 203.5011 129.5036) (end 203.5011 130.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 132710D0)) + (segment (start 203.5011 130.0036) (end 203.7011 130.2036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271490)) + (segment (start 204.5011 131.0036) (end 203.7011 130.2036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271530)) + (segment (start 205.0011 116.0036) (end 205.0011 112.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271990)) + (segment (start 88.0011 74.0036) (end 89.5011 74.0036) (width 0.5) (layer Top) (net 49) (tstamp 13271A30)) + (segment (start 89.5011 74.0036) (end 90.5011 73.0036) (width 0.5) (layer Top) (net 49) (tstamp 13271AD0)) + (segment (start 90.5011 73.0036) (end 95.5011 73.0036) (width 0.5) (layer Top) (net 49) (tstamp 13271D50)) + (segment (start 95.5011 73.0036) (end 97.0011 73.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13271FD0)) + (segment (start 97.0011 73.0036) (end 97.5011 73.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275090)) + (segment (start 97.5011 73.5036) (end 97.5011 77.7536) (width 0.5) (layer Bottom) (net 49) (tstamp 13274370)) + (segment (start 102.5011 76.0036) (end 100.5011 78.0036) (width 0.5) (layer Top) (net 49) (tstamp 132740F0)) + (segment (start 100.5011 78.0036) (end 98.0011 78.0036) (width 0.5) (layer Top) (net 49) (tstamp 13274FF0)) + (segment (start 98.0011 78.0036) (end 97.5011 77.7536) (width 0.5) (layer Top) (net 49) (tstamp 13275C70)) + (segment (start 220.0011 104.1036) (end 218.4011 104.1036) (width 0.5) (layer Bottom) (net 49) (tstamp 132756D0)) + (segment (start 218.4011 104.1036) (end 216.5011 106.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275D10)) + (segment (start 210.0011 106.5036) (end 213.5011 106.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13274190)) + (segment (start 213.5011 106.5036) (end 214.0011 106.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13273F10)) + (segment (start 214.0011 106.0036) (end 216.5011 106.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275310)) + (segment (start 196.0011 111.0036) (end 197.5011 111.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275590)) + (segment (start 197.5011 111.0036) (end 198.5011 110.0036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275770)) + (segment (start 203.7011 130.2036) (end 203.7011 112.7036) (width 0.5) (layer Top) (net 49) (tstamp 13273BF0)) + (segment (start 205.0011 112.5036) (end 204.0011 111.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13273FB0)) + (segment (start 210.0011 106.5036) (end 208.0011 104.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 132738D0)) + (segment (start 208.0011 104.5036) (end 205.0011 104.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275E50)) + (segment (start 203.7011 112.7036) (end 202.0011 111.0036) (width 0.5) (layer Top) (net 49) (tstamp 13274690)) + (segment (start 202.0011 111.0036) (end 199.5011 111.0036) (width 0.5) (layer Top) (net 49) (tstamp 13275630)) + (segment (start 199.5011 111.0036) (end 198.5011 110.0036) (width 0.5) (layer Top) (net 49) (tstamp 13274410)) + (segment (start 204.0011 111.5036) (end 204.0011 105.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 132753B0)) + (segment (start 204.0011 105.5036) (end 205.0011 104.5036) (width 0.5) (layer Bottom) (net 49) (tstamp 13275270)) + (segment (start 235.0011 115.7061) (end 235.7186 114.9886) (width 0.5) (layer Bottom) (net 49) (tstamp 13274CD0)) + (segment (start 227.4011 110.5036) (end 235.5011 110.5036) (width 0.5) (layer Top) (net 49) (tstamp 132758B0)) + (segment (start 235.5011 110.5036) (end 236.0011 110.0036) (width 0.5) (layer Top) (net 49) (tstamp 13274A50)) + (segment (start 236.0011 110.0036) (end 237.5011 110.0036) (width 0.5) (layer Top) (net 49) (tstamp 13274E10)) + (segment (start 211.5711 116.8236) (end 206.3211 116.8236) (width 0.5) (layer Bottom) (net 49) (tstamp 13274D70)) + (segment (start 237.7186 123.5136) (end 237.7186 123.2861) (width 0.5) (layer Bottom) (net 50) (tstamp 132754F0)) + (segment (start 237.7186 123.2861) (end 235.0011 126.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275950)) + (segment (start 235.0011 126.0036) (end 235.0011 127.5036) (width 0.5) (layer Bottom) (net 50) (tstamp 13276030)) + (segment (start 235.0011 127.5036) (end 235.0011 134.5036) (width 0.5) (layer Bottom) (net 50) (tstamp 132749B0)) + (segment (start 123.0011 132.0036) (end 122.0011 131.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275F90)) + (segment (start 122.0011 131.0036) (end 122.0011 110.9536) (width 0.5) (layer Bottom) (net 50) (tstamp 13273E70)) + (segment (start 122.0011 110.9536) (end 122.0211 108.4336) (width 0.5) (layer Bottom) (net 50) (tstamp 13273AB0)) + (via (at 218.7011 115.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 50) (tstamp 132759F0)) + (segment (start 218.7011 115.0036) (end 219.7011 115.0036) (width 0.5) (layer Top) (net 50) (tstamp 13273DD0)) + (segment (start 221.0011 120.5036) (end 221.0011 127.5036) (width 0.5) (layer Top) (net 50) (tstamp 13273B50)) + (segment (start 221.0011 127.5036) (end 223.0011 129.5036) (width 0.5) (layer Top) (net 50) (tstamp 132744B0)) + (segment (start 223.0011 129.5036) (end 224.5011 129.5036) (width 0.5) (layer Top) (net 50) (tstamp 13273C90)) + (via (at 237.5011 127.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 50) (tstamp 13274910)) + (segment (start 230.5011 139.0036) (end 220.5011 139.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275A90)) + (segment (start 219.5011 135.5036) (end 219.5011 138.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274AF0)) + (segment (start 219.5011 138.0036) (end 220.5011 139.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274050)) + (segment (start 189.8511 113.1936) (end 190.0511 112.4536) (width 0.5) (layer Bottom) (net 50) (tstamp 13273D30)) + (via (at 201.4011 113.0036) (size 2) (drill 1) (layers Top Bottom) (net 50) (tstamp 13274230)) + (via (at 200.9011 131.2036) (size 2) (drill 1) (layers Top Bottom) (net 50) (tstamp 13275DB0)) + (segment (start 219.5011 135.5036) (end 216.0011 132.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 132742D0)) + (segment (start 123.0011 132.0036) (end 200.0011 132.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275B30)) + (segment (start 200.0011 132.0036) (end 200.9011 131.2036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274870)) + (segment (start 216.0011 132.0036) (end 202.0011 132.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274B90)) + (segment (start 202.0011 132.0036) (end 200.9011 131.2036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274F50)) + (segment (start 230.5011 139.0036) (end 235.0011 134.5036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274550)) + (segment (start 190.0511 112.4536) (end 190.0511 110.9536) (width 0.5) (layer Bottom) (net 50) (tstamp 132745F0)) + (segment (start 190.0511 110.9536) (end 190.5011 110.5036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275450)) + (segment (start 190.5011 110.5036) (end 194.0011 110.5036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275BD0)) + (segment (start 194.0011 110.5036) (end 195.5011 112.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13275EF0)) + (segment (start 195.5011 112.0036) (end 200.4011 112.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274730)) + (segment (start 200.4011 112.0036) (end 201.4011 113.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13274C30)) + (segment (start 224.5011 129.5036) (end 226.5011 127.5036) (width 0.5) (layer Top) (net 50) (tstamp 13275130)) + (segment (start 226.5011 127.5036) (end 237.5011 127.5036) (width 0.5) (layer Top) (net 50) (tstamp 132751D0)) + (segment (start 237.5011 127.5036) (end 235.0011 127.5036) (width 0.5) (layer Bottom) (net 50) (tstamp 13278470)) + (segment (start 201.9011 129.1036) (end 201.0011 130.0036) (width 0.5) (layer Top) (net 50) (tstamp 13277C50)) + (segment (start 201.0011 130.0036) (end 201.0011 131.1036) (width 0.5) (layer Top) (net 50) (tstamp 132760D0)) + (segment (start 201.0011 131.1036) (end 200.9011 131.2036) (width 0.5) (layer Top) (net 50) (tstamp 13276990)) + (segment (start 214.6811 116.8236) (end 216.5011 115.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13276DF0)) + (segment (start 216.5011 115.0036) (end 218.7011 115.0036) (width 0.5) (layer Bottom) (net 50) (tstamp 13277ED0)) + (segment (start 221.0011 120.5036) (end 220.5011 120.0036) (width 0.5) (layer Top) (net 50) (tstamp 13278790)) + (segment (start 220.5011 120.0036) (end 220.5011 115.8036) (width 0.5) (layer Top) (net 50) (tstamp 13277A70)) + (segment (start 220.5011 115.8036) (end 219.7011 115.0036) (width 0.5) (layer Top) (net 50) (tstamp 13277110)) + (segment (start 201.9011 129.1036) (end 201.9011 113.5036) (width 0.5) (layer Top) (net 50) (tstamp 13276850)) + (segment (start 201.9011 113.5036) (end 201.4011 113.0036) (width 0.5) (layer Top) (net 50) (tstamp 13277610)) + (segment (start 214.1111 116.8236) (end 214.6811 116.8236) (width 0.5) (layer Bottom) (net 50) (tstamp 13276490)) + (segment (start 237.7186 132.0386) (end 237.4661 131.0386) (width 0.5) (layer Bottom) (net 51) (tstamp 13276FD0)) + (segment (start 120.5011 133.0036) (end 119.5011 132.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13276710)) + (segment (start 119.5011 132.0036) (end 119.5011 110.4536) (width 0.5) (layer Bottom) (net 51) (tstamp 132768F0)) + (segment (start 119.5011 110.4536) (end 119.4811 108.4336) (width 0.5) (layer Bottom) (net 51) (tstamp 132767B0)) + (via (at 218.5011 120.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 51) (tstamp 13277890)) + (segment (start 218.5011 127.5036) (end 227.0011 136.0036) (width 0.5) (layer Top) (net 51) (tstamp 13276F30)) + (segment (start 233.0011 140.0036) (end 220.0011 140.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13278010)) + (segment (start 227.0011 136.0036) (end 237.0011 136.0036) (width 0.5) (layer Top) (net 51) (tstamp 13276210)) + (segment (start 237.0011 136.0036) (end 237.5011 135.5036) (width 0.5) (layer Top) (net 51) (tstamp 13278150)) + (via (at 237.5011 135.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 51) (tstamp 13278650)) + (segment (start 237.5011 135.5036) (end 237.5011 131.2561) (width 0.5) (layer Bottom) (net 51) (tstamp 13277930)) + (segment (start 237.5011 131.2561) (end 237.7186 132.0386) (width 0.5) (layer Bottom) (net 51) (tstamp 13277E30)) + (segment (start 220.0011 140.0036) (end 218.5011 138.5036) (width 0.5) (layer Bottom) (net 51) (tstamp 13276A30)) + (segment (start 218.5011 138.5036) (end 218.5011 136.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13277B10)) + (segment (start 218.5011 136.0036) (end 215.5011 133.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 132780B0)) + (segment (start 215.5011 133.0036) (end 203.0011 133.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13276530)) + (segment (start 203.0011 133.0036) (end 120.5011 133.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13277070)) + (segment (start 233.0011 140.0036) (end 233.0011 138.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13276AD0)) + (segment (start 233.0011 138.0036) (end 234.0011 137.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13276B70)) + (segment (start 234.0011 137.0036) (end 236.0011 137.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13277BB0)) + (segment (start 236.0011 137.0036) (end 237.5011 135.5036) (width 0.5) (layer Bottom) (net 51) (tstamp 132781F0)) + (segment (start 192.3911 113.1936) (end 198.1911 113.1936) (width 0.5) (layer Bottom) (net 51) (tstamp 132765D0)) + (segment (start 198.1911 113.1936) (end 199.0011 114.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 132771B0)) + (via (at 199.0011 114.0036) (size 2) (drill 1) (layers Top Bottom) (net 51) (tstamp 13276C10)) + (segment (start 200.7011 115.7036) (end 200.7011 127.8036) (width 0.5) (layer Top) (net 51) (tstamp 13278330)) + (via (at 203.0011 133.8036) (size 2) (drill 1) (layers Top Bottom) (net 51) (tstamp 13278290)) + (segment (start 203.0011 133.8036) (end 203.0011 133.0036) (width 0.5) (layer Bottom) (net 51) (tstamp 13276CB0)) + (segment (start 203.0011 133.8036) (end 203.0011 133.5036) (width 0.5) (layer Top) (net 51) (tstamp 132783D0)) + (segment (start 203.0011 133.5036) (end 202.5011 133.0036) (width 0.5) (layer Top) (net 51) (tstamp 13277250)) + (segment (start 202.5011 133.0036) (end 200.0011 133.0036) (width 0.5) (layer Top) (net 51) (tstamp 13278510)) + (segment (start 200.0011 133.0036) (end 199.0011 132.0036) (width 0.5) (layer Top) (net 51) (tstamp 13277CF0)) + (segment (start 200.7011 127.8036) (end 199.0011 129.5036) (width 0.5) (layer Top) (net 51) (tstamp 132785B0)) + (segment (start 199.0011 129.5036) (end 199.0011 132.0036) (width 0.5) (layer Top) (net 51) (tstamp 132786F0)) + (segment (start 215.5011 121.5036) (end 216.5011 120.5036) (width 0.5) (layer Bottom) (net 51) (tstamp 132777F0)) + (segment (start 216.5011 120.5036) (end 218.5011 120.5036) (width 0.5) (layer Bottom) (net 51) (tstamp 132779D0)) + (segment (start 218.5011 127.5036) (end 218.5011 120.5036) (width 0.5) (layer Top) (net 51) (tstamp 132772F0)) + (segment (start 215.5011 121.5036) (end 212.5011 121.5036) (width 0.5) (layer Bottom) (net 51) (tstamp 13277390)) + (segment (start 212.5011 121.5036) (end 211.5011 120.5036) (width 0.5) (layer Bottom) (net 51) (tstamp 13277570)) + (segment (start 211.5011 120.5036) (end 211.5011 119.4336) (width 0.5) (layer Bottom) (net 51) (tstamp 13276D50)) + (segment (start 200.7011 115.7036) (end 199.0011 114.0036) (width 0.5) (layer Top) (net 51) (tstamp 13276E90)) + (segment (start 211.5711 119.3636) (end 211.5011 119.4336) (width 0.5) (layer Bottom) (net 51) (tstamp 13276170)) + (segment (start 137.2611 93.1936) (end 137.2611 89.7636) (width 0.5) (layer Bottom) (net 23) (tstamp 13276670)) + (segment (start 137.2611 89.7636) (end 137.0011 89.5036) (width 0.5) (layer Bottom) (net 23) (tstamp 132776B0)) + (via (at 137.0011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 23) (tstamp 13277750)) + (via (at 78.0011 38.0036) (size 2) (drill 1) (layers Top Bottom) (net 23) (tstamp 13279050)) + (segment (start 116.0011 66.0036) (end 105.0011 66.0036) (width 0.5) (layer Top) (net 23) (tstamp 13279690)) + (segment (start 105.0011 66.0036) (end 90.0011 51.0036) (width 0.5) (layer Top) (net 23) (tstamp 13279410)) + (segment (start 116.0011 66.0036) (end 135.0011 85.5036) (width 0.5) (layer Top) (net 23) (tstamp 1327AA90)) + (segment (start 135.0011 85.5036) (end 136.5011 85.5036) (width 0.5) (layer Top) (net 23) (tstamp 1327A090)) + (segment (start 136.5011 85.5036) (end 137.0011 86.0036) (width 0.5) (layer Top) (net 23) (tstamp 1327ADB0)) + (segment (start 137.0011 86.0036) (end 137.0011 89.5036) (width 0.5) (layer Top) (net 23) (tstamp 1327A450)) + (segment (start 90.0011 51.0036) (end 90.0011 42.5036) (width 0.5) (layer Top) (net 23) (tstamp 13278AB0)) + (segment (start 90.0011 42.5036) (end 89.5011 42.0036) (width 0.5) (layer Top) (net 23) (tstamp 1327A8B0)) + (segment (start 89.5011 42.0036) (end 79.0011 42.0036) (width 0.5) (layer Top) (net 23) (tstamp 13278970)) + (segment (start 78.0011 38.0036) (end 78.0011 43.6536) (width 0.5) (layer Bottom) (net 23) (tstamp 1327AF90)) + (segment (start 78.0011 43.6536) (end 77.9211 43.7336) (width 0.5) (layer Bottom) (net 23) (tstamp 13279190)) + (segment (start 78.0011 38.0036) (end 78.0011 41.0036) (width 0.5) (layer Top) (net 23) (tstamp 132795F0)) + (segment (start 78.0011 41.0036) (end 79.0011 42.0036) (width 0.5) (layer Top) (net 23) (tstamp 1327A6D0)) + (segment (start 134.7211 93.1936) (end 134.7211 89.7236) (width 0.5) (layer Bottom) (net 22) (tstamp 1327A590)) + (segment (start 134.7211 89.7236) (end 134.5011 89.5036) (width 0.5) (layer Bottom) (net 22) (tstamp 132794B0)) + (via (at 134.5011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 22) (tstamp 13278B50)) + (segment (start 88.0011 48.7536) (end 79.0011 48.7536) (width 0.5) (layer Top) (net 22) (tstamp 132799B0)) + (via (at 78.5011 51.5036) (size 2) (drill 1) (layers Top Bottom) (net 22) (tstamp 1327A3B0)) + (segment (start 115.5011 67.0036) (end 104.5011 67.0036) (width 0.5) (layer Top) (net 22) (tstamp 13278A10)) + (segment (start 104.5011 67.0036) (end 89.0011 51.5036) (width 0.5) (layer Top) (net 22) (tstamp 13279B90)) + (segment (start 89.0011 51.5036) (end 89.0011 50.0036) (width 0.5) (layer Top) (net 22) (tstamp 1327AC70)) + (segment (start 89.0011 50.0036) (end 88.0011 48.7536) (width 0.5) (layer Top) (net 22) (tstamp 1327A630)) + (segment (start 115.5011 67.0036) (end 134.5011 86.5036) (width 0.5) (layer Top) (net 22) (tstamp 1327AD10)) + (segment (start 134.5011 86.5036) (end 134.5011 89.5036) (width 0.5) (layer Top) (net 22) (tstamp 132797D0)) + (segment (start 78.5011 51.5036) (end 78.5011 49.5036) (width 0.5) (layer Bottom) (net 22) (tstamp 13279550)) + (segment (start 78.5011 49.5036) (end 79.0011 49.0036) (width 0.5) (layer Bottom) (net 22) (tstamp 13279E10)) + (segment (start 78.5011 51.5036) (end 78.5011 49.5036) (width 0.5) (layer Top) (net 22) (tstamp 1327A4F0)) + (segment (start 78.5011 49.5036) (end 79.0011 48.7536) (width 0.5) (layer Top) (net 22) (tstamp 1327A270)) + (segment (start 79.0011 49.0036) (end 80.0011 49.0036) (width 0.5) (layer Bottom) (net 22) (tstamp 1327B030)) + (segment (start 80.0011 49.0036) (end 80.5011 48.5036) (width 0.5) (layer Bottom) (net 22) (tstamp 13279870)) + (segment (start 80.5011 48.5036) (end 80.5011 46.3136) (width 0.5) (layer Bottom) (net 22) (tstamp 13279910)) + (segment (start 80.5011 46.3136) (end 80.4611 46.2736) (width 0.5) (layer Bottom) (net 22) (tstamp 1327A310)) + (segment (start 132.1811 93.1936) (end 132.1811 89.6836) (width 0.5) (layer Bottom) (net 21) (tstamp 1327AE50)) + (segment (start 132.1811 89.6836) (end 132.0011 89.5036) (width 0.5) (layer Bottom) (net 21) (tstamp 1327AB30)) + (via (at 132.0011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 21) (tstamp 1327A950)) + (via (at 90.5011 55.5036) (size 2) (drill 1) (layers Top Bottom) (net 21) (tstamp 13279D70)) + (segment (start 90.5011 55.5036) (end 90.5011 53.0036) (width 0.5) (layer Bottom) (net 21) (tstamp 13279A50)) + (segment (start 90.5011 53.0036) (end 92.5011 51.0036) (width 0.5) (layer Bottom) (net 21) (tstamp 1327A9F0)) + (via (at 92.5011 51.0036) (size 2) (drill 1) (layers Top Bottom) (net 21) (tstamp 13278C90)) + (via (at 80.5011 38.0036) (size 2) (drill 1) (layers Top Bottom) (net 21) (tstamp 13278D30)) + (segment (start 115.0011 68.0036) (end 104.0011 68.0036) (width 0.5) (layer Top) (net 21) (tstamp 13279AF0)) + (segment (start 104.0011 68.0036) (end 91.5011 55.5036) (width 0.5) (layer Top) (net 21) (tstamp 13278DD0)) + (segment (start 91.5011 55.5036) (end 90.5011 55.5036) (width 0.5) (layer Top) (net 21) (tstamp 13279C30)) + (segment (start 92.5011 51.0036) (end 91.5011 50.0036) (width 0.5) (layer Top) (net 21) (tstamp 13278E70)) + (segment (start 91.5011 50.0036) (end 91.5011 49.0036) (width 0.5) (layer Top) (net 21) (tstamp 13279CD0)) + (segment (start 91.5011 49.0036) (end 91.0011 48.5036) (width 0.5) (layer Top) (net 21) (tstamp 13279EB0)) + (segment (start 115.0011 68.0036) (end 132.0011 85.5036) (width 0.5) (layer Top) (net 21) (tstamp 13279F50)) + (segment (start 132.0011 85.5036) (end 132.0011 89.5036) (width 0.5) (layer Top) (net 21) (tstamp 13279FF0)) + (segment (start 91.0011 48.5036) (end 91.0011 42.0036) (width 0.5) (layer Top) (net 21) (tstamp 1327ABD0)) + (segment (start 91.0011 42.0036) (end 90.0011 41.0036) (width 0.5) (layer Top) (net 21) (tstamp 1327A130)) + (segment (start 90.0011 41.0036) (end 81.5011 41.0036) (width 0.5) (layer Top) (net 21) (tstamp 1327A1D0)) + (segment (start 81.5011 41.0036) (end 80.5011 40.0036) (width 0.5) (layer Top) (net 21) (tstamp 13278F10)) + (segment (start 80.5011 40.0036) (end 80.5011 38.0036) (width 0.5) (layer Top) (net 21) (tstamp 1327AEF0)) + (segment (start 80.5011 38.0036) (end 80.5011 43.6936) (width 0.5) (layer Bottom) (net 21) (tstamp 132790F0)) + (segment (start 80.5011 43.6936) (end 80.4611 43.7336) (width 0.5) (layer Bottom) (net 21) (tstamp 13279230)) + (segment (start 129.6411 93.1936) (end 129.6411 89.6436) (width 0.5) (layer Bottom) (net 20) (tstamp 1327CC50)) + (segment (start 129.6411 89.6436) (end 129.5011 89.5036) (width 0.5) (layer Bottom) (net 20) (tstamp 1327B710)) + (via (at 129.5011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 20) (tstamp 1327CE30)) + (via (at 83.5011 52.3036) (size 2) (drill 1) (layers Top Bottom) (net 20) (tstamp 1327C1B0)) + (segment (start 114.5011 69.0036) (end 103.5011 69.0036) (width 0.5) (layer Top) (net 20) (tstamp 1327BF30)) + (segment (start 103.5011 69.0036) (end 92.0011 57.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327B990)) + (segment (start 92.0011 57.5036) (end 90.0011 57.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327C6B0)) + (segment (start 90.0011 57.5036) (end 88.5011 56.0036) (width 0.5) (layer Top) (net 20) (tstamp 1327BC10)) + (segment (start 88.5011 56.0036) (end 88.5011 52.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327CB10)) + (segment (start 88.5011 52.5036) (end 88.0011 52.0036) (width 0.5) (layer Top) (net 20) (tstamp 1327B170)) + (segment (start 88.0011 52.0036) (end 88.0011 50.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327C430)) + (segment (start 88.0011 50.5036) (end 87.5011 50.0036) (width 0.5) (layer Top) (net 20) (tstamp 1327CED0)) + (segment (start 114.5011 69.0036) (end 129.5011 84.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327C4D0)) + (segment (start 129.5011 84.5036) (end 129.5011 89.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327C2F0)) + (segment (start 87.5011 50.0036) (end 84.0011 50.0036) (width 0.5) (layer Top) (net 20) (tstamp 1327BFD0)) + (segment (start 84.0011 50.0036) (end 83.5011 50.5036) (width 0.5) (layer Top) (net 20) (tstamp 1327B8F0)) + (segment (start 83.5011 50.5036) (end 83.5011 52.3036) (width 0.5) (layer Top) (net 20) (tstamp 1327B490)) + (segment (start 83.5011 48.5036) (end 83.5011 52.3036) (width 0.5) (layer Bottom) (net 20) (tstamp 1327BCB0)) + (segment (start 83.5011 48.5036) (end 83.0011 48.0036) (width 0.5) (layer Bottom) (net 20) (tstamp 1327B670)) + (segment (start 83.0011 48.0036) (end 83.0011 46.2736) (width 0.5) (layer Bottom) (net 20) (tstamp 1327B5D0)) + (segment (start 127.1011 93.1936) (end 127.1011 89.6036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327B0D0)) + (segment (start 127.1011 89.6036) (end 127.0011 89.5036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327B530)) + (via (at 127.0011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 19) (tstamp 1327BDF0)) + (via (at 91.0011 59.5036) (size 2) (drill 1) (layers Top Bottom) (net 19) (tstamp 1327CF70)) + (via (at 94.5011 53.0036) (size 2) (drill 1) (layers Top Bottom) (net 19) (tstamp 1327C070)) + (segment (start 94.5011 53.0036) (end 94.5011 49.5036) (width 0.5) (layer Top) (net 19) (tstamp 1327C570)) + (via (at 83.0011 38.0036) (size 2) (drill 1) (layers Top Bottom) (net 19) (tstamp 1327BB70)) + (segment (start 114.0011 70.0036) (end 103.0011 70.0036) (width 0.5) (layer Top) (net 19) (tstamp 1327C930)) + (segment (start 103.0011 70.0036) (end 92.5011 59.5036) (width 0.5) (layer Top) (net 19) (tstamp 1327BD50)) + (segment (start 92.5011 59.5036) (end 91.0011 59.5036) (width 0.5) (layer Top) (net 19) (tstamp 1327C390)) + (segment (start 91.0011 59.5036) (end 91.0011 58.0036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327B210)) + (segment (start 91.0011 58.0036) (end 93.0011 56.0036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327C250)) + (segment (start 93.0011 56.0036) (end 93.0011 54.5036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327C610)) + (segment (start 93.0011 54.5036) (end 94.5011 53.0036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327C750)) + (segment (start 84.7311 63.2836) (end 86.7811 63.2836) (width 0.5) (layer Bottom) (net 19) (tstamp 1327C7F0)) + (segment (start 86.7811 63.2836) (end 88.0011 64.5036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327C890)) + (via (at 88.0011 64.5036) (size 2) (drill 1) (layers Top Bottom) (net 19) (tstamp 1327C9D0)) + (segment (start 88.0011 64.5036) (end 91.0011 64.5036) (width 0.5) (layer Top) (net 19) (tstamp 1327CA70)) + (segment (start 91.0011 64.5036) (end 92.0011 63.5036) (width 0.5) (layer Top) (net 19) (tstamp 1327B2B0)) + (via (at 92.0011 63.5036) (size 2) (drill 1) (layers Top Bottom) (net 19) (tstamp 1327CBB0)) + (segment (start 92.0011 63.5036) (end 92.0011 61.5036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327CCF0)) + (segment (start 92.0011 61.5036) (end 91.0011 60.5036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327B7B0)) + (segment (start 91.0011 60.5036) (end 91.0011 59.5036) (width 0.5) (layer Bottom) (net 19) (tstamp 1327B350)) + (segment (start 94.5011 49.5036) (end 92.0011 47.0036) (width 0.5) (layer Top) (net 19) (tstamp 1327B3F0)) + (segment (start 114.0011 70.0036) (end 127.0011 83.5036) (width 0.5) (layer Top) (net 19) (tstamp 1327B850)) + (segment (start 127.0011 83.5036) (end 127.0011 89.5036) (width 0.5) (layer Top) (net 19) (tstamp 1325EA70)) + (segment (start 92.0011 47.0036) (end 92.0011 40.5036) (width 0.5) (layer Top) (net 19) (tstamp 1325E4D0)) + (segment (start 92.0011 40.5036) (end 91.5011 40.0036) (width 0.5) (layer Top) (net 19) (tstamp 1325EED0)) + (segment (start 91.5011 40.0036) (end 84.0011 40.0036) (width 0.5) (layer Top) (net 19) (tstamp 1325DCB0)) + (segment (start 83.0011 38.0036) (end 83.0011 39.0036) (width 0.5) (layer Top) (net 19) (tstamp 1325E930)) + (segment (start 83.0011 39.0036) (end 84.0011 40.0036) (width 0.5) (layer Top) (net 19) (tstamp 1325ECF0)) + (segment (start 83.0011 38.0036) (end 83.0011 43.7336) (width 0.5) (layer Bottom) (net 19) (tstamp 1325E9D0)) + (segment (start 124.5611 93.1936) (end 124.5611 89.5636) (width 0.5) (layer Bottom) (net 18) (tstamp 1325E570)) + (segment (start 124.5611 89.5636) (end 124.5011 89.5036) (width 0.5) (layer Bottom) (net 18) (tstamp 1325D5D0)) + (via (at 124.5011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 18) (tstamp 1325E890)) + (segment (start 113.5011 71.0036) (end 102.5011 71.0036) (width 0.5) (layer Top) (net 18) (tstamp 1325EE30)) + (segment (start 102.5011 71.0036) (end 93.0011 61.5036) (width 0.5) (layer Top) (net 18) (tstamp 1325DB70)) + (segment (start 93.0011 61.5036) (end 90.5011 61.5036) (width 0.5) (layer Top) (net 18) (tstamp 1325E110)) + (segment (start 90.5011 61.5036) (end 89.2511 60.2536) (width 0.5) (layer Top) (net 18) (tstamp 1325EB10)) + (segment (start 89.2511 60.2536) (end 89.0011 60.0036) (width 0.5) (layer Top) (net 18) (tstamp 1325E610)) + (segment (start 89.0011 60.0036) (end 89.0011 58.0036) (width 0.5) (layer Top) (net 18) (tstamp 1325E6B0)) + (segment (start 89.0011 58.0036) (end 87.5011 56.5036) (width 0.5) (layer Top) (net 18) (tstamp 1325F0B0)) + (segment (start 87.5011 56.5036) (end 87.5011 53.0036) (width 0.5) (layer Top) (net 18) (tstamp 1325E7F0)) + (via (at 86.0011 51.8036) (size 2) (drill 1) (layers Top Bottom) (net 18) (tstamp 1325E750)) + (segment (start 84.7311 60.7436) (end 87.2411 60.7436) (width 0.5) (layer Bottom) (net 18) (tstamp 1325D210)) + (segment (start 87.2411 60.7436) (end 88.0011 61.5036) (width 0.5) (layer Bottom) (net 18) (tstamp 1325F1F0)) + (via (at 88.0011 61.5036) (size 2) (drill 1) (layers Top Bottom) (net 18) (tstamp 1325F510)) + (segment (start 88.0011 61.5036) (end 89.2511 60.2536) (width 0.5) (layer Top) (net 18) (tstamp 1325F470)) + (segment (start 113.5011 71.0036) (end 124.5011 82.5036) (width 0.5) (layer Top) (net 18) (tstamp 1325D7B0)) + (segment (start 124.5011 82.5036) (end 124.5011 89.5036) (width 0.5) (layer Top) (net 18) (tstamp 1325D670)) + (segment (start 87.5011 53.0036) (end 86.5011 52.0036) (width 0.5) (layer Top) (net 18) (tstamp 1325EBB0)) + (segment (start 86.5011 52.0036) (end 86.2011 52.0036) (width 0.5) (layer Top) (net 18) (tstamp 1325F5B0)) + (segment (start 86.2011 52.0036) (end 86.0011 51.8036) (width 0.5) (layer Top) (net 18) (tstamp 1325EC50)) + (segment (start 86.0011 51.8036) (end 86.0011 46.7336) (width 0.5) (layer Bottom) (net 18) (tstamp 1325F3D0)) + (segment (start 86.0011 46.7336) (end 85.5411 46.2736) (width 0.5) (layer Bottom) (net 18) (tstamp 1325DDF0)) + (segment (start 122.0211 93.1936) (end 122.0211 89.0236) (width 0.5) (layer Bottom) (net 17) (tstamp 1325D170)) + (segment (start 122.0211 89.0236) (end 122.0011 89.5036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325DD50)) + (via (at 122.0011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 17) (tstamp 1325F650)) + (segment (start 122.0011 89.5036) (end 122.0011 81.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325EF70)) + (via (at 85.5011 38.0036) (size 2) (drill 1) (layers Top Bottom) (net 17) (tstamp 1325D850)) + (segment (start 113.0011 72.0036) (end 102.0011 72.0036) (width 0.5) (layer Top) (net 17) (tstamp 1325F010)) + (segment (start 102.0011 72.0036) (end 96.5011 66.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325D0D0)) + (via (at 96.5011 55.0036) (size 2) (drill 1) (layers Top Bottom) (net 17) (tstamp 1325D8F0)) + (segment (start 84.7311 58.2036) (end 87.2011 58.2036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325F150)) + (segment (start 90.0011 64.5036) (end 90.0011 61.0036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325F290)) + (segment (start 90.0011 61.0036) (end 87.2011 58.2036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325F330)) + (segment (start 96.5011 55.0036) (end 94.0011 57.5036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325F6F0)) + (segment (start 94.0011 57.5036) (end 94.0011 64.5036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325F790)) + (segment (start 96.5011 66.5036) (end 92.0011 66.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325DE90)) + (via (at 92.0011 66.5036) (size 2) (drill 1) (layers Top Bottom) (net 17) (tstamp 1325D990)) + (segment (start 92.0011 66.5036) (end 90.0011 64.5036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325DAD0)) + (segment (start 94.0011 64.5036) (end 92.0011 66.5036) (width 0.5) (layer Bottom) (net 17) (tstamp 1325F830)) + (segment (start 95.5011 49.0036) (end 95.5011 51.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325DA30)) + (segment (start 95.5011 51.5036) (end 96.5011 52.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325DC10)) + (segment (start 96.5011 52.5036) (end 96.5011 55.0036) (width 0.5) (layer Top) (net 17) (tstamp 1325DFD0)) + (segment (start 113.0011 72.0036) (end 122.0011 81.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325E070)) + (segment (start 93.0011 39.5036) (end 91.5011 38.0036) (width 0.5) (layer Top) (net 17) (tstamp 1325E1B0)) + (segment (start 91.5011 38.0036) (end 85.5011 38.0036) (width 0.5) (layer Top) (net 17) (tstamp 1325E250)) + (segment (start 95.5011 49.0036) (end 93.0011 46.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325E2F0)) + (segment (start 93.0011 46.5036) (end 93.0011 39.5036) (width 0.5) (layer Top) (net 17) (tstamp 1325E390)) + (segment (start 85.5011 38.0036) (end 85.5011 43.6936) (width 0.5) (layer Bottom) (net 17) (tstamp 1325FB50)) + (segment (start 85.5011 43.6936) (end 85.5411 43.7336) (width 0.5) (layer Bottom) (net 17) (tstamp 13262030)) + (segment (start 119.4811 93.1936) (end 119.4811 89.0236) (width 0.5) (layer Bottom) (net 16) (tstamp 13261DB0)) + (segment (start 119.4811 89.0236) (end 119.5011 89.5036) (width 0.5) (layer Bottom) (net 16) (tstamp 13260550)) + (via (at 119.5011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 16) (tstamp 13261A90)) + (segment (start 119.5011 89.5036) (end 119.5011 80.5036) (width 0.5) (layer Top) (net 16) (tstamp 132618B0)) + (segment (start 112.5011 73.0036) (end 98.2511 73.0036) (width 0.5) (layer Top) (net 16) (tstamp 1325F970)) + (segment (start 83.5011 76.0036) (end 81.5011 74.0036) (width 0.5) (layer Top) (net 16) (tstamp 132604B0)) + (segment (start 81.5011 74.0036) (end 81.5011 54.0036) (width 0.5) (layer Top) (net 16) (tstamp 13261D10)) + (via (at 81.0011 51.5036) (size 2) (drill 1) (layers Top Bottom) (net 16) (tstamp 132611D0)) + (segment (start 112.5011 73.0036) (end 119.5011 80.5036) (width 0.5) (layer Top) (net 16) (tstamp 1325FC90)) + (segment (start 98.2511 73.0036) (end 96.2511 75.0036) (width 0.5) (layer Top) (net 16) (tstamp 13260B90)) + (segment (start 96.2511 75.0036) (end 94.5011 75.0036) (width 0.5) (layer Top) (net 16) (tstamp 13260A50)) + (segment (start 94.5011 75.0036) (end 93.5011 74.0036) (width 0.5) (layer Top) (net 16) (tstamp 1325FBF0)) + (segment (start 93.5011 74.0036) (end 91.0011 74.0036) (width 0.5) (layer Top) (net 16) (tstamp 13260AF0)) + (segment (start 91.0011 74.0036) (end 89.0011 76.0036) (width 0.5) (layer Top) (net 16) (tstamp 1325FFB0)) + (segment (start 89.0011 76.0036) (end 83.5011 76.0036) (width 0.5) (layer Top) (net 16) (tstamp 13261090)) + (segment (start 81.5011 54.0036) (end 81.0011 53.0036) (width 0.5) (layer Top) (net 16) (tstamp 13260CD0)) + (segment (start 81.0011 53.0036) (end 81.0011 51.5036) (width 0.5) (layer Top) (net 16) (tstamp 132616D0)) + (segment (start 88.0011 52.5036) (end 88.0011 46.3536) (width 0.5) (layer Bottom) (net 16) (tstamp 13261BD0)) + (segment (start 88.0011 52.5036) (end 87.8911 52.5036) (width 0.5) (layer Bottom) (net 16) (tstamp 13261270)) + (segment (start 87.8911 52.5036) (end 84.7311 55.6636) (width 0.5) (layer Bottom) (net 16) (tstamp 13261E50)) + (segment (start 84.7311 55.6636) (end 84.1611 55.6636) (width 0.5) (layer Bottom) (net 16) (tstamp 13261EF0)) + (segment (start 84.1611 55.6636) (end 81.0011 52.5036) (width 0.5) (layer Bottom) (net 16) (tstamp 13260050)) + (segment (start 81.0011 52.5036) (end 81.0011 51.5036) (width 0.5) (layer Bottom) (net 16) (tstamp 13261770)) + (segment (start 88.0011 46.3536) (end 88.0811 46.2736) (width 0.5) (layer Bottom) (net 16) (tstamp 132609B0)) + (segment (start 162.5011 157.878118) (end 161.8011 158.5036) (width 0.5) (layer Top) (net 60) (tstamp 132619F0)) + (via (at 161.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 60) (tstamp 1325FF10)) + (segment (start 161.8011 158.5036) (end 162.5011 159.5036) (width 0.5) (layer Bottom) (net 60) (tstamp 13261F90)) + (segment (start 162.5011 159.5036) (end 162.5011 160.9081) (width 0.5) (layer Bottom) (net 60) (tstamp 1325FD30)) + (segment (start 162.5011 157.878118) (end 162.5011 156.129081) (width 0.5) (layer Top) (net 60) (tstamp 1325FA10)) + (segment (start 162.5011 156.129081) (end 162.626581 156.0036) (width 0.5) (layer Top) (net 60) (tstamp 13261130)) + (segment (start 167.5011 152.6546) (end 167.5011 155.0036) (width 0.5) (layer Top) (net 54) (tstamp 13261310)) + (segment (start 167.5011 155.0036) (end 167.375618 155.0036) (width 0.5) (layer Top) (net 54) (tstamp 1325FAB0)) + (segment (start 167.375618 155.0036) (end 166.375618 156.0036) (width 0.5) (layer Top) (net 54) (tstamp 13260C30)) + (segment (start 164.5011 161.5036) (end 164.5011 159.0036) (width 0.5) (layer Bottom) (net 56) (tstamp 13260190)) + (via (at 164.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 56) (tstamp 13260230)) + (segment (start 164.5011 159.0036) (end 164.5011 154.0036) (width 0.5) (layer Top) (net 56) (tstamp 132602D0)) + (segment (start 164.5011 154.0036) (end 162.5011 152.0036) (width 0.5) (layer Top) (net 56) (tstamp 13260910)) + (via (at 160.3011 142.5036) (size 2) (drill 1) (layers Top Bottom) (net 56) (tstamp 13261450)) + (segment (start 160.3011 142.5036) (end 162.0011 142.5036) (width 0.5) (layer Top) (net 56) (tstamp 13260370)) + (segment (start 162.0011 142.5036) (end 162.5011 143.0036) (width 0.5) (layer Top) (net 56) (tstamp 132607D0)) + (segment (start 162.5011 143.0036) (end 162.5011 152.0036) (width 0.5) (layer Top) (net 56) (tstamp 13260410)) + (segment (start 166.5011 170.3526) (end 166.5011 167.8526) (width 0.5) (layer Bottom) (net 56) (tstamp 13260730)) + (segment (start 166.5011 167.8526) (end 166.1521 167.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 13261590)) + (segment (start 166.5011 164.6546) (end 166.5011 167.1546) (width 0.5) (layer Bottom) (net 56) (tstamp 13261630)) + (segment (start 166.5011 167.1546) (end 166.1521 167.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 13260F50)) + (segment (start 164.7511 162.9036) (end 166.5011 164.6546) (width 0.5) (layer Bottom) (net 56) (tstamp 13260870)) + (segment (start 164.7511 162.9036) (end 164.7511 161.7536) (width 0.5) (layer Bottom) (net 56) (tstamp 13260FF0)) + (segment (start 164.7511 161.7536) (end 164.5011 161.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 13262210)) + (segment (start 160.3011 142.5036) (end 161.8501 142.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 132627B0)) + (segment (start 167.8501 139.3036) (end 167.7511 139.2536) (width 0.5) (layer Bottom) (net 56) (tstamp 132646F0)) + (segment (start 167.7511 139.2536) (end 166.5011 140.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 13264330)) + (segment (start 166.5011 140.5036) (end 164.0011 140.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 132634D0)) + (segment (start 164.0011 140.5036) (end 163.5011 141.0036) (width 0.5) (layer Bottom) (net 56) (tstamp 13263A70)) + (segment (start 163.5011 141.0036) (end 161.8011 141.0036) (width 0.5) (layer Bottom) (net 56) (tstamp 13263570)) + (segment (start 161.8011 141.0036) (end 160.3011 142.5036) (width 0.5) (layer Bottom) (net 56) (tstamp 13263ED0)) + (via (at 167.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 58) (tstamp 13263110)) + (segment (start 166.1521 156.0036) (end 166.1521 153.0036) (width 0.5) (layer Bottom) (net 58) (tstamp 132620D0)) + (segment (start 166.1521 156.0036) (end 167.2011 156.5036) (width 0.5) (layer Bottom) (net 58) (tstamp 132622B0)) + (segment (start 167.2011 156.5036) (end 167.2011 158.5036) (width 0.5) (layer Bottom) (net 58) (tstamp 13263BB0)) + (segment (start 166.7511 170.2416) (end 166.7511 161.7656) (width 0.5) (layer Top) (net 58) (tstamp 132645B0)) + (segment (start 166.7511 161.7656) (end 167.0011 161.8036) (width 0.5) (layer Top) (net 58) (tstamp 13263C50)) + (segment (start 167.0011 161.8036) (end 167.0011 160.0036) (width 0.5) (layer Top) (net 58) (tstamp 13263890)) + (segment (start 167.0011 160.0036) (end 167.2011 158.5036) (width 0.5) (layer Top) (net 58) (tstamp 132636B0)) + (segment (start 166.5011 161.3526) (end 167.0011 161.8036) (width 0.5) (layer Bottom) (net 58) (tstamp 132643D0)) + (segment (start 167.0011 161.8036) (end 167.0011 160.0036) (width 0.5) (layer Bottom) (net 58) (tstamp 13263CF0)) + (segment (start 167.0011 160.0036) (end 167.2011 158.5036) (width 0.5) (layer Bottom) (net 58) (tstamp 13262B70)) + (segment (start 162.8501 153.0036) (end 161.5011 151.6546) (width 0.5) (layer Bottom) (net 59) (tstamp 13263250)) + (segment (start 161.5011 151.6546) (end 161.5011 147.5036) (width 0.5) (layer Bottom) (net 59) (tstamp 132632F0)) + (segment (start 161.5011 147.5036) (end 162.5011 146.5036) (width 0.5) (layer Bottom) (net 59) (tstamp 13262850)) + (segment (start 162.5011 146.5036) (end 164.5011 146.5036) (width 0.5) (layer Bottom) (net 59) (tstamp 13263D90)) + (segment (start 171.626581 157.878118) (end 170.8011 158.5036) (width 0.5) (layer Top) (net 67) (tstamp 132628F0)) + (via (at 170.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 67) (tstamp 13262530)) + (segment (start 170.8011 158.5036) (end 171.5011 159.5036) (width 0.5) (layer Bottom) (net 67) (tstamp 13264650)) + (segment (start 171.5011 159.5036) (end 171.5011 160.9081) (width 0.5) (layer Bottom) (net 67) (tstamp 13263E30)) + (segment (start 171.626581 156.0036) (end 171.626581 157.878118) (width 0.5) (layer Top) (net 67) (tstamp 13263430)) + (segment (start 176.5011 155.0036) (end 176.5011 152.6546) (width 0.5) (layer Top) (net 61) (tstamp 132623F0)) + (segment (start 176.5011 155.0036) (end 176.375618 155.0036) (width 0.5) (layer Top) (net 61) (tstamp 13264790)) + (segment (start 176.375618 155.0036) (end 175.375618 156.0036) (width 0.5) (layer Top) (net 61) (tstamp 13262350)) + (segment (start 173.5011 161.5036) (end 173.5011 159.0036) (width 0.5) (layer Bottom) (net 63) (tstamp 13262CB0)) + (via (at 173.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 63) (tstamp 13262490)) + (segment (start 173.5011 159.0036) (end 173.5011 153.5036) (width 0.5) (layer Top) (net 63) (tstamp 13264150)) + (segment (start 173.5011 153.5036) (end 171.5011 151.5036) (width 0.5) (layer Top) (net 63) (tstamp 13262670)) + (segment (start 171.5011 151.5036) (end 171.5011 148.6546) (width 0.5) (layer Top) (net 63) (tstamp 132641F0)) + (segment (start 171.5011 148.6546) (end 170.5011 147.6546) (width 0.5) (layer Top) (net 63) (tstamp 13262A30)) + (segment (start 175.5011 170.3526) (end 175.5011 167.8526) (width 0.5) (layer Bottom) (net 63) (tstamp 13263070)) + (segment (start 175.5011 167.8526) (end 175.1521 167.5036) (width 0.5) (layer Bottom) (net 63) (tstamp 13262D50)) + (segment (start 175.5011 164.6546) (end 175.5011 167.1546) (width 0.5) (layer Bottom) (net 63) (tstamp 13264290)) + (segment (start 175.5011 167.1546) (end 175.1521 167.5036) (width 0.5) (layer Bottom) (net 63) (tstamp 13264510)) + (segment (start 173.5011 161.5036) (end 173.7511 161.7536) (width 0.5) (layer Bottom) (net 63) (tstamp 13262AD0)) + (segment (start 173.7511 161.7536) (end 173.7511 162.9036) (width 0.5) (layer Bottom) (net 63) (tstamp 13262DF0)) + (segment (start 173.7511 162.9036) (end 175.5011 164.6546) (width 0.5) (layer Bottom) (net 63) (tstamp 13262E90)) + (segment (start 175.7511 161.7656) (end 176.0011 161.8036) (width 0.5) (layer Top) (net 65) (tstamp 132655F0)) + (segment (start 176.0011 160.0036) (end 176.2011 158.5036) (width 0.5) (layer Top) (net 65) (tstamp 132648D0)) + (via (at 176.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 65) (tstamp 13264A10)) + (segment (start 176.2011 158.5036) (end 176.0011 160.0036) (width 0.5) (layer Bottom) (net 65) (tstamp 132666D0)) + (segment (start 176.0011 160.0036) (end 176.0011 161.8526) (width 0.5) (layer Bottom) (net 65) (tstamp 13264970)) + (segment (start 176.0011 161.8526) (end 175.5011 161.3526) (width 0.5) (layer Bottom) (net 65) (tstamp 13265A50)) + (segment (start 175.7511 170.2416) (end 175.7511 161.7656) (width 0.5) (layer Top) (net 65) (tstamp 13266F90)) + (segment (start 175.1521 153.0036) (end 175.1521 156.0036) (width 0.5) (layer Bottom) (net 65) (tstamp 13266B30)) + (segment (start 175.1521 156.0036) (end 176.2011 157.0036) (width 0.5) (layer Bottom) (net 65) (tstamp 13265CD0)) + (segment (start 176.2011 157.0036) (end 176.2011 158.5036) (width 0.5) (layer Bottom) (net 65) (tstamp 13266270)) + (segment (start 176.0011 161.8036) (end 176.0011 160.0036) (width 0.5) (layer Top) (net 65) (tstamp 13265D70)) + (segment (start 171.8501 153.0036) (end 171.5011 153.0036) (width 0.5) (layer Bottom) (net 66) (tstamp 13265B90)) + (segment (start 171.5011 153.0036) (end 170.5011 152.0036) (width 0.5) (layer Bottom) (net 66) (tstamp 13266EF0)) + (segment (start 170.5011 152.0036) (end 170.5011 147.5036) (width 0.5) (layer Bottom) (net 66) (tstamp 13266090)) + (segment (start 170.5011 147.5036) (end 171.5011 146.5036) (width 0.5) (layer Bottom) (net 66) (tstamp 13265370)) + (segment (start 171.5011 146.5036) (end 173.5011 146.5036) (width 0.5) (layer Bottom) (net 66) (tstamp 13265190)) + (segment (start 180.5011 160.9081) (end 180.5011 159.5036) (width 0.5) (layer Bottom) (net 74) (tstamp 132663B0)) + (segment (start 180.5011 159.5036) (end 179.8011 158.5036) (width 0.5) (layer Bottom) (net 74) (tstamp 13266BD0)) + (via (at 179.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 74) (tstamp 13264BF0)) + (segment (start 180.626581 157.878118) (end 179.8011 158.5036) (width 0.5) (layer Top) (net 74) (tstamp 13266A90)) + (segment (start 180.626581 156.0036) (end 180.626581 157.878118) (width 0.5) (layer Top) (net 74) (tstamp 132654B0)) + (segment (start 185.5011 152.6546) (end 185.5011 154.878118) (width 0.5) (layer Top) (net 68) (tstamp 13265EB0)) + (segment (start 185.5011 154.878118) (end 184.375618 156.0036) (width 0.5) (layer Top) (net 68) (tstamp 13266310)) + (segment (start 182.5011 161.5036) (end 182.5011 159.0036) (width 0.5) (layer Bottom) (net 70) (tstamp 13265870)) + (via (at 182.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 70) (tstamp 13265F50)) + (segment (start 182.5011 159.0036) (end 182.5011 153.5036) (width 0.5) (layer Top) (net 70) (tstamp 13265050)) + (segment (start 182.5011 153.5036) (end 180.5011 151.5036) (width 0.5) (layer Top) (net 70) (tstamp 13266450)) + (segment (start 180.5011 151.5036) (end 180.5011 150.1546) (width 0.5) (layer Top) (net 70) (tstamp 13266630)) + (segment (start 180.5011 150.1546) (end 179.5011 149.1546) (width 0.5) (layer Top) (net 70) (tstamp 13264D30)) + (segment (start 184.5011 170.3526) (end 184.5011 167.8526) (width 0.5) (layer Bottom) (net 70) (tstamp 13265FF0)) + (segment (start 184.5011 167.8526) (end 184.1521 167.5036) (width 0.5) (layer Bottom) (net 70) (tstamp 13267030)) + (segment (start 184.5011 164.6546) (end 184.5011 167.1546) (width 0.5) (layer Bottom) (net 70) (tstamp 13266130)) + (segment (start 184.5011 167.1546) (end 184.1521 167.5036) (width 0.5) (layer Bottom) (net 70) (tstamp 13266810)) + (segment (start 182.5011 161.5036) (end 182.7511 161.7536) (width 0.5) (layer Bottom) (net 70) (tstamp 132668B0)) + (segment (start 182.7511 161.7536) (end 182.7511 162.9036) (width 0.5) (layer Bottom) (net 70) (tstamp 13264DD0)) + (segment (start 182.7511 162.9036) (end 184.5011 164.6546) (width 0.5) (layer Bottom) (net 70) (tstamp 13264E70)) + (segment (start 184.7511 161.7656) (end 185.0011 161.8036) (width 0.5) (layer Top) (net 72) (tstamp 13266950)) + (segment (start 185.0011 160.0036) (end 185.2011 158.5036) (width 0.5) (layer Top) (net 72) (tstamp 13265730)) + (via (at 185.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 72) (tstamp 132657D0)) + (segment (start 185.2011 158.5036) (end 185.0011 160.0036) (width 0.5) (layer Bottom) (net 72) (tstamp 13266E50)) + (segment (start 185.0011 160.0036) (end 185.0011 161.8526) (width 0.5) (layer Bottom) (net 72) (tstamp 13265910)) + (segment (start 185.0011 161.8526) (end 184.5011 161.3526) (width 0.5) (layer Bottom) (net 72) (tstamp 132675D0)) + (segment (start 184.1521 153.0036) (end 184.1521 156.0036) (width 0.5) (layer Bottom) (net 72) (tstamp 13268E30)) + (segment (start 184.7511 170.2416) (end 184.7511 161.7656) (width 0.5) (layer Top) (net 72) (tstamp 13267B70)) + (segment (start 184.1521 156.0036) (end 185.2011 157.0036) (width 0.5) (layer Bottom) (net 72) (tstamp 13267170)) + (segment (start 185.2011 157.0036) (end 185.2011 158.5036) (width 0.5) (layer Bottom) (net 72) (tstamp 13268390)) + (segment (start 185.0011 160.0036) (end 185.0011 161.8036) (width 0.5) (layer Top) (net 72) (tstamp 13269010)) + (segment (start 180.8501 153.0036) (end 180.8501 152.8526) (width 0.5) (layer Bottom) (net 73) (tstamp 13267E90)) + (segment (start 180.8501 152.8526) (end 179.5011 151.5036) (width 0.5) (layer Bottom) (net 73) (tstamp 132678F0)) + (segment (start 179.5011 151.5036) (end 179.5011 147.5036) (width 0.5) (layer Bottom) (net 73) (tstamp 13268ED0)) + (segment (start 179.5011 147.5036) (end 180.5011 146.5036) (width 0.5) (layer Bottom) (net 73) (tstamp 13267DF0)) + (segment (start 180.5011 146.5036) (end 182.5011 146.5036) (width 0.5) (layer Bottom) (net 73) (tstamp 13267F30)) + (segment (start 189.5011 160.9081) (end 189.5011 159.5036) (width 0.5) (layer Bottom) (net 81) (tstamp 132673F0)) + (segment (start 189.5011 159.5036) (end 188.8011 158.5036) (width 0.5) (layer Bottom) (net 81) (tstamp 132684D0)) + (via (at 188.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 81) (tstamp 13267FD0)) + (segment (start 188.8011 158.5036) (end 189.5011 157.878118) (width 0.5) (layer Top) (net 81) (tstamp 13267210)) + (segment (start 189.5011 157.878118) (end 189.5011 156.129081) (width 0.5) (layer Top) (net 81) (tstamp 13267990)) + (segment (start 189.5011 156.129081) (end 189.626581 156.0036) (width 0.5) (layer Top) (net 81) (tstamp 132682F0)) + (segment (start 194.5011 155.0036) (end 194.5011 152.6546) (width 0.5) (layer Top) (net 75) (tstamp 13267A30)) + (segment (start 194.5011 155.0036) (end 194.375618 155.0036) (width 0.5) (layer Top) (net 75) (tstamp 13268F70)) + (segment (start 194.375618 155.0036) (end 193.375618 156.0036) (width 0.5) (layer Top) (net 75) (tstamp 13268070)) + (segment (start 191.5011 161.5036) (end 191.5011 159.0036) (width 0.5) (layer Bottom) (net 77) (tstamp 13269510)) + (via (at 191.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 77) (tstamp 132689D0)) + (segment (start 191.5011 159.0036) (end 191.5011 153.5036) (width 0.5) (layer Top) (net 77) (tstamp 13267490)) + (segment (start 191.5011 153.5036) (end 189.5011 151.5036) (width 0.5) (layer Top) (net 77) (tstamp 13268430)) + (segment (start 189.5011 151.5036) (end 189.5011 148.6546) (width 0.5) (layer Top) (net 77) (tstamp 132681B0)) + (segment (start 193.5011 170.3526) (end 193.5011 167.8526) (width 0.5) (layer Bottom) (net 77) (tstamp 13267CB0)) + (segment (start 193.5011 167.8526) (end 193.1521 167.5036) (width 0.5) (layer Bottom) (net 77) (tstamp 132670D0)) + (segment (start 193.5011 164.6546) (end 193.5011 167.1546) (width 0.5) (layer Bottom) (net 77) (tstamp 132672B0)) + (segment (start 193.5011 167.1546) (end 193.1521 167.5036) (width 0.5) (layer Bottom) (net 77) (tstamp 132677B0)) + (segment (start 191.5011 161.5036) (end 191.7511 161.7536) (width 0.5) (layer Bottom) (net 77) (tstamp 13268B10)) + (segment (start 191.7511 161.7536) (end 191.7511 162.9036) (width 0.5) (layer Bottom) (net 77) (tstamp 13267850)) + (segment (start 191.7511 162.9036) (end 193.5011 164.6546) (width 0.5) (layer Bottom) (net 77) (tstamp 13267530)) + (segment (start 189.5011 148.6546) (end 188.5011 147.6546) (width 0.5) (layer Top) (net 77) (tstamp 132690B0)) + (segment (start 193.7511 161.7656) (end 194.0011 161.8036) (width 0.5) (layer Top) (net 79) (tstamp 13268750)) + (segment (start 194.0011 160.0036) (end 194.2011 158.5036) (width 0.5) (layer Top) (net 79) (tstamp 13268BB0)) + (via (at 194.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 79) (tstamp 132687F0)) + (segment (start 194.2011 158.5036) (end 194.0011 160.0036) (width 0.5) (layer Bottom) (net 79) (tstamp 132693D0)) + (segment (start 194.0011 160.0036) (end 194.0011 161.8526) (width 0.5) (layer Bottom) (net 79) (tstamp 13269150)) + (segment (start 194.0011 161.8526) (end 193.5011 161.3526) (width 0.5) (layer Bottom) (net 79) (tstamp 132695B0)) + (segment (start 193.5011 156.0036) (end 193.5011 153.3526) (width 0.5) (layer Bottom) (net 79) (tstamp 13268C50)) + (segment (start 193.5011 153.3526) (end 193.1521 153.0036) (width 0.5) (layer Bottom) (net 79) (tstamp 13268D90)) + (segment (start 193.7511 170.2416) (end 193.7511 161.7656) (width 0.5) (layer Top) (net 79) (tstamp 13269290)) + (segment (start 193.5011 156.0036) (end 194.2011 157.0036) (width 0.5) (layer Bottom) (net 79) (tstamp 13269650)) + (segment (start 194.2011 157.0036) (end 194.2011 158.5036) (width 0.5) (layer Bottom) (net 79) (tstamp 132696F0)) + (segment (start 194.0011 161.8036) (end 194.0011 160.0036) (width 0.5) (layer Top) (net 79) (tstamp 13269830)) + (segment (start 191.5011 146.5036) (end 189.5011 146.5036) (width 0.5) (layer Bottom) (net 80) (tstamp 1326ACD0)) + (segment (start 189.5011 146.5036) (end 188.5011 147.5036) (width 0.5) (layer Bottom) (net 80) (tstamp 1326A410)) + (segment (start 188.5011 147.5036) (end 188.5011 151.6546) (width 0.5) (layer Bottom) (net 80) (tstamp 1326A4B0)) + (segment (start 188.5011 151.6546) (end 189.8501 153.0036) (width 0.5) (layer Bottom) (net 80) (tstamp 1326B310)) + (segment (start 198.626581 157.878118) (end 197.8011 158.5036) (width 0.5) (layer Top) (net 88) (tstamp 13269F10)) + (via (at 197.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 88) (tstamp 1326AAF0)) + (segment (start 197.8011 158.5036) (end 198.5011 159.5036) (width 0.5) (layer Bottom) (net 88) (tstamp 13269AB0)) + (segment (start 198.5011 159.5036) (end 198.5011 160.9081) (width 0.5) (layer Bottom) (net 88) (tstamp 13269FB0)) + (segment (start 198.626581 156.0036) (end 198.626581 157.878118) (width 0.5) (layer Top) (net 88) (tstamp 13269E70)) + (segment (start 203.5011 155.0036) (end 203.5011 152.6546) (width 0.5) (layer Top) (net 82) (tstamp 1326B4F0)) + (segment (start 203.5011 155.0036) (end 203.375618 155.0036) (width 0.5) (layer Top) (net 82) (tstamp 13269BF0)) + (segment (start 203.375618 155.0036) (end 202.375618 156.0036) (width 0.5) (layer Top) (net 82) (tstamp 1326AD70)) + (segment (start 200.5011 161.5036) (end 200.5011 159.0036) (width 0.5) (layer Bottom) (net 84) (tstamp 1326A5F0)) + (via (at 200.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 84) (tstamp 132698D0)) + (segment (start 200.5011 159.0036) (end 200.5011 153.5036) (width 0.5) (layer Top) (net 84) (tstamp 1326A550)) + (segment (start 200.5011 153.5036) (end 198.5011 151.5036) (width 0.5) (layer Top) (net 84) (tstamp 1326A690)) + (segment (start 198.5011 151.5036) (end 198.5011 146.6546) (width 0.5) (layer Top) (net 84) (tstamp 1326B3B0)) + (segment (start 198.5011 146.6546) (end 197.5011 145.6546) (width 0.5) (layer Top) (net 84) (tstamp 1326BBD0)) + (segment (start 202.5011 170.3526) (end 202.5011 167.8526) (width 0.5) (layer Bottom) (net 84) (tstamp 1326B270)) + (segment (start 202.5011 167.8526) (end 202.1521 167.5036) (width 0.5) (layer Bottom) (net 84) (tstamp 1326BD10)) + (segment (start 202.5011 164.6546) (end 202.5011 167.1546) (width 0.5) (layer Bottom) (net 84) (tstamp 1326BEF0)) + (segment (start 202.5011 167.1546) (end 202.1521 167.5036) (width 0.5) (layer Bottom) (net 84) (tstamp 1326B9F0)) + (segment (start 200.5011 161.5036) (end 200.7511 161.7536) (width 0.5) (layer Bottom) (net 84) (tstamp 1326BB30)) + (segment (start 200.7511 161.7536) (end 200.7511 162.9036) (width 0.5) (layer Bottom) (net 84) (tstamp 1326B450)) + (segment (start 200.7511 162.9036) (end 202.5011 164.6546) (width 0.5) (layer Bottom) (net 84) (tstamp 1326BDB0)) + (segment (start 202.7511 161.7656) (end 203.0011 161.8036) (width 0.5) (layer Top) (net 86) (tstamp 1326BC70)) + (segment (start 203.0011 160.0036) (end 203.2011 158.5036) (width 0.5) (layer Top) (net 86) (tstamp 1326AA50)) + (via (at 203.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 86) (tstamp 1326BE50)) + (segment (start 203.2011 158.5036) (end 203.0011 160.0036) (width 0.5) (layer Bottom) (net 86) (tstamp 1326B6D0)) + (segment (start 203.0011 160.0036) (end 203.0011 161.8526) (width 0.5) (layer Bottom) (net 86) (tstamp 13269B50)) + (segment (start 203.0011 161.8526) (end 202.5011 161.3526) (width 0.5) (layer Bottom) (net 86) (tstamp 1326BF90)) + (segment (start 202.1521 153.0036) (end 202.1521 156.0036) (width 0.5) (layer Bottom) (net 86) (tstamp 1326C030)) + (segment (start 202.7511 170.2416) (end 202.7511 161.7656) (width 0.5) (layer Top) (net 86) (tstamp 1326B770)) + (segment (start 202.1521 156.0036) (end 203.2011 157.0036) (width 0.5) (layer Bottom) (net 86) (tstamp 1326A2D0)) + (segment (start 203.2011 157.0036) (end 203.2011 158.5036) (width 0.5) (layer Bottom) (net 86) (tstamp 1326A370)) + (segment (start 203.0011 161.8036) (end 203.0011 160.0036) (width 0.5) (layer Top) (net 86) (tstamp 1326B810)) + (segment (start 200.5011 146.5036) (end 198.5011 146.5036) (width 0.5) (layer Bottom) (net 87) (tstamp 1326B8B0)) + (segment (start 198.5011 146.5036) (end 197.5011 147.5036) (width 0.5) (layer Bottom) (net 87) (tstamp 1326B950)) + (segment (start 197.5011 147.5036) (end 197.5011 151.6546) (width 0.5) (layer Bottom) (net 87) (tstamp 1326AB90)) + (segment (start 197.5011 151.6546) (end 198.8501 153.0036) (width 0.5) (layer Bottom) (net 87) (tstamp 1326AC30)) + (segment (start 207.626581 157.878118) (end 206.8011 158.5036) (width 0.5) (layer Top) (net 95) (tstamp 1326CDF0)) + (via (at 206.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 95) (tstamp 1326E290)) + (segment (start 206.8011 158.5036) (end 207.5011 159.5036) (width 0.5) (layer Bottom) (net 95) (tstamp 1326D250)) + (segment (start 207.5011 159.5036) (end 207.5011 160.9081) (width 0.5) (layer Bottom) (net 95) (tstamp 1326D610)) + (segment (start 207.626581 156.0036) (end 207.626581 157.878118) (width 0.5) (layer Top) (net 95) (tstamp 1326E510)) + (segment (start 212.5011 155.0036) (end 212.5011 152.6546) (width 0.5) (layer Top) (net 89) (tstamp 1326E470)) + (segment (start 212.5011 155.0036) (end 212.375618 155.0036) (width 0.5) (layer Top) (net 89) (tstamp 1326CE90)) + (segment (start 212.375618 155.0036) (end 211.375618 156.0036) (width 0.5) (layer Top) (net 89) (tstamp 1326E1F0)) + (segment (start 209.5011 161.5036) (end 209.5011 159.0036) (width 0.5) (layer Bottom) (net 91) (tstamp 1326DE30)) + (via (at 209.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 91) (tstamp 1326CB70)) + (segment (start 209.5011 159.0036) (end 209.5011 154.0036) (width 0.5) (layer Top) (net 91) (tstamp 1326D4D0)) + (segment (start 209.5011 154.0036) (end 207.5011 152.0036) (width 0.5) (layer Top) (net 91) (tstamp 1326DED0)) + (segment (start 207.5011 152.0036) (end 207.5011 146.6546) (width 0.5) (layer Top) (net 91) (tstamp 1326E650)) + (segment (start 207.5011 146.6546) (end 206.5011 145.6546) (width 0.5) (layer Top) (net 91) (tstamp 1326C3F0)) + (segment (start 211.5011 170.3526) (end 211.5011 167.8526) (width 0.5) (layer Bottom) (net 91) (tstamp 1326D2F0)) + (segment (start 211.5011 167.8526) (end 211.1521 167.5036) (width 0.5) (layer Bottom) (net 91) (tstamp 1326C8F0)) + (segment (start 211.5011 164.6546) (end 211.5011 167.1546) (width 0.5) (layer Bottom) (net 91) (tstamp 1326C850)) + (segment (start 211.5011 167.1546) (end 211.1521 167.5036) (width 0.5) (layer Bottom) (net 91) (tstamp 1326C0D0)) + (segment (start 209.5011 161.5036) (end 209.7511 161.7536) (width 0.5) (layer Bottom) (net 91) (tstamp 1326E6F0)) + (segment (start 209.7511 161.7536) (end 209.7511 162.9036) (width 0.5) (layer Bottom) (net 91) (tstamp 1326CFD0)) + (segment (start 209.7511 162.9036) (end 211.5011 164.6546) (width 0.5) (layer Bottom) (net 91) (tstamp 1326DF70)) + (segment (start 211.7511 161.7656) (end 212.0011 161.8036) (width 0.5) (layer Top) (net 93) (tstamp 1326DB10)) + (segment (start 212.0011 160.0036) (end 212.2011 158.5036) (width 0.5) (layer Top) (net 93) (tstamp 1326DD90)) + (via (at 212.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 93) (tstamp 1326D570)) + (segment (start 212.2011 158.5036) (end 212.0011 160.0036) (width 0.5) (layer Bottom) (net 93) (tstamp 1326E150)) + (segment (start 212.0011 160.0036) (end 212.0011 161.8526) (width 0.5) (layer Bottom) (net 93) (tstamp 1326E790)) + (segment (start 212.0011 161.8526) (end 211.5011 161.3526) (width 0.5) (layer Bottom) (net 93) (tstamp 1326D6B0)) + (segment (start 211.1521 153.0036) (end 211.1521 156.0036) (width 0.5) (layer Bottom) (net 93) (tstamp 1326CC10)) + (segment (start 211.7511 170.2416) (end 211.7511 161.7656) (width 0.5) (layer Top) (net 93) (tstamp 1326D890)) + (segment (start 211.1521 156.0036) (end 212.2011 157.0036) (width 0.5) (layer Bottom) (net 93) (tstamp 1326CCB0)) + (segment (start 212.2011 157.0036) (end 212.2011 158.5036) (width 0.5) (layer Bottom) (net 93) (tstamp 1326C990)) + (segment (start 212.0011 160.0036) (end 212.0011 161.8036) (width 0.5) (layer Top) (net 93) (tstamp 1326D7F0)) + (segment (start 209.5011 146.5036) (end 207.0011 146.5036) (width 0.5) (layer Bottom) (net 94) (tstamp 1326D930)) + (segment (start 207.0011 146.5036) (end 206.5011 147.0036) (width 0.5) (layer Bottom) (net 94) (tstamp 1326C170)) + (segment (start 206.5011 147.0036) (end 206.5011 151.6546) (width 0.5) (layer Bottom) (net 94) (tstamp 1326C490)) + (segment (start 206.5011 151.6546) (end 207.8501 153.0036) (width 0.5) (layer Bottom) (net 94) (tstamp 1326D9D0)) + (segment (start 216.626581 157.878118) (end 215.8011 158.5036) (width 0.5) (layer Top) (net 102) (tstamp 1326DA70)) + (via (at 215.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 102) (tstamp 1326C530)) + (segment (start 215.8011 158.5036) (end 216.5011 159.5036) (width 0.5) (layer Bottom) (net 102) (tstamp 1326DBB0)) + (segment (start 216.5011 159.5036) (end 216.5011 160.9081) (width 0.5) (layer Bottom) (net 102) (tstamp 1326D390)) + (segment (start 216.626581 156.0036) (end 216.626581 157.878118) (width 0.5) (layer Top) (net 102) (tstamp 1326DC50)) + (segment (start 221.5011 152.6546) (end 221.5011 154.878118) (width 0.5) (layer Top) (net 96) (tstamp 1326E010)) + (segment (start 221.5011 154.878118) (end 220.375618 156.0036) (width 0.5) (layer Top) (net 96) (tstamp 1392A260)) + (segment (start 218.5011 161.5036) (end 218.5011 159.0036) (width 0.5) (layer Bottom) (net 98) (tstamp 13928780)) + (via (at 218.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 98) (tstamp 13928A00)) + (segment (start 218.5011 159.0036) (end 218.5011 153.5036) (width 0.5) (layer Top) (net 98) (tstamp 13928FA0)) + (segment (start 218.5011 153.5036) (end 216.5011 151.5036) (width 0.5) (layer Top) (net 98) (tstamp 13928460)) + (segment (start 220.5011 170.3526) (end 220.5011 167.8526) (width 0.5) (layer Bottom) (net 98) (tstamp 1392A6C0)) + (segment (start 220.5011 167.8526) (end 220.1521 167.5036) (width 0.5) (layer Bottom) (net 98) (tstamp 13929A40)) + (segment (start 220.5011 164.6546) (end 220.5011 167.1546) (width 0.5) (layer Bottom) (net 98) (tstamp 13929900)) + (segment (start 220.5011 167.1546) (end 220.1521 167.5036) (width 0.5) (layer Bottom) (net 98) (tstamp 139294A0)) + (segment (start 218.5011 161.5036) (end 218.7511 161.7536) (width 0.5) (layer Bottom) (net 98) (tstamp 13928140)) + (segment (start 218.7511 161.7536) (end 218.7511 162.9036) (width 0.5) (layer Bottom) (net 98) (tstamp 13929220)) + (segment (start 218.7511 162.9036) (end 220.5011 164.6546) (width 0.5) (layer Bottom) (net 98) (tstamp 1392A800)) + (segment (start 216.5011 151.5036) (end 216.5011 148.6546) (width 0.5) (layer Top) (net 98) (tstamp 139286E0)) + (segment (start 216.5011 148.6546) (end 215.5011 147.6546) (width 0.5) (layer Top) (net 98) (tstamp 13928820)) + (segment (start 220.7511 161.7656) (end 221.0011 161.8036) (width 0.5) (layer Top) (net 100) (tstamp 13929B80)) + (segment (start 221.0011 160.0036) (end 221.2011 158.5036) (width 0.5) (layer Top) (net 100) (tstamp 139281E0)) + (via (at 221.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 100) (tstamp 13929C20)) + (segment (start 220.1521 153.0036) (end 220.1521 156.0036) (width 0.5) (layer Bottom) (net 100) (tstamp 13929FE0)) + (segment (start 220.7511 170.2416) (end 220.7511 161.7656) (width 0.5) (layer Top) (net 100) (tstamp 139288C0)) + (segment (start 220.1521 156.0036) (end 221.2011 157.0036) (width 0.5) (layer Bottom) (net 100) (tstamp 13928AA0)) + (segment (start 221.2011 157.0036) (end 221.2011 158.5036) (width 0.5) (layer Bottom) (net 100) (tstamp 139285A0)) + (segment (start 221.2011 158.5036) (end 221.0011 160.0036) (width 0.5) (layer Bottom) (net 100) (tstamp 13928320)) + (segment (start 221.0011 160.0036) (end 221.0011 161.8036) (width 0.5) (layer Bottom) (net 100) (tstamp 139295E0)) + (segment (start 221.0011 161.8036) (end 220.5011 161.3526) (width 0.5) (layer Bottom) (net 100) (tstamp 13928640)) + (segment (start 221.0011 160.0036) (end 221.0011 161.8036) (width 0.5) (layer Top) (net 100) (tstamp 139299A0)) + (segment (start 218.5011 146.5036) (end 216.0011 146.5036) (width 0.5) (layer Bottom) (net 101) (tstamp 13928B40)) + (segment (start 216.0011 146.5036) (end 215.5011 147.0036) (width 0.5) (layer Bottom) (net 101) (tstamp 13929860)) + (segment (start 215.5011 147.0036) (end 215.5011 151.6546) (width 0.5) (layer Bottom) (net 101) (tstamp 13929CC0)) + (segment (start 215.5011 151.6546) (end 216.8501 153.0036) (width 0.5) (layer Bottom) (net 101) (tstamp 13928BE0)) + (segment (start 225.5011 160.9081) (end 225.5011 159.5036) (width 0.5) (layer Bottom) (net 109) (tstamp 13929040)) + (segment (start 225.5011 159.5036) (end 224.8011 158.5036) (width 0.5) (layer Bottom) (net 109) (tstamp 13929EA0)) + (via (at 224.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 109) (tstamp 1392A1C0)) + (segment (start 224.8011 158.5036) (end 225.5011 158.0036) (width 0.5) (layer Top) (net 109) (tstamp 1392A3A0)) + (segment (start 225.5011 158.0036) (end 225.5011 156.129081) (width 0.5) (layer Top) (net 109) (tstamp 13928E60)) + (segment (start 225.5011 156.129081) (end 225.626581 156.0036) (width 0.5) (layer Top) (net 109) (tstamp 1392A080)) + (segment (start 230.5011 152.6546) (end 230.5011 154.878118) (width 0.5) (layer Top) (net 103) (tstamp 139290E0)) + (segment (start 230.5011 154.878118) (end 229.375618 156.0036) (width 0.5) (layer Top) (net 103) (tstamp 139292C0)) + (segment (start 227.5011 161.5036) (end 227.5011 159.0036) (width 0.5) (layer Bottom) (net 105) (tstamp 139297C0)) + (via (at 227.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 105) (tstamp 13929F40)) + (segment (start 227.5011 159.0036) (end 227.5011 153.5036) (width 0.5) (layer Top) (net 105) (tstamp 1392A120)) + (segment (start 227.5011 153.5036) (end 225.5011 151.5036) (width 0.5) (layer Top) (net 105) (tstamp 1392AF80)) + (segment (start 225.5011 151.5036) (end 225.5011 146.6546) (width 0.5) (layer Top) (net 105) (tstamp 1392BCA0)) + (segment (start 225.5011 146.6546) (end 224.5011 145.6546) (width 0.5) (layer Top) (net 105) (tstamp 1392C600)) + (segment (start 229.5011 170.3526) (end 229.5011 167.8526) (width 0.5) (layer Bottom) (net 105) (tstamp 1392BE80)) + (segment (start 229.5011 167.8526) (end 229.1521 167.5036) (width 0.5) (layer Bottom) (net 105) (tstamp 1392C1A0)) + (segment (start 229.5011 164.6546) (end 229.5011 167.1546) (width 0.5) (layer Bottom) (net 105) (tstamp 1392C060)) + (segment (start 229.5011 167.1546) (end 229.1521 167.5036) (width 0.5) (layer Bottom) (net 105) (tstamp 1392BF20)) + (segment (start 227.5011 161.5036) (end 227.7511 161.7536) (width 0.5) (layer Bottom) (net 105) (tstamp 1392B020)) + (segment (start 227.7511 161.7536) (end 227.7511 162.9036) (width 0.5) (layer Bottom) (net 105) (tstamp 1392CE20)) + (segment (start 227.7511 162.9036) (end 229.5011 164.6546) (width 0.5) (layer Bottom) (net 105) (tstamp 1392B5C0)) + (segment (start 229.7511 161.7656) (end 230.0011 161.8036) (width 0.5) (layer Top) (net 107) (tstamp 1392CF60)) + (segment (start 230.0011 160.0036) (end 230.2011 158.5036) (width 0.5) (layer Top) (net 107) (tstamp 1392BB60)) + (via (at 230.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 107) (tstamp 1392BAC0)) + (segment (start 230.0011 161.8526) (end 229.5011 161.3526) (width 0.5) (layer Bottom) (net 107) (tstamp 1392BFC0)) + (segment (start 229.1521 153.0036) (end 229.1521 156.0036) (width 0.5) (layer Bottom) (net 107) (tstamp 1392B0C0)) + (segment (start 229.7511 170.2416) (end 229.7511 161.7656) (width 0.5) (layer Top) (net 107) (tstamp 1392CEC0)) + (segment (start 229.1521 156.0036) (end 230.2011 157.0036) (width 0.5) (layer Bottom) (net 107) (tstamp 1392B660)) + (segment (start 230.2011 157.0036) (end 230.2011 158.5036) (width 0.5) (layer Bottom) (net 107) (tstamp 1392AEE0)) + (segment (start 230.2011 158.5036) (end 230.0011 160.0036) (width 0.5) (layer Bottom) (net 107) (tstamp 1392BDE0)) + (segment (start 230.0011 160.0036) (end 230.0011 161.8036) (width 0.5) (layer Bottom) (net 107) (tstamp 1392D000)) + (segment (start 230.0011 161.8036) (end 229.5011 161.3526) (width 0.5) (layer Bottom) (net 107) (tstamp 1392C100)) + (segment (start 230.0011 160.0036) (end 230.0011 161.8036) (width 0.5) (layer Top) (net 107) (tstamp 1392C880)) + (segment (start 227.5011 146.5036) (end 225.0011 146.5036) (width 0.5) (layer Bottom) (net 108) (tstamp 1392B160)) + (segment (start 225.0011 146.5036) (end 224.5011 147.0036) (width 0.5) (layer Bottom) (net 108) (tstamp 1392C380)) + (segment (start 224.5011 147.0036) (end 224.5011 151.6546) (width 0.5) (layer Bottom) (net 108) (tstamp 1392CCE0)) + (segment (start 224.5011 151.6546) (end 225.8501 153.0036) (width 0.5) (layer Bottom) (net 108) (tstamp 1392CBA0)) + (segment (start 67.626582 157.878118) (end 66.8011 158.5036) (width 0.5) (layer Top) (net 116) (tstamp 1392C7E0)) + (via (at 66.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 116) (tstamp 1392B200)) + (segment (start 67.5011 160.9081) (end 67.5011 159.5036) (width 0.5) (layer Bottom) (net 116) (tstamp 1392D0A0)) + (segment (start 67.5011 159.5036) (end 66.8011 158.5036) (width 0.5) (layer Bottom) (net 116) (tstamp 1392B7A0)) + (segment (start 67.626582 156.0036) (end 67.626582 157.878118) (width 0.5) (layer Top) (net 116) (tstamp 1392BC00)) + (segment (start 72.375619 155.129081) (end 72.5011 153.5036) (width 0.5) (layer Top) (net 110) (tstamp 1392B840)) + (segment (start 72.5011 153.5036) (end 72.5011 152.1546) (width 0.5) (layer Top) (net 110) (tstamp 1392B2A0)) + (segment (start 72.375619 155.129081) (end 72.250138 155.129081) (width 0.5) (layer Top) (net 110) (tstamp 1392B700)) + (segment (start 72.250138 155.129081) (end 71.375619 156.0036) (width 0.5) (layer Top) (net 110) (tstamp 1392A940)) + (segment (start 67.0011 151.5036) (end 69.5011 154.0036) (width 0.5) (layer Top) (net 112) (tstamp 1392ADA0)) + (segment (start 69.5011 154.0036) (end 69.5011 159.0036) (width 0.5) (layer Top) (net 112) (tstamp 1392B8E0)) + (via (at 69.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 112) (tstamp 1392B520)) + (segment (start 69.5011 159.0036) (end 69.5011 161.5036) (width 0.5) (layer Bottom) (net 112) (tstamp 1392AE40)) + (segment (start 70.0011 139.3526) (end 69.3501 139.5036) (width 0.5) (layer Top) (net 112) (tstamp 1392C6A0)) + (segment (start 71.5011 164.6546) (end 71.5011 167.1546) (width 0.5) (layer Bottom) (net 112) (tstamp 1392B3E0)) + (segment (start 71.5011 167.1546) (end 71.1521 167.5036) (width 0.5) (layer Bottom) (net 112) (tstamp 1392B480)) + (segment (start 69.5011 161.5036) (end 69.7511 161.7536) (width 0.5) (layer Bottom) (net 112) (tstamp 1392B980)) + (segment (start 69.7511 161.7536) (end 69.7511 162.9036) (width 0.5) (layer Bottom) (net 112) (tstamp 1392BA20)) + (segment (start 69.7511 162.9036) (end 71.5011 164.6546) (width 0.5) (layer Bottom) (net 112) (tstamp 1392D820)) + (segment (start 71.5011 170.3526) (end 71.5011 167.8526) (width 0.5) (layer Bottom) (net 112) (tstamp 1392DA00)) + (segment (start 71.5011 167.8526) (end 71.1521 167.5036) (width 0.5) (layer Bottom) (net 112) (tstamp 1392F120)) + (segment (start 70.0011 139.3526) (end 69.1521 139.3526) (width 0.5) (layer Top) (net 112) (tstamp 1392E2C0)) + (segment (start 69.1521 139.3526) (end 67.5011 141.0036) (width 0.5) (layer Top) (net 112) (tstamp 1392E680)) + (segment (start 67.5011 141.0036) (end 67.5011 145.0036) (width 0.5) (layer Top) (net 112) (tstamp 1392E0E0)) + (segment (start 67.5011 145.0036) (end 67.0011 145.5036) (width 0.5) (layer Top) (net 112) (tstamp 1392F8A0)) + (segment (start 67.0011 145.5036) (end 67.0011 151.5036) (width 0.5) (layer Top) (net 112) (tstamp 1392E220)) + (via (at 72.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 114) (tstamp 1392F800)) + (segment (start 71.5011 161.5156) (end 71.7511 161.7656) (width 0.5) (layer Top) (net 114) (tstamp 1392F4E0)) + (segment (start 71.7511 170.2416) (end 71.7511 161.7656) (width 0.5) (layer Top) (net 114) (tstamp 1392EA40)) + (segment (start 72.0011 160.0036) (end 72.2011 158.5036) (width 0.5) (layer Top) (net 114) (tstamp 1392F440)) + (segment (start 72.0011 160.0036) (end 72.2011 158.5036) (width 0.5) (layer Bottom) (net 114) (tstamp 1392DE60)) + (segment (start 71.1521 153.0036) (end 71.1521 156.0036) (width 0.5) (layer Bottom) (net 114) (tstamp 1392F620)) + (segment (start 71.1521 156.0036) (end 72.2011 157.0036) (width 0.5) (layer Bottom) (net 114) (tstamp 1392ED60)) + (segment (start 72.2011 157.0036) (end 72.2011 158.5036) (width 0.5) (layer Bottom) (net 114) (tstamp 1392D500)) + (segment (start 72.0011 161.8526) (end 71.5011 161.3526) (width 0.5) (layer Bottom) (net 114) (tstamp 1392E040)) + (segment (start 72.0011 161.8526) (end 72.0011 160.0036) (width 0.5) (layer Bottom) (net 114) (tstamp 1392DAA0)) + (segment (start 71.7511 161.7656) (end 71.7511 161.7536) (width 0.5) (layer Top) (net 114) (tstamp 1392DB40)) + (segment (start 71.7511 161.7536) (end 72.0011 161.5036) (width 0.5) (layer Top) (net 114) (tstamp 1392F580)) + (segment (start 72.0011 161.5036) (end 72.0011 160.0036) (width 0.5) (layer Top) (net 114) (tstamp 1392ECC0)) + (segment (start 69.5011 146.5036) (end 68.0011 146.5036) (width 0.5) (layer Bottom) (net 115) (tstamp 1392D780)) + (segment (start 68.0011 146.5036) (end 67.0011 147.5036) (width 0.5) (layer Bottom) (net 115) (tstamp 1392D8C0)) + (segment (start 67.0011 147.5036) (end 67.0011 152.1546) (width 0.5) (layer Bottom) (net 115) (tstamp 1392D6E0)) + (segment (start 67.0011 152.1546) (end 67.8501 153.0036) (width 0.5) (layer Bottom) (net 115) (tstamp 1392E720)) + (segment (start 76.626582 157.878118) (end 75.8011 158.5036) (width 0.5) (layer Top) (net 123) (tstamp 1392E180)) + (via (at 75.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 123) (tstamp 1392EEA0)) + (segment (start 75.8011 158.5036) (end 76.5011 159.5036) (width 0.5) (layer Bottom) (net 123) (tstamp 1392E400)) + (segment (start 76.5011 159.5036) (end 76.5011 160.9081) (width 0.5) (layer Bottom) (net 123) (tstamp 1392DFA0)) + (segment (start 76.626582 156.0036) (end 76.626582 157.878118) (width 0.5) (layer Top) (net 123) (tstamp 1392E900)) + (segment (start 81.5011 155.0036) (end 81.5011 152.6546) (width 0.5) (layer Top) (net 117) (tstamp 1392E9A0)) + (segment (start 81.5011 155.0036) (end 81.375619 155.0036) (width 0.5) (layer Top) (net 117) (tstamp 1392D960)) + (segment (start 81.375619 155.0036) (end 80.375619 156.0036) (width 0.5) (layer Top) (net 117) (tstamp 1392DC80)) + (segment (start 78.5011 161.5036) (end 78.5011 159.0036) (width 0.5) (layer Bottom) (net 119) (tstamp 1392E4A0)) + (via (at 78.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 119) (tstamp 1392D5A0)) + (segment (start 78.5011 159.0036) (end 78.5011 154.0036) (width 0.5) (layer Top) (net 119) (tstamp 1392F3A0)) + (segment (start 78.5011 154.0036) (end 76.5011 152.0036) (width 0.5) (layer Top) (net 119) (tstamp 1392EF40)) + (segment (start 76.5011 152.0036) (end 76.5011 148.1546) (width 0.5) (layer Top) (net 119) (tstamp 1392F080)) + (segment (start 76.5011 148.1546) (end 75.5011 146.6546) (width 0.5) (layer Top) (net 119) (tstamp 1392DF00)) + (segment (start 80.5011 170.3526) (end 80.5011 167.8526) (width 0.5) (layer Bottom) (net 119) (tstamp 1392D320)) + (segment (start 80.5011 167.8526) (end 80.1521 167.5036) (width 0.5) (layer Bottom) (net 119) (tstamp 1392D640)) + (segment (start 80.5011 164.6546) (end 80.5011 167.1546) (width 0.5) (layer Bottom) (net 119) (tstamp 1392F260)) + (segment (start 80.5011 167.1546) (end 80.1521 167.5036) (width 0.5) (layer Bottom) (net 119) (tstamp 1392DBE0)) + (segment (start 78.5011 161.5036) (end 78.7511 161.7536) (width 0.5) (layer Bottom) (net 119) (tstamp 1392DD20)) + (segment (start 78.7511 161.7536) (end 78.7511 162.9036) (width 0.5) (layer Bottom) (net 119) (tstamp 1392F300)) + (segment (start 78.7511 162.9036) (end 80.5011 164.6546) (width 0.5) (layer Bottom) (net 119) (tstamp 13931880)) + (segment (start 81.0011 160.0036) (end 81.2011 158.5036) (width 0.5) (layer Top) (net 121) (tstamp 13930D40)) + (via (at 81.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 121) (tstamp 139312E0)) + (segment (start 81.2011 158.5036) (end 81.0011 160.0036) (width 0.5) (layer Bottom) (net 121) (tstamp 139300C0)) + (segment (start 80.7511 161.8526) (end 80.5011 161.3526) (width 0.5) (layer Bottom) (net 121) (tstamp 13930020)) + (segment (start 80.7511 170.2416) (end 80.7511 161.7656) (width 0.5) (layer Top) (net 121) (tstamp 139314C0)) + (segment (start 80.1521 153.0036) (end 80.1521 156.0036) (width 0.5) (layer Bottom) (net 121) (tstamp 1392F940)) + (segment (start 80.1521 156.0036) (end 81.2011 156.0036) (width 0.5) (layer Bottom) (net 121) (tstamp 1392FDA0)) + (segment (start 81.2011 156.0036) (end 81.2011 158.5036) (width 0.5) (layer Bottom) (net 121) (tstamp 13930B60)) + (segment (start 81.0011 160.0036) (end 81.0011 161.5156) (width 0.5) (layer Top) (net 121) (tstamp 139307A0)) + (segment (start 81.0011 161.5156) (end 80.7511 161.7656) (width 0.5) (layer Top) (net 121) (tstamp 13930160)) + (segment (start 81.0011 160.0036) (end 81.0011 161.6026) (width 0.5) (layer Bottom) (net 121) (tstamp 13930200)) + (segment (start 81.0011 161.6026) (end 80.7511 161.8526) (width 0.5) (layer Bottom) (net 121) (tstamp 139302A0)) + (segment (start 78.5011 146.5036) (end 76.5011 146.5036) (width 0.5) (layer Bottom) (net 122) (tstamp 13931380)) + (segment (start 76.5011 146.5036) (end 75.5011 147.5036) (width 0.5) (layer Bottom) (net 122) (tstamp 13931C40)) + (segment (start 75.5011 147.5036) (end 75.5011 151.6546) (width 0.5) (layer Bottom) (net 122) (tstamp 13931BA0)) + (segment (start 75.5011 151.6546) (end 76.8501 153.0036) (width 0.5) (layer Bottom) (net 122) (tstamp 13930DE0)) + (segment (start 85.626582 157.878118) (end 85.486466 157.984287) (width 0.5) (layer Top) (net 130) (tstamp 13931CE0)) + (via (at 84.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 130) (tstamp 13930520)) + (segment (start 85.486466 157.984287) (end 84.8011 158.5036) (width 0.5) (layer Top) (net 130) (tstamp 139305C0)) + (segment (start 84.8011 158.5036) (end 85.5011 159.5036) (width 0.5) (layer Bottom) (net 130) (tstamp 13930A20)) + (segment (start 85.5011 159.5036) (end 85.5011 160.9081) (width 0.5) (layer Bottom) (net 130) (tstamp 13932000)) + (segment (start 85.626582 156.0036) (end 85.626582 157.844171) (width 0.5) (layer Top) (net 130) (tstamp 139316A0)) + (segment (start 85.626582 157.844171) (end 85.486466 157.984287) (width 0.5) (layer Top) (net 130) (tstamp 139320A0)) + (segment (start 90.5011 155.0036) (end 90.5011 152.6546) (width 0.5) (layer Top) (net 124) (tstamp 13930AC0)) + (segment (start 90.5011 155.0036) (end 90.375619 155.0036) (width 0.5) (layer Top) (net 124) (tstamp 13930840)) + (segment (start 90.375619 155.0036) (end 89.375619 156.0036) (width 0.5) (layer Top) (net 124) (tstamp 13931600)) + (segment (start 87.5011 161.5036) (end 87.5011 159.0036) (width 0.5) (layer Bottom) (net 126) (tstamp 13931EC0)) + (via (at 87.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 126) (tstamp 13930E80)) + (segment (start 87.5011 159.0036) (end 87.5011 154.0036) (width 0.5) (layer Top) (net 126) (tstamp 13930CA0)) + (segment (start 87.5011 154.0036) (end 85.5011 152.0036) (width 0.5) (layer Top) (net 126) (tstamp 13930980)) + (segment (start 85.5011 152.0036) (end 85.5011 148.1546) (width 0.5) (layer Top) (net 126) (tstamp 13930C00)) + (segment (start 85.5011 148.1546) (end 84.5011 146.6546) (width 0.5) (layer Top) (net 126) (tstamp 13930F20)) + (segment (start 89.5011 170.3526) (end 89.5011 167.8526) (width 0.5) (layer Bottom) (net 126) (tstamp 1392F9E0)) + (segment (start 89.5011 167.8526) (end 89.1521 167.5036) (width 0.5) (layer Bottom) (net 126) (tstamp 13930FC0)) + (segment (start 89.5011 164.6546) (end 89.5011 167.1546) (width 0.5) (layer Bottom) (net 126) (tstamp 13931420)) + (segment (start 89.5011 167.1546) (end 89.1521 167.5036) (width 0.5) (layer Bottom) (net 126) (tstamp 13931740)) + (segment (start 87.5011 161.5036) (end 87.7511 161.7536) (width 0.5) (layer Bottom) (net 126) (tstamp 139319C0)) + (segment (start 87.7511 161.7536) (end 87.7511 162.9036) (width 0.5) (layer Bottom) (net 126) (tstamp 1392FA80)) + (segment (start 87.7511 162.9036) (end 89.5011 164.6546) (width 0.5) (layer Bottom) (net 126) (tstamp 13931100)) + (segment (start 90.0011 160.0036) (end 90.2011 158.5036) (width 0.5) (layer Top) (net 128) (tstamp 13933180)) + (via (at 90.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 128) (tstamp 13932FA0)) + (segment (start 90.0011 161.8526) (end 89.5011 161.3526) (width 0.5) (layer Bottom) (net 128) (tstamp 13934260)) + (segment (start 89.1521 153.0036) (end 89.1521 156.0036) (width 0.5) (layer Bottom) (net 128) (tstamp 13934300)) + (segment (start 89.7511 170.2416) (end 89.7511 161.7656) (width 0.5) (layer Top) (net 128) (tstamp 13934580)) + (segment (start 90.0011 160.0036) (end 90.2011 158.5036) (width 0.5) (layer Bottom) (net 128) (tstamp 13933040)) + (segment (start 90.2011 158.5036) (end 90.2011 157.5036) (width 0.5) (layer Bottom) (net 128) (tstamp 139335E0)) + (segment (start 90.2011 157.5036) (end 89.1521 156.0036) (width 0.5) (layer Bottom) (net 128) (tstamp 13933680)) + (segment (start 90.0011 160.0036) (end 90.0011 161.5156) (width 0.5) (layer Top) (net 128) (tstamp 13933D60)) + (segment (start 90.0011 161.5156) (end 89.7511 161.7656) (width 0.5) (layer Top) (net 128) (tstamp 13933A40)) + (segment (start 90.0011 160.0036) (end 90.0011 161.8526) (width 0.5) (layer Bottom) (net 128) (tstamp 13934800)) + (segment (start 85.8501 153.0036) (end 85.8501 152.8526) (width 0.5) (layer Bottom) (net 129) (tstamp 139344E0)) + (segment (start 85.8501 152.8526) (end 84.5011 151.5036) (width 0.5) (layer Bottom) (net 129) (tstamp 13933220)) + (segment (start 84.5011 151.5036) (end 84.5011 147.5036) (width 0.5) (layer Bottom) (net 129) (tstamp 139343A0)) + (segment (start 84.5011 147.5036) (end 85.5011 146.5036) (width 0.5) (layer Bottom) (net 129) (tstamp 13933860)) + (segment (start 85.5011 146.5036) (end 87.5011 146.5036) (width 0.5) (layer Bottom) (net 129) (tstamp 13932A00)) + (segment (start 94.626582 157.878118) (end 93.8011 158.5036) (width 0.5) (layer Top) (net 137) (tstamp 139332C0)) + (via (at 93.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 137) (tstamp 139339A0)) + (segment (start 93.8011 158.5036) (end 94.5011 159.5036) (width 0.5) (layer Bottom) (net 137) (tstamp 13932780)) + (segment (start 94.5011 159.5036) (end 94.5011 160.9081) (width 0.5) (layer Bottom) (net 137) (tstamp 13933CC0)) + (segment (start 94.626582 156.0036) (end 94.626582 157.878118) (width 0.5) (layer Top) (net 137) (tstamp 13932140)) + (segment (start 99.5011 152.6546) (end 99.5011 154.878118) (width 0.5) (layer Top) (net 131) (tstamp 139328C0)) + (segment (start 99.5011 154.878118) (end 98.375619 156.0036) (width 0.5) (layer Top) (net 131) (tstamp 139326E0)) + (via (at 96.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 133) (tstamp 139337C0)) + (segment (start 96.5011 159.0036) (end 96.5011 154.0036) (width 0.5) (layer Top) (net 133) (tstamp 13934120)) + (segment (start 96.5011 154.0036) (end 94.5011 152.0036) (width 0.5) (layer Top) (net 133) (tstamp 13933C20)) + (segment (start 94.5011 152.0036) (end 94.5011 148.1546) (width 0.5) (layer Top) (net 133) (tstamp 13933EA0)) + (segment (start 94.5011 148.1546) (end 93.5011 146.6546) (width 0.5) (layer Top) (net 133) (tstamp 13932E60)) + (segment (start 98.5011 164.6546) (end 98.5011 167.1546) (width 0.5) (layer Bottom) (net 133) (tstamp 139323C0)) + (segment (start 98.5011 167.1546) (end 98.1521 167.5036) (width 0.5) (layer Bottom) (net 133) (tstamp 13934620)) + (segment (start 96.5011 159.0036) (end 96.5011 161.5036) (width 0.5) (layer Bottom) (net 133) (tstamp 139346C0)) + (segment (start 96.5011 161.5036) (end 96.7511 161.7536) (width 0.5) (layer Bottom) (net 133) (tstamp 13934760)) + (segment (start 96.7511 161.7536) (end 96.7511 162.9036) (width 0.5) (layer Bottom) (net 133) (tstamp 139348A0)) + (segment (start 96.7511 162.9036) (end 98.5011 164.6546) (width 0.5) (layer Bottom) (net 133) (tstamp 13932460)) + (segment (start 98.5011 170.3526) (end 98.5011 167.8526) (width 0.5) (layer Bottom) (net 133) (tstamp 139321E0)) + (segment (start 98.5011 167.8526) (end 98.1521 167.5036) (width 0.5) (layer Bottom) (net 133) (tstamp 13932280)) + (segment (start 99.0011 160.0036) (end 99.2011 158.5036) (width 0.5) (layer Bottom) (net 135) (tstamp 13932BE0)) + (via (at 99.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 135) (tstamp 13933540)) + (segment (start 99.2011 158.5036) (end 99.0011 160.0036) (width 0.5) (layer Top) (net 135) (tstamp 13932C80)) + (segment (start 98.5011 161.5156) (end 98.7511 161.7656) (width 0.5) (layer Top) (net 135) (tstamp 13932D20)) + (segment (start 98.7511 170.2416) (end 98.7511 161.7656) (width 0.5) (layer Top) (net 135) (tstamp 13932DC0)) + (segment (start 98.1521 153.0036) (end 98.1521 156.0036) (width 0.5) (layer Bottom) (net 135) (tstamp 13933360)) + (segment (start 98.1521 156.0036) (end 99.2011 157.0036) (width 0.5) (layer Bottom) (net 135) (tstamp 13932F00)) + (segment (start 99.2011 157.0036) (end 99.2011 158.5036) (width 0.5) (layer Bottom) (net 135) (tstamp 13933400)) + (segment (start 99.0011 160.0036) (end 99.0011 161.8526) (width 0.5) (layer Bottom) (net 135) (tstamp 139334A0)) + (segment (start 99.0011 161.8526) (end 98.5011 161.3526) (width 0.5) (layer Bottom) (net 135) (tstamp 13935520)) + (segment (start 99.0011 160.0036) (end 99.0011 161.5156) (width 0.5) (layer Top) (net 135) (tstamp 13934D00)) + (segment (start 99.0011 161.5156) (end 98.7511 161.7656) (width 0.5) (layer Top) (net 135) (tstamp 13935C00)) + (segment (start 94.8501 153.0036) (end 94.5011 153.0036) (width 0.5) (layer Bottom) (net 136) (tstamp 13936920)) + (segment (start 94.5011 153.0036) (end 93.5011 152.0036) (width 0.5) (layer Bottom) (net 136) (tstamp 13934DA0)) + (segment (start 93.5011 152.0036) (end 93.5011 147.5036) (width 0.5) (layer Bottom) (net 136) (tstamp 13936060)) + (segment (start 93.5011 147.5036) (end 94.5011 146.5036) (width 0.5) (layer Bottom) (net 136) (tstamp 13937000)) + (segment (start 94.5011 146.5036) (end 96.5011 146.5036) (width 0.5) (layer Bottom) (net 136) (tstamp 13935E80)) + (segment (start 103.626582 157.878118) (end 102.8011 158.5036) (width 0.5) (layer Top) (net 144) (tstamp 13935F20)) + (via (at 102.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 144) (tstamp 13935B60)) + (segment (start 102.8011 158.5036) (end 103.5011 159.5036) (width 0.5) (layer Bottom) (net 144) (tstamp 139366A0)) + (segment (start 103.5011 159.5036) (end 103.5011 160.9081) (width 0.5) (layer Bottom) (net 144) (tstamp 13936880)) + (segment (start 103.626582 156.0036) (end 103.626582 157.878118) (width 0.5) (layer Top) (net 144) (tstamp 13935A20)) + (segment (start 108.5011 155.0036) (end 108.5011 152.6546) (width 0.5) (layer Top) (net 138) (tstamp 139364C0)) + (segment (start 108.5011 155.0036) (end 108.375619 155.0036) (width 0.5) (layer Top) (net 138) (tstamp 139361A0)) + (segment (start 108.375619 155.0036) (end 107.375619 156.0036) (width 0.5) (layer Top) (net 138) (tstamp 13936D80)) + (via (at 105.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 140) (tstamp 139362E0)) + (segment (start 105.5011 159.0036) (end 105.5011 154.0036) (width 0.5) (layer Top) (net 140) (tstamp 13934940)) + (segment (start 105.5011 154.0036) (end 103.5011 152.0036) (width 0.5) (layer Top) (net 140) (tstamp 13934EE0)) + (segment (start 103.5011 152.0036) (end 103.5011 148.1546) (width 0.5) (layer Top) (net 140) (tstamp 13934F80)) + (segment (start 103.5011 148.1546) (end 102.0011 146.6546) (width 0.5) (layer Top) (net 140) (tstamp 139350C0)) + (segment (start 107.5011 170.3526) (end 107.5011 167.8526) (width 0.5) (layer Bottom) (net 140) (tstamp 139349E0)) + (segment (start 107.5011 167.8526) (end 107.1521 167.5036) (width 0.5) (layer Bottom) (net 140) (tstamp 13935160)) + (segment (start 107.5011 164.6546) (end 107.5011 167.1546) (width 0.5) (layer Bottom) (net 140) (tstamp 13935200)) + (segment (start 107.5011 167.1546) (end 107.1521 167.5036) (width 0.5) (layer Bottom) (net 140) (tstamp 139352A0)) + (segment (start 105.5011 159.0036) (end 105.5011 161.5036) (width 0.5) (layer Bottom) (net 140) (tstamp 13934B20)) + (segment (start 105.5011 161.5036) (end 105.7511 161.7536) (width 0.5) (layer Bottom) (net 140) (tstamp 13934BC0)) + (segment (start 105.7511 161.7536) (end 105.7511 164.2536) (width 0.5) (layer Bottom) (net 140) (tstamp 13935CA0)) + (segment (start 105.7511 164.2536) (end 106.0011 164.5036) (width 0.5) (layer Bottom) (net 140) (tstamp 13935340)) + (segment (start 106.0011 164.5036) (end 107.3501 164.5036) (width 0.5) (layer Bottom) (net 140) (tstamp 139353E0)) + (segment (start 107.3501 164.5036) (end 107.5011 164.6546) (width 0.5) (layer Bottom) (net 140) (tstamp 13935480)) + (segment (start 107.1521 156.0036) (end 107.1521 153.0036) (width 0.5) (layer Bottom) (net 142) (tstamp 13935660)) + (segment (start 107.1521 156.0036) (end 108.2011 157.0036) (width 0.5) (layer Bottom) (net 142) (tstamp 13935700)) + (via (at 108.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 142) (tstamp 13936420)) + (segment (start 107.7511 170.2416) (end 107.7511 161.7656) (width 0.5) (layer Top) (net 142) (tstamp 13936560)) + (segment (start 108.0011 161.8036) (end 108.0011 160.0036) (width 0.5) (layer Top) (net 142) (tstamp 139367E0)) + (segment (start 107.7511 161.7656) (end 107.9631 161.7656) (width 0.5) (layer Top) (net 142) (tstamp 13936A60)) + (segment (start 107.9631 161.7656) (end 108.0011 161.8036) (width 0.5) (layer Top) (net 142) (tstamp 139357A0)) + (segment (start 107.5011 161.3526) (end 107.6521 161.3526) (width 0.5) (layer Bottom) (net 142) (tstamp 13936B00)) + (segment (start 107.6521 161.3526) (end 108.0011 161.0036) (width 0.5) (layer Bottom) (net 142) (tstamp 139358E0)) + (segment (start 108.2011 158.5036) (end 108.0011 160.0036) (width 0.5) (layer Bottom) (net 142) (tstamp 13935980)) + (segment (start 108.0011 160.0036) (end 108.0011 160.8526) (width 0.5) (layer Bottom) (net 142) (tstamp 13935AC0)) + (segment (start 108.0011 160.8526) (end 107.5011 161.3526) (width 0.5) (layer Bottom) (net 142) (tstamp 13936C40)) + (segment (start 108.2011 158.5036) (end 108.0011 160.0036) (width 0.5) (layer Top) (net 142) (tstamp 13936CE0)) + (segment (start 108.2011 157.0036) (end 108.2011 158.5036) (width 0.5) (layer Bottom) (net 142) (tstamp 13936EC0)) + (segment (start 103.8501 153.0036) (end 103.5011 153.0036) (width 0.5) (layer Bottom) (net 143) (tstamp 13937320)) + (segment (start 103.5011 153.0036) (end 102.5011 152.0036) (width 0.5) (layer Bottom) (net 143) (tstamp 139393A0)) + (segment (start 102.5011 152.0036) (end 102.5011 147.5036) (width 0.5) (layer Bottom) (net 143) (tstamp 13939760)) + (segment (start 102.5011 147.5036) (end 103.5011 146.5036) (width 0.5) (layer Bottom) (net 143) (tstamp 139378C0)) + (segment (start 103.5011 146.5036) (end 105.5011 146.5036) (width 0.5) (layer Bottom) (net 143) (tstamp 13938FE0)) + (segment (start 112.626582 157.878118) (end 112.486466 157.984287) (width 0.5) (layer Top) (net 151) (tstamp 139394E0)) + (via (at 111.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 151) (tstamp 13938E00)) + (segment (start 112.486466 157.984287) (end 111.8011 158.5036) (width 0.5) (layer Top) (net 151) (tstamp 139385E0)) + (segment (start 111.8011 158.5036) (end 112.5011 159.5036) (width 0.5) (layer Bottom) (net 151) (tstamp 13938680)) + (segment (start 112.5011 159.5036) (end 112.5011 160.9081) (width 0.5) (layer Bottom) (net 151) (tstamp 13937460)) + (segment (start 112.626582 156.0036) (end 112.626582 157.844171) (width 0.5) (layer Top) (net 151) (tstamp 13938720)) + (segment (start 112.626582 157.844171) (end 112.486466 157.984287) (width 0.5) (layer Top) (net 151) (tstamp 13937140)) + (segment (start 117.5011 152.6546) (end 117.5011 154.878118) (width 0.5) (layer Top) (net 145) (tstamp 139391C0)) + (segment (start 117.5011 154.878118) (end 116.375619 156.0036) (width 0.5) (layer Top) (net 145) (tstamp 13937820)) + (segment (start 114.5011 161.5036) (end 114.5011 159.0036) (width 0.5) (layer Bottom) (net 147) (tstamp 13938900)) + (via (at 114.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 147) (tstamp 13938220)) + (segment (start 114.5011 159.0036) (end 114.5011 153.5036) (width 0.5) (layer Top) (net 147) (tstamp 13937BE0)) + (segment (start 114.5011 153.5036) (end 112.5011 151.5036) (width 0.5) (layer Top) (net 147) (tstamp 139371E0)) + (segment (start 112.5011 151.5036) (end 112.5011 146.6546) (width 0.5) (layer Top) (net 147) (tstamp 13938400)) + (segment (start 112.5011 146.6546) (end 111.5011 145.6546) (width 0.5) (layer Top) (net 147) (tstamp 13938360)) + (segment (start 116.5011 170.3526) (end 116.5011 167.8526) (width 0.5) (layer Bottom) (net 147) (tstamp 13938C20)) + (segment (start 116.5011 167.8526) (end 116.1521 167.5036) (width 0.5) (layer Bottom) (net 147) (tstamp 139387C0)) + (segment (start 116.5011 164.6546) (end 116.5011 167.1546) (width 0.5) (layer Bottom) (net 147) (tstamp 13938CC0)) + (segment (start 116.5011 167.1546) (end 116.1521 167.5036) (width 0.5) (layer Bottom) (net 147) (tstamp 13939120)) + (segment (start 114.5011 161.5036) (end 114.7511 161.7536) (width 0.5) (layer Bottom) (net 147) (tstamp 13938EA0)) + (segment (start 114.7511 161.7536) (end 114.7511 162.9036) (width 0.5) (layer Bottom) (net 147) (tstamp 13938F40)) + (segment (start 114.7511 162.9036) (end 116.5011 164.6546) (width 0.5) (layer Bottom) (net 147) (tstamp 13938180)) + (segment (start 116.5011 161.3526) (end 117.0011 161.8036) (width 0.5) (layer Bottom) (net 149) (tstamp 13939080)) + (segment (start 117.0011 161.8036) (end 117.0011 160.0036) (width 0.5) (layer Bottom) (net 149) (tstamp 13939260)) + (segment (start 117.0011 160.0036) (end 117.2011 158.5036) (width 0.5) (layer Bottom) (net 149) (tstamp 13939580)) + (via (at 117.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 149) (tstamp 13939800)) + (segment (start 117.2011 158.5036) (end 117.0011 160.0036) (width 0.5) (layer Top) (net 149) (tstamp 139376E0)) + (segment (start 117.0011 160.0036) (end 117.0011 161.8036) (width 0.5) (layer Top) (net 149) (tstamp 13937AA0)) + (segment (start 117.0011 161.8036) (end 116.7511 161.7656) (width 0.5) (layer Top) (net 149) (tstamp 13939300)) + (segment (start 116.7511 170.2416) (end 116.7511 161.7656) (width 0.5) (layer Top) (net 149) (tstamp 13937C80)) + (segment (start 116.1521 153.0036) (end 116.1521 156.0036) (width 0.5) (layer Bottom) (net 149) (tstamp 13939620)) + (segment (start 116.1521 156.0036) (end 117.2011 157.0036) (width 0.5) (layer Bottom) (net 149) (tstamp 139396C0)) + (segment (start 117.2011 157.0036) (end 117.2011 158.5036) (width 0.5) (layer Bottom) (net 149) (tstamp 139398A0)) + (segment (start 114.5011 146.5036) (end 112.5011 146.5036) (width 0.5) (layer Bottom) (net 150) (tstamp 13937FA0)) + (segment (start 112.5011 146.5036) (end 111.5011 147.5036) (width 0.5) (layer Bottom) (net 150) (tstamp 13937DC0)) + (segment (start 111.5011 147.5036) (end 111.5011 151.6546) (width 0.5) (layer Bottom) (net 150) (tstamp 13938040)) + (segment (start 111.5011 151.6546) (end 112.8501 153.0036) (width 0.5) (layer Bottom) (net 150) (tstamp 139380E0)) + (segment (start 121.626582 157.878118) (end 120.8011 158.5036) (width 0.5) (layer Top) (net 158) (tstamp 1393BEC0)) + (via (at 120.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 158) (tstamp 13939D00)) + (segment (start 120.8011 158.5036) (end 121.5011 159.5036) (width 0.5) (layer Bottom) (net 158) (tstamp 1393B060)) + (segment (start 121.5011 159.5036) (end 121.5011 160.9081) (width 0.5) (layer Bottom) (net 158) (tstamp 1393BCE0)) + (segment (start 121.626582 156.0036) (end 121.626582 157.878118) (width 0.5) (layer Top) (net 158) (tstamp 1393B240)) + (segment (start 126.5011 152.6546) (end 126.5011 154.878118) (width 0.5) (layer Top) (net 152) (tstamp 1393B2E0)) + (segment (start 126.5011 154.878118) (end 125.375619 156.0036) (width 0.5) (layer Top) (net 152) (tstamp 1393B6A0)) + (segment (start 123.5011 161.5036) (end 123.5011 159.0036) (width 0.5) (layer Bottom) (net 154) (tstamp 1393AB60)) + (via (at 123.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 154) (tstamp 1393A520)) + (segment (start 123.5011 159.0036) (end 123.5011 154.0036) (width 0.5) (layer Top) (net 154) (tstamp 1393AC00)) + (segment (start 123.5011 154.0036) (end 121.5011 152.0036) (width 0.5) (layer Top) (net 154) (tstamp 1393A160)) + (segment (start 121.5011 152.0036) (end 121.5011 146.6546) (width 0.5) (layer Top) (net 154) (tstamp 1393A7A0)) + (segment (start 121.5011 146.6546) (end 120.5011 145.6546) (width 0.5) (layer Top) (net 154) (tstamp 13939E40)) + (segment (start 125.5011 170.3526) (end 125.5011 167.8526) (width 0.5) (layer Bottom) (net 154) (tstamp 1393BBA0)) + (segment (start 125.5011 167.8526) (end 125.1521 167.5036) (width 0.5) (layer Bottom) (net 154) (tstamp 1393A5C0)) + (segment (start 125.5011 164.6546) (end 125.5011 167.1546) (width 0.5) (layer Bottom) (net 154) (tstamp 1393A0C0)) + (segment (start 125.5011 167.1546) (end 125.1521 167.5036) (width 0.5) (layer Bottom) (net 154) (tstamp 1393B1A0)) + (segment (start 123.5011 161.5036) (end 123.7511 161.7536) (width 0.5) (layer Bottom) (net 154) (tstamp 1393C0A0)) + (segment (start 123.7511 161.7536) (end 123.7511 162.9036) (width 0.5) (layer Bottom) (net 154) (tstamp 1393A200)) + (segment (start 123.7511 162.9036) (end 125.5011 164.6546) (width 0.5) (layer Bottom) (net 154) (tstamp 1393B100)) + (segment (start 125.5011 161.3526) (end 126.0011 161.8036) (width 0.5) (layer Bottom) (net 156) (tstamp 1393ADE0)) + (segment (start 126.0011 161.8036) (end 126.0011 160.0036) (width 0.5) (layer Bottom) (net 156) (tstamp 13939C60)) + (segment (start 126.0011 160.0036) (end 126.2011 158.5036) (width 0.5) (layer Bottom) (net 156) (tstamp 1393AA20)) + (via (at 126.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 156) (tstamp 1393BF60)) + (segment (start 126.2011 158.5036) (end 126.0011 160.0036) (width 0.5) (layer Top) (net 156) (tstamp 1393A700)) + (segment (start 126.0011 160.0036) (end 126.0011 161.8036) (width 0.5) (layer Top) (net 156) (tstamp 13939F80)) + (segment (start 126.0011 161.8036) (end 125.5011 161.5156) (width 0.5) (layer Top) (net 156) (tstamp 1393A840)) + (segment (start 125.5011 161.5156) (end 125.7511 161.7656) (width 0.5) (layer Top) (net 156) (tstamp 1393BC40)) + (segment (start 125.1521 153.0036) (end 125.1521 156.0036) (width 0.5) (layer Bottom) (net 156) (tstamp 1393BD80)) + (segment (start 125.7511 170.2416) (end 125.7511 162.6026) (width 0.5) (layer Top) (net 156) (tstamp 1393BA60)) + (segment (start 125.7511 162.6026) (end 125.5011 162.3526) (width 0.5) (layer Top) (net 156) (tstamp 13939A80)) + (segment (start 125.5011 162.3526) (end 125.5011 162.0156) (width 0.5) (layer Top) (net 156) (tstamp 13939BC0)) + (segment (start 125.5011 162.0156) (end 125.7511 161.7656) (width 0.5) (layer Top) (net 156) (tstamp 1393AE80)) + (segment (start 125.1521 156.0036) (end 126.2011 157.0036) (width 0.5) (layer Bottom) (net 156) (tstamp 1393B880)) + (segment (start 126.2011 157.0036) (end 126.2011 158.5036) (width 0.5) (layer Bottom) (net 156) (tstamp 1393B740)) + (segment (start 121.8501 153.0036) (end 121.5011 153.0036) (width 0.5) (layer Bottom) (net 157) (tstamp 1393B7E0)) + (segment (start 121.5011 153.0036) (end 120.5011 152.0036) (width 0.5) (layer Bottom) (net 157) (tstamp 1393A980)) + (segment (start 120.5011 152.0036) (end 120.5011 147.5036) (width 0.5) (layer Bottom) (net 157) (tstamp 1393B380)) + (segment (start 120.5011 147.5036) (end 121.5011 146.5036) (width 0.5) (layer Bottom) (net 157) (tstamp 1393AAC0)) + (segment (start 121.5011 146.5036) (end 123.5011 146.5036) (width 0.5) (layer Bottom) (net 157) (tstamp 1393BE20)) + (segment (start 130.626582 157.878118) (end 130.486466 157.984287) (width 0.5) (layer Top) (net 165) (tstamp 1393B420)) + (via (at 129.8011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 165) (tstamp 1393B560)) + (segment (start 130.486466 157.984287) (end 129.8011 158.5036) (width 0.5) (layer Top) (net 165) (tstamp 1393B600)) + (segment (start 129.8011 158.5036) (end 130.5011 159.5036) (width 0.5) (layer Bottom) (net 165) (tstamp 1393D220)) + (segment (start 130.5011 159.5036) (end 130.5011 160.9081) (width 0.5) (layer Bottom) (net 165) (tstamp 1393DC20)) + (segment (start 130.626582 156.0036) (end 130.626582 157.844171) (width 0.5) (layer Top) (net 165) (tstamp 1393D860)) + (segment (start 130.626582 157.844171) (end 130.486466 157.984287) (width 0.5) (layer Top) (net 165) (tstamp 1393E620)) + (segment (start 135.5011 152.6546) (end 135.5011 154.878118) (width 0.5) (layer Top) (net 159) (tstamp 1393CBE0)) + (segment (start 135.5011 154.878118) (end 134.375619 156.0036) (width 0.5) (layer Top) (net 159) (tstamp 1393DEA0)) + (segment (start 132.5011 161.0036) (end 132.5011 159.0036) (width 0.5) (layer Bottom) (net 161) (tstamp 1393D400)) + (via (at 132.5011 159.0036) (size 2) (drill 1) (layers Top Bottom) (net 161) (tstamp 1393CC80)) + (segment (start 132.5011 159.0036) (end 132.5011 153.5036) (width 0.5) (layer Top) (net 161) (tstamp 1393D4A0)) + (segment (start 132.5011 153.5036) (end 130.5011 151.5036) (width 0.5) (layer Top) (net 161) (tstamp 1393C960)) + (segment (start 130.5011 151.5036) (end 130.5011 146.6546) (width 0.5) (layer Top) (net 161) (tstamp 1393CFA0)) + (segment (start 130.5011 146.6546) (end 129.5011 145.6546) (width 0.5) (layer Top) (net 161) (tstamp 1393C3C0)) + (segment (start 134.5011 170.3526) (end 134.5011 167.8526) (width 0.5) (layer Bottom) (net 161) (tstamp 1393E6C0)) + (segment (start 134.5011 167.8526) (end 134.1521 167.5036) (width 0.5) (layer Bottom) (net 161) (tstamp 1393DD60)) + (segment (start 134.5011 164.6546) (end 134.5011 167.1546) (width 0.5) (layer Bottom) (net 161) (tstamp 1393C140)) + (segment (start 134.5011 167.1546) (end 134.1521 167.5036) (width 0.5) (layer Bottom) (net 161) (tstamp 1393C8C0)) + (segment (start 132.5011 161.0036) (end 132.7511 161.2536) (width 0.5) (layer Bottom) (net 161) (tstamp 1393DB80)) + (segment (start 132.7511 161.2536) (end 132.7511 162.9036) (width 0.5) (layer Bottom) (net 161) (tstamp 1393DF40)) + (segment (start 132.7511 162.9036) (end 134.5011 164.6546) (width 0.5) (layer Bottom) (net 161) (tstamp 1393D900)) + (segment (start 134.5011 161.3526) (end 135.0011 161.8036) (width 0.5) (layer Bottom) (net 163) (tstamp 1393D040)) + (segment (start 135.0011 161.8036) (end 135.0011 160.0036) (width 0.5) (layer Bottom) (net 163) (tstamp 1393E440)) + (segment (start 135.0011 160.0036) (end 135.2011 158.5036) (width 0.5) (layer Bottom) (net 163) (tstamp 1393E4E0)) + (via (at 135.2011 158.5036) (size 2) (drill 1) (layers Top Bottom) (net 163) (tstamp 1393E1C0)) + (segment (start 135.2011 158.5036) (end 135.0011 160.0036) (width 0.5) (layer Top) (net 163) (tstamp 1393CAA0)) + (segment (start 135.0011 160.0036) (end 135.0011 161.8036) (width 0.5) (layer Top) (net 163) (tstamp 1393D9A0)) + (segment (start 135.0011 161.8036) (end 134.5011 161.5156) (width 0.5) (layer Top) (net 163) (tstamp 1393CB40)) + (segment (start 134.5011 161.5156) (end 134.7511 161.7656) (width 0.5) (layer Top) (net 163) (tstamp 1393C500)) + (segment (start 134.1521 153.0036) (end 134.1521 156.0036) (width 0.5) (layer Bottom) (net 163) (tstamp 1393E260)) + (segment (start 134.7511 170.2416) (end 134.7511 161.7656) (width 0.5) (layer Top) (net 163) (tstamp 1393E760)) + (segment (start 134.1521 156.0036) (end 135.2011 157.0036) (width 0.5) (layer Bottom) (net 163) (tstamp 1393D720)) + (segment (start 135.2011 157.0036) (end 135.2011 158.5036) (width 0.5) (layer Bottom) (net 163) (tstamp 1393DA40)) + (segment (start 132.5011 146.5036) (end 130.0011 146.5036) (width 0.5) (layer Bottom) (net 164) (tstamp 1393CF00)) + (segment (start 130.0011 146.5036) (end 129.5011 147.0036) (width 0.5) (layer Bottom) (net 164) (tstamp 1393C1E0)) + (segment (start 129.5011 147.0036) (end 129.5011 151.6546) (width 0.5) (layer Bottom) (net 164) (tstamp 1393E8A0)) + (segment (start 129.5011 151.6546) (end 130.8501 153.0036) (width 0.5) (layer Bottom) (net 164) (tstamp 1393DCC0)) + (via (at 192.4011 123.5036) (size 2) (drill 1) (layers Top Bottom) (net 104) (tstamp 1393E580)) + (segment (start 192.4011 123.5036) (end 192.4011 128.5036) (width 0.5) (layer Top) (net 104) (tstamp 1393CDC0)) + (segment (start 192.4011 123.5036) (end 192.4011 120.8236) (width 0.5) (layer Bottom) (net 104) (tstamp 1393C640)) + (segment (start 192.4011 120.8236) (end 192.3911 120.8136) (width 0.5) (layer Bottom) (net 104) (tstamp 1393C6E0)) + (segment (start 197.0011 136.5036) (end 197.0011 133.1036) (width 0.5) (layer Top) (net 104) (tstamp 1393C780)) + (segment (start 197.0011 133.1036) (end 192.4011 128.5036) (width 0.5) (layer Top) (net 104) (tstamp 1393D0E0)) + (segment (start 197.0011 136.5036) (end 198.0011 137.6036) (width 0.5) (layer Top) (net 104) (tstamp 1393DE00)) + (segment (start 198.0011 137.6036) (end 207.1011 137.6036) (width 0.5) (layer Top) (net 104) (tstamp 1393E080)) + (segment (start 224.5011 142.5036) (end 224.1521 143.0036) (width 0.5) (layer Top) (net 104) (tstamp 1393D180)) + (segment (start 224.1521 143.0036) (end 224.5011 142.3526) (width 0.5) (layer Top) (net 104) (tstamp 1393ED00)) + (segment (start 207.1011 137.6036) (end 210.6011 141.1036) (width 0.5) (layer Top) (net 104) (tstamp 139407E0)) + (segment (start 210.6011 141.1036) (end 214.1011 141.1036) (width 0.5) (layer Top) (net 104) (tstamp 1393F020)) + (segment (start 214.1011 141.1036) (end 214.5011 141.5036) (width 0.5) (layer Top) (net 104) (tstamp 1393F200)) + (segment (start 214.5011 141.5036) (end 223.5011 141.5036) (width 0.5) (layer Top) (net 104) (tstamp 1393EDA0)) + (segment (start 223.5011 141.5036) (end 224.5011 142.5036) (width 0.5) (layer Top) (net 104) (tstamp 13940060)) + (via (at 189.8011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 97) (tstamp 1393F2A0)) + (segment (start 189.8511 120.8136) (end 189.8511 123.9536) (width 0.5) (layer Bottom) (net 97) (tstamp 13940920)) + (segment (start 189.8511 123.9536) (end 189.8011 124.0036) (width 0.5) (layer Bottom) (net 97) (tstamp 1393E9E0)) + (segment (start 189.8011 124.0036) (end 189.8011 127.5036) (width 0.5) (layer Top) (net 97) (tstamp 1393F520)) + (segment (start 207.0011 139.0036) (end 197.5011 139.0036) (width 0.5) (layer Top) (net 97) (tstamp 13940CE0)) + (segment (start 197.5011 139.0036) (end 196.0011 137.5036) (width 0.5) (layer Top) (net 97) (tstamp 13940240)) + (segment (start 196.0011 137.5036) (end 196.0011 133.7036) (width 0.5) (layer Top) (net 97) (tstamp 139402E0)) + (segment (start 196.0011 133.7036) (end 189.8011 127.5036) (width 0.5) (layer Top) (net 97) (tstamp 1393FD40)) + (segment (start 207.0011 139.0036) (end 210.1011 142.1036) (width 0.5) (layer Top) (net 97) (tstamp 13940740)) + (segment (start 210.1011 142.1036) (end 213.6011 142.1036) (width 0.5) (layer Top) (net 97) (tstamp 139409C0)) + (segment (start 213.6011 142.1036) (end 214.0011 142.5036) (width 0.5) (layer Top) (net 97) (tstamp 139401A0)) + (segment (start 214.0011 142.5036) (end 214.0011 142.8526) (width 0.5) (layer Top) (net 97) (tstamp 13940380)) + (segment (start 214.0011 142.8526) (end 215.5011 144.3526) (width 0.5) (layer Top) (net 97) (tstamp 1393F660)) + (via (at 187.3011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 90) (tstamp 1393E940)) + (segment (start 187.3011 124.0036) (end 187.3011 123.0136) (width 0.5) (layer Bottom) (net 90) (tstamp 13940420)) + (segment (start 187.3011 123.0136) (end 187.3111 120.8136) (width 0.5) (layer Bottom) (net 90) (tstamp 13941000)) + (segment (start 206.5011 142.3526) (end 206.5011 141.0036) (width 0.5) (layer Top) (net 90) (tstamp 1393FDE0)) + (segment (start 206.5011 141.0036) (end 205.5011 140.0036) (width 0.5) (layer Top) (net 90) (tstamp 1393EC60)) + (segment (start 205.5011 140.0036) (end 197.0011 140.0036) (width 0.5) (layer Top) (net 90) (tstamp 139404C0)) + (segment (start 197.0011 140.0036) (end 195.0011 138.0036) (width 0.5) (layer Top) (net 90) (tstamp 139410A0)) + (segment (start 195.0011 138.0036) (end 195.0011 134.2036) (width 0.5) (layer Top) (net 90) (tstamp 1393FE80)) + (segment (start 187.3011 124.0036) (end 187.3011 126.5036) (width 0.5) (layer Top) (net 90) (tstamp 1393EE40)) + (segment (start 187.3011 126.5036) (end 195.0011 134.2036) (width 0.5) (layer Top) (net 90) (tstamp 13940560)) + (segment (start 184.9711 123.4736) (end 184.8011 124.0036) (width 0.5) (layer Bottom) (net 83) (tstamp 1393EEE0)) + (via (at 184.8011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 83) (tstamp 139406A0)) + (segment (start 184.9711 123.4736) (end 184.9711 121.5136) (width 0.5) (layer Bottom) (net 83) (tstamp 1393F0C0)) + (segment (start 184.9711 121.5136) (end 184.7711 120.8136) (width 0.5) (layer Bottom) (net 83) (tstamp 13940880)) + (segment (start 197.5011 142.3526) (end 197.5011 142.0036) (width 0.5) (layer Top) (net 83) (tstamp 1393F5C0)) + (segment (start 197.5011 142.0036) (end 194.0011 138.5036) (width 0.5) (layer Top) (net 83) (tstamp 13940B00)) + (segment (start 194.0011 138.5036) (end 194.0011 135.0036) (width 0.5) (layer Top) (net 83) (tstamp 13940A60)) + (segment (start 194.0011 135.0036) (end 184.8011 125.8036) (width 0.5) (layer Top) (net 83) (tstamp 1393EBC0)) + (segment (start 184.8011 124.0036) (end 184.8011 125.8036) (width 0.5) (layer Top) (net 83) (tstamp 1393EB20)) + (segment (start 182.4311 123.4336) (end 182.3011 124.0036) (width 0.5) (layer Bottom) (net 76) (tstamp 1393F160)) + (via (at 182.3011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 76) (tstamp 13940EC0)) + (segment (start 182.4311 123.4336) (end 182.4311 121.5136) (width 0.5) (layer Bottom) (net 76) (tstamp 1393F980)) + (segment (start 182.4311 121.5136) (end 182.2311 120.8136) (width 0.5) (layer Bottom) (net 76) (tstamp 13940F60)) + (segment (start 193.0011 140.5036) (end 193.0011 135.5036) (width 0.5) (layer Top) (net 76) (tstamp 1393F340)) + (segment (start 193.0011 140.5036) (end 191.5011 142.0036) (width 0.5) (layer Top) (net 76) (tstamp 1393F3E0)) + (segment (start 191.5011 142.0036) (end 190.5011 142.0036) (width 0.5) (layer Top) (net 76) (tstamp 1393F480)) + (segment (start 190.5011 142.0036) (end 189.0011 143.5036) (width 0.5) (layer Top) (net 76) (tstamp 1393F700)) + (segment (start 189.0011 143.5036) (end 189.0011 143.8526) (width 0.5) (layer Top) (net 76) (tstamp 1393F8E0)) + (segment (start 189.0011 143.8526) (end 188.5011 144.3526) (width 0.5) (layer Top) (net 76) (tstamp 1393FCA0)) + (segment (start 193.0011 135.5036) (end 183.5011 126.0036) (width 0.5) (layer Top) (net 76) (tstamp 1393FA20)) + (segment (start 183.5011 126.0036) (end 183.0011 126.0036) (width 0.5) (layer Top) (net 76) (tstamp 1393FAC0)) + (segment (start 183.0011 126.0036) (end 182.5011 125.5036) (width 0.5) (layer Top) (net 76) (tstamp 1393FB60)) + (segment (start 182.5011 125.5036) (end 182.5011 124.2036) (width 0.5) (layer Top) (net 76) (tstamp 1393FC00)) + (segment (start 182.5011 124.2036) (end 182.3011 124.0036) (width 0.5) (layer Top) (net 76) (tstamp 139415A0)) + (via (at 179.8011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 69) (tstamp 13943440)) + (segment (start 179.8011 124.0036) (end 179.8011 120.9236) (width 0.5) (layer Bottom) (net 69) (tstamp 13943800)) + (segment (start 179.8011 120.9236) (end 179.6911 120.8136) (width 0.5) (layer Bottom) (net 69) (tstamp 139434E0)) + (segment (start 180.0011 125.5036) (end 180.0011 124.2036) (width 0.5) (layer Top) (net 69) (tstamp 13942180)) + (segment (start 180.0011 124.2036) (end 179.8011 124.0036) (width 0.5) (layer Top) (net 69) (tstamp 13943260)) + (segment (start 187.0011 141.5036) (end 189.5011 141.5036) (width 0.5) (layer Top) (net 69) (tstamp 13942860)) + (segment (start 189.5011 141.5036) (end 192.0011 139.0036) (width 0.5) (layer Top) (net 69) (tstamp 139431C0)) + (segment (start 192.0011 139.0036) (end 192.0011 136.0036) (width 0.5) (layer Top) (net 69) (tstamp 139436C0)) + (segment (start 180.5011 126.0036) (end 180.0011 125.5036) (width 0.5) (layer Top) (net 69) (tstamp 13942680)) + (segment (start 179.5011 145.8526) (end 179.5011 145.5036) (width 0.5) (layer Top) (net 69) (tstamp 13941BE0)) + (segment (start 179.5011 145.5036) (end 180.5011 144.5036) (width 0.5) (layer Top) (net 69) (tstamp 139416E0)) + (segment (start 181.5011 142.0036) (end 186.5011 142.0036) (width 0.5) (layer Top) (net 69) (tstamp 13942040)) + (segment (start 186.5011 142.0036) (end 187.0011 141.5036) (width 0.5) (layer Top) (net 69) (tstamp 13941DC0)) + (segment (start 181.5011 142.0036) (end 180.5011 143.0036) (width 0.5) (layer Top) (net 69) (tstamp 13942AE0)) + (segment (start 180.5011 143.0036) (end 180.5011 144.5036) (width 0.5) (layer Top) (net 69) (tstamp 13943580)) + (segment (start 180.5011 126.0036) (end 181.5011 126.0036) (width 0.5) (layer Top) (net 69) (tstamp 13943300)) + (segment (start 181.5011 126.0036) (end 182.5011 127.0036) (width 0.5) (layer Top) (net 69) (tstamp 13943760)) + (segment (start 182.5011 127.0036) (end 183.0011 127.0036) (width 0.5) (layer Top) (net 69) (tstamp 139425E0)) + (segment (start 183.0011 127.0036) (end 192.0011 136.0036) (width 0.5) (layer Top) (net 69) (tstamp 13941F00)) + (segment (start 177.3511 123.3536) (end 177.3011 124.0036) (width 0.5) (layer Bottom) (net 62) (tstamp 13943120)) + (via (at 177.3011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 62) (tstamp 13941280)) + (segment (start 177.3511 123.3536) (end 177.3511 121.0136) (width 0.5) (layer Bottom) (net 62) (tstamp 13941820)) + (segment (start 177.3511 121.0136) (end 177.1511 120.8136) (width 0.5) (layer Bottom) (net 62) (tstamp 139429A0)) + (segment (start 177.5011 126.5036) (end 177.5011 124.2036) (width 0.5) (layer Top) (net 62) (tstamp 13942540)) + (segment (start 177.5011 124.2036) (end 177.3011 124.0036) (width 0.5) (layer Top) (net 62) (tstamp 13942F40)) + (segment (start 170.5011 144.3526) (end 170.5011 143.5036) (width 0.5) (layer Top) (net 62) (tstamp 13942B80)) + (segment (start 189.0011 140.5036) (end 191.0011 138.5036) (width 0.5) (layer Top) (net 62) (tstamp 13942720)) + (segment (start 181.0011 127.0036) (end 178.0011 127.0036) (width 0.5) (layer Top) (net 62) (tstamp 139427C0)) + (segment (start 178.0011 127.0036) (end 177.5011 126.5036) (width 0.5) (layer Top) (net 62) (tstamp 13943620)) + (segment (start 174.0011 140.0036) (end 170.5011 143.5036) (width 0.5) (layer Top) (net 62) (tstamp 13942A40)) + (segment (start 185.0011 140.5036) (end 189.0011 140.5036) (width 0.5) (layer Top) (net 62) (tstamp 13942C20)) + (segment (start 185.0011 140.5036) (end 183.5011 139.0036) (width 0.5) (layer Top) (net 62) (tstamp 13942360)) + (segment (start 177.0011 140.0036) (end 174.0011 140.0036) (width 0.5) (layer Top) (net 62) (tstamp 13941780)) + (segment (start 191.0011 138.5036) (end 191.0011 136.5036) (width 0.5) (layer Top) (net 62) (tstamp 13941140)) + (segment (start 191.0011 136.5036) (end 182.5011 128.0036) (width 0.5) (layer Top) (net 62) (tstamp 139438A0)) + (segment (start 182.5011 128.0036) (end 182.0011 128.0036) (width 0.5) (layer Top) (net 62) (tstamp 13941FA0)) + (segment (start 182.0011 128.0036) (end 181.0011 127.0036) (width 0.5) (layer Top) (net 62) (tstamp 13942FE0)) + (segment (start 183.5011 139.0036) (end 181.2011 139.0036) (width 0.5) (layer Top) (net 62) (tstamp 13941C80)) + (segment (start 181.2011 139.0036) (end 180.2011 138.0036) (width 0.5) (layer Top) (net 62) (tstamp 139411E0)) + (segment (start 180.2011 138.0036) (end 179.0011 138.0036) (width 0.5) (layer Top) (net 62) (tstamp 13942CC0)) + (segment (start 179.0011 138.0036) (end 177.0011 140.0036) (width 0.5) (layer Top) (net 62) (tstamp 13941320)) + (segment (start 174.8111 123.3136) (end 174.6011 124.0036) (width 0.5) (layer Bottom) (net 55) (tstamp 13941500)) + (via (at 174.6011 124.0036) (size 2) (drill 1) (layers Top Bottom) (net 55) (tstamp 139424A0)) + (segment (start 174.8111 123.3136) (end 174.8111 121.0136) (width 0.5) (layer Bottom) (net 55) (tstamp 13942D60)) + (segment (start 174.8111 121.0136) (end 174.6111 120.8136) (width 0.5) (layer Bottom) (net 55) (tstamp 13941460)) + (via (at 169.5011 141.7536) (size 2) (drill 1) (layers Top Bottom) (net 55) (tstamp 139418C0)) + (segment (start 185.5011 139.5036) (end 188.5011 139.5036) (width 0.5) (layer Top) (net 55) (tstamp 13943080)) + (segment (start 180.5011 128.0036) (end 177.200215 128.0036) (width 0.5) (layer Top) (net 55) (tstamp 139420E0)) + (segment (start 174.6011 124.0036) (end 174.6011 125.404484) (width 0.5) (layer Top) (net 55) (tstamp 13941D20)) + (segment (start 174.6011 125.404484) (end 177.200215 128.0036) (width 0.5) (layer Top) (net 55) (tstamp 13941960)) + (segment (start 171.1521 139.3036) (end 171.1521 140.8526) (width 0.5) (layer Bottom) (net 55) (tstamp 13941A00)) + (segment (start 171.1521 140.8526) (end 170.5011 141.5036) (width 0.5) (layer Bottom) (net 55) (tstamp 13941AA0)) + (segment (start 170.5011 141.5036) (end 169.7511 141.5036) (width 0.5) (layer Bottom) (net 55) (tstamp 13941B40)) + (segment (start 169.7511 141.5036) (end 169.5011 141.7536) (width 0.5) (layer Bottom) (net 55) (tstamp 13941E60)) + (segment (start 173.5011 139.0036) (end 171.0011 141.5036) (width 0.5) (layer Top) (net 55) (tstamp 13945C40)) + (segment (start 171.0011 141.5036) (end 169.7511 141.5036) (width 0.5) (layer Top) (net 55) (tstamp 13943C60)) + (segment (start 169.7511 141.5036) (end 169.5011 141.7536) (width 0.5) (layer Top) (net 55) (tstamp 13945880)) + (segment (start 185.5011 139.5036) (end 184.0011 138.0036) (width 0.5) (layer Top) (net 55) (tstamp 13945CE0)) + (segment (start 176.5011 139.0036) (end 173.5011 139.0036) (width 0.5) (layer Top) (net 55) (tstamp 13945D80)) + (segment (start 188.5011 139.5036) (end 190.0011 138.0036) (width 0.5) (layer Top) (net 55) (tstamp 13943DA0)) + (segment (start 190.0011 138.0036) (end 190.0011 137.0036) (width 0.5) (layer Top) (net 55) (tstamp 13946000)) + (segment (start 190.0011 137.0036) (end 182.0011 129.0036) (width 0.5) (layer Top) (net 55) (tstamp 13944DE0)) + (segment (start 182.0011 129.0036) (end 181.5011 129.0036) (width 0.5) (layer Top) (net 55) (tstamp 13943D00)) + (segment (start 181.5011 129.0036) (end 180.5011 128.0036) (width 0.5) (layer Top) (net 55) (tstamp 13945100)) + (segment (start 184.0011 138.0036) (end 181.7011 138.0036) (width 0.5) (layer Top) (net 55) (tstamp 13944A20)) + (segment (start 181.7011 138.0036) (end 180.7011 137.0036) (width 0.5) (layer Top) (net 55) (tstamp 13945420)) + (segment (start 180.7011 137.0036) (end 178.5011 137.0036) (width 0.5) (layer Top) (net 55) (tstamp 139451A0)) + (segment (start 178.5011 137.0036) (end 176.5011 139.0036) (width 0.5) (layer Top) (net 55) (tstamp 13945A60)) + (segment (start 129.5011 142.3526) (end 129.5011 141.0036) (width 0.5) (layer Top) (net 160) (tstamp 13944700)) + (segment (start 129.5011 141.0036) (end 128.0011 139.5036) (width 0.5) (layer Top) (net 160) (tstamp 13945740)) + (segment (start 128.0011 139.5036) (end 112.0011 139.5036) (width 0.5) (layer Top) (net 160) (tstamp 139460A0)) + (segment (start 93.5011 126.0036) (end 93.5011 111.5036) (width 0.5) (layer Top) (net 160) (tstamp 13945E20)) + (segment (start 93.5011 111.5036) (end 94.0011 111.0036) (width 0.5) (layer Top) (net 160) (tstamp 13944980)) + (segment (start 94.0011 111.0036) (end 113.0011 111.0036) (width 0.5) (layer Top) (net 160) (tstamp 13944160)) + (via (at 113.0011 111.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 160) (tstamp 139447A0)) + (segment (start 113.0011 111.0036) (end 113.0011 113.0836) (width 0.5) (layer Bottom) (net 160) (tstamp 13944840)) + (segment (start 113.0011 113.0836) (end 112.8911 114.1936) (width 0.5) (layer Bottom) (net 160) (tstamp 13944E80)) + (segment (start 93.5011 126.0036) (end 104.5011 137.0036) (width 0.5) (layer Top) (net 160) (tstamp 13944F20)) + (segment (start 104.5011 137.0036) (end 109.5011 137.0036) (width 0.5) (layer Top) (net 160) (tstamp 13945560)) + (segment (start 109.5011 137.0036) (end 112.0011 139.5036) (width 0.5) (layer Top) (net 160) (tstamp 139459C0)) + (segment (start 120.5011 142.3526) (end 120.0011 141.5036) (width 0.5) (layer Top) (net 153) (tstamp 13945EC0)) + (segment (start 120.0011 141.5036) (end 119.0011 140.5036) (width 0.5) (layer Top) (net 153) (tstamp 13945F60)) + (segment (start 119.0011 140.5036) (end 111.5011 140.5036) (width 0.5) (layer Top) (net 153) (tstamp 139440C0)) + (segment (start 92.5011 126.5036) (end 92.5011 111.0036) (width 0.5) (layer Top) (net 153) (tstamp 139457E0)) + (segment (start 92.5011 111.0036) (end 94.5011 109.0036) (width 0.5) (layer Top) (net 153) (tstamp 13944FC0)) + (segment (start 94.5011 109.0036) (end 110.5011 109.0036) (width 0.5) (layer Top) (net 153) (tstamp 13944C00)) + (via (at 110.5011 109.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 153) (tstamp 13944480)) + (segment (start 110.5011 109.0036) (end 110.5011 113.5436) (width 0.5) (layer Bottom) (net 153) (tstamp 13945B00)) + (segment (start 110.5011 113.5436) (end 110.3511 114.1936) (width 0.5) (layer Bottom) (net 153) (tstamp 139452E0)) + (segment (start 92.5011 126.5036) (end 104.0011 138.0036) (width 0.5) (layer Top) (net 153) (tstamp 13943BC0)) + (segment (start 104.0011 138.0036) (end 109.0011 138.0036) (width 0.5) (layer Top) (net 153) (tstamp 13945BA0)) + (segment (start 109.0011 138.0036) (end 111.5011 140.5036) (width 0.5) (layer Top) (net 153) (tstamp 13943940)) + (segment (start 111.5011 142.3526) (end 111.5011 142.0036) (width 0.5) (layer Top) (net 146) (tstamp 13945600)) + (segment (start 91.5011 127.0036) (end 91.5011 110.5036) (width 0.5) (layer Top) (net 146) (tstamp 13945060)) + (segment (start 91.5011 110.5036) (end 95.0011 107.0036) (width 0.5) (layer Top) (net 146) (tstamp 13945240)) + (segment (start 95.0011 107.0036) (end 108.0011 107.0036) (width 0.5) (layer Top) (net 146) (tstamp 13944020)) + (via (at 108.0011 107.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 146) (tstamp 139456A0)) + (segment (start 108.0011 107.0036) (end 108.0011 113.5036) (width 0.5) (layer Bottom) (net 146) (tstamp 13944CA0)) + (segment (start 108.0011 113.5036) (end 107.8111 114.1936) (width 0.5) (layer Bottom) (net 146) (tstamp 13944AC0)) + (segment (start 91.5011 127.0036) (end 103.5011 139.0036) (width 0.5) (layer Top) (net 146) (tstamp 13943E40)) + (segment (start 103.5011 139.0036) (end 108.1521 139.0036) (width 0.5) (layer Top) (net 146) (tstamp 13943EE0)) + (segment (start 108.1521 139.0036) (end 111.5011 142.3526) (width 0.5) (layer Top) (net 146) (tstamp 13943F80)) + (segment (start 102.0011 143.3526) (end 102.0011 139.0036) (width 0.5) (layer Top) (net 139) (tstamp 139443E0)) + (segment (start 102.0011 139.0036) (end 90.5011 127.5036) (width 0.5) (layer Top) (net 139) (tstamp 139445C0)) + (segment (start 90.5011 127.5036) (end 90.5011 110.0036) (width 0.5) (layer Top) (net 139) (tstamp 13945920)) + (segment (start 90.5011 110.0036) (end 95.5011 105.0036) (width 0.5) (layer Top) (net 139) (tstamp 139448E0)) + (segment (start 95.5011 105.0036) (end 105.5011 105.0036) (width 0.5) (layer Top) (net 139) (tstamp 13946320)) + (via (at 105.5011 105.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 139) (tstamp 13947B80)) + (segment (start 105.5011 105.0036) (end 105.5011 113.4636) (width 0.5) (layer Bottom) (net 139) (tstamp 139479A0)) + (segment (start 105.5011 113.4636) (end 105.2711 114.1936) (width 0.5) (layer Bottom) (net 139) (tstamp 13948800)) + (via (at 88.7011 120.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 132) (tstamp 139463C0)) + (segment (start 88.7011 120.0036) (end 90.5011 118.0036) (width 0.5) (layer Bottom) (net 132) (tstamp 13947A40)) + (segment (start 90.5011 118.0036) (end 90.5011 111.5036) (width 0.5) (layer Bottom) (net 132) (tstamp 13947860)) + (segment (start 90.5011 111.5036) (end 93.0011 109.0036) (width 0.5) (layer Bottom) (net 132) (tstamp 13947900)) + (segment (start 93.0011 109.0036) (end 100.5011 109.0036) (width 0.5) (layer Bottom) (net 132) (tstamp 139477C0)) + (segment (start 100.5011 109.0036) (end 102.5011 111.0036) (width 0.5) (layer Bottom) (net 132) (tstamp 13946820)) + (segment (start 102.5011 111.0036) (end 102.5011 113.4636) (width 0.5) (layer Bottom) (net 132) (tstamp 13947C20)) + (segment (start 102.5011 113.4636) (end 102.7311 114.1936) (width 0.5) (layer Bottom) (net 132) (tstamp 13946DC0)) + (segment (start 88.7011 120.0036) (end 88.7011 137.0036) (width 0.5) (layer Top) (net 132) (tstamp 13948300)) + (segment (start 88.7011 137.0036) (end 93.5011 140.5036) (width 0.5) (layer Top) (net 132) (tstamp 139481C0)) + (segment (start 93.5011 140.5036) (end 93.5011 143.3526) (width 0.5) (layer Top) (net 132) (tstamp 13946780)) + (via (at 86.0011 120.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 125) (tstamp 13948120)) + (segment (start 91.5011 120.5036) (end 91.5011 112.0036) (width 0.5) (layer Bottom) (net 125) (tstamp 139484E0)) + (segment (start 91.5011 112.0036) (end 93.5011 110.0036) (width 0.5) (layer Bottom) (net 125) (tstamp 13946960)) + (segment (start 93.5011 110.0036) (end 99.0011 110.0036) (width 0.5) (layer Bottom) (net 125) (tstamp 13946140)) + (segment (start 99.0011 110.0036) (end 100.0011 111.0036) (width 0.5) (layer Bottom) (net 125) (tstamp 13947CC0)) + (segment (start 100.0011 111.0036) (end 100.0011 113.5036) (width 0.5) (layer Bottom) (net 125) (tstamp 13947EA0)) + (segment (start 100.0011 113.5036) (end 100.1911 114.1936) (width 0.5) (layer Bottom) (net 125) (tstamp 13947F40)) + (segment (start 86.0011 120.5036) (end 86.0011 140.0036) (width 0.5) (layer Top) (net 125) (tstamp 13947FE0)) + (segment (start 86.0011 140.0036) (end 84.5011 141.5036) (width 0.5) (layer Top) (net 125) (tstamp 139474A0)) + (segment (start 84.5011 141.5036) (end 84.5011 143.3526) (width 0.5) (layer Top) (net 125) (tstamp 139472C0)) + (segment (start 86.0011 120.5036) (end 88.0011 122.0036) (width 0.5) (layer Bottom) (net 125) (tstamp 139461E0)) + (segment (start 88.0011 122.0036) (end 90.0011 122.0036) (width 0.5) (layer Bottom) (net 125) (tstamp 13946280)) + (segment (start 90.0011 122.0036) (end 91.5011 120.5036) (width 0.5) (layer Bottom) (net 125) (tstamp 139468C0)) + (via (at 83.5011 122.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 118) (tstamp 139483A0)) + (segment (start 92.5011 121.0036) (end 92.5011 112.5036) (width 0.5) (layer Bottom) (net 118) (tstamp 13946D20)) + (segment (start 92.5011 112.5036) (end 94.0011 111.0036) (width 0.5) (layer Bottom) (net 118) (tstamp 13948440)) + (segment (start 94.0011 111.0036) (end 96.5011 111.0036) (width 0.5) (layer Bottom) (net 118) (tstamp 13946460)) + (segment (start 96.5011 111.0036) (end 97.5011 112.0036) (width 0.5) (layer Bottom) (net 118) (tstamp 13947400)) + (segment (start 97.5011 112.0036) (end 97.5011 114.0436) (width 0.5) (layer Bottom) (net 118) (tstamp 13946A00)) + (segment (start 97.5011 114.0436) (end 97.6511 114.1936) (width 0.5) (layer Bottom) (net 118) (tstamp 13946AA0)) + (segment (start 83.5011 122.0036) (end 83.5011 139.0036) (width 0.5) (layer Top) (net 118) (tstamp 13946B40)) + (segment (start 83.5011 139.0036) (end 82.0011 140.5036) (width 0.5) (layer Top) (net 118) (tstamp 13946BE0)) + (segment (start 82.0011 140.5036) (end 76.5011 140.5036) (width 0.5) (layer Top) (net 118) (tstamp 139466E0)) + (segment (start 83.5011 122.0036) (end 84.5011 123.0036) (width 0.5) (layer Bottom) (net 118) (tstamp 139475E0)) + (segment (start 84.5011 123.0036) (end 90.5011 123.0036) (width 0.5) (layer Bottom) (net 118) (tstamp 139488A0)) + (segment (start 90.5011 123.0036) (end 92.5011 121.0036) (width 0.5) (layer Bottom) (net 118) (tstamp 13948580)) + (segment (start 76.5011 140.5036) (end 75.5011 141.5036) (width 0.5) (layer Top) (net 118) (tstamp 13948620)) + (segment (start 75.5011 141.5036) (end 75.5011 143.3526) (width 0.5) (layer Top) (net 118) (tstamp 139486C0)) + (via (at 81.5011 124.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 111) (tstamp 13947360)) + (segment (start 81.5011 124.0036) (end 92.0011 124.0036) (width 0.5) (layer Bottom) (net 111) (tstamp 139465A0)) + (segment (start 92.0011 124.0036) (end 93.5011 122.5036) (width 0.5) (layer Bottom) (net 111) (tstamp 13946640)) + (segment (start 93.5011 122.5036) (end 93.5011 115.5036) (width 0.5) (layer Bottom) (net 111) (tstamp 13946F00)) + (segment (start 93.5011 115.5036) (end 94.8011 114.5036) (width 0.5) (layer Bottom) (net 111) (tstamp 13946FA0)) + (segment (start 94.8011 114.5036) (end 95.1111 114.1936) (width 0.5) (layer Bottom) (net 111) (tstamp 13947040)) + (segment (start 81.5011 124.0036) (end 81.5011 138.5036) (width 0.5) (layer Top) (net 111) (tstamp 139470E0)) + (segment (start 72.6521 139.5036) (end 80.5011 139.5036) (width 0.5) (layer Top) (net 111) (tstamp 13947180)) + (segment (start 80.5011 139.5036) (end 81.5011 138.5036) (width 0.5) (layer Top) (net 111) (tstamp 13947220)) + (segment (start 124.586113 36.4236) (end 124.9211 36.4236) (width 1.2) (layer Top) (net 168) (tstamp 13948BC0)) + (segment (start 124.9211 36.4236) (end 127.5011 39.0036) (width 1.2) (layer Top) (net 168) (tstamp 139493E0)) + (segment (start 127.5011 39.0036) (end 127.5011 43.0036) (width 1.2) (layer Top) (net 168) (tstamp 13949660)) + (segment (start 127.5011 43.0036) (end 132.0011 46.5036) (width 1.2) (layer Top) (net 168) (tstamp 139497A0)) + (segment (start 132.0011 46.5036) (end 136.5011 46.5036) (width 1.2) (layer Top) (net 168) (tstamp 13948C60)) + (via (at 136.5011 46.5036) (size 2) (drill 1) (layers Top Bottom) (net 168) (tstamp 13948F80)) + (segment (start 136.5011 46.5036) (end 151.5011 46.5036) (width 1.2) (layer Bottom) (net 168) (tstamp 1394AD80)) + (segment (start 151.5011 46.5036) (end 154.0011 44.0036) (width 1.2) (layer Bottom) (net 168) (tstamp 13949840)) + (via (at 154.0011 44.0036) (size 2) (drill 1) (layers Top Bottom) (net 168) (tstamp 13949DE0)) + (via (at 161.0011 53.0036) (size 2) (drill 1) (layers Top Bottom) (net 168) (tstamp 1394A420)) + (segment (start 161.0011 53.0036) (end 161.0011 48.5036) (width 1.2) (layer Bottom) (net 168) (tstamp 139489E0)) + (segment (start 161.0011 48.5036) (end 161.6011 48.0036) (width 1.2) (layer Bottom) (net 168) (tstamp 13949C00)) + (segment (start 161.6011 48.0036) (end 161.6011 44.0036) (width 1.2) (layer Bottom) (net 168) (tstamp 1394A880)) + (segment (start 161.6011 44.0036) (end 163.0011 42.5036) (width 1.2) (layer Bottom) (net 168) (tstamp 1394A6A0)) + (segment (start 163.0011 42.5036) (end 167.5011 42.5036) (width 1.2) (layer Bottom) (net 168) (tstamp 13949480)) + (segment (start 167.5011 42.5036) (end 169.5011 40.5036) (width 1.2) (layer Bottom) (net 168) (tstamp 13949F20)) + (segment (start 169.5011 40.5036) (end 171.0011 40.5036) (width 1.2) (layer Bottom) (net 168) (tstamp 1394A920)) + (segment (start 171.0011 40.5036) (end 172.5011 39.0036) (width 1.2) (layer Bottom) (net 168) (tstamp 1394ACE0)) + (segment (start 172.5011 39.0036) (end 172.5011 35.7916) (width 1.2) (layer Bottom) (net 168) (tstamp 1394ABA0)) + (segment (start 172.5011 35.7916) (end 172.5041 35.7886) (width 1.2) (layer Bottom) (net 168) (tstamp 1394A740)) + (segment (start 161.0011 53.0036) (end 160.5011 53.0036) (width 1.2) (layer Top) (net 168) (tstamp 1394AE20)) + (segment (start 160.5011 53.0036) (end 154.0011 46.5036) (width 1.2) (layer Top) (net 168) (tstamp 13949160)) + (segment (start 154.0011 46.5036) (end 154.0011 44.0036) (width 1.2) (layer Top) (net 168) (tstamp 13948940)) + (segment (start 149.7011 44.0036) (end 149.7011 41.8036) (width 1.2) (layer Bottom) (net 170) (tstamp 13949520)) + (segment (start 149.7011 41.8036) (end 150.5011 41.0036) (width 1.2) (layer Bottom) (net 170) (tstamp 13948E40)) + (segment (start 150.5011 41.0036) (end 156.0011 41.0036) (width 1.2) (layer Bottom) (net 170) (tstamp 1394A9C0)) + (segment (start 156.0011 41.0036) (end 159.5011 37.5036) (width 1.2) (layer Bottom) (net 170) (tstamp 1394AC40)) + (segment (start 159.5011 37.5036) (end 159.5011 36.5036) (width 1.2) (layer Bottom) (net 170) (tstamp 1394AEC0)) + (segment (start 159.5011 36.5036) (end 160.0011 36.0036) (width 1.2) (layer Bottom) (net 170) (tstamp 1394AA60)) + (segment (start 160.0011 36.0036) (end 162.2561 36.0036) (width 1.2) (layer Bottom) (net 170) (tstamp 13948A80)) + (segment (start 162.2561 36.0036) (end 162.4711 35.7886) (width 1.2) (layer Bottom) (net 170) (tstamp 1394AF60)) + (segment (start 159.1611 63.5136) (end 159.1611 65.1636) (width 1.2) (layer Bottom) (net 169) (tstamp 13948DA0)) + (segment (start 159.1611 65.1636) (end 161.0011 67.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A380)) + (segment (start 161.0011 67.0036) (end 165.0011 67.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394B0A0)) + (segment (start 165.0011 67.0036) (end 167.5011 64.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 13948B20)) + (segment (start 167.5011 64.5036) (end 167.5011 58.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 13948EE0)) + (segment (start 167.5011 58.0036) (end 170.0011 55.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 13949020)) + (segment (start 170.0011 55.5036) (end 183.5011 55.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 13949980)) + (segment (start 183.5011 55.5036) (end 188.0011 60.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 13949200)) + (segment (start 213.0011 59.5036) (end 216.5011 59.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 139492A0)) + (segment (start 216.5011 57.0036) (end 216.5011 58.7036) (width 1.2) (layer Bottom) (net 169) (tstamp 13949A20)) + (segment (start 215.8861 54.0036) (end 215.8861 54.8886) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A1A0)) + (segment (start 215.8861 54.8886) (end 216.5011 55.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A060)) + (segment (start 216.5011 55.5036) (end 216.5011 58.6236) (width 1.2) (layer Bottom) (net 169) (tstamp 13949CA0)) + (segment (start 216.5011 58.6236) (end 216.4611 58.6636) (width 1.2) (layer Bottom) (net 169) (tstamp 13949D40)) + (segment (start 216.5011 59.5036) (end 216.5011 58.7036) (width 1.2) (layer Bottom) (net 169) (tstamp 13949E80)) + (segment (start 216.5011 58.7036) (end 216.4611 58.6636) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A240)) + (segment (start 159.1611 63.5136) (end 159.1611 61.6636) (width 1.2) (layer Bottom) (net 169) (tstamp 13949FC0)) + (segment (start 159.1611 61.6636) (end 157.0011 59.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A560)) + (segment (start 157.0011 59.5036) (end 154.0011 59.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A100)) + (segment (start 154.0011 59.5036) (end 151.5011 57.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394A600)) + (segment (start 151.5011 57.0036) (end 151.5011 55.2436) (width 1.2) (layer Bottom) (net 169) (tstamp 1394B1E0)) + (segment (start 151.5011 55.2436) (end 151.6611 54.5836) (width 1.2) (layer Bottom) (net 169) (tstamp 1394B780)) + (segment (start 159.1611 45.9436) (end 157.5611 45.9436) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D260)) + (segment (start 157.5611 45.9436) (end 152.0011 51.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D300)) + (segment (start 152.0011 51.5036) (end 152.0011 54.7436) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D580)) + (segment (start 152.0011 54.7436) (end 151.6611 54.5836) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D120)) + (segment (start 167.4749 35.7886) (end 167.4749 38.5298) (width 1.2) (layer Bottom) (net 169) (tstamp 1394BFA0)) + (segment (start 167.4749 38.5298) (end 165.0011 40.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D080)) + (segment (start 165.0011 40.5036) (end 162.5011 40.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394C860)) + (segment (start 162.5011 40.5036) (end 159.0011 44.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D1C0)) + (segment (start 159.0011 44.0036) (end 159.0011 45.7836) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D6C0)) + (segment (start 159.0011 45.7836) (end 159.1611 45.9436) (width 1.2) (layer Bottom) (net 169) (tstamp 1394C680)) + (segment (start 188.0011 60.0036) (end 194.5011 60.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D3A0)) + (segment (start 194.5011 60.0036) (end 197.0011 57.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394B280)) + (segment (start 197.0011 57.5036) (end 211.0011 57.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394BF00)) + (segment (start 211.0011 57.5036) (end 213.0011 59.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394BBE0)) + (segment (start 212.1511 60.8536) (end 213.0011 59.5036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394C540)) + (segment (start 212.1511 60.8536) (end 212.1511 63.7536) (width 1.2) (layer Bottom) (net 169) (tstamp 1394D440)) + (segment (start 212.1511 63.7536) (end 211.9011 64.0036) (width 1.2) (layer Bottom) (net 169) (tstamp 1394CF40)) + (via (at 66.5011 91.0036) (size 2) (drill 1) (layers Top Bottom) (net 171) (tstamp 1394B460)) + (segment (start 57.0011 90.0036) (end 57.0011 88.2736) (width 0.5) (layer Bottom) (net 171) (tstamp 1394B140)) + (segment (start 57.0011 88.2736) (end 57.2311 88.0436) (width 0.5) (layer Bottom) (net 171) (tstamp 1394B5A0)) + (segment (start 70.8501 92.5036) (end 68.0011 92.5036) (width 0.5) (layer Top) (net 171) (tstamp 1394C360)) + (segment (start 68.0011 92.5036) (end 66.5011 91.0036) (width 0.5) (layer Top) (net 171) (tstamp 1394C040)) + (segment (start 66.5011 91.0036) (end 58.0011 91.0036) (width 0.5) (layer Bottom) (net 171) (tstamp 1394B8C0)) + (segment (start 58.0011 91.0036) (end 57.0011 90.0036) (width 0.5) (layer Bottom) (net 171) (tstamp 1394B960)) + (segment (start 70.8501 86.5036) (end 67.5011 86.5036) (width 0.5) (layer Top) (net 172) (tstamp 1394CEA0)) + (via (at 67.5011 86.5036) (size 2) (drill 1) (layers Top Bottom) (net 172) (tstamp 1394D620)) + (segment (start 65.5011 86.5036) (end 67.5011 86.5036) (width 0.5) (layer Bottom) (net 172) (tstamp 1394D760)) + (segment (start 59.7711 85.5036) (end 64.5011 85.5036) (width 0.5) (layer Bottom) (net 172) (tstamp 1394CC20)) + (segment (start 64.5011 85.5036) (end 65.5011 86.5036) (width 0.5) (layer Bottom) (net 172) (tstamp 1394B320)) + (via (at 66.5011 94.0036) (size 2) (drill 1) (layers Top Bottom) (net 173) (tstamp 1394B3C0)) + (segment (start 70.8501 89.5036) (end 68.5011 89.5036) (width 0.5) (layer Top) (net 173) (tstamp 1394B500)) + (segment (start 68.5011 89.5036) (end 68.0011 89.0036) (width 0.5) (layer Top) (net 173) (tstamp 1394B640)) + (segment (start 68.0011 89.0036) (end 65.0011 89.0036) (width 0.5) (layer Top) (net 173) (tstamp 1394C4A0)) + (segment (start 65.0011 89.0036) (end 64.5011 89.5036) (width 0.5) (layer Top) (net 173) (tstamp 1394BA00)) + (segment (start 64.5011 89.5036) (end 64.5011 92.0036) (width 0.5) (layer Top) (net 173) (tstamp 1394C9A0)) + (segment (start 64.5011 92.0036) (end 66.5011 94.0036) (width 0.5) (layer Top) (net 173) (tstamp 1394C5E0)) + (segment (start 57.2311 85.5036) (end 55.5011 85.5036) (width 0.5) (layer Bottom) (net 173) (tstamp 1394B6E0)) + (segment (start 55.5011 85.5036) (end 55.0011 86.0036) (width 0.5) (layer Bottom) (net 173) (tstamp 1394CA40)) + (segment (start 55.0011 86.0036) (end 55.0011 90.5036) (width 0.5) (layer Bottom) (net 173) (tstamp 1394BAA0)) + (segment (start 55.0011 90.5036) (end 56.5011 92.0036) (width 0.5) (layer Bottom) (net 173) (tstamp 1394CD60)) + (segment (start 56.5011 92.0036) (end 64.5011 92.0036) (width 0.5) (layer Bottom) (net 173) (tstamp 1394BB40)) + (segment (start 64.5011 92.0036) (end 66.5011 94.0036) (width 0.5) (layer Bottom) (net 173) (tstamp 1394BC80)) + (segment (start 70.8501 83.5036) (end 67.5011 83.5036) (width 0.5) (layer Top) (net 174) (tstamp 1394C7C0)) + (via (at 67.5011 83.5036) (size 2) (drill 1) (layers Top Bottom) (net 174) (tstamp 1394C0E0)) + (segment (start 57.2311 81.2736) (end 58.0011 80.5036) (width 0.5) (layer Bottom) (net 174) (tstamp 1394CB80)) + (segment (start 58.0011 80.5036) (end 62.0011 80.5036) (width 0.5) (layer Bottom) (net 174) (tstamp 1394BE60)) + (segment (start 62.0011 80.5036) (end 65.0011 83.5036) (width 0.5) (layer Bottom) (net 174) (tstamp 1394C180)) + (segment (start 65.0011 83.5036) (end 67.5011 83.5036) (width 0.5) (layer Bottom) (net 174) (tstamp 1394C220)) + (segment (start 57.2311 82.9636) (end 57.2311 81.2736) (width 0.5) (layer Bottom) (net 174) (tstamp 1394CFE0)) + (segment (start 117.3161 38.8186) (end 119.8501 41.3526) (width 0.5) (layer Bottom) (net 176) (tstamp 1394F6A0)) + (segment (start 125.0011 41.3526) (end 119.8501 41.3526) (width 0.5) (layer Bottom) (net 176) (tstamp 1394DD00)) + (segment (start 114.7261 38.8186) (end 117.3161 38.8186) (width 0.5) (layer Bottom) (net 176) (tstamp 1394F2E0)) + (segment (start 109.6461 36.6486) (end 109.0011 36.0036) (width 0.5) (layer Bottom) (net 175) (tstamp 1394D940)) + (segment (start 109.0011 36.0036) (end 101.5011 36.0036) (width 0.5) (layer Bottom) (net 175) (tstamp 1394E0C0)) + (segment (start 101.5011 36.0036) (end 100.5011 37.0036) (width 0.5) (layer Bottom) (net 175) (tstamp 1394E160)) + (segment (start 100.5011 37.0036) (end 100.5011 39.8526) (width 0.5) (layer Bottom) (net 175) (tstamp 1394F380)) + (segment (start 109.6461 38.8186) (end 109.6461 36.6486) (width 0.5) (layer Bottom) (net 175) (tstamp 1394F060)) + (segment (start 102.5011 39.5036) (end 102.5011 44.5036) (width 0.5) (layer Bottom) (net 177) (tstamp 1394F1A0)) + (segment (start 104.5011 50.3526) (end 104.5011 48.0036) (width 0.5) (layer Top) (net 177) (tstamp 1394F100)) + (segment (start 104.5011 48.0036) (end 105.2511 47.2536) (width 0.5) (layer Top) (net 177) (tstamp 1394EF20)) + (via (at 105.2511 47.2536) (size 2) (drill 1) (layers Top Bottom) (net 177) (tstamp 1394F7E0)) + (segment (start 105.2511 47.2536) (end 102.5011 44.5036) (width 0.5) (layer Bottom) (net 177) (tstamp 1394F880)) + (segment (start 102.5011 39.5036) (end 103.0011 39.0036) (width 0.5) (layer Bottom) (net 177) (tstamp 1394FA60)) + (segment (start 103.0011 39.0036) (end 104.3811 39.0036) (width 0.5) (layer Bottom) (net 177) (tstamp 1394F240)) + (segment (start 104.5661 38.8186) (end 104.3811 39.0036) (width 0.5) (layer Bottom) (net 177) (tstamp 1394FB00)) + (via (at 121.5011 39.5036) (size 2) (drill 1) (layers Top Bottom) (net 178) (tstamp 1394F420)) + (segment (start 120.0011 46.8526) (end 119.8501 47.0036) (width 0.5) (layer Top) (net 178) (tstamp 1394EB60)) + (segment (start 112.1861 36.3186) (end 112.5011 36.0036) (width 0.5) (layer Bottom) (net 178) (tstamp 1394E840)) + (segment (start 112.5011 36.0036) (end 120.5011 36.0036) (width 0.5) (layer Bottom) (net 178) (tstamp 1394E200)) + (segment (start 120.5011 36.0036) (end 121.5011 37.0036) (width 0.5) (layer Bottom) (net 178) (tstamp 1394E2A0)) + (segment (start 121.5011 37.0036) (end 121.5011 39.5036) (width 0.5) (layer Bottom) (net 178) (tstamp 1394E3E0)) + (segment (start 120.0011 46.8526) (end 120.0011 45.0036) (width 0.5) (layer Top) (net 178) (tstamp 1394DEE0)) + (segment (start 120.0011 45.0036) (end 121.5011 43.5036) (width 0.5) (layer Top) (net 178) (tstamp 1394ED40)) + (segment (start 121.5011 43.5036) (end 121.5011 39.5036) (width 0.5) (layer Top) (net 178) (tstamp 13950000)) + (segment (start 112.1861 38.8186) (end 112.1861 36.3186) (width 0.5) (layer Bottom) (net 178) (tstamp 1394ECA0)) + (segment (start 109.6461 43.8586) (end 110.0011 44.5036) (width 0.5) (layer Bottom) (net 179) (tstamp 1394F560)) + (segment (start 110.0011 44.5036) (end 110.0011 47.5036) (width 0.5) (layer Bottom) (net 179) (tstamp 1394FBA0)) + (via (at 110.0011 47.5036) (size 2) (drill 1) (layers Top Bottom) (net 179) (tstamp 1394FEC0)) + (segment (start 112.0011 61.5036) (end 108.5011 58.0036) (width 0.5) (layer Top) (net 179) (tstamp 1394EA20)) + (segment (start 108.5011 58.0036) (end 108.5011 49.2036) (width 0.5) (layer Top) (net 179) (tstamp 139500A0)) + (segment (start 108.5011 49.2036) (end 110.0011 47.5036) (width 0.5) (layer Top) (net 179) (tstamp 1394DC60)) + (segment (start 112.0011 61.5036) (end 122.0011 61.5036) (width 0.5) (layer Top) (net 179) (tstamp 1394FC40)) + (segment (start 127.8501 67.0036) (end 127.5011 67.0036) (width 0.5) (layer Top) (net 179) (tstamp 1394FD80)) + (segment (start 127.5011 67.0036) (end 122.0011 61.5036) (width 0.5) (layer Top) (net 179) (tstamp 1394FF60)) + (segment (start 109.6461 41.3586) (end 109.6461 43.8586) (width 0.5) (layer Bottom) (net 179) (tstamp 1394E700)) + (via (at 146.0011 136.3036) (size 2) (drill 1) (layers Top Bottom) (net 191) (tstamp 1394D9E0)) + (via (at 186.0011 135.8036) (size 2) (drill 1) (layers Top Bottom) (net 191) (tstamp 1394DA80)) + (segment (start 186.0011 135.8036) (end 199.2011 135.8036) (width 0.5) (layer Bottom) (net 191) (tstamp 1394DE40)) + (via (at 199.2011 135.8036) (size 2) (drill 1) (layers Top Bottom) (net 191) (tstamp 1394F600)) + (segment (start 146.0011 136.3036) (end 146.0011 134.5036) (width 0.5) (layer Top) (net 191) (tstamp 1394DBC0)) + (segment (start 146.0011 134.5036) (end 147.0011 134.0036) (width 0.5) (layer Top) (net 191) (tstamp 1394E480)) + (segment (start 147.0011 134.0036) (end 163.5011 134.0036) (width 0.5) (layer Top) (net 191) (tstamp 1394EDE0)) + (segment (start 186.0011 135.8036) (end 186.0011 134.5036) (width 0.5) (layer Top) (net 191) (tstamp 1394EE80)) + (segment (start 194.2011 111.2036) (end 194.2011 128.7036) (width 0.5) (layer Top) (net 191) (tstamp 1394E5C0)) + (segment (start 194.2011 128.7036) (end 199.0011 133.5036) (width 0.5) (layer Top) (net 191) (tstamp 1394E980)) + (segment (start 199.0011 133.5036) (end 199.0011 135.6036) (width 0.5) (layer Top) (net 191) (tstamp 1394EFC0)) + (segment (start 199.0011 135.6036) (end 199.2011 135.8036) (width 0.5) (layer Top) (net 191) (tstamp 13950140)) + (segment (start 186.0011 134.5036) (end 181.5011 130.0036) (width 0.5) (layer Top) (net 191) (tstamp 139528A0)) + (segment (start 163.5011 134.0036) (end 166.0011 136.6036) (width 0.5) (layer Top) (net 191) (tstamp 13951A40)) + (segment (start 172.0011 133.5036) (end 175.5011 130.0036) (width 0.5) (layer Top) (net 191) (tstamp 13952620)) + (segment (start 175.5011 130.0036) (end 181.5011 130.0036) (width 0.5) (layer Top) (net 191) (tstamp 13951AE0)) + (segment (start 166.0011 136.6036) (end 170.9011 136.6036) (width 0.5) (layer Top) (net 191) (tstamp 13950DC0)) + (segment (start 170.9011 136.6036) (end 172.0011 135.5036) (width 0.5) (layer Top) (net 191) (tstamp 13952300)) + (segment (start 194.2011 111.2036) (end 193.5011 110.5036) (width 0.5) (layer Top) (net 191) (tstamp 139521C0)) + (segment (start 175.8011 107.5036) (end 178.5011 110.5036) (width 0.5) (layer Top) (net 191) (tstamp 139503C0)) + (segment (start 178.5011 110.5036) (end 193.5011 110.5036) (width 0.5) (layer Top) (net 191) (tstamp 139501E0)) + (segment (start 175.8011 107.5036) (end 175.8011 89.7036) (width 0.5) (layer Top) (net 191) (tstamp 13951220)) + (via (at 177.5011 88.0036) (size 2) (drill 1) (layers Top Bottom) (net 191) (tstamp 13952800)) + (segment (start 175.8061 82.5086) (end 175.8061 84.3086) (width 0.5) (layer Bottom) (net 191) (tstamp 139514A0)) + (segment (start 175.8061 84.3086) (end 177.5011 86.0036) (width 0.5) (layer Bottom) (net 191) (tstamp 13951E00)) + (segment (start 177.5011 86.0036) (end 177.5011 88.0036) (width 0.5) (layer Bottom) (net 191) (tstamp 13951EA0)) + (segment (start 175.8011 89.7036) (end 177.5011 88.0036) (width 0.5) (layer Top) (net 191) (tstamp 139523A0)) + (segment (start 140.5989 141.0986) (end 137.4451 141.0986) (width 0.5) (layer Bottom) (net 191) (tstamp 13950C80)) + (segment (start 137.4451 141.0986) (end 137.0011 140.6546) (width 0.5) (layer Bottom) (net 191) (tstamp 13952120)) + (segment (start 140.5989 141.0986) (end 142.4061 141.0986) (width 0.5) (layer Bottom) (net 191) (tstamp 13951860)) + (segment (start 142.4061 141.0986) (end 143.0011 140.5036) (width 0.5) (layer Bottom) (net 191) (tstamp 13950280)) + (segment (start 143.0011 140.5036) (end 143.0011 137.0036) (width 0.5) (layer Bottom) (net 191) (tstamp 139515E0)) + (segment (start 143.0011 137.0036) (end 143.7011 136.3036) (width 0.5) (layer Bottom) (net 191) (tstamp 13950460)) + (segment (start 146.0011 136.3036) (end 143.7011 136.3036) (width 0.5) (layer Bottom) (net 191) (tstamp 13951900)) + (segment (start 172.0011 133.5036) (end 172.0011 135.5036) (width 0.5) (layer Top) (net 191) (tstamp 139512C0)) + (segment (start 140.5989 146.1786) (end 142.1761 146.1786) (width 0.5) (layer Bottom) (net 237) (tstamp 13950320)) + (segment (start 142.1761 146.1786) (end 142.5011 146.5036) (width 0.5) (layer Bottom) (net 237) (tstamp 139505A0)) + (segment (start 144.3501 152.5036) (end 141.5011 152.5036) (width 0.5) (layer Bottom) (net 237) (tstamp 13951360)) + (segment (start 141.5011 152.5036) (end 141.0011 152.0036) (width 0.5) (layer Bottom) (net 237) (tstamp 13950820)) + (segment (start 141.0011 152.0036) (end 141.0011 149.5036) (width 0.5) (layer Bottom) (net 237) (tstamp 139519A0)) + (segment (start 141.0011 149.5036) (end 142.5011 148.0036) (width 0.5) (layer Bottom) (net 237) (tstamp 13951680)) + (segment (start 142.5011 148.0036) (end 142.5011 146.5036) (width 0.5) (layer Bottom) (net 237) (tstamp 13951FE0)) + (segment (start 140.7259 147.4486) (end 140.0561 147.4486) (width 0.5) (layer Bottom) (net 238) (tstamp 13950D20)) + (segment (start 140.0561 147.4486) (end 139.0011 148.5036) (width 0.5) (layer Bottom) (net 238) (tstamp 139524E0)) + (segment (start 139.0011 148.5036) (end 137.8501 148.5036) (width 0.5) (layer Bottom) (net 238) (tstamp 13951B80)) + (segment (start 137.8501 148.5036) (end 137.5011 148.1546) (width 0.5) (layer Bottom) (net 238) (tstamp 13952440)) + (segment (start 143.5501 150.0036) (end 143.3501 149.6546) (width 0.5) (layer Bottom) (net 235) (tstamp 13950FA0)) + (segment (start 143.3501 149.6546) (end 143.5011 149.5036) (width 0.5) (layer Bottom) (net 235) (tstamp 13950960)) + (segment (start 143.5011 145.0036) (end 142.1361 143.6386) (width 0.5) (layer Bottom) (net 235) (tstamp 13950780)) + (segment (start 140.5989 143.6386) (end 142.1361 143.6386) (width 0.5) (layer Bottom) (net 235) (tstamp 13950A00)) + (segment (start 143.5011 145.0036) (end 143.5011 149.9546) (width 0.5) (layer Bottom) (net 235) (tstamp 139506E0)) + (segment (start 143.5011 149.9546) (end 143.5501 150.0036) (width 0.5) (layer Bottom) (net 235) (tstamp 13952260)) + (segment (start 146.8521 150.0036) (end 146.5011 150.0036) (width 0.5) (layer Bottom) (net 234) (tstamp 13951040)) + (segment (start 146.5011 146.5036) (end 142.3661 142.3686) (width 0.5) (layer Bottom) (net 234) (tstamp 139526C0)) + (segment (start 140.5989 142.3686) (end 142.3661 142.3686) (width 0.5) (layer Bottom) (net 234) (tstamp 13950AA0)) + (segment (start 146.5011 146.5036) (end 146.5011 150.0036) (width 0.5) (layer Bottom) (net 234) (tstamp 13952760)) + (segment (start 140.5989 144.9086) (end 137.5571 144.9086) (width 0.5) (layer Bottom) (net 236) (tstamp 139510E0)) + (segment (start 137.5571 144.9086) (end 137.5011 144.8526) (width 0.5) (layer Bottom) (net 236) (tstamp 13951180)) + (segment (start 201.0011 134.0036) (end 180.5011 134.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954F60)) + (segment (start 201.0011 134.0036) (end 202.0011 135.6036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953980)) + (segment (start 202.0011 135.6036) (end 204.0011 135.6036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953480)) + (segment (start 204.0011 135.6036) (end 205.0011 134.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953020)) + (via (at 179.7011 134.8036) (size 2) (drill 1) (layers Top Bottom) (net 186) (tstamp 13952B20)) + (via (at 175.8011 137.2036) (size 2) (drill 1) (layers Top Bottom) (net 186) (tstamp 13952BC0)) + (segment (start 205.0011 134.0036) (end 211.0011 134.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 139530C0)) + (via (at 212.0011 134.7536) (size 2) (drill 1) (layers Top Bottom) (net 186) (tstamp 13954100)) + (segment (start 179.7011 134.8036) (end 180.5011 134.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954380)) + (segment (start 215.0011 140.2536) (end 230.5011 140.2536) (width 0.5) (layer Top) (net 186) (tstamp 13953200)) + (segment (start 232.5011 142.2536) (end 232.5011 153.0036) (width 0.5) (layer Top) (net 186) (tstamp 13952E40)) + (segment (start 212.0011 134.7536) (end 211.7511 134.7536) (width 0.5) (layer Bottom) (net 186) (tstamp 13952C60)) + (segment (start 211.7511 134.7536) (end 211.0011 134.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953700)) + (segment (start 212.0011 134.7536) (end 212.0011 137.2536) (width 0.5) (layer Top) (net 186) (tstamp 13954740)) + (segment (start 212.0011 137.2536) (end 215.0011 140.2536) (width 0.5) (layer Top) (net 186) (tstamp 13953F20)) + (segment (start 232.5011 142.2536) (end 230.5011 140.2536) (width 0.5) (layer Top) (net 186) (tstamp 13954880)) + (segment (start 158.5011 139.0036) (end 157.5011 140.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954420)) + (segment (start 157.5011 140.0036) (end 157.5011 141.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13952940)) + (segment (start 157.5011 141.0036) (end 153.5961 144.9086) (width 0.5) (layer Bottom) (net 186) (tstamp 13952DA0)) + (segment (start 150.4033 144.9086) (end 153.5961 144.9086) (width 0.5) (layer Bottom) (net 186) (tstamp 13952D00)) + (segment (start 235.4961 156.0068) (end 235.4961 155.9986) (width 0.5) (layer Top) (net 186) (tstamp 13953C00)) + (segment (start 235.4961 155.9986) (end 232.5011 153.0036) (width 0.5) (layer Top) (net 186) (tstamp 13953DE0)) + (segment (start 158.5011 139.0036) (end 162.5011 139.0036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954920)) + (segment (start 162.5011 139.0036) (end 163.0011 138.5036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953FC0)) + (segment (start 163.0011 138.5036) (end 164.0011 138.5036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953E80)) + (segment (start 174.3011 137.3036) (end 173.5011 136.6036) (width 0.5) (layer Bottom) (net 186) (tstamp 13953B60)) + (segment (start 173.5011 136.6036) (end 166.0011 136.6036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954B00)) + (segment (start 166.0011 136.6036) (end 164.0011 138.5036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954060)) + (segment (start 174.3011 137.3036) (end 175.7011 137.3036) (width 0.5) (layer Bottom) (net 186) (tstamp 13952F80)) + (segment (start 175.7011 137.3036) (end 175.8011 137.2036) (width 0.5) (layer Bottom) (net 186) (tstamp 13954600)) + (segment (start 175.8011 137.2036) (end 175.8011 136.2036) (width 0.5) (layer Top) (net 186) (tstamp 13953A20)) + (segment (start 175.8011 136.2036) (end 177.5011 134.5036) (width 0.5) (layer Top) (net 186) (tstamp 13952EE0)) + (segment (start 177.5011 134.5036) (end 179.4011 134.5036) (width 0.5) (layer Top) (net 186) (tstamp 139549C0)) + (segment (start 179.4011 134.5036) (end 179.7011 134.8036) (width 0.5) (layer Top) (net 186) (tstamp 139541A0)) + (via (at 187.9011 137.6036) (size 2) (drill 1) (layers Top Bottom) (net 185) (tstamp 13953AC0)) + (segment (start 158.2011 137.8036) (end 162.0011 137.8036) (width 0.5) (layer Bottom) (net 185) (tstamp 139529E0)) + (segment (start 162.0011 137.8036) (end 163.0011 136.5036) (width 0.5) (layer Bottom) (net 185) (tstamp 13953160)) + (via (at 163.0011 136.5036) (size 2) (drill 1) (layers Top Bottom) (net 185) (tstamp 13953CA0)) + (segment (start 187.9011 137.6036) (end 205.4011 137.6036) (width 0.5) (layer Bottom) (net 185) (tstamp 139546A0)) + (segment (start 205.4011 137.6036) (end 207.0011 136.0036) (width 0.5) (layer Bottom) (net 185) (tstamp 13954240)) + (segment (start 163.6011 137.6036) (end 171.5011 137.6036) (width 0.5) (layer Top) (net 185) (tstamp 139535C0)) + (segment (start 163.6011 137.6036) (end 163.0011 136.5036) (width 0.5) (layer Top) (net 185) (tstamp 13954A60)) + (segment (start 214.0011 136.5036) (end 214.7511 135.8036) (width 0.5) (layer Bottom) (net 185) (tstamp 139532A0)) + (via (at 214.7511 135.8036) (size 2) (drill 1) (layers Top Bottom) (net 185) (tstamp 13952A80)) + (segment (start 180.7011 131.0036) (end 184.2011 134.5036) (width 0.5) (layer Top) (net 185) (tstamp 13953340)) + (segment (start 184.2011 134.5036) (end 184.2011 136.5036) (width 0.5) (layer Top) (net 185) (tstamp 13954BA0)) + (segment (start 184.2011 136.5036) (end 185.3011 137.6036) (width 0.5) (layer Top) (net 185) (tstamp 139542E0)) + (segment (start 185.3011 137.6036) (end 187.9011 137.6036) (width 0.5) (layer Top) (net 185) (tstamp 13954C40)) + (segment (start 173.0011 134.0036) (end 176.0011 131.0036) (width 0.5) (layer Top) (net 185) (tstamp 13954CE0)) + (segment (start 176.0011 131.0036) (end 180.7011 131.0036) (width 0.5) (layer Top) (net 185) (tstamp 139533E0)) + (segment (start 173.0011 136.1036) (end 171.5011 137.6036) (width 0.5) (layer Top) (net 185) (tstamp 13954D80)) + (segment (start 214.7511 135.8036) (end 214.7511 138.0036) (width 0.5) (layer Top) (net 185) (tstamp 13953840)) + (segment (start 216.0011 139.2536) (end 231.2511 139.2536) (width 0.5) (layer Top) (net 185) (tstamp 13954E20)) + (segment (start 233.5011 141.5036) (end 233.5011 151.2686) (width 0.5) (layer Top) (net 185) (tstamp 13953520)) + (segment (start 233.5011 151.2686) (end 235.4961 153.2636) (width 0.5) (layer Top) (net 185) (tstamp 139537A0)) + (segment (start 214.7511 138.0036) (end 216.0011 139.2536) (width 0.5) (layer Top) (net 185) (tstamp 13954EC0)) + (segment (start 231.2511 139.2536) (end 233.5011 141.5036) (width 0.5) (layer Top) (net 185) (tstamp 139538E0)) + (segment (start 150.4033 143.6386) (end 152.8661 143.6386) (width 0.5) (layer Bottom) (net 185) (tstamp 139148C0)) + (segment (start 152.8661 143.6386) (end 156.5011 140.0036) (width 0.5) (layer Bottom) (net 185) (tstamp 13914780)) + (segment (start 156.5011 140.0036) (end 156.5011 139.5036) (width 0.5) (layer Bottom) (net 185) (tstamp 13914820)) + (segment (start 156.5011 139.5036) (end 158.2011 137.8036) (width 0.5) (layer Bottom) (net 185) (tstamp 139146E0)) + (segment (start 173.0011 134.0036) (end 173.0011 136.1036) (width 0.5) (layer Top) (net 185) (tstamp 13915540)) + (segment (start 214.0011 136.5036) (end 211.0011 136.5036) (width 0.5) (layer Bottom) (net 185) (tstamp 13916080)) + (segment (start 211.0011 136.5036) (end 210.5011 136.0036) (width 0.5) (layer Bottom) (net 185) (tstamp 13915EA0)) + (segment (start 210.5011 136.0036) (end 207.0011 136.0036) (width 0.5) (layer Bottom) (net 185) (tstamp 13914B40)) + (segment (start 131.5011 58.5036) (end 129.5011 60.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914140)) + (segment (start 129.5011 60.5036) (end 122.5011 60.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914280)) + (segment (start 122.5011 60.5036) (end 120.0011 58.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 139161C0)) + (segment (start 125.0011 46.5036) (end 125.0011 44.6546) (width 0.5) (layer Bottom) (net 30) (tstamp 139154A0)) + (segment (start 160.1211 93.1936) (end 160.1211 88.6236) (width 0.5) (layer Bottom) (net 30) (tstamp 13915E00)) + (segment (start 160.1211 88.6236) (end 157.0011 85.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13915FE0)) + (segment (start 157.0011 85.5036) (end 155.0011 85.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 139163A0)) + (segment (start 155.0011 85.5036) (end 152.5011 83.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 139155E0)) + (segment (start 152.5011 83.0036) (end 152.5011 66.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914960)) + (segment (start 152.5011 66.5036) (end 143.5011 57.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13916300)) + (segment (start 160.1211 93.1936) (end 160.1211 95.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 13915900)) + (segment (start 179.9511 95.9536) (end 196.5011 95.9536) (width 0.5) (layer Bottom) (net 30) (tstamp 13916620)) + (segment (start 196.5011 95.9536) (end 197.5011 97.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 13915CC0)) + (segment (start 197.5011 97.0036) (end 197.5011 101.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914320)) + (segment (start 197.5011 101.0036) (end 197.1911 101.2236) (width 0.5) (layer Bottom) (net 30) (tstamp 13916120)) + (segment (start 179.9511 95.9536) (end 179.5011 95.6036) (width 0.5) (layer Bottom) (net 30) (tstamp 139141E0)) + (segment (start 179.5011 95.6036) (end 160.6211 95.6036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914D20)) + (segment (start 160.6211 95.6036) (end 160.1211 95.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 139143C0)) + (segment (start 125.0011 46.5036) (end 125.5011 47.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 13916440)) + (segment (start 125.5011 47.0036) (end 131.5011 47.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914C80)) + (segment (start 131.5011 47.0036) (end 132.5011 48.0036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914AA0)) + (segment (start 132.5011 48.0036) (end 132.5011 53.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 139159A0)) + (segment (start 132.5011 53.5036) (end 135.5011 56.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13916800)) + (segment (start 135.5011 56.5036) (end 136.5011 57.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914BE0)) + (segment (start 136.5011 57.5036) (end 143.5011 57.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13915220)) + (segment (start 131.5011 58.5036) (end 133.5011 58.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914DC0)) + (segment (start 133.5011 58.5036) (end 135.5011 56.5036) (width 0.5) (layer Bottom) (net 30) (tstamp 13914E60)) + (segment (start 120.0011 58.0036) (end 120.0011 55.1636) (width 0.5) (layer Bottom) (net 30) (tstamp 13914460)) + (segment (start 119.8211 54.9836) (end 120.0011 55.1636) (width 0.5) (layer Bottom) (net 30) (tstamp 13916260)) + (segment (start 194.6511 101.2236) (end 194.6811 98.1836) (width 0.5) (layer Bottom) (net 29) (tstamp 13915040)) + (segment (start 194.6811 98.1836) (end 193.0011 96.9036) (width 0.5) (layer Bottom) (net 29) (tstamp 139150E0)) + (segment (start 159.03855 96.464179) (end 157.5011 95.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915180)) + (segment (start 157.5011 95.0036) (end 157.5011 93.2736) (width 0.5) (layer Bottom) (net 29) (tstamp 139164E0)) + (segment (start 157.5011 93.2736) (end 157.5811 93.1936) (width 0.5) (layer Bottom) (net 29) (tstamp 139166C0)) + (segment (start 193.0011 96.9036) (end 179.4011 96.9036) (width 0.5) (layer Bottom) (net 29) (tstamp 139168A0)) + (segment (start 179.4011 96.9036) (end 179.0011 96.6036) (width 0.5) (layer Bottom) (net 29) (tstamp 139145A0)) + (segment (start 179.0011 96.6036) (end 159.077971 96.6036) (width 0.5) (layer Bottom) (net 29) (tstamp 13914640)) + (segment (start 159.077971 96.6036) (end 159.03855 96.464179) (width 0.5) (layer Bottom) (net 29) (tstamp 139152C0)) + (segment (start 157.5811 93.1936) (end 157.5811 87.5836) (width 0.5) (layer Bottom) (net 29) (tstamp 13915400)) + (segment (start 157.5811 87.5836) (end 156.5011 86.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915680)) + (segment (start 156.5011 86.5036) (end 154.5011 86.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915720)) + (segment (start 154.5011 86.5036) (end 151.5011 83.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915D60)) + (segment (start 151.5011 83.5036) (end 151.5011 67.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 139157C0)) + (segment (start 151.5011 67.0036) (end 143.0011 58.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915AE0)) + (segment (start 143.0011 58.5036) (end 136.0011 58.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915B80)) + (segment (start 136.0011 58.5036) (end 135.0011 59.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13915C20)) + (via (at 135.0011 59.5036) (size 2) (drill 1) (layers Top Bottom) (net 29) (tstamp 13917B60)) + (via (at 129.0011 58.5036) (size 2) (drill 1) (layers Top Bottom) (net 29) (tstamp 13917700)) + (segment (start 135.0011 59.5036) (end 134.0011 58.5036) (width 0.5) (layer Top) (net 29) (tstamp 13918100)) + (segment (start 134.0011 58.5036) (end 129.0011 58.5036) (width 0.5) (layer Top) (net 29) (tstamp 13917D40)) + (segment (start 116.0011 45.5036) (end 115.0011 46.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13918740)) + (segment (start 115.0011 46.5036) (end 115.0011 49.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13917F20)) + (segment (start 115.0011 49.5036) (end 114.0011 50.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13917020)) + (segment (start 114.0011 50.5036) (end 105.5011 50.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13918380)) + (segment (start 105.5011 50.5036) (end 100.5011 45.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 139175C0)) + (segment (start 100.5011 45.5036) (end 100.5011 43.1546) (width 0.5) (layer Bottom) (net 29) (tstamp 13918B00)) + (segment (start 117.5011 51.5036) (end 119.0011 50.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 139189C0)) + (segment (start 119.0011 50.0036) (end 119.0011 49.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13916BC0)) + (segment (start 119.0011 49.0036) (end 119.0011 46.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13917980)) + (segment (start 119.0011 46.5036) (end 118.0011 45.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13916E40)) + (segment (start 118.0011 45.5036) (end 116.0011 45.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13918920)) + (segment (start 130.5011 49.0036) (end 119.0011 49.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13916DA0)) + (segment (start 130.5011 49.0036) (end 131.5011 50.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13918600)) + (segment (start 131.5011 50.0036) (end 131.5011 57.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13917520)) + (segment (start 131.5011 57.0036) (end 130.0011 58.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13916D00)) + (segment (start 130.0011 58.5036) (end 129.0011 58.5036) (width 0.5) (layer Bottom) (net 29) (tstamp 13917C00)) + (segment (start 117.5011 51.5036) (end 117.5011 52.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13917840)) + (segment (start 117.5011 52.0036) (end 117.5011 52.2236) (width 0.5) (layer Bottom) (net 29) (tstamp 13916F80)) + (segment (start 117.2811 52.4436) (end 117.2811 52.2236) (width 0.5) (layer Bottom) (net 29) (tstamp 13916C60)) + (segment (start 117.2811 52.2236) (end 117.5011 52.0036) (width 0.5) (layer Bottom) (net 29) (tstamp 13916EE0)) + (segment (start 192.1111 101.2236) (end 192.1411 99.1436) (width 0.5) (layer Bottom) (net 28) (tstamp 13917E80)) + (segment (start 192.1411 99.1436) (end 190.5011 97.8536) (width 0.5) (layer Bottom) (net 28) (tstamp 13917160)) + (segment (start 157.563518 97.437897) (end 155.0011 95.0036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918A60)) + (segment (start 155.0011 95.0036) (end 155.0011 93.1536) (width 0.5) (layer Bottom) (net 28) (tstamp 13919000)) + (segment (start 155.0011 93.1536) (end 155.0411 93.1936) (width 0.5) (layer Bottom) (net 28) (tstamp 13917FC0)) + (segment (start 190.5011 97.8536) (end 178.8511 97.8536) (width 0.5) (layer Bottom) (net 28) (tstamp 13917200)) + (segment (start 178.8511 97.8536) (end 178.5011 97.6036) (width 0.5) (layer Bottom) (net 28) (tstamp 139181A0)) + (segment (start 178.5011 97.6036) (end 157.629221 97.6036) (width 0.5) (layer Bottom) (net 28) (tstamp 13917A20)) + (segment (start 157.629221 97.6036) (end 157.563518 97.437897) (width 0.5) (layer Bottom) (net 28) (tstamp 13917480)) + (segment (start 155.0011 93.1536) (end 155.0011 88.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 139172A0)) + (segment (start 155.0011 88.5036) (end 150.5011 84.0036) (width 0.5) (layer Bottom) (net 28) (tstamp 139190A0)) + (via (at 132.5011 60.5036) (size 2) (drill 1) (layers Top Bottom) (net 28) (tstamp 13917AC0)) + (segment (start 150.5011 84.0036) (end 150.5011 67.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13917CA0)) + (segment (start 150.5011 67.5036) (end 142.5011 59.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13917660)) + (segment (start 142.5011 59.5036) (end 137.5011 59.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13917340)) + (segment (start 135.5011 61.5036) (end 134.5011 61.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918BA0)) + (segment (start 134.5011 61.5036) (end 133.5011 60.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918EC0)) + (segment (start 133.5011 60.5036) (end 132.5011 60.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918060)) + (segment (start 132.5011 60.5036) (end 133.5011 60.5036) (width 0.5) (layer Top) (net 28) (tstamp 139173E0)) + (segment (start 117.5011 57.5036) (end 118.0011 58.0036) (width 0.5) (layer Bottom) (net 28) (tstamp 139177A0)) + (segment (start 118.0011 58.0036) (end 118.5011 58.0036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918880)) + (segment (start 118.5011 58.0036) (end 122.0011 61.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918C40)) + (segment (start 122.0011 61.5036) (end 130.0011 61.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918CE0)) + (segment (start 130.0011 61.5036) (end 131.0011 60.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 139169E0)) + (segment (start 131.0011 60.5036) (end 132.5011 60.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 139178E0)) + (segment (start 135.5011 61.5036) (end 137.5011 59.5036) (width 0.5) (layer Bottom) (net 28) (tstamp 13918D80)) + (segment (start 133.5011 60.5036) (end 136.5011 63.5036) (width 0.5) (layer Top) (net 28) (tstamp 13918240)) + (segment (start 136.5011 63.5036) (end 139.0011 63.5036) (width 0.5) (layer Top) (net 28) (tstamp 13918E20)) + (segment (start 139.0011 63.5036) (end 141.0011 61.5036) (width 0.5) (layer Top) (net 28) (tstamp 139182E0)) + (segment (start 141.0011 61.5036) (end 141.0011 49.5036) (width 0.5) (layer Top) (net 28) (tstamp 13918F60)) + (segment (start 124.1521 48.0036) (end 123.1521 47.0036) (width 0.5) (layer Top) (net 28) (tstamp 13918420)) + (segment (start 124.1521 48.0036) (end 135.5011 48.0036) (width 0.5) (layer Top) (net 28) (tstamp 139186A0)) + (segment (start 135.5011 48.0036) (end 136.0011 48.5036) (width 0.5) (layer Top) (net 28) (tstamp 139184C0)) + (segment (start 136.0011 48.5036) (end 140.0011 48.5036) (width 0.5) (layer Top) (net 28) (tstamp 13916A80)) + (segment (start 140.0011 48.5036) (end 141.0011 49.5036) (width 0.5) (layer Top) (net 28) (tstamp 13918560)) + (segment (start 117.5011 57.5036) (end 117.5011 55.2036) (width 0.5) (layer Bottom) (net 28) (tstamp 1391B080)) + (segment (start 117.2811 54.9836) (end 117.5011 55.2036) (width 0.5) (layer Bottom) (net 28) (tstamp 1391AFE0)) + (segment (start 152.5011 95.5036) (end 152.5011 93.1936) (width 0.5) (layer Bottom) (net 27) (tstamp 1391AE00)) + (segment (start 189.5711 101.2236) (end 189.6011 99.6036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391AEA0)) + (segment (start 189.6011 99.6036) (end 188.5011 98.8036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391B3A0)) + (segment (start 156.0011 98.6036) (end 152.5011 95.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391A540)) + (segment (start 188.5011 98.8036) (end 178.3011 98.8036) (width 0.5) (layer Bottom) (net 27) (tstamp 13919820)) + (segment (start 178.3011 98.8036) (end 178.0011 98.6036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391B440)) + (segment (start 178.0011 98.6036) (end 156.0011 98.6036) (width 0.5) (layer Bottom) (net 27) (tstamp 13919C80)) + (via (at 117.0011 47.5036) (size 2) (drill 1) (layers Top Bottom) (net 27) (tstamp 139198C0)) + (segment (start 152.5011 93.1936) (end 152.5011 88.0036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391B620)) + (segment (start 152.5011 88.0036) (end 149.5011 85.0036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391ACC0)) + (segment (start 149.5011 85.0036) (end 149.5011 68.0036) (width 0.5) (layer Bottom) (net 27) (tstamp 13919320)) + (segment (start 149.5011 68.0036) (end 142.0011 60.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391B120)) + (segment (start 142.0011 60.5036) (end 139.0011 60.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391B1C0)) + (segment (start 135.0011 49.0036) (end 118.0011 49.0036) (width 0.5) (layer Top) (net 27) (tstamp 1391B6C0)) + (segment (start 118.0011 49.0036) (end 117.0011 47.5036) (width 0.5) (layer Top) (net 27) (tstamp 1391A5E0)) + (segment (start 116.0011 50.5036) (end 116.5011 50.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 13919F00)) + (segment (start 116.5011 50.5036) (end 117.0011 50.0036) (width 0.5) (layer Bottom) (net 27) (tstamp 13919D20)) + (segment (start 117.0011 50.0036) (end 117.0011 47.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391AF40)) + (segment (start 104.5011 53.6546) (end 106.3501 53.6546) (width 0.5) (layer Top) (net 27) (tstamp 13919280)) + (segment (start 106.3501 53.6546) (end 107.0011 53.0036) (width 0.5) (layer Top) (net 27) (tstamp 1391A400)) + (segment (start 108.0011 45.5036) (end 116.0011 45.5036) (width 0.5) (layer Top) (net 27) (tstamp 13919FA0)) + (segment (start 116.0011 45.5036) (end 117.0011 46.5036) (width 0.5) (layer Top) (net 27) (tstamp 13919460)) + (segment (start 117.0011 46.5036) (end 117.0011 47.5036) (width 0.5) (layer Top) (net 27) (tstamp 1391B260)) + (segment (start 108.0011 45.5036) (end 107.5011 46.0036) (width 0.5) (layer Top) (net 27) (tstamp 1391A4A0)) + (segment (start 107.5011 46.0036) (end 107.5011 48.0036) (width 0.5) (layer Top) (net 27) (tstamp 1391B300)) + (segment (start 107.5011 48.0036) (end 107.0011 48.5036) (width 0.5) (layer Top) (net 27) (tstamp 1391B4E0)) + (segment (start 107.0011 48.5036) (end 107.0011 53.0036) (width 0.5) (layer Top) (net 27) (tstamp 1391B580)) + (segment (start 135.0011 49.0036) (end 135.5011 49.5036) (width 0.5) (layer Top) (net 27) (tstamp 1391AD60)) + (segment (start 139.0011 60.5036) (end 138.0011 61.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 1391B760)) + (via (at 138.0011 61.5036) (size 2) (drill 1) (layers Top Bottom) (net 27) (tstamp 1391B800)) + (segment (start 138.0011 61.5036) (end 140.0011 59.5036) (width 0.5) (layer Top) (net 27) (tstamp 1391B8A0)) + (segment (start 140.0011 59.5036) (end 140.0011 50.0036) (width 0.5) (layer Top) (net 27) (tstamp 1391A680)) + (segment (start 140.0011 50.0036) (end 139.5011 49.5036) (width 0.5) (layer Top) (net 27) (tstamp 1391A040)) + (segment (start 139.5011 49.5036) (end 135.5011 49.5036) (width 0.5) (layer Top) (net 27) (tstamp 13919E60)) + (segment (start 116.0011 50.5036) (end 115.0011 51.5036) (width 0.5) (layer Bottom) (net 27) (tstamp 13919500)) + (segment (start 115.0011 51.5036) (end 115.0011 52.1836) (width 0.5) (layer Bottom) (net 27) (tstamp 1391A220)) + (segment (start 114.7411 52.4436) (end 115.0011 52.1836) (width 0.5) (layer Bottom) (net 27) (tstamp 13919140)) + (via (at 186.0011 78.5036) (size 2) (drill 1) (layers Top Bottom) (net 196) (tstamp 139191E0)) + (segment (start 186.0011 78.5036) (end 186.0011 75.0036) (width 0.5) (layer Top) (net 196) (tstamp 139195A0)) + (segment (start 186.0011 75.0036) (end 183.5011 72.5036) (width 0.5) (layer Top) (net 196) (tstamp 13919640)) + (segment (start 183.5011 72.5036) (end 183.5011 64.3036) (width 0.5) (layer Top) (net 196) (tstamp 13919AA0)) + (via (at 183.5011 64.3036) (size 2) (drill 1) (layers Top Bottom) (net 196) (tstamp 1391A180)) + (segment (start 183.5011 64.3036) (end 188.8011 64.3036) (width 0.5) (layer Bottom) (net 196) (tstamp 1391A900)) + (segment (start 190.0011 65.5036) (end 190.0011 68.5836) (width 0.5) (layer Bottom) (net 196) (tstamp 1391A720)) + (segment (start 192.3501 84.0036) (end 188.5611 84.0036) (width 0.5) (layer Top) (net 196) (tstamp 1391A2C0)) + (segment (start 188.5611 84.0036) (end 186.0611 82.0036) (width 0.5) (layer Top) (net 196) (tstamp 13919B40)) + (segment (start 186.0611 82.0036) (end 186.0611 78.5636) (width 0.5) (layer Top) (net 196) (tstamp 13919BE0)) + (segment (start 186.0611 78.5636) (end 186.0011 78.5036) (width 0.5) (layer Top) (net 196) (tstamp 1391A7C0)) + (segment (start 186.0611 78.5636) (end 186.0011 78.5036) (width 0.5) (layer Bottom) (net 196) (tstamp 1391A360)) + (segment (start 187.0011 93.5736) (end 187.0011 79.5036) (width 0.5) (layer Bottom) (net 196) (tstamp 1391A9A0)) + (segment (start 187.0011 79.5036) (end 186.0011 78.5036) (width 0.5) (layer Bottom) (net 196) (tstamp 1391AAE0)) + (segment (start 187.0011 93.5736) (end 187.0311 93.6036) (width 0.5) (layer Bottom) (net 196) (tstamp 1391AC20)) + (segment (start 188.8011 64.3036) (end 190.0011 65.5036) (width 0.5) (layer Bottom) (net 196) (tstamp 1391AB80)) + (segment (start 189.7761 68.8086) (end 190.0011 68.5836) (width 0.5) (layer Bottom) (net 196) (tstamp 1391DC40)) + (segment (start 183.5211 73.9836) (end 184.5011 73.0036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391DCE0)) + (segment (start 184.5011 73.0036) (end 189.0011 73.0036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391C480)) + (segment (start 189.0011 73.0036) (end 189.7761 72.2286) (width 0.5) (layer Bottom) (net 197) (tstamp 1391C020)) + (segment (start 183.5211 73.9836) (end 183.5211 77.0036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391D1A0)) + (segment (start 183.5211 77.0036) (end 183.5211 77.9836) (width 0.5) (layer Bottom) (net 197) (tstamp 1391E000)) + (segment (start 183.5211 77.9836) (end 183.5011 76.5036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391C200)) + (via (at 183.5011 76.5036) (size 2) (drill 1) (layers Top Bottom) (net 197) (tstamp 1391C660)) + (segment (start 183.5211 78.0236) (end 183.5011 76.5036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391CAC0)) + (segment (start 184.0011 80.8526) (end 184.0011 79.9836) (width 0.5) (layer Top) (net 197) (tstamp 1391CB60)) + (segment (start 184.0011 79.9836) (end 183.5211 79.5036) (width 0.5) (layer Top) (net 197) (tstamp 1391CDE0)) + (segment (start 183.5211 79.5036) (end 183.5211 76.5236) (width 0.5) (layer Top) (net 197) (tstamp 1391DD80)) + (segment (start 183.5211 76.5236) (end 183.5011 76.5036) (width 0.5) (layer Top) (net 197) (tstamp 1391D100)) + (segment (start 184.4911 93.6036) (end 184.4911 91.4936) (width 0.5) (layer Bottom) (net 197) (tstamp 1391C3E0)) + (segment (start 183.5011 77.0236) (end 183.5211 77.0036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391CD40)) + (segment (start 183.5011 77.0236) (end 183.5011 83.0036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391C0C0)) + (segment (start 183.5011 83.0036) (end 185.5011 85.0036) (width 0.5) (layer Bottom) (net 197) (tstamp 1391BB20)) + (segment (start 185.5011 85.0036) (end 185.5011 90.4836) (width 0.5) (layer Bottom) (net 197) (tstamp 1391DE20)) + (segment (start 185.5011 90.4836) (end 184.4911 91.4936) (width 0.5) (layer Bottom) (net 197) (tstamp 1391C520)) + (segment (start 189.7761 71.3486) (end 189.7761 72.2286) (width 0.5) (layer Bottom) (net 197) (tstamp 1391CF20)) + (segment (start 97.8761 93.4886) (end 97.8761 89.1286) (width 0.5) (layer Bottom) (net 229) (tstamp 1391B9E0)) + (segment (start 97.8761 89.1286) (end 98.5011 88.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391BD00)) + (segment (start 98.5011 88.5036) (end 104.5011 88.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391D880)) + (segment (start 104.5011 88.5036) (end 105.5011 89.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391C160)) + (segment (start 105.5011 89.5036) (end 105.5011 93.0036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391BC60)) + (segment (start 105.5011 93.0036) (end 109.5011 97.0036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391BDA0)) + (segment (start 109.5011 97.0036) (end 109.5011 101.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391D060)) + (segment (start 109.5011 101.5036) (end 116.9011 108.9036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391DEC0)) + (segment (start 116.9011 108.9036) (end 116.9011 121.6036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391D240)) + (segment (start 116.9011 121.6036) (end 115.0011 123.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391C700)) + (segment (start 115.0011 123.5036) (end 115.0011 136.0036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391C5C0)) + (segment (start 115.0011 136.0036) (end 113.5011 137.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391D920)) + (segment (start 113.5011 137.5036) (end 113.0011 137.5036) (width 0.5) (layer Bottom) (net 229) (tstamp 1391BA80)) + (via (at 113.0011 137.5036) (size 2) (drill 1) (layers Top Bottom) (net 229) (tstamp 1391CC00)) + (segment (start 113.0011 137.5036) (end 115.8501 137.5036) (width 0.5) (layer Top) (net 229) (tstamp 1391BE40)) + (segment (start 95.3361 93.4886) (end 95.3361 89.6686) (width 0.5) (layer Bottom) (net 198) (tstamp 1391CA20)) + (segment (start 95.3361 89.6686) (end 97.5011 87.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391D380)) + (segment (start 97.5011 87.5036) (end 105.0011 87.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391C7A0)) + (segment (start 105.0011 87.5036) (end 106.5011 89.0036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391C840)) + (segment (start 106.5011 89.0036) (end 106.5011 92.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391D420)) + (segment (start 106.5011 92.5036) (end 110.5011 96.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391D4C0)) + (segment (start 110.5011 96.5036) (end 110.5011 101.0036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391DB00)) + (segment (start 110.5011 101.0036) (end 117.9011 108.4036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391C2A0)) + (segment (start 117.9011 108.4036) (end 117.9011 134.6036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391BEE0)) + (segment (start 117.9011 134.6036) (end 117.5011 135.0036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391C340)) + (via (at 117.5011 135.0036) (size 2) (drill 1) (layers Top Bottom) (net 198) (tstamp 1391D560)) + (segment (start 117.5011 135.0036) (end 131.0011 135.0036) (width 0.5) (layer Top) (net 198) (tstamp 1391C8E0)) + (segment (start 117.5011 135.0036) (end 113.6521 135.0036) (width 0.5) (layer Top) (net 198) (tstamp 1391BBC0)) + (via (at 154.0011 136.5036) (size 2) (drill 1) (layers Top Bottom) (net 198) (tstamp 1391D600)) + (segment (start 131.0011 135.0036) (end 134.5011 138.5036) (width 0.5) (layer Top) (net 198) (tstamp 1391D6A0)) + (segment (start 134.5011 138.5036) (end 152.0011 138.5036) (width 0.5) (layer Top) (net 198) (tstamp 1391DF60)) + (segment (start 152.0011 138.5036) (end 154.0011 136.5036) (width 0.5) (layer Top) (net 198) (tstamp 1391C980)) + (segment (start 150.4033 141.0986) (end 151.9061 141.0986) (width 0.5) (layer Bottom) (net 198) (tstamp 1391E140)) + (segment (start 151.9061 141.0986) (end 153.5011 139.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 139206C0)) + (segment (start 153.5011 139.5036) (end 153.5011 138.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391EF00)) + (segment (start 153.5011 138.5036) (end 154.0011 138.0036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391FB80)) + (segment (start 154.0011 138.0036) (end 154.0011 136.5036) (width 0.5) (layer Bottom) (net 198) (tstamp 1391F720)) + (via (at 188.5011 77.5036) (size 2) (drill 1) (layers Top Bottom) (net 195) (tstamp 1391F220)) + (segment (start 187.0011 73.5036) (end 186.0011 73.5036) (width 0.5) (layer Top) (net 195) (tstamp 1391E820)) + (segment (start 185.0011 67.3036) (end 188.0011 64.3036) (width 0.5) (layer Top) (net 195) (tstamp 1391FC20)) + (segment (start 188.0011 64.3036) (end 197.5011 64.3036) (width 0.5) (layer Top) (net 195) (tstamp 1391FEA0)) + (via (at 197.5011 64.3036) (size 2) (drill 1) (layers Top Bottom) (net 195) (tstamp 13920440)) + (segment (start 186.0011 73.5036) (end 185.0011 72.5036) (width 0.5) (layer Top) (net 195) (tstamp 1391F400)) + (segment (start 185.0011 72.5036) (end 185.0011 67.3036) (width 0.5) (layer Top) (net 195) (tstamp 1391F2C0)) + (segment (start 192.3501 81.5036) (end 190.6011 81.5036) (width 0.5) (layer Top) (net 195) (tstamp 1391F360)) + (segment (start 190.6011 81.5036) (end 188.6011 80.0036) (width 0.5) (layer Top) (net 195) (tstamp 1391F5E0)) + (segment (start 189.5711 93.6036) (end 189.5711 90.5736) (width 0.5) (layer Bottom) (net 195) (tstamp 139204E0)) + (segment (start 189.5711 90.5736) (end 188.5011 89.5036) (width 0.5) (layer Bottom) (net 195) (tstamp 1391F900)) + (segment (start 188.5011 89.5036) (end 188.5011 77.5036) (width 0.5) (layer Bottom) (net 195) (tstamp 1391EBE0)) + (segment (start 187.0011 73.5036) (end 188.5011 75.0036) (width 0.5) (layer Top) (net 195) (tstamp 13920580)) + (segment (start 188.5011 77.5036) (end 188.5011 79.9036) (width 0.5) (layer Top) (net 195) (tstamp 13920120)) + (segment (start 188.5011 79.9036) (end 188.6011 80.0036) (width 0.5) (layer Top) (net 195) (tstamp 1391E280)) + (segment (start 188.5011 75.0036) (end 188.5011 77.5036) (width 0.5) (layer Top) (net 195) (tstamp 1391EFA0)) + (segment (start 194.8561 68.1486) (end 196.0011 67.0036) (width 0.5) (layer Bottom) (net 195) (tstamp 1391FF40)) + (segment (start 196.0011 67.0036) (end 197.0011 67.0036) (width 0.5) (layer Bottom) (net 195) (tstamp 1391E320)) + (segment (start 197.0011 67.0036) (end 197.5011 66.5036) (width 0.5) (layer Bottom) (net 195) (tstamp 1391E780)) + (segment (start 197.5011 66.5036) (end 197.5011 64.3036) (width 0.5) (layer Bottom) (net 195) (tstamp 1391ED20)) + (segment (start 194.8561 68.8086) (end 194.8561 68.1486) (width 0.5) (layer Bottom) (net 195) (tstamp 13920800)) + (segment (start 195.0011 75.0036) (end 195.0011 71.4936) (width 0.5) (layer Bottom) (net 194) (tstamp 1391E3C0)) + (via (at 191.1411 86.5036) (size 2) (drill 1) (layers Top Bottom) (net 194) (tstamp 139203A0)) + (segment (start 191.1411 86.5036) (end 193.8501 86.5036) (width 0.5) (layer Top) (net 194) (tstamp 13920300)) + (segment (start 191.1411 78.8636) (end 191.1411 86.5036) (width 0.5) (layer Bottom) (net 194) (tstamp 1391F9A0)) + (segment (start 192.1111 93.6036) (end 192.1111 90.6136) (width 0.5) (layer Bottom) (net 194) (tstamp 1391F4A0)) + (segment (start 192.1111 90.6136) (end 191.5011 90.0036) (width 0.5) (layer Bottom) (net 194) (tstamp 1391F680)) + (segment (start 191.5011 90.0036) (end 191.5011 86.8636) (width 0.5) (layer Bottom) (net 194) (tstamp 1391F860)) + (segment (start 191.5011 86.8636) (end 191.1411 86.5036) (width 0.5) (layer Bottom) (net 194) (tstamp 13920620)) + (segment (start 191.1411 78.8636) (end 195.0011 75.0036) (width 0.5) (layer Bottom) (net 194) (tstamp 1391FA40)) + (segment (start 194.8561 71.3486) (end 195.0011 71.4936) (width 0.5) (layer Bottom) (net 194) (tstamp 13920760)) + (segment (start 203.5011 70.0036) (end 203.5011 63.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391F040)) + (segment (start 203.0011 62.5036) (end 196.7611 62.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391E460)) + (segment (start 198.5011 80.8526) (end 198.5011 78.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391E960)) + (segment (start 194.6511 93.6036) (end 194.6511 91.1536) (width 0.5) (layer Bottom) (net 193) (tstamp 1391E500)) + (segment (start 194.6511 91.1536) (end 193.5011 90.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391E5A0)) + (segment (start 193.5011 90.0036) (end 193.5011 78.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391F0E0)) + (segment (start 203.5011 63.0036) (end 203.0011 62.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391E640)) + (segment (start 198.5011 78.5036) (end 199.5011 77.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391E6E0)) + (segment (start 199.5011 77.5036) (end 199.5011 74.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391EAA0)) + (segment (start 199.5011 74.0036) (end 203.5011 70.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391EB40)) + (segment (start 193.5011 78.0036) (end 194.5011 77.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391FAE0)) + (segment (start 194.5011 77.0036) (end 196.0011 77.0036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391EC80)) + (segment (start 196.0011 77.0036) (end 197.5011 78.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391EDC0)) + (segment (start 197.5011 78.5036) (end 198.5011 78.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391EE60)) + (segment (start 192.3811 66.8836) (end 196.7611 62.5036) (width 0.5) (layer Bottom) (net 193) (tstamp 1391FE00)) + (segment (start 192.3161 68.8086) (end 192.3161 66.9486) (width 0.5) (layer Bottom) (net 193) (tstamp 139201C0)) + (segment (start 192.3161 66.9486) (end 192.3811 66.8836) (width 0.5) (layer Bottom) (net 193) (tstamp 13922CE0)) + (via (at 195.2511 78.7536) (size 2) (drill 1) (layers Top Bottom) (net 192) (tstamp 13922A60)) + (via (at 191.0011 76.5036) (size 2) (drill 1) (layers Top Bottom) (net 192) (tstamp 13921660)) + (segment (start 199.4011 95.1546) (end 197.6521 95.1546) (width 0.5) (layer Bottom) (net 192) (tstamp 13921AC0)) + (segment (start 197.6521 95.1546) (end 197.5011 95.0036) (width 0.5) (layer Bottom) (net 192) (tstamp 13921B60)) + (segment (start 197.5011 95.0036) (end 197.5011 93.9136) (width 0.5) (layer Bottom) (net 192) (tstamp 13921DE0)) + (segment (start 197.5011 93.9136) (end 197.1911 93.6036) (width 0.5) (layer Bottom) (net 192) (tstamp 13922C40)) + (segment (start 197.1911 93.6036) (end 197.1911 90.6936) (width 0.5) (layer Bottom) (net 192) (tstamp 13922100)) + (segment (start 197.1911 90.6936) (end 196.0011 89.5036) (width 0.5) (layer Bottom) (net 192) (tstamp 139213E0)) + (segment (start 192.3161 72.1886) (end 191.0011 73.5036) (width 0.5) (layer Bottom) (net 192) (tstamp 139210C0)) + (segment (start 191.0011 73.5036) (end 191.0011 76.5036) (width 0.5) (layer Bottom) (net 192) (tstamp 13920B20)) + (segment (start 191.0011 76.5036) (end 193.5011 76.5036) (width 0.5) (layer Top) (net 192) (tstamp 13922B00)) + (segment (start 193.5011 76.5036) (end 195.2511 78.7536) (width 0.5) (layer Top) (net 192) (tstamp 13922F60)) + (segment (start 195.2511 78.7536) (end 196.0011 79.5036) (width 0.5) (layer Bottom) (net 192) (tstamp 13921C00)) + (segment (start 196.0011 79.5036) (end 196.0011 89.5036) (width 0.5) (layer Bottom) (net 192) (tstamp 13921CA0)) + (segment (start 192.3161 71.3486) (end 192.3161 72.1886) (width 0.5) (layer Bottom) (net 192) (tstamp 13922380)) + (via (at 197.7511 76.2536) (size 2) (drill 1) (layers Top Bottom) (net 189) (tstamp 139221A0)) + (segment (start 198.0011 61.0036) (end 182.0011 61.0036) (width 0.5) (layer Top) (net 189) (tstamp 139226A0)) + (segment (start 182.0011 61.0036) (end 179.0011 64.0036) (width 0.5) (layer Top) (net 189) (tstamp 13922740)) + (segment (start 179.0011 64.0036) (end 179.0011 75.5036) (width 0.5) (layer Top) (net 189) (tstamp 139209E0)) + (segment (start 179.0011 75.5036) (end 177.5011 77.0036) (width 0.5) (layer Top) (net 189) (tstamp 13921E80)) + (segment (start 156.5011 80.1546) (end 159.3501 80.1546) (width 0.5) (layer Top) (net 189) (tstamp 13922880)) + (segment (start 159.3501 80.1546) (end 161.5011 78.0036) (width 0.5) (layer Top) (net 189) (tstamp 13921480)) + (segment (start 161.5011 78.0036) (end 161.5011 75.0036) (width 0.5) (layer Top) (net 189) (tstamp 13922600)) + (segment (start 161.5011 75.0036) (end 162.0011 74.5036) (width 0.5) (layer Top) (net 189) (tstamp 139217A0)) + (segment (start 162.0011 74.5036) (end 167.5011 74.5036) (width 0.5) (layer Top) (net 189) (tstamp 13922BA0)) + (segment (start 167.5011 74.5036) (end 170.0011 77.0036) (width 0.5) (layer Top) (net 189) (tstamp 13922420)) + (segment (start 170.0011 77.0036) (end 177.5011 77.0036) (width 0.5) (layer Top) (net 189) (tstamp 13920940)) + (segment (start 197.7511 76.2536) (end 199.5011 74.5036) (width 0.5) (layer Top) (net 189) (tstamp 139224C0)) + (segment (start 199.5011 74.5036) (end 199.5011 73.5036) (width 0.5) (layer Top) (net 189) (tstamp 13920BC0)) + (segment (start 199.5011 73.5036) (end 200.5011 72.5036) (width 0.5) (layer Top) (net 189) (tstamp 13921A20)) + (segment (start 200.5011 72.5036) (end 200.5011 67.0036) (width 0.5) (layer Top) (net 189) (tstamp 13922D80)) + (segment (start 200.5011 67.0036) (end 199.2511 65.7536) (width 0.5) (layer Top) (net 189) (tstamp 139229C0)) + (segment (start 199.2511 65.7536) (end 199.2511 62.2536) (width 0.5) (layer Top) (net 189) (tstamp 13923000)) + (segment (start 199.2511 62.2536) (end 198.0011 61.0036) (width 0.5) (layer Top) (net 189) (tstamp 13921F20)) + (segment (start 197.3961 71.3486) (end 197.3961 75.8986) (width 0.5) (layer Bottom) (net 189) (tstamp 13921700)) + (segment (start 197.3961 75.8986) (end 197.7511 76.2536) (width 0.5) (layer Bottom) (net 189) (tstamp 13922560)) + (segment (start 181.0011 80.8526) (end 181.0011 74.5036) (width 0.5) (layer Top) (net 199) (tstamp 13922E20)) + (segment (start 181.0011 74.5036) (end 180.8511 73.5036) (width 0.5) (layer Top) (net 199) (tstamp 13922240)) + (via (at 180.8511 73.5036) (size 2) (drill 1) (layers Top Bottom) (net 199) (tstamp 139230A0)) + (segment (start 180.9811 74.5236) (end 180.993318 74.499635) (width 0.5) (layer Bottom) (net 199) (tstamp 13921FC0)) + (segment (start 180.993318 74.499635) (end 180.8511 73.5036) (width 0.5) (layer Bottom) (net 199) (tstamp 13922920)) + (segment (start 180.8511 73.5036) (end 180.8511 69.0036) (width 0.5) (layer Top) (net 199) (tstamp 139215C0)) + (via (at 180.8511 69.0036) (size 2) (drill 1) (layers Top Bottom) (net 199) (tstamp 13921020)) + (segment (start 180.8511 69.0036) (end 187.0411 69.0036) (width 0.5) (layer Bottom) (net 199) (tstamp 13920A80)) + (segment (start 181.9511 83.9536) (end 181.0011 83.0036) (width 0.5) (layer Bottom) (net 199) (tstamp 13920C60)) + (segment (start 181.0011 83.0036) (end 181.0011 74.507416) (width 0.5) (layer Bottom) (net 199) (tstamp 13920D00)) + (segment (start 181.0011 74.507416) (end 180.993318 74.499635) (width 0.5) (layer Bottom) (net 199) (tstamp 13921840)) + (segment (start 181.9511 83.9536) (end 182.9511 83.9536) (width 0.5) (layer Bottom) (net 199) (tstamp 13920DA0)) + (segment (start 182.9511 83.9536) (end 184.5011 85.5036) (width 0.5) (layer Bottom) (net 199) (tstamp 13920E40)) + (segment (start 184.5011 85.5036) (end 184.5011 90.0036) (width 0.5) (layer Bottom) (net 199) (tstamp 13920EE0)) + (segment (start 184.5011 90.0036) (end 182.0011 92.5036) (width 0.5) (layer Bottom) (net 199) (tstamp 13921340)) + (segment (start 182.0011 92.5036) (end 182.0011 93.5536) (width 0.5) (layer Bottom) (net 199) (tstamp 139218E0)) + (segment (start 182.0011 93.5536) (end 181.9511 93.6036) (width 0.5) (layer Bottom) (net 199) (tstamp 13921980)) + (segment (start 187.2361 68.8086) (end 187.0411 69.0036) (width 0.5) (layer Bottom) (net 199) (tstamp 13924680)) + (segment (start 163.4411 79.7036) (end 161.7011 79.7036) (width 0.5) (layer Bottom) (net 188) (tstamp 13923500)) + (segment (start 161.7011 79.7036) (end 159.5011 78.0036) (width 0.5) (layer Bottom) (net 188) (tstamp 13924400)) + (segment (start 159.5011 78.0036) (end 159.5011 76.5036) (width 0.5) (layer Bottom) (net 188) (tstamp 139242C0)) + (via (at 159.5011 76.5036) (size 2) (drill 1) (layers Top Bottom) (net 188) (tstamp 13924360)) + (segment (start 159.5011 76.5036) (end 159.5011 75.0036) (width 0.5) (layer Top) (net 188) (tstamp 13923280)) + (segment (start 159.5011 75.0036) (end 162.5011 72.0036) (width 0.5) (layer Top) (net 188) (tstamp 13923820)) + (segment (start 162.5011 72.0036) (end 165.5011 72.0036) (width 0.5) (layer Top) (net 188) (tstamp 139249A0)) + (via (at 165.5011 72.0036) (size 2) (drill 1) (layers Top Bottom) (net 188) (tstamp 139254E0)) + (segment (start 165.5011 72.0036) (end 167.0011 72.0036) (width 0.5) (layer Bottom) (net 188) (tstamp 13923D20)) + (segment (start 167.0011 72.0036) (end 170.0011 75.0036) (width 0.5) (layer Bottom) (net 188) (tstamp 13925120)) + (segment (start 170.0011 75.0036) (end 174.0011 75.0036) (width 0.5) (layer Bottom) (net 188) (tstamp 13923FA0)) + (segment (start 174.0011 75.0036) (end 177.5011 71.5036) (width 0.5) (layer Bottom) (net 188) (tstamp 13925440)) + (segment (start 177.5011 71.5036) (end 187.0811 71.5036) (width 0.5) (layer Bottom) (net 188) (tstamp 13924860)) + (segment (start 159.5011 76.5036) (end 156.8501 76.5036) (width 0.5) (layer Top) (net 188) (tstamp 139251C0)) + (segment (start 156.8501 76.5036) (end 156.5011 76.8526) (width 0.5) (layer Top) (net 188) (tstamp 139256C0)) + (segment (start 187.2361 71.3486) (end 187.0811 71.5036) (width 0.5) (layer Bottom) (net 188) (tstamp 139238C0)) + (segment (start 181.9811 104.4836) (end 182.0011 104.5036) (width 0.5) (layer Bottom) (net 190) (tstamp 13925580)) + (via (at 182.0011 104.5036) (size 2) (drill 1) (layers Top Bottom) (net 190) (tstamp 13923E60)) + (segment (start 182.0011 104.5036) (end 177.5011 104.5036) (width 0.5) (layer Top) (net 190) (tstamp 139244A0)) + (via (at 179.3011 90.1036) (size 2) (drill 1) (layers Top Bottom) (net 190) (tstamp 13924540)) + (segment (start 176.8011 92.2036) (end 176.8011 103.5036) (width 0.5) (layer Top) (net 190) (tstamp 13924900)) + (segment (start 176.8011 103.5036) (end 177.5011 104.5036) (width 0.5) (layer Top) (net 190) (tstamp 13924720)) + (segment (start 181.9811 104.4836) (end 182.0211 104.4836) (width 0.5) (layer Bottom) (net 190) (tstamp 13923960)) + (segment (start 182.0211 104.4836) (end 182.0011 103.5036) (width 0.5) (layer Bottom) (net 190) (tstamp 13924B80)) + (segment (start 182.0011 103.5036) (end 182.0011 101.2736) (width 0.5) (layer Bottom) (net 190) (tstamp 13923DC0)) + (segment (start 182.0011 101.2736) (end 181.9511 101.2236) (width 0.5) (layer Bottom) (net 190) (tstamp 13925300)) + (segment (start 176.8011 92.2036) (end 178.0011 91.0036) (width 0.5) (layer Top) (net 190) (tstamp 13925260)) + (segment (start 178.0011 91.0036) (end 178.4011 91.0036) (width 0.5) (layer Top) (net 190) (tstamp 13923640)) + (segment (start 178.4011 91.0036) (end 179.3011 90.1036) (width 0.5) (layer Top) (net 190) (tstamp 13923F00)) + (segment (start 173.2661 85.0486) (end 173.5461 85.0486) (width 0.5) (layer Bottom) (net 190) (tstamp 13925620)) + (segment (start 173.5461 85.0486) (end 175.7511 87.2536) (width 0.5) (layer Bottom) (net 190) (tstamp 13925800)) + (segment (start 175.7511 87.2536) (end 175.7511 89.0036) (width 0.5) (layer Bottom) (net 190) (tstamp 13923A00)) + (segment (start 175.7511 89.0036) (end 176.5011 90.0036) (width 0.5) (layer Bottom) (net 190) (tstamp 139258A0)) + (segment (start 176.5011 90.0036) (end 179.2011 90.0036) (width 0.5) (layer Bottom) (net 190) (tstamp 13924220)) + (segment (start 179.2011 90.0036) (end 179.3011 90.1036) (width 0.5) (layer Bottom) (net 190) (tstamp 13923140)) + (segment (start 58.0011 162.9636) (end 55.8901 162.9636) (width 0.5) (layer Bottom) (net 202) (tstamp 13924F40)) + (segment (start 55.8901 162.9636) (end 55.0011 163.3526) (width 0.5) (layer Bottom) (net 202) (tstamp 13923B40)) + (segment (start 58.0011 162.9636) (end 55.8901 162.9636) (width 0.5) (layer Top) (net 202) (tstamp 13923BE0)) + (segment (start 55.8901 162.9636) (end 55.0011 163.3526) (width 0.5) (layer Top) (net 202) (tstamp 13924040)) + (segment (start 61.6761 151.8936) (end 61.6761 153.1786) (width 0.5) (layer Top) (net 202) (tstamp 139240E0)) + (segment (start 61.6761 153.1786) (end 63.5011 155.0036) (width 0.5) (layer Top) (net 202) (tstamp 13924180)) + (segment (start 63.5011 155.0036) (end 63.5011 156.0036) (width 0.5) (layer Top) (net 202) (tstamp 13924A40)) + (segment (start 61.0011 162.0036) (end 58.9611 162.0036) (width 0.5) (layer Top) (net 202) (tstamp 13924C20)) + (segment (start 58.9611 162.0036) (end 58.0011 162.9636) (width 0.5) (layer Top) (net 202) (tstamp 13924CC0)) + (segment (start 57.0011 141.1546) (end 57.0011 141.5036) (width 0.5) (layer Top) (net 202) (tstamp 13924D60)) + (segment (start 57.0011 141.5036) (end 56.0011 142.5036) (width 0.5) (layer Top) (net 202) (tstamp 13924FE0)) + (segment (start 56.0011 142.5036) (end 56.0011 157.2536) (width 0.5) (layer Top) (net 202) (tstamp 13924E00)) + (segment (start 56.0011 157.2536) (end 57.0011 158.2536) (width 0.5) (layer Top) (net 202) (tstamp 13924EA0)) + (segment (start 57.0011 158.2536) (end 57.0011 161.9636) (width 0.5) (layer Top) (net 202) (tstamp 13925080)) + (segment (start 57.0011 161.9636) (end 58.0011 162.9636) (width 0.5) (layer Top) (net 202) (tstamp 13927100)) + (segment (start 61.0011 162.0036) (end 62.0011 161.0036) (width 0.5) (layer Top) (net 202) (tstamp 13926D40)) + (segment (start 62.0011 161.0036) (end 62.5011 161.0036) (width 0.5) (layer Top) (net 202) (tstamp 13927740)) + (segment (start 62.5011 161.0036) (end 63.0011 160.5036) (width 0.5) (layer Top) (net 202) (tstamp 13927C40)) + (segment (start 63.0011 160.5036) (end 63.0011 156.5036) (width 0.5) (layer Top) (net 202) (tstamp 13925C60)) + (segment (start 63.0011 156.5036) (end 63.5011 156.0036) (width 0.5) (layer Top) (net 202) (tstamp 13926160)) + (segment (start 64.0011 152.2186) (end 63.6761 151.8936) (width 0.5) (layer Top) (net 200) (tstamp 13927880)) + (segment (start 60.5011 163.8526) (end 62.1121 163.8526) (width 0.5) (layer Bottom) (net 200) (tstamp 139277E0)) + (segment (start 62.1121 163.8526) (end 63.0011 162.9636) (width 0.5) (layer Bottom) (net 200) (tstamp 139259E0)) + (segment (start 54.5011 140.6546) (end 54.5011 158.2536) (width 0.5) (layer Top) (net 200) (tstamp 13925D00)) + (segment (start 54.5011 158.2536) (end 55.0011 158.7536) (width 0.5) (layer Top) (net 200) (tstamp 13925A80)) + (via (at 55.0011 158.7536) (size 1.8) (drill 1) (layers Top Bottom) (net 200) (tstamp 13927920)) + (segment (start 60.5011 161.2536) (end 60.5011 163.8526) (width 0.5) (layer Bottom) (net 200) (tstamp 13927600)) + (segment (start 60.5011 161.2536) (end 60.1261 160.8786) (width 0.5) (layer Bottom) (net 200) (tstamp 139267A0)) + (segment (start 60.1261 160.8786) (end 59.5011 160.2536) (width 0.5) (layer Bottom) (net 200) (tstamp 13927BA0)) + (segment (start 59.5011 160.2536) (end 56.7511 160.2536) (width 0.5) (layer Bottom) (net 200) (tstamp 13927420)) + (segment (start 56.7511 160.2536) (end 55.0011 158.7536) (width 0.5) (layer Bottom) (net 200) (tstamp 13925940)) + (segment (start 63.0011 162.9636) (end 63.0411 162.9636) (width 0.5) (layer Top) (net 200) (tstamp 13926A20)) + (segment (start 63.0411 162.9636) (end 64.0011 162.0036) (width 0.5) (layer Top) (net 200) (tstamp 13926DE0)) + (segment (start 64.0011 162.0036) (end 64.0011 157.0036) (width 0.5) (layer Top) (net 200) (tstamp 13926480)) + (segment (start 64.0011 157.0036) (end 64.5011 156.5036) (width 0.5) (layer Top) (net 200) (tstamp 13926520)) + (segment (start 64.5011 156.5036) (end 64.5011 152.7186) (width 0.5) (layer Top) (net 200) (tstamp 13927380)) + (segment (start 64.5011 152.7186) (end 63.6761 151.8936) (width 0.5) (layer Top) (net 200) (tstamp 13926F20)) + (segment (start 59.0011 151.6546) (end 59.0011 152.5036) (width 0.5) (layer Top) (net 200) (tstamp 13927D80)) + (segment (start 59.0011 152.5036) (end 62.0011 155.5036) (width 0.5) (layer Top) (net 200) (tstamp 13926E80)) + (via (at 61.0011 159.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 200) (tstamp 13926C00)) + (segment (start 61.5011 158.5036) (end 62.0011 158.0036) (width 0.5) (layer Top) (net 200) (tstamp 13925B20)) + (segment (start 62.0011 158.0036) (end 62.0011 155.5036) (width 0.5) (layer Top) (net 200) (tstamp 13925DA0)) + (segment (start 61.5011 158.5036) (end 61.5011 159.0036) (width 0.5) (layer Top) (net 200) (tstamp 139279C0)) + (segment (start 61.5011 159.0036) (end 61.0011 159.5036) (width 0.5) (layer Top) (net 200) (tstamp 13925F80)) + (segment (start 61.0011 159.5036) (end 61.0011 160.0036) (width 0.5) (layer Bottom) (net 200) (tstamp 13925E40)) + (segment (start 61.0011 160.0036) (end 60.1261 160.8786) (width 0.5) (layer Bottom) (net 200) (tstamp 13925EE0)) + (via (at 71.5011 45.5036) (size 2) (drill 1) (layers Top Bottom) (net 216) (tstamp 13927F60)) + (segment (start 68.6521 45.5036) (end 71.5011 45.5036) (width 0.5) (layer Bottom) (net 216) (tstamp 139271A0)) + (segment (start 71.5011 45.5036) (end 68.6521 45.5036) (width 0.5) (layer Top) (net 216) (tstamp 139260C0)) + (segment (start 77.1111 55.6636) (end 74.1611 55.6636) (width 0.5) (layer Bottom) (net 216) (tstamp 13926020)) + (segment (start 74.1611 55.6636) (end 74.0011 55.5036) (width 0.5) (layer Bottom) (net 216) (tstamp 13928000)) + (via (at 74.0011 55.5036) (size 2) (drill 1) (layers Top Bottom) (net 216) (tstamp 139280A0)) + (segment (start 74.0011 46.5036) (end 73.0011 45.5036) (width 0.5) (layer Top) (net 216) (tstamp 13926840)) + (segment (start 73.0011 45.5036) (end 71.5011 45.5036) (width 0.5) (layer Top) (net 216) (tstamp 13926200)) + (segment (start 74.0011 55.5036) (end 75.5011 54.0036) (width 0.5) (layer Top) (net 216) (tstamp 13927560)) + (segment (start 75.5011 54.0036) (end 75.5011 51.5036) (width 0.5) (layer Top) (net 216) (tstamp 139262A0)) + (segment (start 75.5011 51.5036) (end 74.0011 50.0036) (width 0.5) (layer Top) (net 216) (tstamp 13926340)) + (segment (start 74.0011 50.0036) (end 74.0011 46.5036) (width 0.5) (layer Top) (net 216) (tstamp 139274C0)) + (segment (start 68.6521 48.0036) (end 71.5011 48.0036) (width 0.5) (layer Top) (net 215) (tstamp 13926B60)) + (via (at 71.5011 48.0036) (size 2) (drill 1) (layers Top Bottom) (net 215) (tstamp 13926980)) + (segment (start 71.5011 48.0036) (end 68.6521 48.0036) (width 0.5) (layer Bottom) (net 215) (tstamp 13926AC0)) + (segment (start 77.1111 58.2036) (end 74.2011 58.2036) (width 0.5) (layer Bottom) (net 215) (tstamp 13926CA0)) + (segment (start 74.2011 58.2036) (end 74.0011 58.0036) (width 0.5) (layer Bottom) (net 215) (tstamp 13927240)) + (via (at 74.0011 58.0036) (size 2) (drill 1) (layers Top Bottom) (net 215) (tstamp 139276A0)) + (segment (start 74.0011 58.0036) (end 73.5011 58.0036) (width 0.5) (layer Top) (net 215) (tstamp 13376CE0)) + (segment (start 73.5011 58.0036) (end 72.0011 56.5036) (width 0.5) (layer Top) (net 215) (tstamp 13375020)) + (segment (start 72.0011 56.5036) (end 72.0011 55.0036) (width 0.5) (layer Top) (net 215) (tstamp 13374EE0)) + (segment (start 72.0011 55.0036) (end 73.5011 53.5036) (width 0.5) (layer Top) (net 215) (tstamp 13374DA0)) + (segment (start 73.5011 53.5036) (end 74.0011 53.5036) (width 0.5) (layer Top) (net 215) (tstamp 13375B60)) + (segment (start 74.0011 53.5036) (end 74.5011 53.0036) (width 0.5) (layer Top) (net 215) (tstamp 133757A0)) + (segment (start 74.5011 53.0036) (end 74.5011 52.0036) (width 0.5) (layer Top) (net 215) (tstamp 133750C0)) + (segment (start 74.5011 52.0036) (end 73.0011 50.5036) (width 0.5) (layer Top) (net 215) (tstamp 13376D80)) + (segment (start 73.0011 50.5036) (end 73.0011 49.5036) (width 0.5) (layer Top) (net 215) (tstamp 13375160)) + (segment (start 73.0011 49.5036) (end 71.5011 48.0036) (width 0.5) (layer Top) (net 215) (tstamp 13374F80)) + (segment (start 68.6521 53.0036) (end 71.1521 53.0036) (width 0.5) (layer Top) (net 214) (tstamp 13375D40)) + (segment (start 71.1521 53.0036) (end 71.5011 52.0036) (width 0.5) (layer Top) (net 214) (tstamp 13375840)) + (via (at 71.5011 52.0036) (size 2) (drill 1) (layers Top Bottom) (net 214) (tstamp 13375200)) + (segment (start 71.5011 52.0036) (end 70.5011 53.0036) (width 0.5) (layer Bottom) (net 214) (tstamp 133752A0)) + (segment (start 70.5011 53.0036) (end 68.6521 53.0036) (width 0.5) (layer Bottom) (net 214) (tstamp 13375340)) + (segment (start 68.5011 53.0036) (end 68.6521 53.0036) (width 0.5) (layer Bottom) (net 214) (tstamp 13376EC0)) + (segment (start 77.1111 60.7436) (end 74.2411 60.7436) (width 0.5) (layer Bottom) (net 214) (tstamp 13375660)) + (segment (start 74.2411 60.7436) (end 74.0011 60.5036) (width 0.5) (layer Bottom) (net 214) (tstamp 133761A0)) + (via (at 74.0011 60.5036) (size 2) (drill 1) (layers Top Bottom) (net 214) (tstamp 13377000)) + (segment (start 74.0011 60.5036) (end 73.5011 60.5036) (width 0.5) (layer Top) (net 214) (tstamp 13374E40)) + (segment (start 73.5011 60.5036) (end 71.0011 58.0036) (width 0.5) (layer Top) (net 214) (tstamp 133753E0)) + (segment (start 71.0011 58.0036) (end 71.0011 57.0036) (width 0.5) (layer Top) (net 214) (tstamp 13375480)) + (segment (start 71.0011 57.0036) (end 70.5011 56.5036) (width 0.5) (layer Top) (net 214) (tstamp 13375520)) + (segment (start 70.5011 56.5036) (end 70.5011 55.5036) (width 0.5) (layer Top) (net 214) (tstamp 13376E20)) + (segment (start 70.5011 55.5036) (end 70.0011 55.0036) (width 0.5) (layer Top) (net 214) (tstamp 133770A0)) + (segment (start 70.0011 55.0036) (end 69.5011 55.0036) (width 0.5) (layer Top) (net 214) (tstamp 13374940)) + (segment (start 69.5011 55.0036) (end 69.0011 54.5036) (width 0.5) (layer Top) (net 214) (tstamp 133755C0)) + (segment (start 69.0011 54.5036) (end 69.0011 53.3526) (width 0.5) (layer Top) (net 214) (tstamp 133749E0)) + (segment (start 69.0011 53.3526) (end 68.6521 53.0036) (width 0.5) (layer Top) (net 214) (tstamp 13376600)) + (segment (start 68.6521 58.0036) (end 68.6521 60.3526) (width 0.5) (layer Top) (net 213) (tstamp 13375980)) + (segment (start 68.6521 60.3526) (end 68.5011 60.5036) (width 0.5) (layer Top) (net 213) (tstamp 13376240)) + (via (at 68.5011 60.5036) (size 2) (drill 1) (layers Top Bottom) (net 213) (tstamp 133758E0)) + (segment (start 68.5011 60.5036) (end 68.5011 58.1546) (width 0.5) (layer Bottom) (net 213) (tstamp 13375A20)) + (segment (start 68.5011 58.1546) (end 68.6521 58.0036) (width 0.5) (layer Bottom) (net 213) (tstamp 13376880)) + (segment (start 77.1111 63.2836) (end 74.2811 63.2836) (width 0.5) (layer Bottom) (net 213) (tstamp 13374A80)) + (segment (start 74.2811 63.2836) (end 74.0011 63.0036) (width 0.5) (layer Bottom) (net 213) (tstamp 13375AC0)) + (via (at 74.0011 63.0036) (size 2) (drill 1) (layers Top Bottom) (net 213) (tstamp 13375CA0)) + (segment (start 74.0011 63.0036) (end 73.0011 63.0036) (width 0.5) (layer Top) (net 213) (tstamp 13375DE0)) + (segment (start 73.0011 63.0036) (end 70.5011 60.5036) (width 0.5) (layer Top) (net 213) (tstamp 13374B20)) + (segment (start 70.5011 60.5036) (end 68.5011 60.5036) (width 0.5) (layer Top) (net 213) (tstamp 133764C0)) + (segment (start 68.6521 63.0036) (end 70.0011 64.5036) (width 0.5) (layer Bottom) (net 212) (tstamp 133762E0)) + (via (at 70.0011 64.5036) (size 2) (drill 1) (layers Top Bottom) (net 212) (tstamp 13375F20)) + (segment (start 70.0011 64.5036) (end 68.6521 63.0036) (width 0.5) (layer Top) (net 212) (tstamp 133769C0)) + (segment (start 77.1111 70.9036) (end 74.1011 70.9036) (width 0.5) (layer Bottom) (net 212) (tstamp 13375FC0)) + (segment (start 74.1011 70.9036) (end 74.0011 71.0036) (width 0.5) (layer Bottom) (net 212) (tstamp 13376A60)) + (via (at 74.0011 71.0036) (size 2) (drill 1) (layers Top Bottom) (net 212) (tstamp 13374D00)) + (segment (start 70.0011 64.5036) (end 71.0011 64.5036) (width 0.5) (layer Top) (net 212) (tstamp 13376060)) + (segment (start 71.0011 64.5036) (end 71.5011 65.0036) (width 0.5) (layer Top) (net 212) (tstamp 13376420)) + (segment (start 71.5011 65.0036) (end 73.0011 65.0036) (width 0.5) (layer Top) (net 212) (tstamp 133766A0)) + (segment (start 73.0011 65.0036) (end 74.0011 66.0036) (width 0.5) (layer Top) (net 212) (tstamp 13376740)) + (segment (start 74.0011 66.0036) (end 74.0011 71.0036) (width 0.5) (layer Top) (net 212) (tstamp 13376BA0)) + (via (at 69.1511 73.5036) (size 2) (drill 1) (layers Top Bottom) (net 211) (tstamp 133796C0)) + (segment (start 77.1111 73.4436) (end 74.0611 73.4436) (width 0.5) (layer Bottom) (net 211) (tstamp 13378720)) + (segment (start 74.0611 73.4436) (end 74.0011 73.5036) (width 0.5) (layer Bottom) (net 211) (tstamp 13379800)) + (via (at 74.0011 73.5036) (size 2) (drill 1) (layers Top Bottom) (net 211) (tstamp 13377780)) + (segment (start 69.1511 73.5036) (end 69.1511 71.3046) (width 0.5) (layer Bottom) (net 211) (tstamp 13377140)) + (segment (start 69.1511 71.3046) (end 69.0011 70.6546) (width 0.5) (layer Bottom) (net 211) (tstamp 133791C0)) + (segment (start 69.0011 70.6546) (end 69.1511 71.1536) (width 0.5) (layer Top) (net 211) (tstamp 13378680)) + (segment (start 69.1511 71.1536) (end 69.1511 73.5036) (width 0.5) (layer Top) (net 211) (tstamp 13377960)) + (segment (start 74.0011 73.5036) (end 69.1511 73.5036) (width 0.5) (layer Top) (net 211) (tstamp 13378540)) + (segment (start 55.7511 45.4086) (end 60.8311 45.4086) (width 0.5) (layer Bottom) (net 210) (tstamp 13378400)) + (segment (start 60.8311 45.4086) (end 65.2551 45.4086) (width 0.5) (layer Bottom) (net 210) (tstamp 133785E0)) + (segment (start 65.2551 45.4086) (end 65.3501 45.5036) (width 0.5) (layer Bottom) (net 210) (tstamp 13377820)) + (segment (start 55.8311 47.9486) (end 60.8311 47.9486) (width 0.5) (layer Bottom) (net 209) (tstamp 13377F00)) + (segment (start 60.8311 47.9486) (end 65.2951 47.9486) (width 0.5) (layer Bottom) (net 209) (tstamp 133776E0)) + (segment (start 65.2951 47.9486) (end 65.3501 48.0036) (width 0.5) (layer Bottom) (net 209) (tstamp 133794E0)) + (segment (start 55.8311 53.0286) (end 60.8311 53.0286) (width 0.5) (layer Bottom) (net 208) (tstamp 13378D60)) + (segment (start 60.8311 53.0286) (end 65.3251 53.0286) (width 0.5) (layer Bottom) (net 208) (tstamp 133784A0)) + (segment (start 65.3251 53.0286) (end 65.3501 53.0036) (width 0.5) (layer Bottom) (net 208) (tstamp 133787C0)) + (segment (start 55.8311 58.1086) (end 60.8311 58.1086) (width 0.5) (layer Bottom) (net 207) (tstamp 13377FA0)) + (segment (start 60.8311 58.1086) (end 65.2451 58.1086) (width 0.5) (layer Bottom) (net 207) (tstamp 133789A0)) + (segment (start 65.2451 58.1086) (end 65.3501 58.0036) (width 0.5) (layer Bottom) (net 207) (tstamp 133771E0)) + (segment (start 55.8311 63.1886) (end 60.8311 63.1886) (width 0.5) (layer Bottom) (net 206) (tstamp 13378B80)) + (segment (start 60.8311 63.1886) (end 65.1651 63.1886) (width 0.5) (layer Bottom) (net 206) (tstamp 13378C20)) + (segment (start 65.1651 63.1886) (end 65.3501 63.0036) (width 0.5) (layer Bottom) (net 206) (tstamp 13378040)) + (segment (start 55.8311 65.7286) (end 60.8311 65.7286) (width 0.5) (layer Bottom) (net 205) (tstamp 13377BE0)) + (segment (start 60.8311 65.7286) (end 67.3771 65.7286) (width 0.5) (layer Bottom) (net 205) (tstamp 13377C80)) + (segment (start 67.3771 65.7286) (end 69.0011 67.3526) (width 0.5) (layer Bottom) (net 205) (tstamp 13377D20)) + (via (at 208.5011 83.0036) (size 2) (drill 1) (layers Top Bottom) (net 217) (tstamp 13379080)) + (segment (start 208.5611 86.2036) (end 208.5611 83.0636) (width 0.5) (layer Bottom) (net 217) (tstamp 13379620)) + (segment (start 208.5611 83.0636) (end 208.5011 83.0036) (width 0.5) (layer Bottom) (net 217) (tstamp 13379120)) + (segment (start 208.5011 83.0036) (end 210.5011 83.0036) (width 0.5) (layer Top) (net 217) (tstamp 13377DC0)) + (segment (start 210.5011 83.0036) (end 211.5011 82.0036) (width 0.5) (layer Top) (net 217) (tstamp 133780E0)) + (segment (start 211.5011 82.0036) (end 213.5011 80.1546) (width 0.5) (layer Top) (net 217) (tstamp 133775A0)) + (segment (start 213.5011 76.8526) (end 216.3501 76.8526) (width 0.5) (layer Top) (net 224) (tstamp 1337A0C0)) + (segment (start 216.3501 76.8526) (end 216.3501 77.0036) (width 0.5) (layer Top) (net 224) (tstamp 1337B600)) + (segment (start 213.5011 76.8526) (end 213.3501 76.8526) (width 0.5) (layer Top) (net 224) (tstamp 1337BBA0)) + (segment (start 213.3501 76.8526) (end 212.5011 76.0036) (width 0.5) (layer Top) (net 224) (tstamp 1337AAC0)) + (segment (start 212.5011 76.0036) (end 211.1521 76.0036) (width 0.5) (layer Top) (net 224) (tstamp 1337A160)) + (segment (start 211.1521 76.0036) (end 211.0011 75.8526) (width 0.5) (layer Top) (net 224) (tstamp 1337BEC0)) + (segment (start 208.5011 76.8526) (end 208.6521 76.8526) (width 0.5) (layer Top) (net 224) (tstamp 13379C60)) + (segment (start 208.6521 76.8526) (end 209.5011 76.0036) (width 0.5) (layer Top) (net 224) (tstamp 1337B1A0)) + (segment (start 209.5011 76.0036) (end 210.8501 76.0036) (width 0.5) (layer Top) (net 224) (tstamp 1337A200)) + (segment (start 210.8501 76.0036) (end 211.0011 75.8526) (width 0.5) (layer Top) (net 224) (tstamp 13379D00)) + (segment (start 242.4411 86.3586) (end 237.4411 86.3586) (width 0.5) (layer Bottom) (net 222) (tstamp 1337A3E0)) + (via (at 223.0011 76.5036) (size 2) (drill 1) (layers Top Bottom) (net 222) (tstamp 1337A480)) + (segment (start 232.1521 80.5036) (end 233.0011 80.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337BC40)) + (segment (start 232.5011 80.3526) (end 232.1521 80.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 13379EE0)) + (segment (start 233.0011 80.5036) (end 233.5011 81.0036) (width 0.5) (layer Bottom) (net 222) (tstamp 13379940)) + (segment (start 233.5011 81.0036) (end 233.5011 85.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337B7E0)) + (segment (start 233.5011 85.5036) (end 234.5011 86.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337BE20)) + (segment (start 234.5011 86.5036) (end 237.2961 86.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 13379DA0)) + (segment (start 237.2961 86.5036) (end 237.4411 86.3586) (width 0.5) (layer Bottom) (net 222) (tstamp 1337BB00)) + (segment (start 221.2611 93.8236) (end 223.9311 93.8236) (width 0.5) (layer Bottom) (net 222) (tstamp 1337B2E0)) + (segment (start 223.9311 93.8236) (end 224.7511 93.0036) (width 0.5) (layer Bottom) (net 222) (tstamp 13379E40)) + (via (at 224.7511 93.0036) (size 2) (drill 1) (layers Top Bottom) (net 222) (tstamp 133799E0)) + (segment (start 223.0011 85.7536) (end 223.0011 83.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337B4C0)) + (segment (start 224.7511 93.0036) (end 224.7511 92.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337BF60)) + (segment (start 224.7511 92.0036) (end 224.0011 91.2536) (width 0.5) (layer Top) (net 222) (tstamp 1337C000)) + (segment (start 224.0011 91.2536) (end 224.0011 86.7536) (width 0.5) (layer Top) (net 222) (tstamp 1337B560)) + (segment (start 224.0011 86.7536) (end 223.0011 85.7536) (width 0.5) (layer Top) (net 222) (tstamp 1337C0A0)) + (segment (start 232.5011 80.3526) (end 232.5011 79.0036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337B060)) + (segment (start 225.5011 78.5036) (end 223.0011 76.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337A5C0)) + (segment (start 227.0011 74.5036) (end 228.0011 75.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337AFC0)) + (segment (start 228.0011 75.5036) (end 228.0011 77.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337A520)) + (segment (start 227.0011 74.5036) (end 224.0011 74.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337A660)) + (segment (start 224.0011 74.5036) (end 223.0011 75.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337B6A0)) + (segment (start 223.0011 75.5036) (end 223.0011 76.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337A840)) + (segment (start 219.6521 77.0036) (end 220.0011 77.0036) (width 0.5) (layer Top) (net 222) (tstamp 13379B20)) + (segment (start 220.0011 77.0036) (end 221.0011 76.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337AF20)) + (segment (start 221.0011 76.0036) (end 222.5011 76.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337A8E0)) + (segment (start 222.5011 76.0036) (end 223.0011 76.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337B240)) + (segment (start 223.0011 83.5036) (end 224.5011 82.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337B740)) + (segment (start 224.5011 82.0036) (end 224.5011 79.5036) (width 0.5) (layer Top) (net 222) (tstamp 13379BC0)) + (segment (start 224.5011 79.5036) (end 225.5011 78.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337AE80)) + (segment (start 225.5011 78.5036) (end 226.5011 78.5036) (width 0.5) (layer Top) (net 222) (tstamp 1337A980)) + (segment (start 226.5011 78.5036) (end 228.0011 77.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337B880)) + (segment (start 232.1521 80.5036) (end 232.1521 79.1546) (width 0.5) (layer Top) (net 222) (tstamp 1337AB60)) + (segment (start 232.1521 79.1546) (end 231.0011 78.0036) (width 0.5) (layer Top) (net 222) (tstamp 1337AC00)) + (via (at 231.0011 78.0036) (size 2) (drill 1) (layers Top Bottom) (net 222) (tstamp 1337B100)) + (segment (start 231.0011 78.0036) (end 231.5011 78.0036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337B920)) + (segment (start 231.5011 78.0036) (end 232.5011 79.0036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337B9C0)) + (segment (start 225.5011 78.5036) (end 230.5011 78.5036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337BA60)) + (segment (start 230.5011 78.5036) (end 231.0011 78.0036) (width 0.5) (layer Bottom) (net 222) (tstamp 1337ACA0)) + (via (at 213.0011 83.0036) (size 2) (drill 1) (layers Top Bottom) (net 218) (tstamp 1337B380)) + (segment (start 213.0011 83.0036) (end 219.5011 83.0036) (width 0.5) (layer Top) (net 218) (tstamp 1337E300)) + (via (at 222.5011 81.5036) (size 2) (drill 1) (layers Top Bottom) (net 218) (tstamp 1337CAA0)) + (segment (start 219.5011 83.0036) (end 221.0011 81.5036) (width 0.5) (layer Top) (net 218) (tstamp 1337CBE0)) + (segment (start 221.0011 81.5036) (end 222.5011 81.5036) (width 0.5) (layer Top) (net 218) (tstamp 1337E3A0)) + (segment (start 211.1011 86.2036) (end 211.1011 84.9036) (width 0.5) (layer Bottom) (net 218) (tstamp 1337E440)) + (segment (start 211.1011 84.9036) (end 213.0011 83.0036) (width 0.5) (layer Bottom) (net 218) (tstamp 1337C780)) + (segment (start 227.7601 83.2636) (end 226.2611 83.2636) (width 0.5) (layer Bottom) (net 218) (tstamp 1337E080)) + (segment (start 226.2611 83.2636) (end 225.0011 82.0036) (width 0.5) (layer Bottom) (net 218) (tstamp 1337D220)) + (segment (start 225.0011 82.0036) (end 223.0011 82.0036) (width 0.5) (layer Bottom) (net 218) (tstamp 1337DFE0)) + (segment (start 223.0011 82.0036) (end 222.5011 81.5036) (width 0.5) (layer Bottom) (net 218) (tstamp 1337E120)) + (segment (start 229.5011 86.4636) (end 229.5011 86.0036) (width 0.5) (layer Bottom) (net 225) (tstamp 1337CE60)) + (segment (start 229.5011 86.0036) (end 230.5011 85.0036) (width 0.5) (layer Bottom) (net 225) (tstamp 1337D680)) + (segment (start 230.5011 85.0036) (end 230.5011 83.7026) (width 0.5) (layer Bottom) (net 225) (tstamp 1337E4E0)) + (segment (start 230.5011 83.7026) (end 231.0621 83.2636) (width 0.5) (layer Bottom) (net 225) (tstamp 1337CB40)) + (segment (start 222.6521 98.5036) (end 222.6521 96.5036) (width 1.2) (layer Top) (net 225) (tstamp 1337C6E0)) + (segment (start 222.6521 96.5036) (end 222.6521 96.3526) (width 1.2) (layer Top) (net 225) (tstamp 1337E1C0)) + (via (at 225.0011 84.5036) (size 2) (drill 1) (layers Top Bottom) (net 225) (tstamp 1337D4A0)) + (segment (start 225.0011 84.5036) (end 227.0011 86.5036) (width 1.2) (layer Bottom) (net 225) (tstamp 1337E620)) + (segment (start 227.0011 86.5036) (end 229.4611 86.5036) (width 1.2) (layer Bottom) (net 225) (tstamp 1337CD20)) + (segment (start 229.4611 86.5036) (end 229.5011 86.4636) (width 0.5) (layer Bottom) (net 225) (tstamp 1337C8C0)) + (segment (start 222.6521 101.5036) (end 222.6521 98.5036) (width 1.2) (layer Top) (net 225) (tstamp 1337C960)) + (segment (start 217.0011 96.5036) (end 222.6521 96.5036) (width 0.5) (layer Top) (net 225) (tstamp 1337E800)) + (segment (start 222.6521 96.3526) (end 224.2511 95.2536) (width 1.2) (layer Top) (net 225) (tstamp 1337C280)) + (segment (start 224.2511 95.2536) (end 226.0011 95.2536) (width 1.2) (layer Top) (net 225) (tstamp 1337D720)) + (segment (start 226.0011 95.2536) (end 227.0011 94.2536) (width 1.2) (layer Top) (net 225) (tstamp 1337CFA0)) + (segment (start 227.0011 94.2536) (end 227.0011 86.5036) (width 1.2) (layer Top) (net 225) (tstamp 1337C640)) + (segment (start 227.0011 86.5036) (end 225.0011 84.5036) (width 1.2) (layer Top) (net 225) (tstamp 1337E580)) + (segment (start 217.0011 96.5036) (end 216.5011 97.0036) (width 0.5) (layer Top) (net 225) (tstamp 1337C460)) + (segment (start 216.5011 97.0036) (end 216.5011 98.3536) (width 0.5) (layer Top) (net 225) (tstamp 1337D360)) + (segment (start 216.5011 98.3536) (end 216.3511 98.5036) (width 0.5) (layer Top) (net 225) (tstamp 1337C3C0)) + (segment (start 242.5211 91.4386) (end 237.4411 91.4386) (width 0.5) (layer Bottom) (net 223) (tstamp 1337D040)) + (segment (start 229.5011 91.5436) (end 232.0411 91.5436) (width 0.5) (layer Bottom) (net 223) (tstamp 1337E260)) + (segment (start 232.0411 91.5436) (end 233.5011 93.0036) (width 0.5) (layer Bottom) (net 223) (tstamp 1337C1E0)) + (segment (start 233.5011 93.0036) (end 235.8761 93.0036) (width 0.5) (layer Bottom) (net 223) (tstamp 1337D180)) + (segment (start 235.8761 93.0036) (end 237.4411 91.4386) (width 0.5) (layer Bottom) (net 223) (tstamp 1337D540)) + (segment (start 229.5011 93.0036) (end 229.5011 91.5436) (width 1.2) (layer Bottom) (net 223) (tstamp 1337D5E0)) + (via (at 214.0011 102.2536) (size 2) (drill 1) (layers Top Bottom) (net 223) (tstamp 1337C320)) + (segment (start 219.3501 101.5036) (end 219.3501 98.5036) (width 1.2) (layer Top) (net 223) (tstamp 1337C500)) + (segment (start 218.7211 93.8236) (end 218.7211 95.7236) (width 1.2) (layer Bottom) (net 223) (tstamp 1337CA00)) + (segment (start 216.1811 93.8236) (end 218.7211 93.8236) (width 1.2) (layer Bottom) (net 223) (tstamp 1337C5A0)) + (segment (start 213.6411 93.8236) (end 216.1811 93.8236) (width 0.5) (layer Bottom) (net 223) (tstamp 1337D7C0)) + (segment (start 229.5011 93.0036) (end 227.4511 95.5036) (width 1.2) (layer Bottom) (net 223) (tstamp 1337D900)) + (segment (start 227.4511 95.5036) (end 227.4511 98.5036) (width 1.2) (layer Bottom) (net 223) (tstamp 1337DD60)) + (segment (start 227.4511 98.5036) (end 226.2511 99.7536) (width 1.2) (layer Bottom) (net 223) (tstamp 1337DAE0)) + (segment (start 226.2511 99.7536) (end 222.7511 99.7536) (width 1.2) (layer Bottom) (net 223) (tstamp 1337DB80)) + (segment (start 222.7511 99.7536) (end 218.7211 95.7236) (width 1.2) (layer Bottom) (net 223) (tstamp 1337DE00)) + (segment (start 219.3501 101.5036) (end 219.0011 101.5036) (width 0.5) (layer Top) (net 223) (tstamp 1337DEA0)) + (segment (start 219.0011 101.5036) (end 218.0011 102.5036) (width 1.2) (layer Top) (net 223) (tstamp 1337DF40)) + (segment (start 218.0011 102.5036) (end 214.5011 102.5036) (width 1.2) (layer Top) (net 223) (tstamp 13380B00)) + (segment (start 214.5011 102.5036) (end 214.0011 102.2536) (width 1.2) (layer Top) (net 223) (tstamp 1337EF80)) + (segment (start 216.1811 93.8236) (end 216.1811 99.8236) (width 1.2) (layer Bottom) (net 223) (tstamp 13380880)) + (segment (start 216.1811 99.8236) (end 214.0011 102.2536) (width 1.2) (layer Bottom) (net 223) (tstamp 1337FA20)) + (via (at 221.0011 79.5036) (size 2) (drill 1) (layers Top Bottom) (net 221) (tstamp 13380BA0)) + (segment (start 193.5861 47.2186) (end 202.2861 47.2186) (width 0.5) (layer Bottom) (net 221) (tstamp 133802E0)) + (segment (start 202.2861 47.2186) (end 211.5011 38.0036) (width 0.5) (layer Bottom) (net 221) (tstamp 1337EDA0)) + (segment (start 211.5011 38.0036) (end 224.5011 38.0036) (width 0.5) (layer Bottom) (net 221) (tstamp 1337E940)) + (segment (start 224.5011 38.0036) (end 226.0011 39.5036) (width 0.5) (layer Bottom) (net 221) (tstamp 1337FAC0)) + (segment (start 226.0011 39.5036) (end 226.0011 76.5036) (width 0.5) (layer Bottom) (net 221) (tstamp 1337FE80)) + (via (at 226.0011 76.5036) (size 2) (drill 1) (layers Top Bottom) (net 221) (tstamp 1337FFC0)) + (segment (start 221.2611 83.7636) (end 221.2611 86.2036) (width 0.5) (layer Bottom) (net 221) (tstamp 13380740)) + (segment (start 221.2611 86.2036) (end 218.7211 86.2036) (width 0.5) (layer Bottom) (net 221) (tstamp 13380A60)) + (segment (start 221.2611 83.7636) (end 220.5011 83.0036) (width 0.5) (layer Bottom) (net 221) (tstamp 1337F020)) + (segment (start 220.5011 83.0036) (end 220.5011 80.0036) (width 0.5) (layer Bottom) (net 221) (tstamp 13380C40)) + (segment (start 220.5011 80.0036) (end 221.0011 79.5036) (width 0.5) (layer Bottom) (net 221) (tstamp 13380CE0)) + (segment (start 226.0011 76.5036) (end 224.0011 78.5036) (width 0.5) (layer Top) (net 221) (tstamp 13380600)) + (segment (start 224.0011 78.5036) (end 222.0011 78.5036) (width 0.5) (layer Top) (net 221) (tstamp 13380E20)) + (segment (start 222.0011 78.5036) (end 221.0011 79.5036) (width 0.5) (layer Top) (net 221) (tstamp 1337F980)) + (segment (start 218.5011 82.6546) (end 216.8501 82.6546) (width 0.5) (layer Bottom) (net 220) (tstamp 13381000)) + (segment (start 216.8501 82.6546) (end 216.5011 83.0036) (width 0.5) (layer Bottom) (net 220) (tstamp 1337F0C0)) + (segment (start 216.5011 83.0036) (end 216.5011 85.8836) (width 0.5) (layer Bottom) (net 220) (tstamp 13380EC0)) + (segment (start 216.5011 85.8836) (end 216.1811 86.2036) (width 0.5) (layer Bottom) (net 220) (tstamp 133810A0)) + (segment (start 215.0011 83.5036) (end 214.0011 84.5036) (width 0.5) (layer Bottom) (net 219) (tstamp 1337FF20)) + (segment (start 214.0011 84.5036) (end 214.0011 85.8436) (width 0.5) (layer Bottom) (net 219) (tstamp 1337E9E0)) + (segment (start 214.0011 85.8436) (end 213.6411 86.2036) (width 0.5) (layer Bottom) (net 219) (tstamp 1337F2A0)) + (segment (start 215.0011 83.5036) (end 215.0011 79.1536) (width 0.5) (layer Bottom) (net 219) (tstamp 1337EE40)) + (segment (start 215.0011 79.1536) (end 214.8511 79.0036) (width 0.5) (layer Bottom) (net 219) (tstamp 1337EBC0)) + (segment (start 223.6536 132.0386) (end 223.4661 131.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F160)) + (segment (start 223.4661 131.0036) (end 221.0011 131.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 133806A0)) + (segment (start 130.5011 129.0036) (end 129.5011 128.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F200)) + (segment (start 129.5011 128.0036) (end 129.5011 110.5736) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F3E0)) + (segment (start 129.5011 110.5736) (end 129.6411 108.4336) (width 0.5) (layer Bottom) (net 47) (tstamp 13380060)) + (via (at 207.0011 114.2836) (size 1.8) (drill 1) (layers Top Bottom) (net 47) (tstamp 1337F520)) + (segment (start 221.0011 131.0036) (end 219.0011 129.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F5C0)) + (segment (start 198.5011 125.5036) (end 195.0011 129.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F700)) + (segment (start 195.0011 129.0036) (end 130.5011 129.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 13380100)) + (via (at 208.0011 126.5036) (size 2) (drill 1) (layers Top Bottom) (net 47) (tstamp 1337F7A0)) + (segment (start 219.0011 129.0036) (end 210.5011 129.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F840)) + (segment (start 210.5011 129.0036) (end 208.0011 126.5036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337F8E0)) + (segment (start 182.2311 113.1936) (end 182.5011 112.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337FB60)) + (segment (start 182.5011 112.0036) (end 182.5011 111.0036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337FC00)) + (segment (start 182.5011 111.0036) (end 186.0011 107.5036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337FD40)) + (segment (start 186.0011 107.5036) (end 193.5011 107.5036) (width 0.5) (layer Bottom) (net 47) (tstamp 1337FDE0)) + (via (at 196.5011 104.5036) (size 2) (drill 1) (layers Top Bottom) (net 47) (tstamp 1337FCA0)) + (segment (start 198.5011 125.5036) (end 207.0011 125.5036) (width 0.5) (layer Bottom) (net 47) (tstamp 133801A0)) + (segment (start 207.0011 125.5036) (end 208.0011 126.5036) (width 0.5) (layer Bottom) (net 47) (tstamp 13380380)) + (segment (start 208.0011 126.5036) (end 208.0011 119.0036) (width 0.5) (layer Top) (net 47) (tstamp 13380420)) + (segment (start 208.0011 119.0036) (end 207.0011 118.0036) (width 0.5) (layer Top) (net 47) (tstamp 133804C0)) + (segment (start 207.0011 118.0036) (end 207.0011 114.2836) (width 0.5) (layer Top) (net 47) (tstamp 13380560)) + (segment (start 193.5011 107.5036) (end 196.5011 104.5036) (width 0.5) (layer Bottom) (net 47) (tstamp 13383080)) + (segment (start 207.0011 114.2836) (end 207.0011 113.0036) (width 0.5) (layer Top) (net 47) (tstamp 13381D20)) + (segment (start 198.5011 106.5036) (end 196.5011 104.5036) (width 0.5) (layer Top) (net 47) (tstamp 13381500)) + (segment (start 198.5011 106.5036) (end 199.0011 106.5036) (width 0.5) (layer Top) (net 47) (tstamp 13381960)) + (segment (start 199.0011 106.5036) (end 201.5011 109.0036) (width 0.5) (layer Top) (net 47) (tstamp 13382900)) + (segment (start 201.5011 109.0036) (end 203.0011 109.0036) (width 0.5) (layer Top) (net 47) (tstamp 13381AA0)) + (segment (start 203.0011 109.0036) (end 207.0011 113.0036) (width 0.5) (layer Top) (net 47) (tstamp 133831C0)) + (segment (start 211.5711 114.2836) (end 207.0011 114.2836) (width 0.5) (layer Bottom) (net 47) (tstamp 13383260)) + (segment (start 81.0011 122.0036) (end 84.5011 118.5036) (width 0.5) (layer Top) (net 203) (tstamp 13382540)) + (segment (start 84.5011 118.5036) (end 87.5011 118.5036) (width 0.5) (layer Top) (net 203) (tstamp 13382040)) + (segment (start 87.5011 118.5036) (end 89.5011 116.5036) (width 0.5) (layer Top) (net 203) (tstamp 13382180)) + (segment (start 89.5011 116.5036) (end 89.5011 108.0036) (width 0.5) (layer Top) (net 203) (tstamp 133829A0)) + (segment (start 81.0011 122.0036) (end 80.5011 122.0036) (width 0.5) (layer Top) (net 203) (tstamp 13381FA0)) + (segment (start 80.5011 122.0036) (end 79.5011 123.0036) (width 0.5) (layer Top) (net 203) (tstamp 13381DC0)) + (segment (start 79.5011 123.0036) (end 79.5011 124.5036) (width 0.5) (layer Top) (net 203) (tstamp 13382220)) + (segment (start 79.5011 124.5036) (end 76.5011 127.5036) (width 0.5) (layer Top) (net 203) (tstamp 13382A40)) + (segment (start 76.5011 127.5036) (end 76.5011 129.0036) (width 0.5) (layer Top) (net 203) (tstamp 13381820)) + (segment (start 76.5011 129.0036) (end 75.0011 130.5036) (width 0.5) (layer Top) (net 203) (tstamp 13381C80)) + (segment (start 75.0011 130.5036) (end 74.0011 130.5036) (width 0.5) (layer Top) (net 203) (tstamp 133820E0)) + (segment (start 74.0011 130.5036) (end 73.5011 131.0036) (width 0.5) (layer Top) (net 203) (tstamp 13383300)) + (segment (start 89.5011 108.0036) (end 93.5011 104.0036) (width 0.5) (layer Top) (net 203) (tstamp 133822C0)) + (segment (start 100.4161 93.4886) (end 100.4161 95.9186) (width 0.5) (layer Bottom) (net 203) (tstamp 13381280)) + (segment (start 93.5011 104.0036) (end 103.5011 104.0036) (width 0.5) (layer Top) (net 203) (tstamp 13382AE0)) + (segment (start 103.5011 104.0036) (end 106.5011 101.0036) (width 0.5) (layer Top) (net 203) (tstamp 133824A0)) + (segment (start 106.5011 101.0036) (end 106.5011 97.5036) (width 0.5) (layer Top) (net 203) (tstamp 13382720)) + (via (at 106.5011 97.5036) (size 2) (drill 1) (layers Top Bottom) (net 203) (tstamp 133818C0)) + (segment (start 106.5011 97.5036) (end 105.5011 96.5036) (width 0.5) (layer Bottom) (net 203) (tstamp 13382FE0)) + (segment (start 105.5011 96.5036) (end 101.0011 96.5036) (width 0.5) (layer Bottom) (net 203) (tstamp 13383800)) + (segment (start 100.4161 95.9186) (end 101.0011 96.5036) (width 0.5) (layer Bottom) (net 203) (tstamp 13381320)) + (segment (start 57.0011 137.8526) (end 58.0011 137.0036) (width 0.5) (layer Top) (net 203) (tstamp 13382B80)) + (segment (start 58.0011 137.0036) (end 72.5011 137.0036) (width 0.5) (layer Top) (net 203) (tstamp 133825E0)) + (segment (start 72.5011 137.0036) (end 73.5011 136.0036) (width 0.5) (layer Top) (net 203) (tstamp 133827C0)) + (segment (start 73.5011 136.0036) (end 73.5011 131.0036) (width 0.5) (layer Top) (net 203) (tstamp 13381BE0)) + (segment (start 54.5011 137.3526) (end 56.1521 135.5036) (width 0.5) (layer Top) (net 204) (tstamp 13383620)) + (segment (start 80.5011 121.0036) (end 84.0011 117.5036) (width 0.5) (layer Top) (net 204) (tstamp 133833A0)) + (segment (start 84.0011 117.5036) (end 86.5011 117.5036) (width 0.5) (layer Top) (net 204) (tstamp 13382680)) + (segment (start 86.5011 117.5036) (end 88.5011 115.5036) (width 0.5) (layer Top) (net 204) (tstamp 13383440)) + (segment (start 88.5011 115.5036) (end 88.5011 107.5036) (width 0.5) (layer Top) (net 204) (tstamp 133838A0)) + (segment (start 80.5011 121.0036) (end 80.0011 121.0036) (width 0.5) (layer Top) (net 204) (tstamp 13382860)) + (segment (start 80.0011 121.0036) (end 78.5011 122.5036) (width 0.5) (layer Top) (net 204) (tstamp 133834E0)) + (segment (start 78.5011 122.5036) (end 78.5011 124.0036) (width 0.5) (layer Top) (net 204) (tstamp 13382CC0)) + (segment (start 78.5011 124.0036) (end 75.5011 127.0036) (width 0.5) (layer Top) (net 204) (tstamp 13382C20)) + (segment (start 75.5011 127.0036) (end 75.5011 128.5036) (width 0.5) (layer Top) (net 204) (tstamp 13383580)) + (segment (start 75.5011 128.5036) (end 74.5011 129.5036) (width 0.5) (layer Top) (net 204) (tstamp 13381140)) + (segment (start 74.5011 129.5036) (end 73.0011 129.5036) (width 0.5) (layer Top) (net 204) (tstamp 13381E60)) + (segment (start 73.0011 129.5036) (end 72.5011 130.0036) (width 0.5) (layer Top) (net 204) (tstamp 13382D60)) + (segment (start 95.0011 90.3036) (end 103.0011 90.3036) (width 0.5) (layer Top) (net 204) (tstamp 13381F00)) + (via (at 103.0011 90.3036) (size 2) (drill 1) (layers Top Bottom) (net 204) (tstamp 133813C0)) + (segment (start 103.0011 90.3036) (end 103.0011 90.9436) (width 0.5) (layer Bottom) (net 204) (tstamp 13382E00)) + (segment (start 103.0011 90.9436) (end 102.9561 93.4886) (width 0.5) (layer Bottom) (net 204) (tstamp 13382EA0)) + (segment (start 88.5011 107.5036) (end 93.5011 102.5036) (width 0.5) (layer Top) (net 204) (tstamp 13382F40)) + (segment (start 93.5011 102.5036) (end 93.5011 91.8036) (width 0.5) (layer Top) (net 204) (tstamp 133836C0)) + (segment (start 93.5011 91.8036) (end 95.0011 90.3036) (width 0.5) (layer Top) (net 204) (tstamp 133811E0)) + (segment (start 56.1521 135.5036) (end 64.5011 135.5036) (width 0.5) (layer Top) (net 204) (tstamp 13381460)) + (segment (start 64.5011 135.5036) (end 65.0011 136.0036) (width 0.5) (layer Top) (net 204) (tstamp 133815A0)) + (segment (start 65.0011 136.0036) (end 72.0011 136.0036) (width 0.5) (layer Top) (net 204) (tstamp 13381640)) + (segment (start 72.0011 136.0036) (end 72.5011 135.5036) (width 0.5) (layer Top) (net 204) (tstamp 133816E0)) + (segment (start 72.5011 135.5036) (end 72.5011 130.0036) (width 0.5) (layer Top) (net 204) (tstamp 133842A0)) + (segment (start 140.5011 153.1546) (end 140.5011 155.0036) (width 0.5) (layer Top) (net 226) (tstamp 13384700)) + (segment (start 140.5011 155.0036) (end 141.5011 156.0036) (width 0.5) (layer Top) (net 226) (tstamp 13383DA0)) + (segment (start 141.5011 156.0036) (end 142.5011 156.0036) (width 0.5) (layer Top) (net 226) (tstamp 13385B00)) + (via (at 142.5011 156.0036) (size 2) (drill 1) (layers Top Bottom) (net 226) (tstamp 13383F80)) + (segment (start 142.5011 156.0036) (end 143.6811 155.0036) (width 0.5) (layer Bottom) (net 226) (tstamp 133856A0)) + (segment (start 143.6811 155.0036) (end 144.6911 154.9936) (width 0.5) (layer Bottom) (net 226) (tstamp 133848E0)) + (segment (start 144.5011 158.0036) (end 142.5011 156.0036) (width 0.5) (layer Bottom) (net 226) (tstamp 13385D80)) + (segment (start 144.5011 158.0036) (end 144.5011 164.5036) (width 0.5) (layer Bottom) (net 226) (tstamp 13383BC0)) + (segment (start 144.5011 164.5036) (end 145.5011 165.5036) (width 0.5) (layer Bottom) (net 226) (tstamp 13385100)) + (segment (start 145.5011 165.5036) (end 150.3501 165.5036) (width 0.5) (layer Bottom) (net 226) (tstamp 13384160)) + (via (at 211.5011 139.3036) (size 2) (drill 1) (layers Top Bottom) (net 228) (tstamp 133854C0)) + (segment (start 158.5011 149.0036) (end 158.5011 141.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 133859C0)) + (segment (start 158.5011 141.0036) (end 159.5011 140.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 13384B60)) + (via (at 176.4011 142.4036) (size 2) (drill 1) (layers Top Bottom) (net 228) (tstamp 13384020)) + (via (at 180.4011 140.6036) (size 2) (drill 1) (layers Top Bottom) (net 228) (tstamp 13385CE0)) + (segment (start 156.5011 149.5036) (end 158.0011 149.5036) (width 0.5) (layer Bottom) (net 228) (tstamp 13385BA0)) + (segment (start 158.0011 149.5036) (end 158.5011 149.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 13385F60)) + (segment (start 158.1011 155.0036) (end 156.0011 153.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 13385560)) + (segment (start 156.0011 153.0036) (end 156.0011 150.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 13384DE0)) + (segment (start 156.0011 150.0036) (end 156.5011 149.5036) (width 0.5) (layer Bottom) (net 228) (tstamp 133847A0)) + (segment (start 158.1011 155.0036) (end 158.1011 159.9036) (width 0.5) (layer Bottom) (net 228) (tstamp 13383E40)) + (segment (start 158.1011 159.9036) (end 155.0011 163.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 13385C40)) + (segment (start 155.0011 164.1546) (end 153.6521 165.5036) (width 0.5) (layer Bottom) (net 228) (tstamp 133840C0)) + (segment (start 155.0011 163.0036) (end 155.0011 164.1546) (width 0.5) (layer Bottom) (net 228) (tstamp 13385740)) + (segment (start 200.5011 100.5036) (end 196.5011 96.5036) (width 0.5) (layer Top) (net 228) (tstamp 13385A60)) + (segment (start 196.5011 96.5036) (end 179.0011 96.5036) (width 0.5) (layer Top) (net 228) (tstamp 13385E20)) + (segment (start 179.0011 96.5036) (end 177.8011 95.0036) (width 0.5) (layer Top) (net 228) (tstamp 13383D00)) + (segment (start 177.8011 95.0036) (end 177.8011 92.7036) (width 0.5) (layer Top) (net 228) (tstamp 133857E0)) + (via (at 182.5011 89.5036) (size 2) (drill 1) (layers Top Bottom) (net 228) (tstamp 13384C00)) + (segment (start 179.4111 93.6036) (end 179.4111 92.5936) (width 0.5) (layer Bottom) (net 228) (tstamp 13384840)) + (segment (start 179.4111 92.5936) (end 182.5011 89.5036) (width 0.5) (layer Bottom) (net 228) (tstamp 13384A20)) + (segment (start 209.9011 137.9036) (end 209.9011 118.9036) (width 0.5) (layer Top) (net 228) (tstamp 13385EC0)) + (segment (start 209.9011 118.9036) (end 209.0011 118.0036) (width 0.5) (layer Top) (net 228) (tstamp 13383940)) + (segment (start 209.0011 118.0036) (end 209.0011 113.5036) (width 0.5) (layer Top) (net 228) (tstamp 13383EE0)) + (segment (start 209.0011 113.5036) (end 203.5011 108.0036) (width 0.5) (layer Top) (net 228) (tstamp 13385060)) + (segment (start 200.5011 106.5036) (end 200.5011 100.5036) (width 0.5) (layer Top) (net 228) (tstamp 13384480)) + (segment (start 200.5011 106.5036) (end 202.0011 108.0036) (width 0.5) (layer Top) (net 228) (tstamp 133839E0)) + (segment (start 202.0011 108.0036) (end 203.5011 108.0036) (width 0.5) (layer Top) (net 228) (tstamp 13384200)) + (segment (start 177.8011 92.7036) (end 178.5011 92.0036) (width 0.5) (layer Top) (net 228) (tstamp 13385240)) + (segment (start 178.5011 92.0036) (end 180.0011 92.0036) (width 0.5) (layer Top) (net 228) (tstamp 13384520)) + (segment (start 180.0011 92.0036) (end 182.5011 89.5036) (width 0.5) (layer Top) (net 228) (tstamp 13384660)) + (segment (start 159.5011 140.0036) (end 163.0011 140.0036) (width 0.5) (layer Bottom) (net 228) (tstamp 13383A80)) + (segment (start 163.0011 140.0036) (end 163.5011 139.5036) (width 0.5) (layer Bottom) (net 228) (tstamp 13383B20)) + (segment (start 163.5011 139.5036) (end 164.5011 139.5036) (width 0.5) (layer Bottom) (net 228) (tstamp 13385920)) + (segment (start 164.5011 139.5036) (end 166.5011 137.6036) (width 0.5) (layer Bottom) (net 228) (tstamp 133852E0)) + (segment (start 166.5011 137.6036) (end 173.0011 137.6036) (width 0.5) (layer Bottom) (net 228) (tstamp 13384980)) + (segment (start 175.9011 140.4036) (end 173.0011 137.6036) (width 0.5) (layer Bottom) (net 228) (tstamp 13384AC0)) + (segment (start 175.9011 140.4036) (end 175.9011 141.9036) (width 0.5) (layer Bottom) (net 228) (tstamp 13385600)) + (segment (start 175.9011 141.9036) (end 176.4011 142.4036) (width 0.5) (layer Bottom) (net 228) (tstamp 13384CA0)) + (segment (start 176.4011 142.4036) (end 176.6011 142.4036) (width 0.5) (layer Top) (net 228) (tstamp 13384D40)) + (segment (start 176.6011 142.4036) (end 178.5011 140.5036) (width 0.5) (layer Top) (net 228) (tstamp 13384E80)) + (segment (start 178.5011 140.5036) (end 180.1511 140.5036) (width 0.5) (layer Top) (net 228) (tstamp 13384F20)) + (segment (start 180.1511 140.5036) (end 180.4011 140.6036) (width 0.5) (layer Top) (net 228) (tstamp 13384FC0)) + (segment (start 180.4011 140.6036) (end 210.375475 140.6036) (width 0.5) (layer Bottom) (net 228) (tstamp 133851A0)) + (segment (start 211.5011 139.3036) (end 211.3011 139.3036) (width 0.5) (layer Top) (net 228) (tstamp 133474E0)) + (segment (start 211.3011 139.3036) (end 209.9011 137.9036) (width 0.5) (layer Top) (net 228) (tstamp 13347120)) + (segment (start 211.5011 139.3036) (end 211.5011 139.477975) (width 0.5) (layer Bottom) (net 228) (tstamp 133476C0)) + (segment (start 211.5011 139.477975) (end 210.375475 140.6036) (width 0.5) (layer Bottom) (net 228) (tstamp 13346EA0)) + (segment (start 119.1521 137.5036) (end 132.0011 137.5036) (width 0.5) (layer Top) (net 230) (tstamp 133473A0)) + (via (at 157.0011 136.5036) (size 2) (drill 1) (layers Top Bottom) (net 230) (tstamp 13347760)) + (segment (start 157.0011 136.5036) (end 154.0011 139.5036) (width 0.5) (layer Top) (net 230) (tstamp 13347800)) + (segment (start 132.0011 137.5036) (end 134.0011 139.5036) (width 0.5) (layer Top) (net 230) (tstamp 13345E60)) + (segment (start 134.0011 139.5036) (end 154.0011 139.5036) (width 0.5) (layer Top) (net 230) (tstamp 133469A0)) + (segment (start 157.0011 136.5036) (end 154.5011 139.0036) (width 0.5) (layer Bottom) (net 230) (tstamp 133465E0)) + (segment (start 154.5011 139.0036) (end 154.5011 140.0036) (width 0.5) (layer Bottom) (net 230) (tstamp 13346680)) + (segment (start 154.5011 140.0036) (end 152.1361 142.3686) (width 0.5) (layer Bottom) (net 230) (tstamp 13347580)) + (segment (start 150.4033 142.3686) (end 152.1361 142.3686) (width 0.5) (layer Bottom) (net 230) (tstamp 13346F40)) + (segment (start 140.5011 162.6546) (end 144.3501 162.6546) (width 0.5) (layer Top) (net 227) (tstamp 13346A40)) + (segment (start 144.3501 162.6546) (end 147.0011 160.0036) (width 0.5) (layer Top) (net 227) (tstamp 133478A0)) + (segment (start 145.5011 153.0036) (end 143.0011 153.0036) (width 0.5) (layer Top) (net 227) (tstamp 13345780)) + (segment (start 143.0011 153.0036) (end 142.5011 152.5036) (width 0.5) (layer Top) (net 227) (tstamp 13345140)) + (segment (start 142.5011 152.5036) (end 142.5011 150.5036) (width 0.5) (layer Top) (net 227) (tstamp 133451E0)) + (segment (start 142.5011 150.5036) (end 142.0011 150.0036) (width 0.5) (layer Top) (net 227) (tstamp 13345F00)) + (segment (start 142.0011 150.0036) (end 140.6521 150.0036) (width 0.5) (layer Top) (net 227) (tstamp 13345280)) + (segment (start 140.6521 150.0036) (end 140.5011 149.8526) (width 0.5) (layer Top) (net 227) (tstamp 13346AE0)) + (segment (start 149.7711 154.9936) (end 147.0111 154.9936) (width 0.5) (layer Bottom) (net 227) (tstamp 133455A0)) + (segment (start 147.0111 154.9936) (end 147.0011 155.0036) (width 0.5) (layer Bottom) (net 227) (tstamp 13345320)) + (via (at 147.0011 155.0036) (size 2) (drill 1) (layers Top Bottom) (net 227) (tstamp 13346220)) + (segment (start 147.0011 155.0036) (end 147.0011 160.0036) (width 0.5) (layer Top) (net 227) (tstamp 13347440)) + (segment (start 145.5011 153.0036) (end 147.0011 154.5036) (width 0.5) (layer Top) (net 227) (tstamp 133453C0)) + (segment (start 147.0011 154.5036) (end 147.0011 155.0036) (width 0.5) (layer Top) (net 227) (tstamp 133471C0)) + (segment (start 151.333665 64.336169) (end 151.333665 64.336166) (width 0.5) (layer Top) (net 231) (tstamp 13346720)) + (segment (start 151.333665 64.336166) (end 146.460619 59.463119) (width 0.5) (layer Top) (net 231) (tstamp 13347260)) + (segment (start 146.460619 50.5036) (end 146.460619 59.463119) (width 0.5) (layer Top) (net 231) (tstamp 13346400)) + (segment (start 145.0011 112.0036) (end 152.5011 112.0036) (width 0.8) (layer Top) (net 4) (tstamp 133462C0)) + (segment (start 136.0011 42.9386) (end 135.586088 42.523588) (width 1.2) (layer Top) (net 167) (tstamp 13345960)) + (segment (start 135.586088 36.4236) (end 135.586088 37.0036) (width 1.2) (layer Top) (net 167) (tstamp 13346040)) + (segment (start 135.586088 37.0036) (end 135.586088 42.523588) (width 1.2) (layer Top) (net 167) (tstamp 13345A00)) + (segment (start 140.3011 44.0036) (end 140.3011 40.8036) (width 1.2) (layer Bottom) (net 167) (tstamp 13345B40)) + (segment (start 140.3011 40.8036) (end 138.5011 39.0036) (width 1.2) (layer Bottom) (net 167) (tstamp 13345BE0)) + (via (at 138.5011 39.0036) (size 2) (drill 1) (layers Top Bottom) (net 167) (tstamp 13346900)) + (segment (start 138.5011 39.0036) (end 138.5011 37.5036) (width 1.2) (layer Top) (net 167) (tstamp 13345D20)) + (segment (start 138.5011 37.5036) (end 138.0011 37.0036) (width 1.2) (layer Top) (net 167) (tstamp 13345DC0)) + (segment (start 138.0011 37.0036) (end 135.586088 37.0036) (width 1.2) (layer Top) (net 167) (tstamp 133460E0)) + (segment (start 140.3011 44.0036) (end 145.0011 44.0036) (width 1.2) (layer Bottom) (net 167) (tstamp 13345FA0)) + (segment (start 242.4411 83.8186) (end 237.4411 83.8186) (width 0.5) (layer Bottom) (net 48) (tstamp 13346860)) + (via (at 233.5011 77.0036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 13346C20)) + (segment (start 234.5011 91.0036) (end 228.0011 97.5036) (width 0.5) (layer Top) (net 48) (tstamp 13346CC0)) + (segment (start 228.0011 97.5036) (end 225.2511 97.5036) (width 0.5) (layer Top) (net 48) (tstamp 13346E00)) + (via (at 225.2511 97.5036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 13349CE0)) + (segment (start 225.2511 97.5036) (end 225.2511 95.2536) (width 0.5) (layer Bottom) (net 48) (tstamp 13348520)) + (segment (start 212.5011 90.5036) (end 211.1011 91.9036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347A80)) + (segment (start 234.5011 91.0036) (end 234.5011 78.0036) (width 0.5) (layer Top) (net 48) (tstamp 13348AC0)) + (segment (start 234.5011 78.0036) (end 233.5011 77.0036) (width 0.5) (layer Top) (net 48) (tstamp 13348980)) + (segment (start 237.4411 83.8186) (end 235.8161 83.8186) (width 0.5) (layer Bottom) (net 48) (tstamp 13349EC0)) + (segment (start 235.8161 83.8186) (end 234.5011 82.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347C60)) + (segment (start 234.5011 82.5036) (end 234.5011 78.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 133491A0)) + (segment (start 234.5011 78.0036) (end 233.5011 77.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348160)) + (segment (start 235.0011 109.1811) (end 235.0011 112.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347B20)) + (segment (start 235.0011 112.5036) (end 234.0011 113.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348F20)) + (segment (start 234.0011 113.5036) (end 234.0011 122.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 133487A0)) + (segment (start 234.0011 122.0036) (end 233.0011 123.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347E40)) + (segment (start 233.0011 123.0036) (end 233.0011 127.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349C40)) + (segment (start 233.0011 127.5036) (end 233.0011 133.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347F80)) + (segment (start 128.0011 130.0036) (end 127.0011 129.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 133497E0)) + (segment (start 127.0011 129.0036) (end 127.0011 110.5336) (width 0.5) (layer Bottom) (net 48) (tstamp 13349BA0)) + (segment (start 127.0011 110.5336) (end 127.1011 108.4336) (width 0.5) (layer Bottom) (net 48) (tstamp 13347BC0)) + (via (at 218.7011 112.5036) (size 1.8) (drill 1) (layers Top Bottom) (net 48) (tstamp 13349740)) + (via (at 223.5011 127.0036) (size 1.8) (drill 1) (layers Top Bottom) (net 48) (tstamp 13348C00)) + (segment (start 223.5011 127.0036) (end 224.0011 127.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 133499C0)) + (segment (start 224.0011 127.5036) (end 233.0011 127.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349B00)) + (segment (start 223.5011 121.5036) (end 223.5011 127.0036) (width 0.5) (layer Top) (net 48) (tstamp 1334A0A0)) + (segment (start 229.5011 137.0036) (end 222.0011 137.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 133483E0)) + (segment (start 184.7711 113.1936) (end 184.9711 112.5336) (width 0.5) (layer Bottom) (net 48) (tstamp 13349420)) + (via (at 196.0011 107.5036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 13348FC0)) + (via (at 206.0011 128.5036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 13349880)) + (segment (start 198.0011 127.5036) (end 195.5011 130.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347DA0)) + (segment (start 195.5011 130.0036) (end 128.0011 130.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349060)) + (segment (start 221.5011 134.5036) (end 217.0011 130.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348480)) + (segment (start 217.0011 130.0036) (end 207.5011 130.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349E20)) + (segment (start 207.5011 130.0036) (end 206.0011 128.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347EE0)) + (segment (start 229.5011 137.0036) (end 233.0011 133.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 133496A0)) + (segment (start 222.0011 137.0036) (end 221.5011 136.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348020)) + (segment (start 221.5011 136.5036) (end 221.5011 134.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13347940)) + (segment (start 184.9711 112.5336) (end 184.9711 111.0336) (width 0.5) (layer Bottom) (net 48) (tstamp 13349100)) + (segment (start 184.9711 111.0336) (end 187.5011 108.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348200)) + (segment (start 187.5011 108.5036) (end 195.0011 108.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349240)) + (segment (start 127.1011 108.4336) (end 127.1011 104.6036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349560)) + (segment (start 127.1011 104.6036) (end 124.5011 102.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 133479E0)) + (segment (start 124.5011 102.0036) (end 118.5011 102.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348840)) + (segment (start 118.5011 102.0036) (end 117.5011 101.2036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348A20)) + (segment (start 117.5011 101.2036) (end 115.2011 101.2036) (width 0.5) (layer Bottom) (net 48) (tstamp 133485C0)) + (via (at 115.2011 101.2036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 133480C0)) + (segment (start 115.2011 101.2036) (end 115.0011 79.0036) (width 0.5) (layer Top) (net 48) (tstamp 13348B60)) + (via (at 99.7511 76.0036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 133492E0)) + (via (at 98.5011 71.0036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 13349D80)) + (segment (start 98.5011 71.0036) (end 88.0011 71.0036) (width 0.5) (layer Top) (net 48) (tstamp 133494C0)) + (via (at 88.0011 71.0036) (size 2) (drill 1) (layers Top Bottom) (net 48) (tstamp 133482A0)) + (segment (start 88.0011 71.0036) (end 84.8311 71.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349920)) + (segment (start 84.8311 71.0036) (end 84.7311 70.9036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349F60)) + (segment (start 115.0011 79.0036) (end 111.5011 75.0036) (width 0.5) (layer Top) (net 48) (tstamp 13349600)) + (segment (start 111.5011 75.0036) (end 102.0011 75.0036) (width 0.5) (layer Top) (net 48) (tstamp 1334A000)) + (segment (start 102.0011 75.0036) (end 101.0011 76.0036) (width 0.5) (layer Top) (net 48) (tstamp 13349380)) + (segment (start 101.0011 76.0036) (end 99.7511 76.0036) (width 0.5) (layer Top) (net 48) (tstamp 133488E0)) + (segment (start 198.0011 127.5036) (end 205.0011 127.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13348CA0)) + (segment (start 205.0011 127.5036) (end 206.0011 128.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 13349A60)) + (segment (start 206.0011 128.5036) (end 206.0011 119.5036) (width 0.5) (layer Top) (net 48) (tstamp 13348340)) + (segment (start 206.0011 119.5036) (end 205.0011 118.5036) (width 0.5) (layer Top) (net 48) (tstamp 13348DE0)) + (segment (start 205.0011 118.5036) (end 205.0011 112.5036) (width 0.5) (layer Top) (net 48) (tstamp 13348E80)) + (segment (start 211.1011 97.4036) (end 209.5011 99.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C3A0)) + (segment (start 209.5011 99.0036) (end 207.5011 99.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C300)) + (segment (start 223.5011 121.5036) (end 221.5011 119.5036) (width 0.5) (layer Top) (net 48) (tstamp 1334AB40)) + (segment (start 221.5011 119.5036) (end 221.5011 113.5036) (width 0.5) (layer Top) (net 48) (tstamp 1334A780)) + (segment (start 221.5011 113.5036) (end 220.5011 112.5036) (width 0.5) (layer Top) (net 48) (tstamp 1334C620)) + (segment (start 220.5011 112.5036) (end 218.7011 112.5036) (width 0.5) (layer Top) (net 48) (tstamp 1334C580)) + (segment (start 214.7211 114.2836) (end 216.5011 112.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334A140)) + (segment (start 216.5011 112.5036) (end 218.7011 112.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334ABE0)) + (segment (start 99.7511 76.0036) (end 99.7511 72.2536) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C4E0)) + (segment (start 99.7511 72.2536) (end 98.5011 71.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C800)) + (segment (start 211.1011 97.4036) (end 211.1011 93.8236) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C440)) + (segment (start 208.5611 93.8236) (end 211.1011 93.8236) (width 0.5) (layer Bottom) (net 48) (tstamp 1334B0E0)) + (segment (start 211.1011 93.8236) (end 211.1011 91.9036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334B720)) + (segment (start 227.0011 92.5036) (end 227.0011 93.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334BC20)) + (segment (start 227.0011 93.5036) (end 225.2511 95.2536) (width 0.5) (layer Bottom) (net 48) (tstamp 1334B040)) + (segment (start 212.5011 90.5036) (end 225.0011 90.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C760)) + (segment (start 225.0011 90.5036) (end 227.0011 92.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334A320)) + (segment (start 195.0011 108.5036) (end 196.0011 107.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334BF40)) + (segment (start 196.0011 107.5036) (end 197.5011 106.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C260)) + (segment (start 197.5011 106.0036) (end 198.0011 106.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334A820)) + (segment (start 198.0011 106.0036) (end 200.0011 104.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C120)) + (segment (start 200.0011 104.0036) (end 200.0011 100.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C6C0)) + (segment (start 200.0011 100.5036) (end 201.5011 99.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334BE00)) + (segment (start 201.5011 99.0036) (end 204.5011 99.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334BFE0)) + (segment (start 204.5011 99.0036) (end 205.0011 99.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C8A0)) + (segment (start 205.0011 99.5036) (end 207.0011 99.5036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334A5A0)) + (segment (start 207.0011 99.5036) (end 207.5011 99.0036) (width 0.5) (layer Bottom) (net 48) (tstamp 1334C080)) + (segment (start 205.0011 112.5036) (end 202.5011 110.0036) (width 0.5) (layer Top) (net 48) (tstamp 1334B4A0)) + (segment (start 199.0011 108.0036) (end 196.5011 108.0036) (width 0.5) (layer Top) (net 48) (tstamp 1334B360)) + (segment (start 196.5011 108.0036) (end 196.0011 107.5036) (width 0.5) (layer Top) (net 48) (tstamp 1334BCC0)) + (segment (start 199.0011 108.0036) (end 201.0011 110.0036) (width 0.5) (layer Top) (net 48) (tstamp 1334B2C0)) + (segment (start 201.0011 110.0036) (end 202.5011 110.0036) (width 0.5) (layer Top) (net 48) (tstamp 1334B860)) + (segment (start 235.0011 109.1811) (end 237.7186 106.4636) (width 0.5) (layer Bottom) (net 48) (tstamp 1334B540)) + (segment (start 214.1111 114.2836) (end 214.7211 114.2836) (width 0.5) (layer Bottom) (net 48) (tstamp 1334A280)) + (via (at 53.5011 35.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 5) (tstamp 1334A460)) + (via (at 143.5011 35.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 6) (tstamp 1334A8C0)) + (via (at 153.5011 35.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 7) (tstamp 1334A640)) + (via (at 243.5011 35.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 8) (tstamp 1334AF00)) + (via (at 243.5011 98.5036) (size 3.8) (drill 3) (layers Top Bottom) (net 9) (tstamp 1334AAA0)) + (via (at 243.5011 175.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 10) (tstamp 1334B400)) + (via (at 153.5011 175.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 11) (tstamp 1334A960)) + (via (at 143.5011 175.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 12) (tstamp 1334AA00)) + (via (at 53.5011 175.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 13) (tstamp 1334B5E0)) + (via (at 53.5011 98.5036) (size 3.8) (drill 3) (layers Top Bottom) (net 14) (tstamp 1334B7C0)) + (via (at 140.5011 74.0036) (size 3.8) (drill 3) (layers Top Bottom) (net 15) (tstamp 1334B9A0)) + (segment (start 103.5011 170.3526) (end 103.5011 167.8526) (width 0.5) (layer Bottom) (net 141) (tstamp 1334BEA0)) + (segment (start 103.5011 167.8526) (end 103.8501 167.5036) (width 0.5) (layer Bottom) (net 141) (tstamp 1334EC40)) + (segment (start 104.4409 163.0925) (end 104.4409 164.5638) (width 0.5) (layer Bottom) (net 141) (tstamp 1334CF80)) + (segment (start 104.4409 164.5638) (end 103.5011 165.5036) (width 0.5) (layer Bottom) (net 141) (tstamp 1334E600)) + (segment (start 103.5011 165.5036) (end 103.5011 167.1546) (width 0.5) (layer Bottom) (net 141) (tstamp 1334E420)) + (segment (start 103.5011 167.1546) (end 103.8501 167.5036) (width 0.5) (layer Bottom) (net 141) (tstamp 1334D660)) + (segment (start 162.5011 170.3526) (end 162.5011 167.8526) (width 0.5) (layer Bottom) (net 57) (tstamp 1334CC60)) + (segment (start 162.5011 167.8526) (end 162.8501 167.5036) (width 0.5) (layer Bottom) (net 57) (tstamp 1334F000)) + (segment (start 163.4409 163.0925) (end 163.4409 164.5638) (width 0.5) (layer Bottom) (net 57) (tstamp 1334D160)) + (segment (start 163.4409 164.5638) (end 162.5011 165.5036) (width 0.5) (layer Bottom) (net 57) (tstamp 1334EB00)) + (segment (start 162.5011 165.5036) (end 162.5011 167.1546) (width 0.5) (layer Bottom) (net 57) (tstamp 1334E740)) + (segment (start 162.5011 167.1546) (end 162.8501 167.5036) (width 0.5) (layer Bottom) (net 57) (tstamp 1334ECE0)) + (segment (start 68.4409 163.0925) (end 68.4409 164.5638) (width 0.5) (layer Bottom) (net 113) (tstamp 1334DDE0)) + (segment (start 68.0011 167.3526) (end 67.8501 167.5036) (width 0.5) (layer Bottom) (net 113) (tstamp 1334E4C0)) + (segment (start 68.4409 164.5638) (end 67.5011 165.5036) (width 0.5) (layer Bottom) (net 113) (tstamp 1334ED80)) + (segment (start 67.5011 165.5036) (end 67.5011 167.1546) (width 0.5) (layer Bottom) (net 113) (tstamp 1334D3E0)) + (segment (start 67.5011 167.1546) (end 67.8501 167.5036) (width 0.5) (layer Bottom) (net 113) (tstamp 1334DFC0)) + (segment (start 67.5011 170.3526) (end 67.5011 167.8526) (width 0.5) (layer Bottom) (net 113) (tstamp 1334D0C0)) + (segment (start 67.5011 167.8526) (end 67.8501 167.5036) (width 0.5) (layer Bottom) (net 113) (tstamp 1334C940)) + (segment (start 76.5011 170.3526) (end 76.5011 167.8526) (width 0.5) (layer Bottom) (net 120) (tstamp 1334E880)) + (segment (start 76.5011 167.8526) (end 76.8501 167.5036) (width 0.5) (layer Bottom) (net 120) (tstamp 1334EE20)) + (segment (start 77.4409 163.0925) (end 77.4409 164.5638) (width 0.5) (layer Bottom) (net 120) (tstamp 1334CDA0)) + (segment (start 77.4409 164.5638) (end 76.5011 165.5036) (width 0.5) (layer Bottom) (net 120) (tstamp 1334DA20)) + (segment (start 76.5011 165.5036) (end 76.5011 167.3526) (width 0.5) (layer Bottom) (net 120) (tstamp 1334DB60)) + (segment (start 76.5011 167.3526) (end 76.8501 167.5036) (width 0.5) (layer Bottom) (net 120) (tstamp 1334D700)) + (segment (start 85.5011 170.3526) (end 85.5011 167.8526) (width 0.5) (layer Bottom) (net 127) (tstamp 1334E240)) + (segment (start 85.5011 167.8526) (end 85.8501 167.5036) (width 0.5) (layer Bottom) (net 127) (tstamp 1334D520)) + (segment (start 86.4409 163.0925) (end 86.4409 164.5638) (width 0.5) (layer Bottom) (net 127) (tstamp 1334D5C0)) + (segment (start 86.4409 164.5638) (end 85.5011 165.5036) (width 0.5) (layer Bottom) (net 127) (tstamp 1334C9E0)) + (segment (start 85.5011 165.5036) (end 85.5011 167.3526) (width 0.5) (layer Bottom) (net 127) (tstamp 1334E920)) + (segment (start 85.5011 167.3526) (end 85.8501 167.5036) (width 0.5) (layer Bottom) (net 127) (tstamp 1334CEE0)) + (segment (start 95.4409 163.0925) (end 95.4409 164.5638) (width 0.5) (layer Bottom) (net 134) (tstamp 1334E380)) + (segment (start 95.4409 164.5638) (end 94.5011 165.5036) (width 0.5) (layer Bottom) (net 134) (tstamp 1334CBC0)) + (segment (start 94.5011 165.5036) (end 94.5011 166.8526) (width 0.5) (layer Bottom) (net 134) (tstamp 1334E060)) + (segment (start 94.5011 166.8526) (end 94.8501 167.5036) (width 0.5) (layer Bottom) (net 134) (tstamp 1334E2E0)) + (segment (start 94.5011 170.3526) (end 94.5011 167.8526) (width 0.5) (layer Bottom) (net 134) (tstamp 1334CE40)) + (segment (start 94.5011 167.8526) (end 94.8501 167.5036) (width 0.5) (layer Bottom) (net 134) (tstamp 1334CD00)) + (segment (start 112.5011 170.3526) (end 112.5011 167.8526) (width 0.5) (layer Bottom) (net 148) (tstamp 1334DCA0)) + (segment (start 112.5011 167.8526) (end 112.8501 167.5036) (width 0.5) (layer Bottom) (net 148) (tstamp 1334E1A0)) + (segment (start 113.4409 163.0925) (end 113.4409 164.5638) (width 0.5) (layer Bottom) (net 148) (tstamp 1334E560)) + (segment (start 113.4409 164.5638) (end 112.5011 165.5036) (width 0.5) (layer Bottom) (net 148) (tstamp 1334EA60)) + (segment (start 112.5011 165.5036) (end 112.5011 167.3526) (width 0.5) (layer Bottom) (net 148) (tstamp 13351300)) + (segment (start 112.5011 167.3526) (end 112.8501 167.5036) (width 0.5) (layer Bottom) (net 148) (tstamp 133500E0)) + (segment (start 121.5011 170.3526) (end 121.5011 167.8526) (width 0.5) (layer Bottom) (net 155) (tstamp 133518A0)) + (segment (start 121.5011 167.8526) (end 121.8501 167.5036) (width 0.5) (layer Bottom) (net 155) (tstamp 13350040)) + (segment (start 122.4409 163.0925) (end 122.4409 164.5638) (width 0.5) (layer Bottom) (net 155) (tstamp 133513A0)) + (segment (start 122.4409 164.5638) (end 121.5011 165.5036) (width 0.5) (layer Bottom) (net 155) (tstamp 133516C0)) + (segment (start 121.5011 165.5036) (end 121.5011 167.3526) (width 0.5) (layer Bottom) (net 155) (tstamp 1334FA00)) + (segment (start 121.5011 167.3526) (end 121.8501 167.5036) (width 0.5) (layer Bottom) (net 155) (tstamp 1334FD20)) + (segment (start 130.5011 170.3526) (end 130.5011 167.8526) (width 0.5) (layer Bottom) (net 162) (tstamp 1334FBE0)) + (segment (start 130.5011 167.8526) (end 130.8501 167.5036) (width 0.5) (layer Bottom) (net 162) (tstamp 133514E0)) + (segment (start 131.4409 163.0925) (end 131.4409 164.5638) (width 0.5) (layer Bottom) (net 162) (tstamp 13350180)) + (segment (start 131.4409 164.5638) (end 130.5011 165.5036) (width 0.5) (layer Bottom) (net 162) (tstamp 133505E0)) + (segment (start 130.5011 165.5036) (end 130.5011 167.1546) (width 0.5) (layer Bottom) (net 162) (tstamp 13351260)) + (segment (start 130.5011 167.1546) (end 130.8501 167.5036) (width 0.5) (layer Bottom) (net 162) (tstamp 13350FE0)) + (segment (start 225.5011 170.3526) (end 225.5011 167.8526) (width 0.5) (layer Bottom) (net 106) (tstamp 13350680)) + (segment (start 225.5011 167.8526) (end 225.8501 167.5036) (width 0.5) (layer Bottom) (net 106) (tstamp 13351620)) + (segment (start 226.4409 163.0925) (end 226.4409 164.5638) (width 0.5) (layer Bottom) (net 106) (tstamp 13350F40)) + (segment (start 226.4409 164.5638) (end 225.5011 165.5036) (width 0.5) (layer Bottom) (net 106) (tstamp 13350720)) + (segment (start 225.5011 165.5036) (end 225.5011 167.1546) (width 0.5) (layer Bottom) (net 106) (tstamp 13350220)) + (segment (start 225.5011 167.1546) (end 225.8501 167.5036) (width 0.5) (layer Bottom) (net 106) (tstamp 13351760)) + (segment (start 216.5011 170.3526) (end 216.5011 167.8526) (width 0.5) (layer Bottom) (net 99) (tstamp 1334FC80)) + (segment (start 216.5011 167.8526) (end 216.8501 167.5036) (width 0.5) (layer Bottom) (net 99) (tstamp 1334F780)) + (segment (start 217.4409 163.0925) (end 217.4409 164.5638) (width 0.5) (layer Bottom) (net 99) (tstamp 1334F1E0)) + (segment (start 217.4409 164.5638) (end 216.5011 165.5036) (width 0.5) (layer Bottom) (net 99) (tstamp 1334F280)) + (segment (start 216.5011 165.5036) (end 216.5011 167.1546) (width 0.5) (layer Bottom) (net 99) (tstamp 1334F320)) + (segment (start 216.5011 167.1546) (end 216.8501 167.5036) (width 0.5) (layer Bottom) (net 99) (tstamp 13351080)) + (segment (start 207.5011 170.3526) (end 207.5011 167.8526) (width 0.5) (layer Bottom) (net 92) (tstamp 1334F820)) + (segment (start 207.5011 167.8526) (end 207.8501 167.5036) (width 0.5) (layer Bottom) (net 92) (tstamp 1334F460)) + (segment (start 208.4409 163.0925) (end 208.4409 164.5638) (width 0.5) (layer Bottom) (net 92) (tstamp 133502C0)) + (segment (start 208.4409 164.5638) (end 207.5011 165.5036) (width 0.5) (layer Bottom) (net 92) (tstamp 13350360)) + (segment (start 207.5011 165.5036) (end 207.5011 167.1546) (width 0.5) (layer Bottom) (net 92) (tstamp 133509A0)) + (segment (start 207.5011 167.1546) (end 207.8501 167.5036) (width 0.5) (layer Bottom) (net 92) (tstamp 1334F500)) + (segment (start 198.5011 170.3526) (end 198.5011 167.8526) (width 0.5) (layer Bottom) (net 85) (tstamp 1334F960)) + (segment (start 198.5011 167.8526) (end 198.8501 167.5036) (width 0.5) (layer Bottom) (net 85) (tstamp 13350860)) + (segment (start 199.4409 163.0925) (end 199.4409 164.5638) (width 0.5) (layer Bottom) (net 85) (tstamp 133504A0)) + (segment (start 199.4409 164.5638) (end 198.5011 165.5036) (width 0.5) (layer Bottom) (net 85) (tstamp 13350AE0)) + (segment (start 198.5011 165.5036) (end 198.5011 167.1546) (width 0.5) (layer Bottom) (net 85) (tstamp 13350B80)) + (segment (start 198.5011 167.1546) (end 198.8501 167.5036) (width 0.5) (layer Bottom) (net 85) (tstamp 13350C20)) + (segment (start 189.5011 170.3526) (end 189.5011 167.8526) (width 0.5) (layer Bottom) (net 78) (tstamp 13351A80)) + (segment (start 189.5011 167.8526) (end 189.8501 167.5036) (width 0.5) (layer Bottom) (net 78) (tstamp 13352AC0)) + (segment (start 190.4409 163.0925) (end 190.4409 164.5638) (width 0.5) (layer Bottom) (net 78) (tstamp 13351D00)) + (segment (start 190.4409 164.5638) (end 189.5011 165.5036) (width 0.5) (layer Bottom) (net 78) (tstamp 13351C60)) + (segment (start 189.5011 165.5036) (end 189.5011 167.1546) (width 0.5) (layer Bottom) (net 78) (tstamp 133534C0)) + (segment (start 189.5011 167.1546) (end 189.8501 167.5036) (width 0.5) (layer Bottom) (net 78) (tstamp 13353600)) + (segment (start 180.5011 170.3526) (end 180.5011 167.8526) (width 0.5) (layer Bottom) (net 71) (tstamp 13352D40)) + (segment (start 180.5011 167.8526) (end 180.8501 167.5036) (width 0.5) (layer Bottom) (net 71) (tstamp 13353380)) + (segment (start 181.4409 163.0925) (end 181.4409 164.5638) (width 0.5) (layer Bottom) (net 71) (tstamp 13353560)) + (segment (start 181.4409 164.5638) (end 180.5011 165.5036) (width 0.5) (layer Bottom) (net 71) (tstamp 133539C0)) + (segment (start 180.5011 165.5036) (end 180.5011 167.1546) (width 0.5) (layer Bottom) (net 71) (tstamp 13352480)) + (segment (start 180.5011 167.1546) (end 180.8501 167.5036) (width 0.5) (layer Bottom) (net 71) (tstamp 13352DE0)) + (segment (start 171.5011 170.3526) (end 171.5011 167.8526) (width 0.5) (layer Bottom) (net 64) (tstamp 13353EC0)) + (segment (start 171.5011 167.8526) (end 171.8501 167.5036) (width 0.5) (layer Bottom) (net 64) (tstamp 13351DA0)) + (segment (start 172.4409 163.0925) (end 172.4409 164.5638) (width 0.5) (layer Bottom) (net 64) (tstamp 133531A0)) + (segment (start 172.4409 164.5638) (end 171.5011 165.5036) (width 0.5) (layer Bottom) (net 64) (tstamp 13353C40)) + (segment (start 171.5011 165.5036) (end 171.5011 167.1546) (width 0.5) (layer Bottom) (net 64) (tstamp 133519E0)) + (segment (start 171.5011 167.1546) (end 171.8501 167.5036) (width 0.5) (layer Bottom) (net 64) (tstamp 13352F20)) + + (zone (net 0) (net_name "") (layer Top) (tstamp E4028A0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 212.5011 100.7536) (xy 213.3661 100.7536) (xy 213.3661 96.2536) (xy 212.5011 96.2536) + ) + ) + ) + (zone (net 0) (net_name "") (layer Top) (tstamp E400780) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 214.6361 100.7536) (xy 215.5011 100.7536) (xy 215.5011 96.2536) (xy 214.6361 96.2536) + ) + ) + ) + (zone (net 0) (net_name "") (layer Bottom) (tstamp E401900) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 210.5011 81.2536) (xy 211.8661 81.2536) (xy 211.8661 76.7536) (xy 210.5011 76.7536) + ) + ) + ) + (zone (net 0) (net_name "") (layer Bottom) (tstamp E400D20) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 213.1361 81.2536) (xy 214.5011 81.2536) (xy 214.5011 76.7536) (xy 213.1361 76.7536) + ) + ) + ) + (zone (net 0) (net_name "") (layer Bottom) (tstamp E4024E0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 212.7511 66.2536) (xy 213.6161 66.2536) (xy 213.6161 61.7536) (xy 212.7511 61.7536) + ) + ) + ) + (zone (net 0) (net_name "") (layer Bottom) (tstamp E402580) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 214.8861 66.2536) (xy 216.2511 66.2536) (xy 216.2511 61.7536) (xy 214.8861 61.7536) + ) + ) + ) + (zone (net 2) (net_name GND) (layer Bottom) (tstamp 131000A0) (hatch edge 0.508) + (priority 6) + (connect_pads (clearance 0)) + (min_thickness 0.5) + (fill (arc_segments 32) (thermal_gap 0.55) (thermal_bridge_width 0.55)) + (polygon + (pts + (xy 145.0011 108.5036) (xy 145.0011 110.5036) (xy 141.0011 114.5036) (xy 141.0011 116.0036) (xy 140.0011 117.0036) + (xy 140.0011 124.5036) (xy 141.5011 126.0036) (xy 151.0011 126.0036) (xy 151.0011 124.0036) (xy 155.0011 120.5036) + (xy 155.0011 113.0036) (xy 152.0011 110.0036) (xy 151.5011 108.5036) + ) + ) + ) + (zone (net 2) (net_name GND) (layer Bottom) (tstamp 130FF920) (hatch edge 0.508) + (priority 6) + (connect_pads (clearance 0)) + (min_thickness 0.5) + (fill (arc_segments 32) (thermal_gap 0.55) (thermal_bridge_width 0.55)) + (polygon + (pts + (xy 143.5011 93.0036) (xy 117.0011 93.0036) (xy 115.5011 91.5036) (xy 115.5011 85.0036) (xy 113.0011 82.5036) + (xy 89.5011 82.5036) (xy 87.5011 80.5036) (xy 67.5011 80.5036) (xy 64.0011 77.0036) (xy 57.0011 77.0036) + (xy 53.5011 73.5036) (xy 53.5011 40.0036) (xy 58.5011 40.0036) (xy 63.5011 35.0036) (xy 92.5011 35.0036) + (xy 98.0011 40.5036) (xy 98.0011 45.0036) (xy 103.0011 50.0036) (xy 103.0011 54.5036) (xy 111.0011 62.0036) + (xy 119.5011 62.0036) (xy 137.0011 80.0036) (xy 141.0011 80.0036) (xy 146.5011 85.5036) (xy 146.5011 89.0036) + (xy 143.5011 91.0036) + ) + ) + ) +) diff --git a/kicad/camino.pretty/3296Y.kicad_mod b/kicad/camino.pretty/3296Y.kicad_mod new file mode 100644 index 0000000..3e3a11c --- /dev/null +++ b/kicad/camino.pretty/3296Y.kicad_mod @@ -0,0 +1,50 @@ +(module 3296Y (layer F.Cu) (tedit 0) + (descr "POTENTIOMETER

\nSpectrol") + (fp_text reference P1 (at -4.826 -2.8702) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 10K (at -4.8006 4.191) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -4.826 2.54) (end 4.826 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 -2.54) (end 4.826 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 -2.54) (end -4.826 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.064 0.762) (end 3.048 1.778) (layer F.SilkS) (width 0.3048)) + (fp_line (start -4.826 2.54) (end -4.826 -2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.159 0.381) (end -2.54 0.381) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.159 0.381) (end -2.286 0.508) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.159 0.381) (end -2.286 0.254) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.413 0.635) (end -2.413 0.127) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.413 0.635) (end -2.54 0.762) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.413 0.127) (end -2.54 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 0.508) (end -2.286 0.254) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 0.508) (end -2.413 0.635) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.286 0.254) (end -2.413 0.127) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.54 0.381) (end -2.54 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.54 0.762) (end -2.54 0.381) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.667 0.889) (end -2.54 0.762) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.54 0) (end -2.667 -0.127) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.667 -0.127) (end -2.667 0.889) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.445 0.381) (end -2.54 0.381) (layer F.Fab) (width 0.1524)) + (fp_circle (center 3.556 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.1524)) + (fp_circle (center 3.556 1.27) (end 4.191 1.27) (layer F.SilkS) (width 0.0508)) + (fp_text user 3 (at -4.445 -0.635) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 1 (at 3.556 -0.635) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -2.032 1.016) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -5.0038 -2.7178) (end -5.0038 2.7178) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.0038 2.7178) (end 5.0038 2.7178) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 2.7178) (end 5.0038 -2.7178) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.0038 -2.7178) (end -5.0038 -2.7178) (layer Dwgs.User) (width 0.127)) + (pad A thru_hole oval (at 2.54 -1.27) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad E thru_hole oval (at -2.54 -1.27) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad S thru_hole oval (at 0 1.27) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/BUCHSE_DC.kicad_mod b/kicad/camino.pretty/BUCHSE_DC.kicad_mod new file mode 100644 index 0000000..64f8746 --- /dev/null +++ b/kicad/camino.pretty/BUCHSE_DC.kicad_mod @@ -0,0 +1,39 @@ +(module BUCHSE_DC (layer F.Cu) (tedit 0) + (fp_text reference CON9 (at 10.16 -3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "Power IN" (at -3.175 3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -4.99999 -4.49999) (end -4.99999 4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.35 0) (end -8.89 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 -2.54) (end -8.89 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 2.54) (end -6.35 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 9.800031 -4.49999) (end 9.800031 4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.99999 -4.49999) (end 9.800031 -4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.99999 4.49999) (end 9.800031 4.49999) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.1435 -4.699) (end -1.9685 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 -4.699) (end -1.9685 -7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 -7.239) (end 8.128 -7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 -7.239) (end 8.128 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 -4.699) (end 9.906 -4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.906 -4.699) (end 9.906 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.906 4.699) (end 8.128 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 4.699) (end 8.128 7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.128 7.239) (end -1.9685 7.239) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 7.239) (end -1.9685 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.9685 4.699) (end -5.1435 4.699) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1435 4.699) (end -5.1435 -4.699) (layer Dwgs.User) (width 0.127)) + (pad FEDER smd rect (at 0 5.499987 90) (size 3.048 3.556) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad STIFT_A smd rect (at 0 -5.499987 90) (size 3.048 3.556) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad STIFT_B smd rect (at 6.099987 -5.499987 270) (size 3.048 3.556) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad KONTAKT smd rect (at 6.099987 5.499987 90) (size 3.048 3.556) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL1 thru_hole circle (at 0 0 180) (size 2.413 2.413) (drill 1.6) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL2 thru_hole circle (at 4.49999 0) (size 2.6162 2.6162) (drill 1.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/BUCHSE_LABOR_2MM.kicad_mod b/kicad/camino.pretty/BUCHSE_LABOR_2MM.kicad_mod new file mode 100644 index 0000000..66c3ed6 --- /dev/null +++ b/kicad/camino.pretty/BUCHSE_LABOR_2MM.kicad_mod @@ -0,0 +1,13 @@ +(module BUCHSE_LABOR_2MM (layer F.Cu) (tedit 0) + (fp_text reference CON28 (at -2.54 7.62 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value PDGND (at 3.81 7.62 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 3.25 0) (layer F.SilkS) (width 0.127)) + (pad DRILL thru_hole circle (at 0 0) (size 5 5) (drill 4.02) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad PAD smd rect (at 0 5.3975) (size 3.175 3.175) (layers B.Cu B.Paste B.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/BUCHSE_SERIELL_SUBD9_PIN.kicad_mod b/kicad/camino.pretty/BUCHSE_SERIELL_SUBD9_PIN.kicad_mod new file mode 100644 index 0000000..65143d5 --- /dev/null +++ b/kicad/camino.pretty/BUCHSE_SERIELL_SUBD9_PIN.kicad_mod @@ -0,0 +1,120 @@ +(module BUCHSE_SERIELL_SUBD9_PIN (layer F.Cu) (tedit 0) + (descr SUB-D) + (fp_text reference CON7 (at -15.24 6.35) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_text value RS232 (at -5.08 -13.97) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_arc (start -7.62 -17.399) (end -8.128 -17.399) (angle 90) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 7.62 -17.399) (end 7.62 -17.907) (angle 90) (layer F.SilkS) (width 0.1524)) + (fp_line (start -15.494 -11.684) (end 15.494 -11.684) (layer F.SilkS) (width 0.1524)) + (fp_line (start -15.494 -7.62) (end -9.525 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -15.494 -7.62) (end -15.494 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start -15.494 -11.176) (end -15.494 -11.684) (layer F.SilkS) (width 0.1524)) + (fp_line (start 15.494 -11.684) (end 15.494 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start 15.494 -11.176) (end 15.494 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -15.494 -11.176) (end -10.414 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start -10.414 -10.668) (end -10.414 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start -10.414 -10.668) (end -10.287 -10.668) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -9.652 -8.255) (end -10.287 -8.255) (angle -90) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.525 -7.62) (end -9.271 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -10.287 -8.255) (end -10.287 -10.668) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.271 -7.62) (end -9.271 -6.858) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.271 -7.62) (end 9.271 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.271 -6.858) (end 9.271 -6.858) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.271 -7.62) (end 9.271 -6.858) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.271 -7.62) (end 9.525 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -10.414 -11.176) (end 10.414 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start 10.414 -11.176) (end 15.494 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start 10.414 -10.668) (end 10.414 -11.176) (layer F.SilkS) (width 0.1524)) + (fp_line (start 10.287 -8.255) (end 10.287 -10.668) (layer F.SilkS) (width 0.1524)) + (fp_line (start 10.287 -10.668) (end 10.414 -10.668) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 9.652 -8.255) (end 9.652 -7.62) (angle -90) (layer F.SilkS) (width 0.1524)) + (fp_line (start -14.859 3.175) (end -15.494 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -15.494 2.54) (end -15.494 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -10.033 3.175) (end -14.859 3.175) (layer F.SilkS) (width 0.1524)) + (fp_line (start -10.033 3.175) (end -9.525 2.667) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.525 2.667) (end -9.525 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 2.667) (end 9.525 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.525 2.667) (end 10.033 3.175) (layer F.SilkS) (width 0.1524)) + (fp_line (start 10.033 3.175) (end 14.986 3.175) (layer F.SilkS) (width 0.1524)) + (fp_line (start 14.986 3.175) (end 15.494 2.667) (layer F.SilkS) (width 0.1524)) + (fp_line (start 15.494 2.667) (end 15.494 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0 1.143) (end 0 0.127) (layer F.Fab) (width 0.8128)) + (fp_line (start -2.7432 1.143) (end -2.7432 0.127) (layer F.Fab) (width 0.8128)) + (fp_line (start -5.4864 1.143) (end -5.4864 0.127) (layer F.Fab) (width 0.8128)) + (fp_line (start -4.1148 -1.397) (end -4.1148 -2.413) (layer F.Fab) (width 0.8128)) + (fp_line (start -1.3716 -1.397) (end -1.3716 -2.413) (layer F.Fab) (width 0.8128)) + (fp_line (start 1.3462 -1.397) (end 1.3462 -2.413) (layer F.Fab) (width 0.8128)) + (fp_line (start 2.7432 1.143) (end 2.7432 0.127) (layer F.Fab) (width 0.8128)) + (fp_line (start 4.1148 -1.397) (end 4.1148 -2.413) (layer F.Fab) (width 0.8128)) + (fp_line (start 5.4864 1.143) (end 5.4864 0.127) (layer F.Fab) (width 0.8128)) + (fp_line (start 9.525 -7.62) (end 15.494 -7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -12.319) (end -8.128 -17.399) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -8.763 -12.319) (end -8.763 -11.684) (angle -90) (layer F.SilkS) (width 0.1524)) + (fp_line (start 8.128 -12.319) (end 8.128 -17.399) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 8.763 -12.319) (end 8.128 -12.319) (angle -90) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.62 -17.907) (end 7.62 -17.907) (layer F.SilkS) (width 0.1524)) + (fp_circle (center -12.5222 0) (end -10.8712 0) (layer F.SilkS) (width 0.1524)) + (fp_circle (center 12.5222 0) (end 14.1732 0) (layer F.SilkS) (width 0.1524)) + (fp_text user 1 (at -7.62 1.905) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 6.985 1.905) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 9 (at 6.985 -0.635) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at -7.62 -0.635) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2,54 (at 14.986 -2.54 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user F09 (at -7.62 -8.509) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_poly (pts (xy -9.271 -6.858) (xy 9.271 -6.858) (xy 9.271 -7.62) (xy -9.271 -7.62)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -15.494 -11.176) (xy 15.494 -11.176) (xy 15.494 -11.684) (xy -15.494 -11.684)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -5.8928 0.381) (xy -5.08 0.381) (xy -5.08 -6.858) (xy -5.8928 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -4.5212 -2.159) (xy -3.7084 -2.159) (xy -3.7084 -6.858) (xy -4.5212 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -3.1496 0.381) (xy -2.3368 0.381) (xy -2.3368 -6.858) (xy -3.1496 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -1.778 -2.159) (xy -0.9652 -2.159) (xy -0.9652 -6.858) (xy -1.778 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.4318 0.381) (xy 0.381 0.381) (xy 0.381 -6.858) (xy -0.4318 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.9398 -2.159) (xy 1.7526 -2.159) (xy 1.7526 -6.858) (xy 0.9398 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 2.3368 0.381) (xy 3.1496 0.381) (xy 3.1496 -6.858) (xy 2.3368 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 3.7084 -2.159) (xy 4.5212 -2.159) (xy 4.5212 -6.858) (xy 3.7084 -6.858)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 5.08 0.381) (xy 5.8928 0.381) (xy 5.8928 -6.858) (xy 5.08 -6.858)) (layer F.SilkS) (width 0)) + (fp_line (start -15.6845 3.3655) (end -15.6845 -11.8745) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.6845 -11.8745) (end 15.6845 -11.8745) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.6845 -11.8745) (end 15.6845 3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.6845 3.3655) (end 8.89 3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 3.3655) (end 8.89 2.3495) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 2.3495) (end -8.89 2.3495) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 2.3495) (end -8.89 3.3655) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 3.3655) (end -15.6845 3.3655) (layer Dwgs.User) (width 0.127)) + (pad 1 thru_hole rect (at -5.4864 1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole circle (at -2.7432 1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 3 thru_hole circle (at 0 1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 4 thru_hole circle (at 2.7432 1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 5 thru_hole circle (at 5.4864 1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 6 thru_hole circle (at -4.1148 -1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 7 thru_hole circle (at -1.3716 -1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 8 thru_hole circle (at 1.3716 -1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 9 thru_hole circle (at 4.1148 -1.27) (size 1.816 1.816) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad G1 thru_hole circle (at -12.5222 0) (size 5.08 5.08) (drill 3.302) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad G2 thru_hole circle (at 12.5222 0) (size 5.08 5.08) (drill 3.302) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/BUCHSE_USB_B_PIN.kicad_mod b/kicad/camino.pretty/BUCHSE_USB_B_PIN.kicad_mod new file mode 100644 index 0000000..e67e036 --- /dev/null +++ b/kicad/camino.pretty/BUCHSE_USB_B_PIN.kicad_mod @@ -0,0 +1,31 @@ +(module BUCHSE_USB_B_PIN (layer F.Cu) (tedit 0) + (fp_text reference CON8 (at -7.62 -3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value BUCHSE_USB_B (at 7.62 -3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 10.28 -6.25) (end 10.28 6.25) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.697218 -6.25) (end -5.697218 6.25) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.697218 -6.25) (end 10.28 -6.25) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.697218 6.25) (end 10.28 6.25) (layer F.SilkS) (width 0.127)) + (fp_line (start 11.43 0) (end 13.97 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 13.97 -2.54) (end 13.97 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 13.97 2.54) (end 11.43 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.842 -6.35) (end -5.842 6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.842 6.35) (end 10.414 6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start 10.414 6.35) (end 10.414 -6.35) (layer Dwgs.User) (width 0.127)) + (fp_line (start 10.414 -6.35) (end -5.842 -6.35) (layer Dwgs.User) (width 0.127)) + (pad GND thru_hole circle (at -2.71 -1.25) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad D+ thru_hole circle (at -2.71 1.25) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad VBUS thru_hole circle (at -4.71 -1.25) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad D- thru_hole circle (at -4.71 1.25) (size 1.524 1.524) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad SOCKET1 thru_hole circle (at 0 -6.0198) (size 3.3 3.3) (drill 2.4) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad SOCKET2 thru_hole circle (at 0 5.9436) (size 3.3 3.3) (drill 2.4) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/DIL40.kicad_mod b/kicad/camino.pretty/DIL40.kicad_mod new file mode 100644 index 0000000..e21d4d9 --- /dev/null +++ b/kicad/camino.pretty/DIL40.kicad_mod @@ -0,0 +1,111 @@ +(module DIL40 (layer F.Cu) (tedit 0) + (descr "Dual In Line") + (fp_text reference IC1 (at -26.67 6.35 90) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_text value ATMEGA32-P (at -21.59 2.2352) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_line (start -26.416 1.27) (end -26.416 6.604) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -26.416 0) (end -26.416 -1.27) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_line (start 26.416 6.604) (end 26.416 -6.604) (layer F.SilkS) (width 0.1524)) + (fp_line (start -26.416 -6.604) (end -26.416 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -26.416 -6.604) (end 26.416 -6.604) (layer F.SilkS) (width 0.1524)) + (fp_line (start -26.416 6.604) (end 26.416 6.604) (layer F.SilkS) (width 0.1524)) + (fp_line (start -25.4 -9.525) (end -25.4 9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start -25.4 9.525) (end 25.4 9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start 25.4 9.525) (end 25.4 -9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start 25.4 -9.525) (end -25.4 -9.525) (layer Dwgs.User) (width 0.127)) + (fp_line (start -22.225 -5.715) (end -22.225 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -22.225 5.715) (end -8.89 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 5.715) (end -8.89 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -8.89 -5.715) (end -22.225 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.35 -5.715) (end -6.35 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.35 5.715) (end 6.35 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.35 5.715) (end 6.35 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.35 -5.715) (end -6.35 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 -5.715) (end 8.89 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 8.89 5.715) (end 22.225 5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 22.225 5.715) (end 22.225 -5.715) (layer Dwgs.User) (width 0.127)) + (fp_line (start 22.225 -5.715) (end 8.89 -5.715) (layer Dwgs.User) (width 0.127)) + (pad 1 thru_hole rect (at -24.13 7.62 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -21.59 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -19.05 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -16.51 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at -13.97 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at -11.43 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at -8.89 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at -6.35 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at -3.81 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at -1.27 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 1.27 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 3.81 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at 6.35 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at 8.89 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at 11.43 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 16 thru_hole oval (at 13.97 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 17 thru_hole oval (at 16.51 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 18 thru_hole oval (at 19.05 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 19 thru_hole oval (at 21.59 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 20 thru_hole oval (at 24.13 7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 21 thru_hole oval (at 24.13 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 22 thru_hole oval (at 21.59 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 23 thru_hole oval (at 19.05 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 24 thru_hole oval (at 16.51 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 25 thru_hole oval (at 13.97 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 26 thru_hole oval (at 11.43 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 27 thru_hole oval (at 8.89 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 28 thru_hole oval (at 6.35 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 29 thru_hole oval (at 3.81 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 30 thru_hole oval (at 1.27 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 31 thru_hole oval (at -1.27 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 32 thru_hole oval (at -3.81 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 33 thru_hole oval (at -6.35 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 34 thru_hole oval (at -8.89 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 35 thru_hole oval (at -11.43 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 36 thru_hole oval (at -13.97 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 37 thru_hole oval (at -16.51 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 38 thru_hole oval (at -19.05 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 39 thru_hole oval (at -21.59 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 40 thru_hole oval (at -24.13 -7.62 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/DIODE_MINIMELF.kicad_mod b/kicad/camino.pretty/DIODE_MINIMELF.kicad_mod new file mode 100644 index 0000000..8ff2cf1 --- /dev/null +++ b/kicad/camino.pretty/DIODE_MINIMELF.kicad_mod @@ -0,0 +1,25 @@ +(module DIODE_MINIMELF (layer F.Cu) (tedit 0) + (descr "Mini Melf Diode") + (fp_text reference D1 (at -2.921 -1.27) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value TMMBAT43 (at -2.921 2.54) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 1.3208 -0.7874) (end -1.3208 -0.7874) (layer F.Fab) (width 0.1524)) + (fp_line (start 1.3208 0.7874) (end -1.3208 0.7874) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.5 -0.5) (end -0.5 0) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.5 0) (end 0.5 0.5) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.5 0.5) (end 0.5 -0.5) (layer F.SilkS) (width 0.2032)) + (fp_poly (pts (xy -1.8542 0.8636) (xy -1.2954 0.8636) (xy -1.2954 -0.8636) (xy -1.8542 -0.8636)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 1.2954 0.8636) (xy 1.8542 0.8636) (xy 1.8542 -0.8636) (xy 1.2954 -0.8636)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -0.8636 0.7874) (xy -0.254 0.7874) (xy -0.254 -0.7874) (xy -0.8636 -0.7874)) (layer F.SilkS) (width 0)) + (fp_line (start -2.6035 -1.0795) (end 2.6035 -1.0795) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6035 -1.0795) (end 2.6035 1.0795) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6035 1.0795) (end -2.6035 1.0795) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6035 1.0795) (end -2.6035 -1.0795) (layer Dwgs.User) (width 0.127)) + (pad K smd rect (at -1.7 0) (size 1.4 1.8) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad A smd roundrect (at 1.7 0) (size 1.4 1.8) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.335) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/DIODE_SMD_DO214AB.kicad_mod b/kicad/camino.pretty/DIODE_SMD_DO214AB.kicad_mod new file mode 100644 index 0000000..4f393bc --- /dev/null +++ b/kicad/camino.pretty/DIODE_SMD_DO214AB.kicad_mod @@ -0,0 +1,16 @@ +(module DIODE_SMD_DO214AB (layer F.Cu) (tedit 0) + (fp_text reference D2 (at -3.81 -3.81) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value S4D (at -3.81 5.08) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -3.555 -3.11) (end -3.555 3.11) (layer F.SilkS) (width 0.127)) + (fp_line (start -3.555 3.11) (end 3.555 3.11) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.555 3.11) (end 3.555 -3.11) (layer F.SilkS) (width 0.127)) + (fp_line (start 3.555 -3.11) (end -3.555 -3.11) (layer F.SilkS) (width 0.127)) + (pad A smd roundrect (at -3.115 0 90) (size 4.27 2.52) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.375) + (solder_mask_margin 0.1016)) + (pad K smd rect (at 3.115 0 90) (size 4.27 2.52) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/ELKO_RADIAL_11MM.kicad_mod b/kicad/camino.pretty/ELKO_RADIAL_11MM.kicad_mod new file mode 100644 index 0000000..84bbe69 --- /dev/null +++ b/kicad/camino.pretty/ELKO_RADIAL_11MM.kicad_mod @@ -0,0 +1,28 @@ +(module ELKO_RADIAL_11MM (layer F.Cu) (tedit 0) + (descr "ELECTROLYTIC CAPACITOR

\ngrid 5.08 mm, diameter 10.5 mm") + (fp_text reference C25 (at -5.3848 3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value 1000u (at 3.1242 -3.556) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start -1.143 0) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 0) (end -0.889 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 1.143) (end -0.254 1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 1.143) (end -0.254 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -1.143) (end -0.889 -1.143) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.889 -1.143) (end -0.889 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 1.143 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -1.651) (end -3.81 -0.889) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.429 -1.27) (end -4.191 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start 1.143 0) (end 1.651 0) (layer F.Fab) (width 0.1524)) + (fp_line (start -1.651 0) (end -1.143 0) (layer F.Fab) (width 0.1524)) + (fp_circle (center 0 0) (end 5.08 0) (layer F.SilkS) (width 0.1524)) + (fp_poly (pts (xy 0.254 1.143) (xy 0.889 1.143) (xy 0.889 -1.143) (xy 0.254 -1.143)) (layer F.SilkS) (width 0)) + (fp_circle (center 0 0) (end 5.207 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.905) (end 3.81 1.905) (layer F.SilkS) (width 0.127)) + (pad + thru_hole circle (at -2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad - thru_hole rect (at 2.54 0) (size 2.54 2.54) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/ELKO_SMD_TM_B.kicad_mod b/kicad/camino.pretty/ELKO_SMD_TM_B.kicad_mod new file mode 100644 index 0000000..5c1315e --- /dev/null +++ b/kicad/camino.pretty/ELKO_SMD_TM_B.kicad_mod @@ -0,0 +1,24 @@ +(module ELKO_SMD_TM_B (layer F.Cu) (tedit 0) + (fp_text reference C36 (at -2.54 3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10ยต (at 3.81 3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -1.55 -1.75) (end -1.55 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 -1.27) (end -1.55 1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 1.75) (end 1.55 1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.55 1.75) (end 1.55 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.55 -1.27) (end 1.55 -1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.55 -1.75) (end -1.55 -1.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.55 -1.27) (end 1.55 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.27 -1.27) (end 0 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 0 -2.54) (end 1.27 -1.27) (layer F.SilkS) (width 0.127)) + (fp_text user + (at -2.54 -3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (pad POS smd roundrect (at 0 -2.15) (size 4.1 2.1) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.5) + (solder_mask_margin 0.1016)) + (pad NEG smd rect (at 0 2.15) (size 4.1 2.1) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/GLEICHRICHTER_SIL4.kicad_mod b/kicad/camino.pretty/GLEICHRICHTER_SIL4.kicad_mod new file mode 100644 index 0000000..66cd719 --- /dev/null +++ b/kicad/camino.pretty/GLEICHRICHTER_SIL4.kicad_mod @@ -0,0 +1,35 @@ +(module GLEICHRICHTER_SIL4 (layer F.Cu) (tedit 0) + (descr "RECTIFIER

\ngrid 3 x 5 mm") + (fp_text reference IC2 (at -8.89 -3.81) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_text value BRUECKENGLEICHRICHTER (at -8.89 5.715) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify left bottom)) + ) + (fp_line (start -9.4996 3.429) (end -9.4996 -3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.4996 -3.429) (end 9.4996 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.4996 -3.429) (end 5.969 -3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.969 -3.429) (end 5.969 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.969 -3.429) (end 9.4996 -3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.969 3.429) (end -9.4996 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6.858 2.54) (end 7.874 2.54) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 2.54) (end -2.032 2.54) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -7.2644 2.54) (end -7.5946 2.54) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -7.9248 2.54) (end -8.255 2.54) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 2.6416 2.54) (end 2.3114 2.54) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 1.9812 2.54) (end 1.651 2.54) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.4996 3.429) (end 5.969 3.429) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.54 3.048) (end -2.54 2.032) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 -3.556) (end 9.652 -3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.652 -3.556) (end 9.652 3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start 9.652 3.556) (end -9.652 3.556) (layer Dwgs.User) (width 0.127)) + (fp_line (start -9.652 3.556) (end -9.652 -3.556) (layer Dwgs.User) (width 0.127)) + (pad NEG thru_hole rect (at 7.3914 0 90) (size 1.8288 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad AC1 thru_hole oval (at -7.62 0 90) (size 3.6576 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad AC2 thru_hole oval (at 2.413 0 90) (size 3.6576 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad POS thru_hole oval (at -2.6162 0 90) (size 3.6576 1.8288) (drill 1.016) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/HC49U.kicad_mod b/kicad/camino.pretty/HC49U.kicad_mod new file mode 100644 index 0000000..1f6acc6 --- /dev/null +++ b/kicad/camino.pretty/HC49U.kicad_mod @@ -0,0 +1,54 @@ +(module HC49U (layer F.Cu) (tedit 0) + (descr CRYSTAL) + (fp_text reference Q1 (at -5.08 -2.667) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value "16 MHz" (at -5.08 3.937) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start -3.048 2.159) (end 3.048 2.159) (layer F.SilkS) (width 0.4064)) + (fp_line (start -3.048 -2.159) (end 3.048 -2.159) (layer F.SilkS) (width 0.4064)) + (fp_line (start -3.048 1.651) (end 3.048 1.651) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 -1.651) (end -3.048 -1.651) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 -0.762) (end 0.254 -0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.254 -0.762) (end 0.254 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.254 0.762) (end -0.254 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 0.762) (end -0.254 -0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 -0.762) (end 0.635 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 0.635 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 -0.762) (end -0.635 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 0) (end -0.635 0.762) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.635 0) (end 1.27 0) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.635 0) (end -1.27 0) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -3.048 0) (end -3.048 -2.159) (angle -180) (layer F.SilkS) (width 0.4064)) + (fp_arc (start 3.048 0) (end 3.048 2.159) (angle -180) (layer F.SilkS) (width 0.4064)) + (fp_arc (start -3.048 0) (end -3.048 -1.651) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 3.048 0) (end 3.048 1.651) (angle -180) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.81 -2.54) (end 3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 -2.54) (end 5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 -1.905) (end 5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 0) (end 5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 1.905) (end 3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 2.54) (end -3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 2.54) (end -5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 1.905) (end -5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 0) (end -5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 -1.905) (end -3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 -2.54) (end 3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 -2.54) (end 5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 -1.905) (end 5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 0) (end 5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 1.905) (end 3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 2.54) (end -3.81 2.54) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 2.54) (end -5.08 1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 1.905) (end -5.715 0) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 0) (end -5.08 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 -1.905) (end -3.81 -2.54) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy -3.81 -2.54) (xy 3.81 -2.54) (xy 5.08 -1.905) (xy 5.715 0) + (xy 5.08 1.905) (xy 3.81 2.54) (xy -3.81 2.54) (xy -5.08 1.905) + (xy -5.715 0) (xy -5.08 -1.905)) (layer Dwgs.User) (width 0)) + (pad 1 thru_hole circle (at -2.413 0) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole circle (at 2.413 0) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_504_4PIN.kicad_mod b/kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_504_4PIN.kicad_mod new file mode 100644 index 0000000..f46b318 --- /dev/null +++ b/kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_504_4PIN.kicad_mod @@ -0,0 +1,135 @@ +(module KLEMMBUCHSE_WAGO_233_504_4PIN (layer F.Cu) (tedit 0) + (descr "WAGO Cage Clamp") + (fp_text reference CON10 (at -5.18 -5.25) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value "Analog Out" (at 1.53 -5.25) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -6.06 -4.8) (end -6.06 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 -4.25) (end -6.41 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 -4.25) (end -6.41 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 -3.25) (end -6.06 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 -3.25) (end -6.06 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 1.25) (end -6.41 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 1.25) (end -6.41 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 3.25) (end -6.06 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 3.25) (end -6.06 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 5.25) (end -6.41 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 5.25) (end -6.41 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.41 6.25) (end -6.06 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 6.25) (end -6.06 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.06 7.1) (end 5.835 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 7.1) (end 5.835 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 5.25) (end 5.835 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 3.75) (end 5.835 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 1.25) (end 5.835 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 -4.25) (end 5.835 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 -4.8) (end -6.06 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.56 -3.75) (end -4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.56 -1.25) (end -4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.25) (end -3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.06 -1.25) (end -3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.06 -3.75) (end -4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.06 3.75) (end 5.835 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 4.25) (end -4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 5.75) (end -3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 5.75) (end -3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 4.25) (end -4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 -4.25) (end 5.485 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 -4.25) (end 5.485 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 -3.25) (end 5.835 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 1.25) (end 5.485 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 1.25) (end 5.485 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 3.25) (end 5.835 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.835 5.25) (end 5.485 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 5.25) (end 5.485 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.485 6.25) (end 5.835 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 -3.25) (end -4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.75) (end -3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.75) (end -3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -3.25) (end -4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 1) (end -3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 1) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.08 6.985) (end -5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.02 -3.75) (end -2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.02 -1.25) (end -1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.25) (end -0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.52 -1.25) (end -0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.52 -3.75) (end -2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 4.25) (end -1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 5.75) (end -0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 5.75) (end -0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 4.25) (end -1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 -3.25) (end -1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.75) (end -0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.75) (end -0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -3.25) (end -1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 1) (end -0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 1) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.54 6.985) (end -2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.52 -3.75) (end 0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.52 -1.25) (end 0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.25) (end 2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.02 -1.25) (end 2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.02 -3.75) (end 0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 4.25) (end 0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 5.75) (end 1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 5.75) (end 1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 4.25) (end 0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 -3.25) (end 0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.75) (end 1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.75) (end 1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -3.25) (end 0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 1) (end 1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 1) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0 6.985) (end 0 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.06 -3.75) (end 3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.06 -1.25) (end 3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.25) (end 4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.56 -1.25) (end 4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.56 -3.75) (end 3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 4.25) (end 3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 5.75) (end 4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 5.75) (end 4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 4.25) (end 3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 -3.25) (end 3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.75) (end 4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.75) (end 4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -3.25) (end 3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 1) (end 4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 1) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.54 6.985) (end 2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.08 6.985) (end 5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_text user 1 (at -3.96 6.85) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_line (start -6.6548 -5.08) (end -6.6548 7.366) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.6548 7.366) (end 6.096 7.366) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.096 7.366) (end 6.096 -5.08) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.096 -5.08) (end -6.6548 -5.08) (layer Dwgs.User) (width 0.127)) + (pad A1 thru_hole oval (at -3.81 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B1 thru_hole rect (at -3.81 2.58 270) (size 2 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A2 thru_hole oval (at -1.27 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B2 thru_hole oval (at -1.27 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A3 thru_hole oval (at 1.27 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B3 thru_hole oval (at 1.27 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A4 thru_hole oval (at 3.81 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B4 thru_hole oval (at 3.81 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_512_12PIN.kicad_mod b/kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_512_12PIN.kicad_mod new file mode 100644 index 0000000..bccf8f8 --- /dev/null +++ b/kicad/camino.pretty/KLEMMBUCHSE_WAGO_233_512_12PIN.kicad_mod @@ -0,0 +1,317 @@ +(module KLEMMBUCHSE_WAGO_233_512_12PIN (layer F.Cu) (tedit 0) + (descr "WAGO Cage Clamp") + (fp_text reference CON11 (at -14.07 -5.25) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "Analog In" (at -4.82 -5.25) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -16.22 -4.8) (end -16.22 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 -4.25) (end -16.57 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 -4.25) (end -16.57 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 -3.25) (end -16.22 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 -3.25) (end -16.22 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 1.25) (end -16.57 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 1.25) (end -16.57 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 3.25) (end -16.22 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 3.25) (end -16.22 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 5.25) (end -16.57 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 5.25) (end -16.57 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.57 6.25) (end -16.22 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 6.25) (end -16.22 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start -16.22 7.1) (end 15.995 7.1) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 7.1) (end 15.995 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 5.25) (end 15.995 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 3.75) (end 15.995 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 1.25) (end 15.995 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 -4.25) (end 15.995 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 -4.8) (end -16.22 -4.8) (layer F.SilkS) (width 0.2032)) + (fp_line (start -14.72 -3.75) (end -14.72 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.72 -1.25) (end -14.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -1.25) (end -13.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 -1.25) (end -13.22 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.22 -1.25) (end -13.22 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.22 -3.75) (end -14.72 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -16.22 3.75) (end 15.995 3.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -14.47 4.25) (end -14.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -14.47 5.75) (end -13.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -13.47 5.75) (end -13.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -13.47 4.25) (end -14.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 -4.25) (end 15.645 -4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 -4.25) (end 15.645 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 -3.25) (end 15.995 -3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 1.25) (end 15.645 1.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 1.25) (end 15.645 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 3.25) (end 15.995 3.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.995 5.25) (end 15.645 5.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 5.25) (end 15.645 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.645 6.25) (end 15.995 6.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -14.47 -3.25) (end -14.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -1.75) (end -13.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 -1.75) (end -13.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 -3.25) (end -14.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 -1.25) (end -14.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -14.47 1) (end -13.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -13.47 1) (end -13.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -15.24 6.985) (end -15.24 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -12.18 -3.75) (end -12.18 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -12.18 -1.25) (end -11.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -1.25) (end -10.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 -1.25) (end -10.68 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.68 -1.25) (end -10.68 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.68 -3.75) (end -12.18 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 4.25) (end -11.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -11.93 5.75) (end -10.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -10.93 5.75) (end -10.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -10.93 4.25) (end -11.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -11.93 -3.25) (end -11.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -1.75) (end -10.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 -1.75) (end -10.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 -3.25) (end -11.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 -1.25) (end -11.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -11.93 1) (end -10.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.93 1) (end -10.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -12.7 6.985) (end -12.7 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -9.64 -3.75) (end -9.64 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.64 -1.25) (end -9.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -1.25) (end -8.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 -1.25) (end -8.14 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.14 -1.25) (end -8.14 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.14 -3.75) (end -9.64 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 4.25) (end -9.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -9.39 5.75) (end -8.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -8.39 5.75) (end -8.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -8.39 4.25) (end -9.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -9.39 -3.25) (end -9.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -1.75) (end -8.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 -1.75) (end -8.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 -3.25) (end -9.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 -1.25) (end -9.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -9.39 1) (end -8.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -8.39 1) (end -8.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -10.16 6.985) (end -10.16 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -7.1 -3.75) (end -7.1 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -7.1 -1.25) (end -6.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -1.25) (end -5.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 -1.25) (end -5.6 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.6 -1.25) (end -5.6 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.6 -3.75) (end -7.1 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 4.25) (end -6.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.85 5.75) (end -5.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.85 5.75) (end -5.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -5.85 4.25) (end -6.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -6.85 -3.25) (end -6.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -1.75) (end -5.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 -1.75) (end -5.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 -3.25) (end -6.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 -1.25) (end -6.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -6.85 1) (end -5.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.85 1) (end -5.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -7.62 6.985) (end -7.62 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.56 -3.75) (end -4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.56 -1.25) (end -4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.25) (end -3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.06 -1.25) (end -3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.06 -3.75) (end -4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 4.25) (end -4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 5.75) (end -3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 5.75) (end -3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -3.31 4.25) (end -4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -4.31 -3.25) (end -4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.75) (end -3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -1.75) (end -3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 -3.25) (end -4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 -1.25) (end -4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -4.31 1) (end -3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -3.31 1) (end -3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -5.08 6.985) (end -5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start -2.02 -3.75) (end -2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.02 -1.25) (end -1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.25) (end -0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.52 -1.25) (end -0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.52 -3.75) (end -2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 4.25) (end -1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 5.75) (end -0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 5.75) (end -0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -0.77 4.25) (end -1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start -1.77 -3.25) (end -1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.75) (end -0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -1.75) (end -0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 -3.25) (end -1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 -1.25) (end -1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -1.77 1) (end -0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start -0.77 1) (end -0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start -2.54 6.985) (end -2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.52 -3.75) (end 0.52 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.52 -1.25) (end 0.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.25) (end 2.02 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.02 -1.25) (end 2.02 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.02 -3.75) (end 0.52 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 4.25) (end 0.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 5.75) (end 1.77 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 5.75) (end 1.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 1.77 4.25) (end 0.77 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 0.77 -3.25) (end 0.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.75) (end 1.77 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -1.75) (end 1.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 -3.25) (end 0.77 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 -1.25) (end 0.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 0.77 1) (end 1.77 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 1.77 1) (end 1.77 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 0 6.985) (end 0 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.06 -3.75) (end 3.06 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.06 -1.25) (end 3.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.25) (end 4.56 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.56 -1.25) (end 4.56 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.56 -3.75) (end 3.06 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 4.25) (end 3.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 5.75) (end 4.31 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 5.75) (end 4.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 4.31 4.25) (end 3.31 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 3.31 -3.25) (end 3.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.75) (end 4.31 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -1.75) (end 4.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 -3.25) (end 3.31 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 -1.25) (end 3.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 3.31 1) (end 4.31 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 4.31 1) (end 4.31 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 2.54 6.985) (end 2.54 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.6 -3.75) (end 5.6 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.6 -1.25) (end 5.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -1.25) (end 6.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 -1.25) (end 7.1 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 7.1 -1.25) (end 7.1 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 7.1 -3.75) (end 5.6 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 4.25) (end 5.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.85 5.75) (end 6.85 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.85 5.75) (end 6.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 6.85 4.25) (end 5.85 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 5.85 -3.25) (end 5.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -1.75) (end 6.85 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 -1.75) (end 6.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 -3.25) (end 5.85 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 -1.25) (end 5.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.85 1) (end 6.85 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 6.85 1) (end 6.85 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 5.08 6.985) (end 5.08 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 8.14 -3.75) (end 8.14 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.14 -1.25) (end 8.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -1.25) (end 9.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 -1.25) (end 9.64 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.64 -1.25) (end 9.64 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.64 -3.75) (end 8.14 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 4.25) (end 8.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 8.39 5.75) (end 9.39 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 9.39 5.75) (end 9.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 9.39 4.25) (end 8.39 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 8.39 -3.25) (end 8.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -1.75) (end 9.39 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 -1.75) (end 9.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 -3.25) (end 8.39 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 -1.25) (end 8.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 8.39 1) (end 9.39 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 9.39 1) (end 9.39 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 7.62 6.985) (end 7.62 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 10.68 -3.75) (end 10.68 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.68 -1.25) (end 10.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -1.25) (end 11.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 -1.25) (end 12.18 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 12.18 -1.25) (end 12.18 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 12.18 -3.75) (end 10.68 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 4.25) (end 10.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 10.93 5.75) (end 11.93 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 11.93 5.75) (end 11.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 11.93 4.25) (end 10.93 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 10.93 -3.25) (end 10.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -1.75) (end 11.93 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 -1.75) (end 11.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 -3.25) (end 10.93 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 -1.25) (end 10.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.93 1) (end 11.93 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 11.93 1) (end 11.93 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 10.16 6.985) (end 10.16 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 13.22 -3.75) (end 13.22 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.22 -1.25) (end 13.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -1.25) (end 14.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 -1.25) (end 14.72 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.72 -1.25) (end 14.72 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.72 -3.75) (end 13.22 -3.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 4.25) (end 13.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 13.47 5.75) (end 14.47 5.75) (layer F.SilkS) (width 0.2032)) + (fp_line (start 14.47 5.75) (end 14.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 14.47 4.25) (end 13.47 4.25) (layer F.SilkS) (width 0.2032)) + (fp_line (start 13.47 -3.25) (end 13.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -1.75) (end 14.47 -1.75) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 -1.75) (end 14.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 -3.25) (end 13.47 -3.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 -1.25) (end 13.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 13.47 1) (end 14.47 1) (layer F.Fab) (width 0.2032)) + (fp_line (start 14.47 1) (end 14.47 -1.25) (layer F.Fab) (width 0.2032)) + (fp_line (start 12.7 6.985) (end 12.7 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_line (start 15.24 6.985) (end 15.24 -4.699) (layer F.SilkS) (width 0.2032)) + (fp_text user 1 (at -14.12 6.85) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_text user 5 (at -4.087 6.85) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_text user 10 (at 8.232 6.85) (layer F.SilkS) + (effects (font (size 0.77216 0.77216) (thickness 0.065024)) (justify left bottom)) + ) + (fp_line (start -16.8402 -5.08) (end -16.8402 7.366) (layer Dwgs.User) (width 0.127)) + (fp_line (start -16.8402 7.366) (end 16.256 7.366) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.256 7.366) (end 16.256 -5.08) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.256 -5.08) (end -16.8402 -5.08) (layer Dwgs.User) (width 0.127)) + (pad A1 thru_hole oval (at -13.97 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B1 thru_hole rect (at -13.97 2.58 270) (size 2 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A2 thru_hole oval (at -11.43 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B2 thru_hole oval (at -11.43 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A3 thru_hole oval (at -8.89 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B3 thru_hole oval (at -8.89 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A4 thru_hole oval (at -6.35 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B4 thru_hole oval (at -6.35 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A5 thru_hole oval (at -3.81 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B5 thru_hole oval (at -3.81 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A6 thru_hole oval (at -1.27 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B6 thru_hole oval (at -1.27 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A7 thru_hole oval (at 1.27 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B7 thru_hole oval (at 1.27 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A8 thru_hole oval (at 3.81 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B8 thru_hole oval (at 3.81 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A9 thru_hole oval (at 6.35 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B9 thru_hole oval (at 6.35 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A10 thru_hole oval (at 8.89 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B10 thru_hole oval (at 8.89 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A11 thru_hole oval (at 11.43 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B11 thru_hole oval (at 11.43 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad A12 thru_hole oval (at 13.97 -2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad B12 thru_hole oval (at 13.97 2.5 90) (size 4 2) (drill 1.2) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/KONDENSATOR_SMD_1206.kicad_mod b/kicad/camino.pretty/KONDENSATOR_SMD_1206.kicad_mod new file mode 100644 index 0000000..445b584 --- /dev/null +++ b/kicad/camino.pretty/KONDENSATOR_SMD_1206.kicad_mod @@ -0,0 +1,22 @@ +(module KONDENSATOR_SMD_1206 (layer F.Cu) (tedit 0) + (descr "CAPACITOR

\nchip") + (fp_text reference C35 (at -2.54 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 100n (at -2.54 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -2.8448 -1.0541) (end 2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 1.0541) (end -2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8448 1.0541) (end -2.8448 -1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8448 -1.0541) (end 2.8448 1.0541) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -0.965 -0.787) (end 0.965 -0.787) (layer F.Fab) (width 0.1016)) + (fp_line (start -0.965 0.787) (end 0.965 0.787) (layer F.Fab) (width 0.1016)) + (fp_poly (pts (xy -1.7018 0.8509) (xy -0.9517 0.8509) (xy -0.9517 -0.8491) (xy -1.7018 -0.8491)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 0.9517 0.8491) (xy 1.7018 0.8491) (xy 1.7018 -0.8509) (xy 0.9517 -0.8509)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -0.1999 0.4001) (xy 0.1999 0.4001) (xy 0.1999 -0.4001) (xy -0.1999 -0.4001)) (layer F.Adhes) (width 0)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.8) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.8) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/KONDENSATOR_SMD_1812.kicad_mod b/kicad/camino.pretty/KONDENSATOR_SMD_1812.kicad_mod new file mode 100644 index 0000000..d6b96cc --- /dev/null +++ b/kicad/camino.pretty/KONDENSATOR_SMD_1812.kicad_mod @@ -0,0 +1,22 @@ +(module KONDENSATOR_SMD_1812 (layer F.Cu) (tedit 0) + (fp_text reference C27 (at -2.54 3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 330n (at 3.81 3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -1.8 -2.55) (end 1.8 -2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 2.55) (end -1.8 2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.55) (end -1.8 -2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.05) (end -1.8 2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end -1.8 2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.55) (end 1.8 -2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 -2.05) (end 1.8 2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.8 2.05) (end 1.8 2.55) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 -2.05) (end 1.8 -2.05) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.8 2.05) (end 1.8 2.05) (layer F.SilkS) (width 0.127)) + (pad 1 smd rect (at 0 -2.35) (size 4.5 2.2) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 2 smd rect (at 0 2.35) (size 4.5 2.2) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/LAUTSPRECHER_BOX.kicad_mod b/kicad/camino.pretty/LAUTSPRECHER_BOX.kicad_mod new file mode 100644 index 0000000..22fe36c --- /dev/null +++ b/kicad/camino.pretty/LAUTSPRECHER_BOX.kicad_mod @@ -0,0 +1,28 @@ +(module LAUTSPRECHER_BOX (layer F.Cu) (tedit 0) + (fp_text reference SPK1 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15))) + ) + (fp_text value LAUTSPRECHER (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15))) + ) + (fp_line (start -15.85 -9.75) (end -15.85 9.75) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.85 9.75) (end 15.85 9.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 15.85 9.75) (end 15.85 -9.75) (layer F.SilkS) (width 0.127)) + (fp_line (start 15.85 -9.75) (end -15.85 -9.75) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 3.75 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -16.0655 -9.9695) (end -16.0655 9.9695) (layer Dwgs.User) (width 0.127)) + (fp_line (start -16.0655 9.9695) (end 16.0655 9.9695) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.0655 9.9695) (end 16.0655 -9.9695) (layer Dwgs.User) (width 0.127)) + (fp_line (start 16.0655 -9.9695) (end -16.0655 -9.9695) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 0 0) (end 3.556 0) (layer Dwgs.User) (width 0.127)) + (fp_circle (center -7.5 0) (end -3 0) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 7.5 0) (end 12 0) (layer Dwgs.User) (width 0.127)) + (pad 1 thru_hole circle (at 0 -1.905) (size 1.8288 1.8288) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole circle (at 0 1.905 270) (size 1.8288 1.8288) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL1 thru_hole circle (at -7.5 0) (size 4 4) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL2 thru_hole circle (at 7.5 0) (size 4 4) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/LCD_PULT_162C_BC.kicad_mod b/kicad/camino.pretty/LCD_PULT_162C_BC.kicad_mod new file mode 100644 index 0000000..0a60cd6 --- /dev/null +++ b/kicad/camino.pretty/LCD_PULT_162C_BC.kicad_mod @@ -0,0 +1,59 @@ +(module LCD_PULT_162C_BC (layer F.Cu) (tedit 0) + (fp_text reference LCD1 (at -22.225 13.335 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value LCD162C (at -16.51 6.985) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 40 -19) (end 40 19) (layer F.SilkS) (width 0.127)) + (fp_line (start 40 19) (end 28 19) (layer F.SilkS) (width 0.127)) + (fp_line (start 28 19) (end 28 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start 28 -19) (end 40 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start -40 -19) (end -40 19) (layer F.SilkS) (width 0.127)) + (fp_line (start -40 19) (end -28 19) (layer F.SilkS) (width 0.127)) + (fp_line (start -28 19) (end -28 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start -28 -19) (end -40 -19) (layer F.SilkS) (width 0.127)) + (fp_line (start -17.78 14.610081) (end -25.44064 14.610081) (layer F.SilkS) (width 0.127)) + (fp_line (start -25.44064 14.610081) (end -25.44064 5.709918) (layer F.SilkS) (width 0.127)) + (fp_line (start -25.44064 5.709918) (end -5.040121 5.709918) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.040121 5.709918) (end -5.040121 14.610081) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.040121 14.610081) (end -12.7 14.610081) (layer F.SilkS) (width 0.127)) + (fp_line (start -25.56764 5.588) (end -4.9022 5.588) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.9022 5.588) (end -4.9022 14.737081) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.9022 14.737081) (end -25.56764 14.737081) (layer Dwgs.User) (width 0.127)) + (fp_line (start -25.56764 14.737081) (end -25.56764 5.588) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy -40.132 19.1008) (xy -27.813 19.1008) (xy -27.813 -19.1008) (xy -40.132 -19.1008)) (layer Dwgs.User) (width 0)) + (fp_poly (pts (xy 27.813 19.1008) (xy 40.132 19.1008) (xy 40.132 -19.1008) (xy 27.813 -19.1008)) (layer Dwgs.User) (width 0)) + (fp_circle (center -35.5 -10) (end -31 -10) (layer Dwgs.User) (width 0.127)) + (fp_circle (center -35.5 10) (end -31 10) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 35.5 -10) (end 40 -10) (layer Dwgs.User) (width 0.127)) + (fp_circle (center 35.5 10) (end 40 10) (layer Dwgs.User) (width 0.127)) + (pad DRILL4 thru_hole circle (at 35.5 -10) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL3 thru_hole circle (at 35.5 10) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL2 thru_hole circle (at -35.5 10 90) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DRILL1 thru_hole circle (at -35.5 -10 90) (size 4.5 4.5) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad VCC thru_hole rect (at -20.32 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad VCON thru_hole circle (at -20.32 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad RS thru_hole circle (at -17.78 11.43 90) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad E thru_hole circle (at -17.78 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DB0 thru_hole circle (at -15.24 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DB1 thru_hole circle (at -15.24 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DB2 thru_hole circle (at -12.7 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad DB3 thru_hole circle (at -12.7 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad VLED thru_hole circle (at -10.16 11.43) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad GND thru_hole circle (at -10.16 8.89) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/LED_KINGBRIGHT.kicad_mod b/kicad/camino.pretty/LED_KINGBRIGHT.kicad_mod new file mode 100644 index 0000000..19c6ce1 --- /dev/null +++ b/kicad/camino.pretty/LED_KINGBRIGHT.kicad_mod @@ -0,0 +1,22 @@ +(module LED_KINGBRIGHT (layer F.Cu) (tedit 0) + (fp_text reference LED17 (at -3.175 -1.27) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "Power, rot" (at -3.81 2.54) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.9464 -0.9652) (end 2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 -0.9652) (end 2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.9464 0.9652) (end -2.9464 0.9652) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.9464 0.9652) (end -2.9464 -0.9652) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy 0.254 -0.381) (xy 1.6 -0.381) (xy 1.6 -0.8) (xy 0.254 -0.8)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.254 0.8) (xy 1.6 0.8) (xy 1.6 0.381) (xy 0.254 0.381)) (layer F.SilkS) (width 0)) + (pad A smd roundrect (at -1.874518 0) (size 1.750059 1.50114) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.335) + (solder_mask_margin 0.1016)) + (pad K smd rect (at 1.874518 0) (size 1.750059 1.50114) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/PFOSTENSTIFTLEISTE_10PIN.kicad_mod b/kicad/camino.pretty/PFOSTENSTIFTLEISTE_10PIN.kicad_mod new file mode 100644 index 0000000..60a17f0 --- /dev/null +++ b/kicad/camino.pretty/PFOSTENSTIFTLEISTE_10PIN.kicad_mod @@ -0,0 +1,37 @@ +(module PFOSTENSTIFTLEISTE_10PIN (layer F.Cu) (tedit 0) + (fp_text reference CON6 (at -2.54 -6.985) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value BUCHSE_JTAG (at 3.175 -6.35 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -4.45 -2.54) (end -4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -10.2) (end 4.45 -10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -10.2) (end 4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 10.2) (end -4.45 10.2) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 10.2) (end -4.45 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.577081 -10.3251) (end -4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577081 10.3251) (end 4.577081 10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 10.3251) (end 4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577081 -10.3251) (end -4.577081 -10.3251) (layer Dwgs.User) (width 0.127)) + (pad P$1 thru_hole rect (at -1.27 -5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$7 thru_hole circle (at -1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$8 thru_hole circle (at 1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$9 thru_hole circle (at -1.27 5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$10 thru_hole circle (at 1.27 5.08) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/PFOSTENSTIFTLEISTE_6PIN.kicad_mod b/kicad/camino.pretty/PFOSTENSTIFTLEISTE_6PIN.kicad_mod new file mode 100644 index 0000000..ec4f9f1 --- /dev/null +++ b/kicad/camino.pretty/PFOSTENSTIFTLEISTE_6PIN.kicad_mod @@ -0,0 +1,29 @@ +(module PFOSTENSTIFTLEISTE_6PIN (layer F.Cu) (tedit 0) + (fp_text reference CON5 (at -2.54 -4.445) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value BUCHSE_ISP_6PIN (at 3.175 -3.81 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -4.45 -1.27) (end -4.45 -7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 -7.62) (end 4.45 -7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 -7.62) (end 4.45 7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start 4.45 7.62) (end -4.45 7.62) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.45 7.62) (end -4.45 1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start -4.577 -7.747) (end -4.577 7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start -4.577 7.747) (end 4.577 7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577 7.747) (end 4.577 -7.747) (layer Dwgs.User) (width 0.127)) + (fp_line (start 4.577 -7.747) (end -4.577 -7.747) (layer Dwgs.User) (width 0.127)) + (pad P$1 thru_hole rect (at -1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 1.27 -2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$3 thru_hole circle (at -1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$4 thru_hole circle (at 1.27 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$5 thru_hole circle (at -1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$6 thru_hole circle (at 1.27 2.54) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/RECEIVER_TSOP_LIEGEND.kicad_mod b/kicad/camino.pretty/RECEIVER_TSOP_LIEGEND.kicad_mod new file mode 100644 index 0000000..0247818 --- /dev/null +++ b/kicad/camino.pretty/RECEIVER_TSOP_LIEGEND.kicad_mod @@ -0,0 +1,35 @@ +(module RECEIVER_TSOP_LIEGEND (layer F.Cu) (tedit 0) + (fp_text reference TSOP1 (at 2.54 -5.715) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value IR-Detector (at 4.445 4.445) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start 1.905 -5.08) (end 1.905 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -3.81) (end 1.905 -2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -2.54) (end 1.905 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -1.27) (end 1.905 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 2.54) (end 1.905 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 3.81) (end 1.905 5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 5.08) (end 14.605 5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 14.605 5.08) (end 14.605 -5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 14.605 -5.08) (end 1.905 -5.08) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.905 -2.54) (end 9.525 -2.54) (layer F.SilkS) (width 0.127)) + (fp_arc (start 9.525 -1.27) (end 9.525 -2.54) (angle 90) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.795 -1.27) (end 10.795 1.27) (layer F.SilkS) (width 0.127)) + (fp_arc (start 9.525 1.27) (end 10.795 1.27) (angle 90) (layer F.SilkS) (width 0.127)) + (fp_line (start 9.525 2.54) (end 1.905 2.54) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 3.81) (end 1.905 3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -1.27) (end 1.905 -1.27) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -3.81) (end 1.905 -3.81) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.27 -5.207) (end 14.732 -5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start 14.732 -5.207) (end 14.732 5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start 14.732 5.207) (end -1.27 5.207) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.27 5.207) (end -1.27 -5.207) (layer Dwgs.User) (width 0.127)) + (pad GND thru_hole circle (at 0 -3.81) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad VS thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad OUT thru_hole circle (at 0 3.81) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SCHALTER_1UM_ESP.kicad_mod b/kicad/camino.pretty/SCHALTER_1UM_ESP.kicad_mod new file mode 100644 index 0000000..c69b6c6 --- /dev/null +++ b/kicad/camino.pretty/SCHALTER_1UM_ESP.kicad_mod @@ -0,0 +1,22 @@ +(module SCHALTER_1UM_ESP (layer F.Cu) (tedit 0) + (fp_text reference SW7 (at -4.445 -1.778) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value "LED Power" (at -4.445 3.048) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_line (start -5.0038 -1.2446) (end -5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.0038 1.2446) (end 5.0038 1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 1.2446) (end 5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start 5.0038 -1.2446) (end -5.0038 -1.2446) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.1562 -1.397) (end 5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 -1.397) (end 5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.1562 1.397) (end -5.1562 1.397) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.1562 1.397) (end -5.1562 -1.397) (layer Dwgs.User) (width 0.127)) + (pad ON thru_hole rect (at -2.54 0) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad SLIDER thru_hole circle (at 0 0) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad OFF thru_hole circle (at 2.54 0) (size 1.778 1.778) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SCHALTER_DIP4.kicad_mod b/kicad/camino.pretty/SCHALTER_DIP4.kicad_mod new file mode 100644 index 0000000..4f2265f --- /dev/null +++ b/kicad/camino.pretty/SCHALTER_DIP4.kicad_mod @@ -0,0 +1,104 @@ +(module SCHALTER_DIP4 (layer F.Cu) (tedit 0) + (descr "DIL/CODE SWITCH

\nsmall") + (fp_text reference SW3 (at -5.08 -4.826) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value SER_USB (at 0.508 -4.826) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -2.794 5) (end -4.826 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.826 -5) (end -2.794 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.826 -5) (end -6 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.826 5) (end -6 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -6 5) (end -6 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 5) (end 6 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.826 -5) (end 6 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 6 -5) (end 6 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.794 -5) (end -2.286 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.286 -5) (end -0.254 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.254 -5) (end 2.286 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.794 -5) (end 4.826 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.254 -5) (end 0.254 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.286 -5) (end 2.794 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.794 5) (end -2.286 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.254 5) (end 0.254 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.286 5) (end 2.794 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.286 5) (end -0.254 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.254 5) (end 2.286 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.794 5) (end 4.826 5) (layer F.Fab) (width 0.1524)) + (fp_text user 1 (at -4.445 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 2 (at -1.905 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 3 (at 0.635 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user 4 (at 3.175 -1.778) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_text user OFF (at -4.572 2.7432) (layer F.SilkS) + (effects (font (size 0.94107 0.94107) (thickness 0.118872)) (justify left bottom)) + ) + (fp_line (start -6.1524 -5.1562) (end 6.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.1524 -5.1562) (end 6.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 6.1524 5.1562) (end -6.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -6.1524 5.1562) (end -6.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (pad 1 thru_hole oval (at -3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at 1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at 3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at -1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 8 thru_hole rect (at -3.81 -3.81 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SCHALTER_DIP8.kicad_mod b/kicad/camino.pretty/SCHALTER_DIP8.kicad_mod new file mode 100644 index 0000000..41e24f3 --- /dev/null +++ b/kicad/camino.pretty/SCHALTER_DIP8.kicad_mod @@ -0,0 +1,189 @@ +(module SCHALTER_DIP8 (layer F.Cu) (tedit 0) + (descr "DIL/CODE SWITCH

") + (fp_text reference SW2 (at -11.7602 3.7592 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value "PORT D" (at 11.1252 3.1496 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start 11 5) (end 11 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -11 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.525 1.27) (end -8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 1.27) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 -1.27) (end -9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 -1.27) (end -9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 1.27) (end -5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 1.27) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 -1.27) (end -6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 -1.27) (end -6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 1.27) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 -1.27) (end -4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 -1.27) (end -4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.9398) (end -9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.9398) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -9.525 0.635) (end -9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -8.255 0.635) (end -8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.9398) (end -6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.9398) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -6.985 0.635) (end -6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -5.715 0.635) (end -5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.9398) (end -4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.9398) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -4.445 0.635) (end -4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -3.175 0.635) (end -3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 1.27) (end -0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 1.27) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 -1.27) (end -1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 -1.27) (end -1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.9398) (end -1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.9398) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start -1.905 0.635) (end -1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start -0.635 0.635) (end -0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 1.27) (end 1.905 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 1.27) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 -1.27) (end 0.635 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 -1.27) (end 0.635 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 1.905 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.9398) (end 0.635 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.9398) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 0.635 0.635) (end 0.635 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 1.905 0.635) (end 1.905 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 1.27) (end 4.445 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 1.27) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 -1.27) (end 3.175 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 4.445 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.9398) (end 3.175 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.9398) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 4.445 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 3.175 0.635) (end 3.175 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 4.445 0.635) (end 4.445 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 1.27) (end 6.985 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 1.27) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 -1.27) (end 5.715 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 -1.27) (end 5.715 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 6.985 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.9398) (end 5.715 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.9398) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 6.985 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 5.715 0.635) (end 5.715 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 6.985 0.635) (end 6.985 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 1.27) (end 9.525 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 1.27) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 -1.27) (end 8.255 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 -1.27) (end 8.255 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 9.525 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.9398) (end 8.255 1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.9398) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 9.525 0.635) (layer F.SilkS) (width 0.254)) + (fp_line (start 8.255 0.635) (end 8.255 0.9398) (layer F.SilkS) (width 0.254)) + (fp_line (start 9.525 0.635) (end 9.525 -1.27) (layer F.SilkS) (width 0.254)) + (fp_line (start 11 5) (end 9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 5) (end -9.652 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -11 -5) (end -9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 11 -5) (end 9.652 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -9.652 5) (end -8.128 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -8.128 5) (end -7.112 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -7.112 5) (end -5.588 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -5.588 5) (end -4.572 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 5) (end -3.048 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -3.048 5) (end -2.032 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -2.032 5) (end -0.508 5) (layer F.Fab) (width 0.1524)) + (fp_line (start -0.508 5) (end 0.508 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 0.508 5) (end 2.032 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 2.032 5) (end 3.048 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 3.048 5) (end 4.572 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 4.572 5) (end 5.588 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 7.112 5) (end 8.128 5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.588 5) (end 7.112 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 5) (end 9.652 5) (layer F.Fab) (width 0.1524)) + (fp_line (start 8.128 -5) (end 7.112 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 9.652 -5) (end 8.128 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 7.112 -5) (end 5.588 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 5.588 -5) (end 4.572 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.572 -5) (end 3.048 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 3.048 -5) (end 2.032 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start 2.032 -5) (end 0.508 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.508 -5) (end -0.508 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -0.508 -5) (end -2.032 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.032 -5) (end -3.048 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -3.048 -5) (end -4.572 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -4.572 -5) (end -5.588 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.588 -5) (end -7.112 -5) (layer F.Fab) (width 0.1524)) + (fp_line (start -7.112 -5) (end -8.128 -5) (layer F.SilkS) (width 0.1524)) + (fp_line (start -8.128 -5) (end -9.652 -5) (layer F.Fab) (width 0.1524)) + (fp_circle (center -10.414 2.794) (end -10.16 2.794) (layer F.SilkS) (width 0.1524)) + (fp_text user 1 (at -9.271 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 2 (at -6.731 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 3 (at -4.191 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 4 (at -1.651 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 5 (at 0.889 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 6 (at 3.429 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 7 (at 5.969 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user 8 (at 8.509 3.048) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text user ON (at -9.271 -1.7018) (layer F.Fab) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start -11.1524 -5.1562) (end 11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 -5.1562) (end 11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start 11.1524 5.1562) (end -11.1524 5.1562) (layer Dwgs.User) (width 0.127)) + (fp_line (start -11.1524 5.1562) (end -11.1524 -5.1562) (layer Dwgs.User) (width 0.127)) + (pad 1 thru_hole oval (at -8.89 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 2 thru_hole oval (at -6.35 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 3 thru_hole oval (at -3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 4 thru_hole oval (at -1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 5 thru_hole oval (at 1.27 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 6 thru_hole oval (at 3.81 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 7 thru_hole oval (at 6.35 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 8 thru_hole oval (at 8.89 3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 9 thru_hole oval (at 8.89 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 10 thru_hole oval (at 6.35 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 11 thru_hole oval (at 3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 12 thru_hole oval (at 1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 13 thru_hole oval (at -1.27 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 14 thru_hole oval (at -3.81 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 15 thru_hole oval (at -6.35 -3.81 90) (size 3.2256 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad 16 thru_hole rect (at -8.89 -3.81 90) (size 1.6128 1.6128) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SCHALTER_KNITTER.kicad_mod b/kicad/camino.pretty/SCHALTER_KNITTER.kicad_mod new file mode 100644 index 0000000..8a45c10 --- /dev/null +++ b/kicad/camino.pretty/SCHALTER_KNITTER.kicad_mod @@ -0,0 +1,18 @@ +(module SCHALTER_KNITTER (layer F.Cu) (tedit 0) + (fp_text reference SW23 (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15)) (justify right top)) + ) + (fp_text value MAIN (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.15)) (justify right top)) + ) + (fp_line (start -6.6 -3.5) (end -6.6 3.5) (layer F.SilkS) (width 0.127)) + (fp_line (start -6.6 3.5) (end 6.6 3.5) (layer F.SilkS) (width 0.127)) + (fp_line (start 6.6 3.5) (end 6.6 -3.5) (layer F.SilkS) (width 0.127)) + (fp_line (start 6.6 -3.5) (end -6.6 -3.5) (layer F.SilkS) (width 0.127)) + (pad SW thru_hole circle (at 0 0) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad OFF thru_hole circle (at 4.7 0) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad ON thru_hole rect (at -4.7 0) (size 2.6 2.6) (drill 1.6) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SO16L.kicad_mod b/kicad/camino.pretty/SO16L.kicad_mod new file mode 100644 index 0000000..2bf348e --- /dev/null +++ b/kicad/camino.pretty/SO16L.kicad_mod @@ -0,0 +1,89 @@ +(module SO16L (layer F.Cu) (tedit 0) + (descr "Small Outline Package .300 SIOC

\nSource: http://www.maxim-ic.com/cgi-bin/packages?pkg=16%2FSOIC%2E300&Type=Max") + (fp_text reference IC3 (at -5.588 3.556 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_text value MAX202SO16L (at -3.556 0.762) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify left bottom)) + ) + (fp_line (start 4.8768 -3.7338) (end -4.8768 -3.7338) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 4.8768 3.3528) (end 4.8768 3.7338) (angle -90) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -4.8768 -3.3528) (end -5.2578 -3.3528) (angle 90) (layer F.SilkS) (width 0.1524)) + (fp_arc (start 4.8768 -3.3528) (end 4.8768 -3.7338) (angle 90) (layer F.SilkS) (width 0.1524)) + (fp_arc (start -4.8768 3.3528) (end -5.2578 3.3528) (angle -90) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.8768 3.7338) (end 4.8768 3.7338) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.2578 3.3528) (end 5.2578 -3.3528) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.2578 -3.3528) (end -5.2578 -1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.2578 -1.27) (end -5.2578 1.27) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.2578 1.27) (end -5.2578 3.3528) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 3.3782) (end 5.2324 3.3782) (layer F.SilkS) (width 0.0508)) + (fp_arc (start -5.2578 0) (end -5.2578 -1.27) (angle 180) (layer F.SilkS) (width 0.1524)) + (fp_poly (pts (xy -4.699 3.8608) (xy -4.191 3.8608) (xy -4.191 3.7338) (xy -4.699 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -4.699 5.334) (xy -4.191 5.334) (xy -4.191 3.8608) (xy -4.699 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -3.429 3.8608) (xy -2.921 3.8608) (xy -2.921 3.7338) (xy -3.429 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -3.429 5.334) (xy -2.921 5.334) (xy -2.921 3.8608) (xy -3.429 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -2.159 3.8608) (xy -1.651 3.8608) (xy -1.651 3.7338) (xy -2.159 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -2.159 5.334) (xy -1.651 5.334) (xy -1.651 3.8608) (xy -2.159 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -0.889 3.8608) (xy -0.381 3.8608) (xy -0.381 3.7338) (xy -0.889 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.889 5.334) (xy -0.381 5.334) (xy -0.381 3.8608) (xy -0.889 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 0.381 5.334) (xy 0.889 5.334) (xy 0.889 3.8608) (xy 0.381 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 0.381 3.8608) (xy 0.889 3.8608) (xy 0.889 3.7338) (xy 0.381 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 1.651 3.8608) (xy 2.159 3.8608) (xy 2.159 3.7338) (xy 1.651 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 1.651 5.334) (xy 2.159 5.334) (xy 2.159 3.8608) (xy 1.651 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 2.921 3.8608) (xy 3.429 3.8608) (xy 3.429 3.7338) (xy 2.921 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 2.921 5.334) (xy 3.429 5.334) (xy 3.429 3.8608) (xy 2.921 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 4.191 3.8608) (xy 4.699 3.8608) (xy 4.699 3.7338) (xy 4.191 3.7338)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 4.191 5.334) (xy 4.699 5.334) (xy 4.699 3.8608) (xy 4.191 3.8608)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -4.699 -3.8608) (xy -4.191 -3.8608) (xy -4.191 -5.334) (xy -4.699 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -4.699 -3.7338) (xy -4.191 -3.7338) (xy -4.191 -3.8608) (xy -4.699 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -3.429 -3.7338) (xy -2.921 -3.7338) (xy -2.921 -3.8608) (xy -3.429 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -3.429 -3.8608) (xy -2.921 -3.8608) (xy -2.921 -5.334) (xy -3.429 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -2.159 -3.7338) (xy -1.651 -3.7338) (xy -1.651 -3.8608) (xy -2.159 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -2.159 -3.8608) (xy -1.651 -3.8608) (xy -1.651 -5.334) (xy -2.159 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -0.889 -3.7338) (xy -0.381 -3.7338) (xy -0.381 -3.8608) (xy -0.889 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.889 -3.8608) (xy -0.381 -3.8608) (xy -0.381 -5.334) (xy -0.889 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 0.381 -3.7338) (xy 0.889 -3.7338) (xy 0.889 -3.8608) (xy 0.381 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 0.381 -3.8608) (xy 0.889 -3.8608) (xy 0.889 -5.334) (xy 0.381 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 1.651 -3.7338) (xy 2.159 -3.7338) (xy 2.159 -3.8608) (xy 1.651 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 1.651 -3.8608) (xy 2.159 -3.8608) (xy 2.159 -5.334) (xy 1.651 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 2.921 -3.7338) (xy 3.429 -3.7338) (xy 3.429 -3.8608) (xy 2.921 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 2.921 -3.8608) (xy 3.429 -3.8608) (xy 3.429 -5.334) (xy 2.921 -5.334)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 4.191 -3.7338) (xy 4.699 -3.7338) (xy 4.699 -3.8608) (xy 4.191 -3.8608)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 4.191 -3.8608) (xy 4.699 -3.8608) (xy 4.699 -5.334) (xy 4.191 -5.334)) (layer F.Fab) (width 0)) + (fp_line (start -5.4864 -6.1468) (end -5.4864 6.1468) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.4864 6.1468) (end 5.4864 6.1468) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.4864 6.1468) (end 5.4864 -6.1468) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.4864 -6.1468) (end -5.4864 -6.1468) (layer Dwgs.User) (width 0.127)) + (pad 1 smd roundrect (at -4.445 4.7752) (size 0.6604 1.778) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.335) + (solder_mask_margin 0.1016)) + (pad 2 smd rect (at -3.175 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 3 smd rect (at -1.905 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 4 smd rect (at -0.635 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 5 smd rect (at 0.635 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 6 smd rect (at 1.905 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 7 smd rect (at 3.175 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 8 smd rect (at 4.445 4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 9 smd rect (at 4.445 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 10 smd rect (at 3.175 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 11 smd rect (at 1.905 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 12 smd rect (at 0.635 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 13 smd rect (at -0.635 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 14 smd rect (at -1.905 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 15 smd rect (at -3.175 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 16 smd rect (at -4.445 -4.9022) (size 0.6604 2.032) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SOT-23.kicad_mod b/kicad/camino.pretty/SOT-23.kicad_mod new file mode 100644 index 0000000..c23dfaf --- /dev/null +++ b/kicad/camino.pretty/SOT-23.kicad_mod @@ -0,0 +1,26 @@ +(module SOT-23 (layer F.Cu) (tedit 0) + (fp_text reference T16 (at -1.27 2.286) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value IRLML2502 (at -1.905 2.54 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -1.524 -1.7018) (end -1.524 -0.3048) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.524 -0.3048) (end 1.524 -0.3048) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 -0.3048) (end 1.524 -1.7018) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.524 -1.7018) (end -1.524 -1.7018) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -2.8448) (end -0.635 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -0.635 -1.905) (end -1.7272 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 -1.905) (end -1.7272 0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.7272 0.8128) (end 1.7272 0.8128) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 0.8128) (end 1.7272 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.7272 -1.905) (end 0.635 -1.905) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 -1.905) (end 0.635 -2.8448) (layer Dwgs.User) (width 0.127)) + (fp_line (start 0.635 -2.8448) (end -0.635 -2.8448) (layer Dwgs.User) (width 0.127)) + (pad P$1 smd rect (at -0.9398 0.0889) (size 0.7874 1.0668) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0.9398 0.0889) (size 0.7874 1.0668) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad P$3 smd rect (at 0 -2.0955) (size 0.7874 1.0668) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SPULE_RADIAL_200MIL.kicad_mod b/kicad/camino.pretty/SPULE_RADIAL_200MIL.kicad_mod new file mode 100644 index 0000000..8927264 --- /dev/null +++ b/kicad/camino.pretty/SPULE_RADIAL_200MIL.kicad_mod @@ -0,0 +1,15 @@ +(module SPULE_RADIAL_200MIL (layer F.Cu) (tedit 0) + (descr "Z.b.: Reichelt L-09P") + (fp_text reference L2 (at -3.175 -1.27) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_text value 15m (at -3.175 3.175) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify right top)) + ) + (fp_circle (center 0 0) (end 4.75 0) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 4.9 0) (layer Dwgs.User) (width 0.127)) + (pad P$1 thru_hole circle (at -2.54 0) (size 1.6256 1.6256) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad P$2 thru_hole circle (at 2.54 0) (size 1.6256 1.6256) (drill 0.8) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/SPULE_SMD_1008.kicad_mod b/kicad/camino.pretty/SPULE_SMD_1008.kicad_mod new file mode 100644 index 0000000..8c62529 --- /dev/null +++ b/kicad/camino.pretty/SPULE_SMD_1008.kicad_mod @@ -0,0 +1,20 @@ +(module SPULE_SMD_1008 (layer F.Cu) (tedit 0) + (fp_text reference L1 (at -1.397 3.175 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 10u (at 2.667 3.81 90) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -1.45 -1.4) (end 1.45 -1.4) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.45 -1.4) (end 1.45 1.4) (layer F.SilkS) (width 0.127)) + (fp_line (start 1.45 1.4) (end -1.45 1.4) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.45 1.4) (end -1.45 -1.4) (layer F.SilkS) (width 0.127)) + (fp_line (start -1.6002 -1.5494) (end 1.6002 -1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.6002 -1.5494) (end 1.6002 1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start 1.6002 1.5494) (end -1.6002 1.5494) (layer Dwgs.User) (width 0.127)) + (fp_line (start -1.6002 1.5494) (end -1.6002 -1.5494) (layer Dwgs.User) (width 0.127)) + (pad P$1 smd rect (at 0 -1.15) (size 2.5 1) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad P$2 smd rect (at 0 1.15) (size 2.5 1) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/TASTER_LSG1301.kicad_mod b/kicad/camino.pretty/TASTER_LSG1301.kicad_mod new file mode 100644 index 0000000..4491230 --- /dev/null +++ b/kicad/camino.pretty/TASTER_LSG1301.kicad_mod @@ -0,0 +1,33 @@ +(module TASTER_LSG1301 (layer F.Cu) (tedit 0) + (fp_text reference KEY17 (at -3.175 -3.556) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value PD0 (at -3.81 4.826) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start -3 3) (end -3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start 3 3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 3) (end 3 3) (layer F.SilkS) (width 0.127)) + (fp_line (start -3 -3) (end 3 -3) (layer F.SilkS) (width 0.127)) + (fp_circle (center 0 0) (end 2 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -5.715 -3.2258) (end -5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 -1.27) (end -3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 -1.27) (end -3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.175 1.27) (end -5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 1.27) (end -5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.715 3.2258) (end 5.715 3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 3.2258) (end 5.715 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 1.27) (end 3.175 1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 1.27) (end 3.175 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.175 -1.27) (end 5.715 -1.27) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -1.27) (end 5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.715 -3.2258) (end -5.715 -3.2258) (layer Dwgs.User) (width 0.127)) + (pad P$1 smd roundrect (at -4.238 -2.25) (size 2.54 1.524) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.125) + (solder_mask_margin 0.1016)) + (pad P$2 smd roundrect (at 4.238 -2.25) (size 2.54 1.524) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.125) + (solder_mask_margin 0.1016)) + (pad P$3 smd roundrect (at -4.238 2.25) (size 2.54 1.524) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.125) + (solder_mask_margin 0.1016)) + (pad P$4 smd roundrect (at 4.238 2.25) (size 2.54 1.524) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.125) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/TO220_LIEGEND_KUEHLKOERPER_STRANG.kicad_mod b/kicad/camino.pretty/TO220_LIEGEND_KUEHLKOERPER_STRANG.kicad_mod new file mode 100644 index 0000000..deec972 --- /dev/null +++ b/kicad/camino.pretty/TO220_LIEGEND_KUEHLKOERPER_STRANG.kicad_mod @@ -0,0 +1,89 @@ +(module TO220_LIEGEND_KUEHLKOERPER_STRANG (layer F.Cu) (tedit 0) + (descr TO-220) + (fp_text reference VR1 (at 3.937 -13.589) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify right top)) + ) + (fp_text value 7805 (at 4.064 -11.176) (layer F.SilkS) + (effects (font (size 1.6891 1.6891) (thickness 0.1778)) (justify right top)) + ) + (fp_line (start -5.207 7.62) (end 5.207 7.62) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 -8.255) (end -5.207 -8.255) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 7.62) (end 5.207 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 -4.826) (end 4.318 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.318 -4.826) (end 4.318 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start 4.318 -6.35) (end 5.207 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start 5.207 -6.35) (end 5.207 -8.255) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 7.62) (end -5.207 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 -4.826) (end -4.318 -4.826) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.318 -4.826) (end -4.318 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.318 -6.35) (end -5.207 -6.35) (layer F.SilkS) (width 0.1524)) + (fp_line (start -5.207 -6.35) (end -5.207 -8.255) (layer F.SilkS) (width 0.1524)) + (fp_line (start -4.572 6.985) (end 4.572 6.985) (layer F.SilkS) (width 0.0508)) + (fp_line (start 4.572 -1.27) (end 4.572 6.985) (layer F.SilkS) (width 0.0508)) + (fp_line (start 4.572 -1.27) (end -4.572 -1.27) (layer F.SilkS) (width 0.0508)) + (fp_line (start -4.572 6.985) (end -4.572 -1.27) (layer F.SilkS) (width 0.0508)) + (fp_poly (pts (xy 2.159 11.049) (xy 2.921 11.049) (xy 2.921 10.414) (xy 2.159 10.414)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.381 11.049) (xy 0.381 11.049) (xy 0.381 10.414) (xy -0.381 10.414)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -2.921 11.049) (xy -2.159 11.049) (xy -2.159 10.414) (xy -2.921 10.414)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.635 10.414) (xy 0.635 10.414) (xy 0.635 7.62) (xy -0.635 7.62)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy 1.905 10.414) (xy 3.175 10.414) (xy 3.175 7.62) (xy 1.905 7.62)) (layer F.SilkS) (width 0)) + (fp_line (start -15.24 22.86) (end -12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -12.7 22.86) (end -10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -10.16 22.86) (end -8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 22.86) (end 8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 8.89 22.86) (end 10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.16 22.86) (end 12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 12.7 22.86) (end 15.24 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 15.24 -17.78) (end 15.24 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.24 -17.78) (end -15.24 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.24 -17.78) (end -12.7 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -12.7 -17.78) (end -10.16 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -10.16 -17.78) (end -8.89 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 -17.78) (end 8.89 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start 8.89 -17.78) (end 10.16 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.16 -17.78) (end 12.7 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start 12.7 -17.78) (end 15.24 -17.78) (layer F.SilkS) (width 0.127)) + (fp_line (start 8.89 -17.78) (end 8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 10.16 -17.78) (end 10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start 12.7 -17.78) (end 12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -12.7 -17.78) (end -12.7 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -10.16 -17.78) (end -10.16 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -8.89 -17.78) (end -8.89 22.86) (layer F.SilkS) (width 0.127)) + (fp_line (start -15.3924 -17.9324) (end -15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 23.0124) (end 15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 23.0124) (end 15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 -17.9324) (end -15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 -17.9324) (end -15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start -15.3924 23.0124) (end 15.3924 23.0124) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 23.0124) (end 15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start 15.3924 -17.9324) (end -15.3924 -17.9324) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 7.62) (end -3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 7.62) (end -5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 8.89) (end -5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 11.43) (end -3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 12.7) (end 3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 12.7) (end 5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 11.43) (end 5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 8.89) (end 3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 7.62) (end -5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 8.89) (end -5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start -5.08 11.43) (end -3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start -3.81 12.7) (end 3.81 12.7) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 12.7) (end 5.08 11.43) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 11.43) (end 5.08 8.89) (layer Dwgs.User) (width 0.127)) + (fp_line (start 5.08 8.89) (end 3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_line (start 3.81 7.62) (end -3.81 7.62) (layer Dwgs.User) (width 0.127)) + (fp_poly (pts (xy -3.175 10.414) (xy -1.905 10.414) (xy -1.905 7.62) (xy -3.175 7.62)) (layer F.SilkS) (width 0)) + (fp_circle (center 0 -4.826) (end 4.5 -4.826) (layer Dwgs.User) (width 0.127)) + (pad 1 smd roundrect (at -2.54 10.16 90) (size 3.3 1.8) (layers B.Cu B.Paste B.Mask)(roundrect_rratio 0.5) + (solder_mask_margin 0.1016)) + (pad 2 smd roundrect (at 0 10.16 90) (size 3.3 1.8) (layers B.Cu B.Paste B.Mask)(roundrect_rratio 0.5) + (solder_mask_margin 0.1016)) + (pad 3 smd roundrect (at 2.54 10.16 90) (size 3.3 1.8) (layers B.Cu B.Paste B.Mask)(roundrect_rratio 0.5) + (solder_mask_margin 0.1016)) + (pad P$1 thru_hole circle (at 0 -5.08) (size 4 4) (drill 3) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad "" np_thru_hole circle (at -2.54 10.16) (size 1 1) (drill 1) (layers *.Cu)) + (pad "" np_thru_hole circle (at 0 10.16) (size 1 1) (drill 1) (layers *.Cu)) + (pad "" np_thru_hole circle (at 2.54 10.16) (size 1 1) (drill 1) (layers *.Cu)) +) diff --git a/kicad/camino.pretty/WIDERSTAND_SMD_1206.kicad_mod b/kicad/camino.pretty/WIDERSTAND_SMD_1206.kicad_mod new file mode 100644 index 0000000..2b17fe1 --- /dev/null +++ b/kicad/camino.pretty/WIDERSTAND_SMD_1206.kicad_mod @@ -0,0 +1,22 @@ +(module WIDERSTAND_SMD_1206 (layer F.Cu) (tedit 0) + (descr "RESISTOR

\nchip") + (fp_text reference R136 (at -2.667 -1.143) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_text value 470K (at -2.667 2.413) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.1016)) (justify left bottom)) + ) + (fp_line (start 0.9525 0.8128) (end -0.9652 0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start 0.9525 -0.8128) (end -0.9652 -0.8128) (layer F.Fab) (width 0.1524)) + (fp_line (start -2.8194 -1.0668) (end 2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 -1.0668) (end 2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start 2.8194 1.0668) (end -2.8194 1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_line (start -2.8194 1.0668) (end -2.8194 -1.0668) (layer Dwgs.User) (width 0.0508)) + (fp_poly (pts (xy -1.6891 0.8763) (xy -0.9525 0.8763) (xy -0.9525 -0.8763) (xy -1.6891 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy 0.9525 0.8763) (xy 1.6891 0.8763) (xy 1.6891 -0.8763) (xy 0.9525 -0.8763)) (layer F.Fab) (width 0)) + (fp_poly (pts (xy -0.3 0.7) (xy 0.3 0.7) (xy 0.3 -0.7) (xy -0.3 -0.7)) (layer F.Adhes) (width 0)) + (pad 2 smd rect (at 1.651 0) (size 2.032 1.803) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) + (pad 1 smd rect (at -1.651 0) (size 2.032 1.803) (layers F.Cu F.Paste F.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pretty/ZENER_PIN_200MIL.kicad_mod b/kicad/camino.pretty/ZENER_PIN_200MIL.kicad_mod new file mode 100644 index 0000000..66ba029 --- /dev/null +++ b/kicad/camino.pretty/ZENER_PIN_200MIL.kicad_mod @@ -0,0 +1,30 @@ +(module ZENER_PIN_200MIL (layer F.Cu) (tedit 0) + (descr "Z DIODE") + (fp_text reference Z3 (at -2.6162 -1.524) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_text value 3.6V (at -2.54 2.794) (layer F.SilkS) + (effects (font (size 1.2065 1.2065) (thickness 0.127)) (justify right top)) + ) + (fp_line (start -2.5 -1.15) (end 2.5 -1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 -1.15) (end 2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start 2.5 1.15) (end -2.5 1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.5 1.15) (end -2.5 -1.15) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end 0.635 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 -0.635) (end 0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0) (end 0.635 0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0.635) (end -0.635 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 -0.635) (end 0 -0.635) (layer F.SilkS) (width 0.127)) + (fp_line (start -0.635 0) (end -1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start 0.635 0) (end 1.27 0) (layer F.SilkS) (width 0.127)) + (fp_line (start -2.6416 -1.3208) (end -2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start -2.6416 1.3208) (end 2.6416 1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6416 1.3208) (end 2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (fp_line (start 2.6416 -1.3208) (end -2.6416 -1.3208) (layer Dwgs.User) (width 0.127)) + (pad A thru_hole circle (at 2.54 0) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) + (pad K thru_hole rect (at -2.54 0) (size 1.6256 1.6256) (drill 0.8128) (layers *.Cu *.Mask) + (solder_mask_margin 0.1016)) +) diff --git a/kicad/camino.pro b/kicad/camino.pro new file mode 100644 index 0000000..d5ae662 --- /dev/null +++ b/kicad/camino.pro @@ -0,0 +1,43 @@ +update=01.04.2018 17:37:38 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +[schematic_editor] +version=1 +PageLayoutDescrFile=empty.kicad_wks +PlotDirectoryName= +SubpartIdSeparator=0 +SubpartFirstId=65 +NetFmtName= +SpiceAjustPassiveValues=0 +LabSize=50 +ERC_TestSimilarLabels=1 diff --git a/kicad/camino.sch b/kicad/camino.sch new file mode 100644 index 0000000..f6a51f4 --- /dev/null +++ b/kicad/camino.sch @@ -0,0 +1,7736 @@ +EESchema Schematic File Version 4 +EELAYER 26 0 +EELAYER END +$Descr User 48923 24428 +encoding utf-8 +Sheet 1 1 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 16700 8900 16300 8900 +Wire Wire Line + 16300 8900 16300 9200 +Wire Wire Line + 16300 9200 16300 9400 +Wire Wire Line + 16700 8600 16300 8600 +Wire Wire Line + 16300 8600 16300 8900 +Wire Wire Line + 16300 9200 16100 9200 +Connection ~ 16300 8900 +Connection ~ 16300 9200 +Text Label 16700 8900 0 10 ~ 0 +GND +Wire Wire Line + 14800 7700 14900 7700 +Text Label 14800 7700 0 10 ~ 0 +GND +Wire Wire Line + 14800 8500 14900 8500 +Text Label 14800 8500 0 10 ~ 0 +GND +Wire Wire Line + 44100 11200 44000 11300 +Text Label 44100 11200 0 10 ~ 0 +GND +Wire Wire Line + 45100 10000 45000 10200 +Text Label 45100 10000 0 10 ~ 0 +GND +Wire Wire Line + 46100 8800 46000 9000 +Text Label 46100 8800 0 10 ~ 0 +GND +Wire Wire Line + 1100 19100 1000 19100 +Wire Wire Line + 1000 19100 1000 20100 +Text Label 1100 19100 0 10 ~ 0 +GND +Wire Wire Line + 1600 19800 1600 19900 +Wire Wire Line + 1600 19900 1600 20100 +Wire Wire Line + 2600 19800 2600 19900 +Wire Wire Line + 2600 19900 1600 19900 +Connection ~ 1600 19900 +Text Label 1600 19800 0 10 ~ 0 +GND +Wire Wire Line + 5000 20100 5000 19200 +Wire Wire Line + 5000 19200 4900 19000 +Text Label 5000 20100 0 10 ~ 0 +GND +Wire Wire Line + 6300 19100 6200 19100 +Wire Wire Line + 6200 19100 6200 20100 +Text Label 6300 19100 0 10 ~ 0 +GND +Wire Wire Line + 6800 19800 6800 19900 +Wire Wire Line + 6800 19900 6800 20100 +Wire Wire Line + 7800 19800 7800 19900 +Wire Wire Line + 7800 19900 6800 19900 +Connection ~ 6800 19900 +Text Label 6800 19800 0 10 ~ 0 +GND +Wire Wire Line + 10200 20100 10200 19200 +Wire Wire Line + 10200 19200 10100 19000 +Text Label 10200 20100 0 10 ~ 0 +GND +Wire Wire Line + 11500 19100 11400 19100 +Wire Wire Line + 11400 19100 11400 20100 +Text Label 11500 19100 0 10 ~ 0 +GND +Wire Wire Line + 12000 19800 12000 19900 +Wire Wire Line + 12000 19900 12000 20100 +Wire Wire Line + 13000 19800 13000 19900 +Wire Wire Line + 13000 19900 12000 19900 +Connection ~ 12000 19900 +Text Label 12000 19800 0 10 ~ 0 +GND +Wire Wire Line + 15400 20100 15400 19200 +Wire Wire Line + 15400 19200 15300 19000 +Text Label 15400 20100 0 10 ~ 0 +GND +Wire Wire Line + 16700 19100 16600 19100 +Wire Wire Line + 16600 19100 16600 20100 +Text Label 16700 19100 0 10 ~ 0 +GND +Wire Wire Line + 17200 19800 17200 19900 +Wire Wire Line + 17200 19900 17200 20100 +Wire Wire Line + 18200 19800 18200 19900 +Wire Wire Line + 18200 19900 17200 19900 +Connection ~ 17200 19900 +Text Label 17200 19800 0 10 ~ 0 +GND +Wire Wire Line + 20600 20100 20600 19200 +Wire Wire Line + 20600 19200 20500 19000 +Text Label 20600 20100 0 10 ~ 0 +GND +Wire Wire Line + 21900 19100 21800 19100 +Wire Wire Line + 21800 19100 21800 20100 +Text Label 21900 19100 0 10 ~ 0 +GND +Wire Wire Line + 22400 19800 22400 19900 +Wire Wire Line + 22400 19900 22400 20100 +Wire Wire Line + 23400 19800 23400 19900 +Wire Wire Line + 23400 19900 22400 19900 +Connection ~ 22400 19900 +Text Label 22400 19800 0 10 ~ 0 +GND +Wire Wire Line + 25800 20100 25800 19200 +Wire Wire Line + 25800 19200 25700 19000 +Text Label 25800 20100 0 10 ~ 0 +GND +Wire Wire Line + 27100 19100 27000 19100 +Wire Wire Line + 27000 19100 27000 20100 +Text Label 27100 19100 0 10 ~ 0 +GND +Wire Wire Line + 27600 19800 27600 19900 +Wire Wire Line + 27600 19900 27600 20100 +Wire Wire Line + 28600 19800 28600 19900 +Wire Wire Line + 28600 19900 27600 19900 +Connection ~ 27600 19900 +Text Label 27600 19800 0 10 ~ 0 +GND +Wire Wire Line + 31000 20100 31000 19200 +Wire Wire Line + 31000 19200 30900 19000 +Text Label 31000 20100 0 10 ~ 0 +GND +Wire Wire Line + 32300 19100 32200 19100 +Wire Wire Line + 32200 19100 32200 20100 +Text Label 32300 19100 0 10 ~ 0 +GND +Wire Wire Line + 32800 19800 32800 19900 +Wire Wire Line + 32800 19900 32800 20100 +Wire Wire Line + 33800 19800 33800 19900 +Wire Wire Line + 33800 19900 32800 19900 +Connection ~ 32800 19900 +Text Label 32800 19800 0 10 ~ 0 +GND +Wire Wire Line + 36200 20100 36200 19200 +Wire Wire Line + 36200 19200 36100 19000 +Text Label 36200 20100 0 10 ~ 0 +GND +Wire Wire Line + 37500 19100 37400 19100 +Wire Wire Line + 37400 19100 37400 20100 +Text Label 37500 19100 0 10 ~ 0 +GND +Wire Wire Line + 38000 19800 38000 19900 +Wire Wire Line + 38000 19900 38000 20100 +Wire Wire Line + 39000 19800 39000 19900 +Wire Wire Line + 39000 19900 38000 19900 +Connection ~ 38000 19900 +Text Label 38000 19800 0 10 ~ 0 +GND +Wire Wire Line + 41400 20100 41400 19200 +Wire Wire Line + 41400 19200 41300 19000 +Text Label 41400 20100 0 10 ~ 0 +GND +Wire Wire Line + 1400 22300 1300 22300 +Wire Wire Line + 1300 22300 1300 23300 +Text Label 1400 22300 0 10 ~ 0 +GND +Wire Wire Line + 1900 23000 1900 23100 +Wire Wire Line + 1900 23100 1900 23300 +Wire Wire Line + 2900 23000 2900 23100 +Wire Wire Line + 2900 23100 1900 23100 +Connection ~ 1900 23100 +Text Label 1900 23000 0 10 ~ 0 +GND +Wire Wire Line + 5300 23300 5300 22400 +Wire Wire Line + 5300 22400 5200 22200 +Text Label 5300 23300 0 10 ~ 0 +GND +Wire Wire Line + 6600 22300 6500 22300 +Wire Wire Line + 6500 22300 6500 23300 +Text Label 6600 22300 0 10 ~ 0 +GND +Wire Wire Line + 7100 23000 7100 23100 +Wire Wire Line + 7100 23100 7100 23300 +Wire Wire Line + 8100 23000 8100 23100 +Wire Wire Line + 8100 23100 7100 23100 +Connection ~ 7100 23100 +Text Label 7100 23000 0 10 ~ 0 +GND +Wire Wire Line + 10500 23300 10500 22400 +Wire Wire Line + 10500 22400 10400 22200 +Text Label 10500 23300 0 10 ~ 0 +GND +Wire Wire Line + 11800 22300 11700 22300 +Wire Wire Line + 11700 22300 11700 23300 +Text Label 11800 22300 0 10 ~ 0 +GND +Wire Wire Line + 12300 23100 12300 23300 +Wire Wire Line + 13300 23000 13300 23100 +Wire Wire Line + 13300 23100 12300 23100 +Wire Wire Line + 12300 23100 12300 23000 +Connection ~ 12300 23100 +Text Label 12300 23100 0 10 ~ 0 +GND +Wire Wire Line + 15700 23300 15700 22400 +Wire Wire Line + 15700 22400 15600 22200 +Text Label 15700 23300 0 10 ~ 0 +GND +Wire Wire Line + 17000 22300 16900 22300 +Wire Wire Line + 16900 22300 16900 23300 +Text Label 17000 22300 0 10 ~ 0 +GND +Wire Wire Line + 17500 23000 17500 23100 +Wire Wire Line + 17500 23100 17500 23300 +Wire Wire Line + 18500 23000 18500 23100 +Wire Wire Line + 18500 23100 17500 23100 +Connection ~ 17500 23100 +Text Label 17500 23000 0 10 ~ 0 +GND +Wire Wire Line + 20900 23300 20900 22400 +Wire Wire Line + 20900 22400 20800 22200 +Text Label 20900 23300 0 10 ~ 0 +GND +Wire Wire Line + 22200 22300 22100 22300 +Wire Wire Line + 22100 22300 22100 23300 +Text Label 22200 22300 0 10 ~ 0 +GND +Wire Wire Line + 22700 23000 22700 23100 +Wire Wire Line + 22700 23100 23300 23100 +Wire Wire Line + 23300 23100 23300 23300 +Wire Wire Line + 23700 23000 23700 23100 +Wire Wire Line + 23700 23100 23300 23100 +Connection ~ 23300 23100 +Text Label 22700 23000 0 10 ~ 0 +GND +Wire Wire Line + 26100 23300 26100 22400 +Wire Wire Line + 26100 22400 26000 22200 +Text Label 26100 23300 0 10 ~ 0 +GND +Wire Wire Line + 27400 22300 27300 22300 +Wire Wire Line + 27300 22300 27300 23300 +Text Label 27400 22300 0 10 ~ 0 +GND +Wire Wire Line + 27900 23000 27900 23100 +Wire Wire Line + 27900 23100 27900 23300 +Wire Wire Line + 28900 23000 28900 23100 +Wire Wire Line + 28900 23100 27900 23100 +Connection ~ 27900 23100 +Text Label 27900 23000 0 10 ~ 0 +GND +Wire Wire Line + 31300 23300 31300 22400 +Wire Wire Line + 31300 22400 31200 22200 +Text Label 31300 23300 0 10 ~ 0 +GND +Wire Wire Line + 32600 22300 32500 22300 +Wire Wire Line + 32500 22300 32500 23300 +Text Label 32600 22300 0 10 ~ 0 +GND +Wire Wire Line + 33100 23000 33100 23100 +Wire Wire Line + 33100 23100 33100 23300 +Wire Wire Line + 34100 23000 34100 23100 +Wire Wire Line + 34100 23100 33100 23100 +Connection ~ 33100 23100 +Text Label 33100 23000 0 10 ~ 0 +GND +Wire Wire Line + 36500 23300 36500 22400 +Wire Wire Line + 36500 22400 36400 22200 +Text Label 36500 23300 0 10 ~ 0 +GND +Wire Wire Line + 37800 22300 37700 22300 +Wire Wire Line + 37700 22300 37700 23300 +Text Label 37800 22300 0 10 ~ 0 +GND +Wire Wire Line + 38300 23000 38300 23100 +Wire Wire Line + 38300 23100 38300 23300 +Wire Wire Line + 39300 23000 39300 23100 +Wire Wire Line + 39300 23100 38300 23100 +Connection ~ 38300 23100 +Text Label 38300 23000 0 10 ~ 0 +GND +Wire Wire Line + 41700 23300 41700 22400 +Wire Wire Line + 41700 22400 41600 22200 +Text Label 41700 23300 0 10 ~ 0 +GND +Wire Wire Line + 11400 12000 12500 12000 +Wire Wire Line + 12500 12000 13500 12000 +Wire Wire Line + 13500 12000 13500 11800 +Wire Wire Line + 11400 11800 11400 12000 +Wire Wire Line + 11400 12000 10700 12000 +Wire Wire Line + 10700 12000 10300 12000 +Wire Wire Line + 10300 12000 9900 12000 +Wire Wire Line + 9900 12000 9900 11800 +Wire Wire Line + 9900 12000 9000 12000 +Wire Wire Line + 9000 12000 9000 10900 +Wire Wire Line + 9000 10900 9200 10900 +Wire Wire Line + 10300 11800 10300 12000 +Wire Wire Line + 10700 11800 10700 12000 +Wire Wire Line + 12500 11300 12500 12000 +Wire Wire Line + 13500 12000 13500 12300 +Connection ~ 9900 12000 +Connection ~ 10300 12000 +Connection ~ 10700 12000 +Connection ~ 11400 12000 +Connection ~ 12500 12000 +Connection ~ 13500 12000 +Text Label 11400 12000 0 10 ~ 0 +GND +Wire Wire Line + 22100 900 22100 700 +Wire Wire Line + 22100 700 22500 700 +Wire Wire Line + 22500 700 22900 700 +Wire Wire Line + 22900 700 22900 900 +Wire Wire Line + 22500 900 22500 700 +Connection ~ 22500 700 +Text Label 22100 900 0 10 ~ 0 +GND +Wire Wire Line + 8500 14200 8500 14400 +Wire Wire Line + 8500 14200 9000 14200 +Wire Wire Line + 9000 14200 9500 14200 +Connection ~ 8500 14200 +Connection ~ 9000 14200 +Text Label 8500 14200 0 10 ~ 0 +GND +Wire Wire Line + 23800 2600 23800 2500 +Wire Wire Line + 23800 2500 23400 2500 +Wire Wire Line + 23400 2500 23400 2300 +Wire Wire Line + 23400 2300 23500 2300 +Wire Wire Line + 23800 2500 24300 2500 +Wire Wire Line + 24300 2500 24300 1800 +Wire Wire Line + 24300 1800 24100 1800 +Connection ~ 23800 2500 +Text Label 23800 2600 0 10 ~ 0 +GND +Wire Wire Line + 21500 3200 21500 3000 +Wire Wire Line + 21500 3000 22200 3000 +Wire Wire Line + 22200 3000 22200 2600 +Wire Wire Line + 22200 2600 22100 2600 +Wire Wire Line + 21500 3000 20800 3000 +Wire Wire Line + 20800 3000 20800 2400 +Wire Wire Line + 20800 2400 20900 2400 +Connection ~ 21500 3000 +Text Label 21500 3200 0 10 ~ 0 +GND +Wire Wire Line + 29000 4000 29000 4100 +Wire Wire Line + 29000 4100 29000 4200 +Wire Wire Line + 29000 4200 29000 4300 +Wire Wire Line + 29000 4300 29000 4400 +Wire Wire Line + 29000 4400 29000 4500 +Wire Wire Line + 29000 4500 29000 5200 +Connection ~ 29000 4100 +Connection ~ 29000 4200 +Connection ~ 29000 4300 +Connection ~ 29000 4400 +Connection ~ 29000 4500 +Text Label 29000 4000 0 10 ~ 0 +GND +Wire Wire Line + 27500 4200 27500 4000 +Wire Wire Line + 27500 4000 27500 2700 +Wire Wire Line + 27500 4000 27300 4000 +Wire Wire Line + 27300 4000 27300 3900 +Connection ~ 27500 4000 +Text Label 27500 4200 0 10 ~ 0 +GND +Wire Wire Line + 26000 2400 26000 2300 +Text Label 26000 2400 0 10 ~ 0 +GND +Wire Wire Line + 22800 7300 22800 7100 +Wire Wire Line + 22800 7100 22800 6400 +Wire Wire Line + 22800 7100 22400 7100 +Wire Wire Line + 22400 7100 22100 7100 +Wire Wire Line + 22100 7100 21900 7100 +Wire Wire Line + 21900 7100 21900 5800 +Wire Wire Line + 22100 6100 22100 7100 +Wire Wire Line + 22400 6600 22400 7100 +Wire Wire Line + 23500 6400 23500 7100 +Wire Wire Line + 23500 7100 23200 7100 +Wire Wire Line + 23200 7100 22800 7100 +Wire Wire Line + 23200 6900 23200 7100 +Connection ~ 22800 7100 +Connection ~ 22100 7100 +Connection ~ 22400 7100 +Connection ~ 23200 7100 +Text Label 22800 7300 0 10 ~ 0 +GND +Wire Wire Line + 33400 4400 33400 4500 +Text Label 33400 4400 0 10 ~ 0 +GND +Wire Wire Line + 34200 4400 34200 4500 +Text Label 34200 4400 0 10 ~ 0 +GND +Wire Wire Line + 30700 5000 30700 5200 +Text Label 30700 5000 0 10 ~ 0 +GND +Wire Wire Line + 31600 4800 31700 4800 +Wire Wire Line + 31700 4800 31700 5200 +Text Label 31600 4800 0 10 ~ 0 +GND +Wire Wire Line + 38400 4400 38300 4400 +Wire Wire Line + 38300 4400 38300 5200 +Text Label 38400 4400 0 10 ~ 0 +GND +Wire Wire Line + 26100 4900 26100 4700 +Text Label 26100 4900 0 10 ~ 0 +GND +Wire Wire Line + 14200 11000 14200 11200 +Wire Wire Line + 14200 11200 14600 11200 +Wire Wire Line + 14600 11000 14600 11200 +Wire Wire Line + 16300 11200 16300 11300 +Wire Wire Line + 14600 11200 16300 11200 +Wire Wire Line + 14200 11200 14200 11300 +Wire Wire Line + 16300 11000 16300 11200 +Connection ~ 14600 11200 +Connection ~ 14200 11200 +Connection ~ 16300 11200 +Text Label 14200 11000 0 10 ~ 0 +GND +Wire Wire Line + 42000 7100 42000 6700 +Wire Wire Line + 42000 6700 42000 6400 +Wire Wire Line + 42000 6400 42000 6100 +Wire Wire Line + 42000 6100 42000 5800 +Wire Wire Line + 42000 5800 42000 5500 +Wire Wire Line + 42000 5500 42000 5200 +Wire Wire Line + 42000 5200 42000 3200 +Wire Wire Line + 42000 3200 40100 3200 +Wire Wire Line + 40100 3200 40100 2900 +Wire Wire Line + 41300 6700 42000 6700 +Wire Wire Line + 41600 6400 42000 6400 +Wire Wire Line + 41300 6100 42000 6100 +Wire Wire Line + 41600 5800 42000 5800 +Wire Wire Line + 41300 5500 42000 5500 +Wire Wire Line + 41500 5200 42000 5200 +Wire Wire Line + 40100 3200 39900 3200 +Wire Wire Line + 39900 3200 39900 2900 +Wire Wire Line + 39900 3200 39700 3200 +Wire Wire Line + 39700 3200 39700 2900 +Wire Wire Line + 39700 3200 39400 3200 +Wire Wire Line + 39400 3200 39400 2900 +Wire Wire Line + 39400 3200 39200 3200 +Wire Wire Line + 39200 3200 39200 2900 +Connection ~ 42000 6700 +Connection ~ 42000 6400 +Connection ~ 42000 6100 +Connection ~ 42000 5800 +Connection ~ 42000 5500 +Connection ~ 42000 5200 +Connection ~ 40100 3200 +Connection ~ 39900 3200 +Connection ~ 39700 3200 +Connection ~ 39400 3200 +Text Label 42000 7100 0 10 ~ 0 +GND +Wire Wire Line + 47100 7600 47000 7700 +Text Label 47100 7600 0 10 ~ 0 +GND +Wire Wire Line + 13500 8100 13500 8200 +Wire Wire Line + 13500 8200 12500 8200 +Wire Wire Line + 12500 8200 12500 7800 +Wire Wire Line + 13500 8200 14100 8200 +Wire Wire Line + 14100 8200 14100 7000 +Wire Wire Line + 13500 8200 13500 8300 +Connection ~ 13500 8200 +Text Label 13500 8100 0 10 ~ 0 +GND +Wire Wire Line + 11600 14100 11600 14200 +Text Label 11600 14100 0 10 ~ 0 +GND +Wire Wire Line + 20900 14600 20800 14500 +Text Label 20900 14600 0 10 ~ 0 +GND +Wire Wire Line + 23500 14600 23400 14500 +Text Label 23500 14600 0 10 ~ 0 +GND +Wire Wire Line + 34700 4500 34700 4400 +Text Label 34700 4500 0 10 ~ 0 +GND +Wire Wire Line + 33000 4400 33000 4500 +Text Label 33000 4400 0 10 ~ 0 +GND +Wire Wire Line + 30200 5000 30200 5200 +Text Label 30200 5000 0 10 ~ 0 +GND +Wire Wire Line + 35500 4500 35500 4400 +Text Label 35500 4500 0 10 ~ 0 +GND +Wire Wire Line + 16700 8400 16400 8400 +Wire Wire Line + 16400 8400 16100 8400 +Wire Wire Line + 16100 8400 16100 8600 +Wire Wire Line + 39300 2900 39300 8500 +Wire Wire Line + 39300 8500 18500 8500 +Wire Wire Line + 18500 8500 18500 7300 +Wire Wire Line + 18500 7300 16400 7300 +Wire Wire Line + 16400 7300 16400 8400 +Connection ~ 16400 8400 +Wire Wire Line + 16700 8500 16600 8500 +Text Label 16700 8500 0 10 ~ 0 +AVCC +Wire Wire Line + 14900 10300 14600 10300 +Wire Wire Line + 14600 10300 14200 10300 +Wire Wire Line + 14200 10300 14200 10000 +Wire Wire Line + 14200 10300 14200 10400 +Wire Wire Line + 14600 10400 14600 10300 +Connection ~ 14200 10300 +Connection ~ 14600 10300 +Text Label 14900 10300 0 10 ~ 0 +AVCC +Wire Wire Line + 47000 6600 47100 6700 +Text Label 47000 6600 0 10 ~ 0 +AVCC +Wire Wire Line + 16700 8800 16600 8800 +Text Label 16700 8800 0 10 ~ 0 +VCC +Wire Wire Line + 16300 10000 16300 10300 +Wire Wire Line + 16200 10300 16300 10300 +Wire Wire Line + 16300 10300 16300 10400 +Connection ~ 16300 10300 +Text Label 16300 10000 0 10 ~ 0 +VCC +Wire Wire Line + 14100 6100 14100 5700 +Wire Wire Line + 14100 5700 13500 5700 +Wire Wire Line + 13500 5500 13500 5700 +Connection ~ 13500 5700 +Text Label 14100 6100 0 10 ~ 0 +VCC +Wire Wire Line + 44000 10200 44100 10300 +Text Label 44000 10200 0 10 ~ 0 +VCC +Wire Wire Line + 45000 9000 45100 9100 +Text Label 45000 9000 0 10 ~ 0 +VCC +Wire Wire Line + 46000 7800 46100 7900 +Text Label 46000 7800 0 10 ~ 0 +VCC +Wire Wire Line + 1000 17800 1000 17700 +Text Label 1000 17800 0 10 ~ 0 +VCC +Wire Wire Line + 4900 19200 5000 19000 +Wire Wire Line + 5000 19000 5000 17700 +Text Label 4900 19200 0 10 ~ 0 +VCC +Wire Wire Line + 6200 17800 6200 17700 +Text Label 6200 17800 0 10 ~ 0 +VCC +Wire Wire Line + 10100 19200 10200 19000 +Wire Wire Line + 10200 19000 10200 17700 +Text Label 10100 19200 0 10 ~ 0 +VCC +Wire Wire Line + 11400 17800 11400 17700 +Text Label 11400 17800 0 10 ~ 0 +VCC +Wire Wire Line + 15300 19200 15400 19000 +Wire Wire Line + 15400 19000 15400 17700 +Text Label 15300 19200 0 10 ~ 0 +VCC +Wire Wire Line + 16600 17800 16600 17700 +Text Label 16600 17800 0 10 ~ 0 +VCC +Wire Wire Line + 20500 19200 20600 19000 +Wire Wire Line + 20600 19000 20600 17700 +Text Label 20500 19200 0 10 ~ 0 +VCC +Wire Wire Line + 21800 17800 21800 17700 +Text Label 21800 17800 0 10 ~ 0 +VCC +Wire Wire Line + 25700 19200 25800 19000 +Wire Wire Line + 25800 19000 25800 17700 +Text Label 25700 19200 0 10 ~ 0 +VCC +Wire Wire Line + 27000 17800 27000 17700 +Text Label 27000 17800 0 10 ~ 0 +VCC +Wire Wire Line + 30900 19200 31000 19000 +Wire Wire Line + 31000 19000 31000 17700 +Text Label 30900 19200 0 10 ~ 0 +VCC +Wire Wire Line + 32200 17800 32200 17700 +Text Label 32200 17800 0 10 ~ 0 +VCC +Wire Wire Line + 36100 19200 36200 19000 +Wire Wire Line + 36200 19000 36200 17700 +Text Label 36100 19200 0 10 ~ 0 +VCC +Wire Wire Line + 37400 17800 37400 17700 +Text Label 37400 17800 0 10 ~ 0 +VCC +Wire Wire Line + 41300 19200 41400 19000 +Wire Wire Line + 41400 19000 41400 17700 +Text Label 41300 19200 0 10 ~ 0 +VCC +Wire Wire Line + 1300 21000 1300 20900 +Text Label 1300 21000 0 10 ~ 0 +VCC +Wire Wire Line + 5200 22400 5300 22200 +Wire Wire Line + 5300 22200 5300 20900 +Text Label 5200 22400 0 10 ~ 0 +VCC +Wire Wire Line + 6500 21000 6500 20900 +Text Label 6500 21000 0 10 ~ 0 +VCC +Wire Wire Line + 10400 22400 10500 22200 +Wire Wire Line + 10500 22200 10500 20900 +Text Label 10400 22400 0 10 ~ 0 +VCC +Wire Wire Line + 11700 21000 11700 20900 +Text Label 11700 21000 0 10 ~ 0 +VCC +Wire Wire Line + 15600 22400 15700 22200 +Wire Wire Line + 15700 22200 15700 20900 +Text Label 15600 22400 0 10 ~ 0 +VCC +Wire Wire Line + 16900 21000 16900 20900 +Text Label 16900 21000 0 10 ~ 0 +VCC +Wire Wire Line + 20800 22400 20900 22200 +Wire Wire Line + 20900 22200 20900 20900 +Text Label 20800 22400 0 10 ~ 0 +VCC +Wire Wire Line + 22100 21000 22100 20900 +Text Label 22100 21000 0 10 ~ 0 +VCC +Wire Wire Line + 26000 22400 26100 22200 +Wire Wire Line + 26100 22200 26100 20900 +Text Label 26000 22400 0 10 ~ 0 +VCC +Wire Wire Line + 27300 21000 27300 20900 +Text Label 27300 21000 0 10 ~ 0 +VCC +Wire Wire Line + 31200 22400 31300 22200 +Wire Wire Line + 31300 22200 31300 20900 +Text Label 31200 22400 0 10 ~ 0 +VCC +Wire Wire Line + 32500 21000 32500 20900 +Text Label 32500 21000 0 10 ~ 0 +VCC +Wire Wire Line + 36400 22400 36500 22200 +Wire Wire Line + 36500 22200 36500 20900 +Text Label 36400 22400 0 10 ~ 0 +VCC +Wire Wire Line + 37700 21000 37700 20900 +Text Label 37700 21000 0 10 ~ 0 +VCC +Wire Wire Line + 41600 22400 41700 22200 +Wire Wire Line + 41700 22200 41700 20900 +Text Label 41600 22400 0 10 ~ 0 +VCC +Wire Wire Line + 13100 10900 13500 10900 +Wire Wire Line + 13500 10900 13500 11200 +Wire Wire Line + 13500 9900 13500 10300 +Wire Wire Line + 13500 10300 13500 10900 +Wire Wire Line + 12600 10300 13500 10300 +Connection ~ 13500 10900 +Connection ~ 13500 10300 +Text Label 13100 10900 0 10 ~ 0 +VCC +Wire Wire Line + 8500 13400 8500 13600 +Wire Wire Line + 8500 13600 9000 13600 +Wire Wire Line + 9000 13600 9500 13600 +Connection ~ 8500 13600 +Connection ~ 9000 13600 +Text Label 8500 13400 0 10 ~ 0 +VCC +Wire Wire Line + 26000 2100 25800 2100 +Wire Wire Line + 25800 2100 25800 1900 +Wire Wire Line + 25800 3000 25800 2100 +Connection ~ 25800 2100 +Text Label 26000 2100 0 10 ~ 0 +VCC +Wire Wire Line + 22600 4700 22600 4800 +Text Label 22600 4700 0 10 ~ 0 +VCC +Wire Wire Line + 25500 4400 25500 4200 +Text Label 25500 4400 0 10 ~ 0 +VCC +Wire Wire Line + 3700 17900 3700 18100 +Text Label 3700 17900 0 10 ~ 0 +VCC +Wire Wire Line + 8900 18000 8900 18200 +Text Label 8900 18000 0 10 ~ 0 +VCC +Wire Wire Line + 14100 18000 14100 18200 +Text Label 14100 18000 0 10 ~ 0 +VCC +Wire Wire Line + 19300 18000 19300 18200 +Text Label 19300 18000 0 10 ~ 0 +VCC +Wire Wire Line + 24500 18000 24500 18200 +Text Label 24500 18000 0 10 ~ 0 +VCC +Wire Wire Line + 29700 18000 29700 18200 +Text Label 29700 18000 0 10 ~ 0 +VCC +Wire Wire Line + 34900 18000 34900 18200 +Text Label 34900 18000 0 10 ~ 0 +VCC +Wire Wire Line + 40100 18000 40100 18200 +Text Label 40100 18000 0 10 ~ 0 +VCC +Wire Wire Line + 40400 21200 40400 21400 +Text Label 40400 21200 0 10 ~ 0 +VCC +Wire Wire Line + 35200 21200 35200 21400 +Text Label 35200 21200 0 10 ~ 0 +VCC +Wire Wire Line + 30000 21200 30000 21400 +Text Label 30000 21200 0 10 ~ 0 +VCC +Wire Wire Line + 24800 21200 24800 21400 +Text Label 24800 21200 0 10 ~ 0 +VCC +Wire Wire Line + 19600 21200 19600 21400 +Text Label 19600 21200 0 10 ~ 0 +VCC +Wire Wire Line + 14400 21200 14400 21400 +Text Label 14400 21200 0 10 ~ 0 +VCC +Wire Wire Line + 9200 21200 9200 21400 +Text Label 9200 21200 0 10 ~ 0 +VCC +Wire Wire Line + 4000 21200 4000 21400 +Text Label 4000 21200 0 10 ~ 0 +VCC +Wire Wire Line + 11600 13000 11600 13100 +Text Label 11600 13000 0 10 ~ 0 +VCC +Wire Wire Line + 15500 10300 15600 10300 +Wire Wire Line + 14100 6300 14100 6500 +Wire Wire Line + 14100 6500 14100 6800 +Wire Wire Line + 14100 6500 13500 6500 +Wire Wire Line + 13500 6500 13500 6300 +Wire Wire Line + 13500 6500 13300 6500 +Wire Wire Line + 14100 6500 16200 6500 +Wire Wire Line + 16200 6500 16200 7700 +Wire Wire Line + 16200 7700 16700 7700 +Wire Wire Line + 16200 6500 17100 6500 +Wire Wire Line + 13500 6500 13500 7500 +Wire Wire Line + 17600 6300 16200 6300 +Wire Wire Line + 16200 6300 16200 6500 +Connection ~ 14100 6500 +Connection ~ 13500 6500 +Connection ~ 16200 6500 +Text Label 15150 6500 0 70 ~ 0 +RESET +Wire Wire Line + 12700 6500 12500 6500 +Wire Wire Line + 12500 6500 12500 7000 +Wire Wire Line + 15500 8500 15700 8300 +Wire Wire Line + 15700 8300 15900 8300 +Wire Wire Line + 15900 8300 16100 8200 +Wire Wire Line + 16100 8200 16700 8200 +Connection ~ 15700 8300 +Wire Wire Line + 15500 7700 15700 7900 +Wire Wire Line + 15700 7900 16000 7900 +Wire Wire Line + 16000 7900 16100 8000 +Wire Wire Line + 16100 8000 16700 8000 +Connection ~ 15700 7900 +Wire Wire Line + 44100 10400 25000 10400 +Wire Wire Line + 25000 10400 24500 10400 +Wire Wire Line + 24500 10400 18300 10400 +Wire Wire Line + 24500 14400 24500 11300 +Wire Wire Line + 24500 11300 24500 10400 +Wire Wire Line + 23600 11300 24500 11300 +Wire Wire Line + 25000 6800 25000 10400 +Connection ~ 24500 10400 +Connection ~ 24500 11300 +Connection ~ 25000 10400 +Wire Wire Line + 44100 10500 24400 10500 +Wire Wire Line + 24400 10500 18300 10500 +Wire Wire Line + 24400 14400 24400 11700 +Wire Wire Line + 24400 11700 24400 10500 +Wire Wire Line + 23600 11700 24400 11700 +Connection ~ 24400 10500 +Connection ~ 24400 11700 +Wire Wire Line + 44100 10600 24300 10600 +Wire Wire Line + 24300 10600 18300 10600 +Wire Wire Line + 24300 14400 24300 12100 +Wire Wire Line + 24300 12100 24300 10600 +Wire Wire Line + 23600 12100 24300 12100 +Connection ~ 24300 10600 +Connection ~ 24300 12100 +Wire Wire Line + 44100 10700 24200 10700 +Wire Wire Line + 24200 10700 18300 10700 +Wire Wire Line + 24200 14400 24200 12500 +Wire Wire Line + 24200 12500 24200 10700 +Wire Wire Line + 23600 12500 24200 12500 +Connection ~ 24200 10700 +Connection ~ 24200 12500 +Wire Wire Line + 44100 10800 24100 10800 +Wire Wire Line + 24100 10800 18300 10800 +Wire Wire Line + 24100 14400 24100 12900 +Wire Wire Line + 24100 12900 24100 10800 +Wire Wire Line + 23600 12900 24100 12900 +Connection ~ 24100 10800 +Connection ~ 24100 12900 +Wire Wire Line + 44100 10900 24900 10900 +Wire Wire Line + 24900 10900 24000 10900 +Wire Wire Line + 24000 10900 18300 10900 +Wire Wire Line + 24000 14400 24000 13300 +Wire Wire Line + 24000 13300 24000 10900 +Wire Wire Line + 23600 13300 24000 13300 +Wire Wire Line + 24900 6800 24900 10900 +Connection ~ 24000 10900 +Connection ~ 24000 13300 +Connection ~ 24900 10900 +Wire Wire Line + 44100 11000 24700 11000 +Wire Wire Line + 24700 11000 23900 11000 +Wire Wire Line + 23900 11000 18300 11000 +Wire Wire Line + 23900 14400 23900 13700 +Wire Wire Line + 23900 13700 23900 11000 +Wire Wire Line + 23600 13700 23900 13700 +Wire Wire Line + 24700 6800 24700 11000 +Connection ~ 23900 11000 +Connection ~ 23900 13700 +Connection ~ 24700 11000 +Wire Wire Line + 44100 11100 24800 11100 +Wire Wire Line + 24800 11100 23800 11100 +Wire Wire Line + 23800 11100 18300 11100 +Wire Wire Line + 23800 14400 23800 14100 +Wire Wire Line + 23800 14100 23800 11100 +Wire Wire Line + 23600 14100 23800 14100 +Wire Wire Line + 24800 6800 24800 11100 +Connection ~ 23800 11100 +Connection ~ 23800 14100 +Connection ~ 24800 11100 +Wire Wire Line + 43100 9500 27900 9500 +Wire Wire Line + 27900 9500 18300 9500 +Wire Wire Line + 43100 9500 43600 9200 +Wire Wire Line + 43600 9200 45100 9200 +Wire Wire Line + 27900 6800 27900 9500 +Connection ~ 27900 9500 +Wire Wire Line + 43100 9600 27800 9600 +Wire Wire Line + 27800 9600 18300 9600 +Wire Wire Line + 43100 9600 43600 9300 +Wire Wire Line + 43600 9300 45100 9300 +Wire Wire Line + 27800 6800 27800 9600 +Connection ~ 27800 9600 +Wire Wire Line + 43100 10100 18300 10100 +Wire Wire Line + 43100 10100 43600 9800 +Wire Wire Line + 43600 9800 45100 9800 +Wire Wire Line + 43100 10200 18300 10200 +Wire Wire Line + 43100 10200 43600 9900 +Wire Wire Line + 43600 9900 45100 9900 +Wire Wire Line + 43100 8600 21900 8600 +Wire Wire Line + 21900 8600 19300 8600 +Wire Wire Line + 19300 8600 18300 8600 +Wire Wire Line + 43100 8600 44100 8000 +Wire Wire Line + 44100 8000 46100 8000 +Wire Wire Line + 21900 14500 21900 11300 +Wire Wire Line + 21900 11300 21900 8600 +Wire Wire Line + 21000 11300 21900 11300 +Wire Wire Line + 19300 7200 19300 8600 +Connection ~ 21900 8600 +Connection ~ 21900 11300 +Connection ~ 19300 8600 +Wire Wire Line + 43100 8700 21800 8700 +Wire Wire Line + 21800 8700 19100 8700 +Wire Wire Line + 19100 8700 18300 8700 +Wire Wire Line + 43100 8700 44100 8100 +Wire Wire Line + 44100 8100 46100 8100 +Wire Wire Line + 21800 14500 21800 11700 +Wire Wire Line + 21800 11700 21800 8700 +Wire Wire Line + 21000 11700 21800 11700 +Wire Wire Line + 19100 7600 19100 8700 +Connection ~ 21800 8700 +Connection ~ 21800 11700 +Connection ~ 19100 8700 +Wire Wire Line + 43100 8800 21700 8800 +Wire Wire Line + 21700 8800 19400 8800 +Wire Wire Line + 19400 8800 18300 8800 +Wire Wire Line + 43100 8800 44100 8200 +Wire Wire Line + 44100 8200 46100 8200 +Wire Wire Line + 21700 14500 21700 12100 +Wire Wire Line + 21700 12100 21700 8800 +Wire Wire Line + 21000 12100 21700 12100 +Wire Wire Line + 19400 7600 19400 8800 +Connection ~ 21700 8800 +Connection ~ 21700 12100 +Connection ~ 19400 8800 +Wire Wire Line + 43100 9100 39600 9100 +Wire Wire Line + 39600 9100 27600 9100 +Wire Wire Line + 27600 9100 21400 9100 +Wire Wire Line + 21400 9100 18300 9100 +Wire Wire Line + 43100 9100 44100 8500 +Wire Wire Line + 44100 8500 46100 8500 +Wire Wire Line + 21400 14500 21400 13300 +Wire Wire Line + 21400 13300 21400 9100 +Wire Wire Line + 21000 13300 21400 13300 +Wire Wire Line + 39600 7500 39600 9100 +Wire Wire Line + 27600 6800 27600 9100 +Connection ~ 21400 9100 +Connection ~ 21400 13300 +Connection ~ 39600 9100 +Connection ~ 27600 9100 +Wire Wire Line + 43100 9200 21300 9200 +Wire Wire Line + 21300 9200 18300 9200 +Wire Wire Line + 43100 9200 44100 8600 +Wire Wire Line + 44100 8600 46100 8600 +Wire Wire Line + 21300 14500 21300 13700 +Wire Wire Line + 21300 13700 21300 9200 +Wire Wire Line + 21000 13700 21300 13700 +Connection ~ 21300 9200 +Connection ~ 21300 13700 +Wire Wire Line + 43100 9300 21200 9300 +Wire Wire Line + 21200 9300 18300 9300 +Wire Wire Line + 43100 9300 44100 8700 +Wire Wire Line + 44100 8700 46100 8700 +Wire Wire Line + 21200 14500 21200 14100 +Wire Wire Line + 21200 14100 21200 9300 +Wire Wire Line + 21000 14100 21200 14100 +Connection ~ 21200 9300 +Connection ~ 21200 14100 +Wire Wire Line + 43100 7700 18300 7700 +Wire Wire Line + 43100 7700 44600 6800 +Wire Wire Line + 44600 6800 47100 6800 +Wire Wire Line + 43100 7800 18300 7800 +Wire Wire Line + 43100 7800 44600 6900 +Wire Wire Line + 44600 6900 47100 6900 +Wire Wire Line + 43100 7900 18300 7900 +Wire Wire Line + 43100 7900 44600 7000 +Wire Wire Line + 44600 7000 47100 7000 +Wire Wire Line + 43100 8000 18300 8000 +Wire Wire Line + 43100 8000 44600 7100 +Wire Wire Line + 44600 7100 47100 7100 +Wire Wire Line + 43100 8100 40000 8100 +Wire Wire Line + 40000 8100 18300 8100 +Wire Wire Line + 43100 8100 44600 7200 +Wire Wire Line + 44600 7200 47100 7200 +Wire Wire Line + 40000 7500 40000 8100 +Connection ~ 40000 8100 +Wire Wire Line + 43100 8200 40100 8200 +Wire Wire Line + 40100 8200 18300 8200 +Wire Wire Line + 43100 8200 44600 7300 +Wire Wire Line + 44600 7300 47100 7300 +Wire Wire Line + 40100 7500 40100 8200 +Connection ~ 40100 8200 +Wire Wire Line + 43100 8300 40200 8300 +Wire Wire Line + 40200 8300 18300 8300 +Wire Wire Line + 43100 8300 44600 7400 +Wire Wire Line + 44600 7400 47100 7400 +Wire Wire Line + 40200 7500 40200 8300 +Connection ~ 40200 8300 +Wire Wire Line + 43100 8400 40300 8400 +Wire Wire Line + 40300 8400 18300 8400 +Wire Wire Line + 43100 8400 44600 7500 +Wire Wire Line + 44600 7500 47100 7500 +Wire Wire Line + 40300 7500 40300 8400 +Connection ~ 40300 8400 +Wire Wire Line + 1100 18900 1000 18900 +Wire Wire Line + 1000 18900 1000 18800 +Wire Wire Line + 1000 18500 1000 18400 +Wire Wire Line + 3000 19100 2600 19100 +Wire Wire Line + 2600 19100 2400 19100 +Wire Wire Line + 2600 19000 2600 19100 +Wire Wire Line + 2600 19100 2600 19200 +Connection ~ 2600 19100 +Wire Wire Line + 3600 19100 3700 19100 +Wire Wire Line + 3700 19100 3800 19100 +Wire Wire Line + 3700 18900 3700 19100 +Connection ~ 3700 19100 +Wire Wire Line + 4400 19100 4500 19100 +Wire Wire Line + 6300 18900 6200 18900 +Wire Wire Line + 6200 18900 6200 18800 +Wire Wire Line + 6200 18500 6200 18400 +Wire Wire Line + 8200 19100 7800 19100 +Wire Wire Line + 7800 19100 7600 19100 +Wire Wire Line + 7800 19000 7800 19100 +Wire Wire Line + 7800 19100 7800 19200 +Connection ~ 7800 19100 +Wire Wire Line + 8800 19100 8900 19100 +Wire Wire Line + 8900 19100 9000 19100 +Wire Wire Line + 8900 19000 8900 19100 +Connection ~ 8900 19100 +Wire Wire Line + 9600 19100 9700 19100 +Wire Wire Line + 11500 18900 11400 18900 +Wire Wire Line + 11400 18900 11400 18800 +Wire Wire Line + 11400 18500 11400 18400 +Wire Wire Line + 13400 19100 13000 19100 +Wire Wire Line + 13000 19100 12800 19100 +Wire Wire Line + 13000 19000 13000 19100 +Wire Wire Line + 13000 19100 13000 19200 +Connection ~ 13000 19100 +Wire Wire Line + 14000 19100 14100 19100 +Wire Wire Line + 14100 19100 14200 19100 +Wire Wire Line + 14100 19000 14100 19100 +Connection ~ 14100 19100 +Wire Wire Line + 14800 19100 14900 19100 +Wire Wire Line + 16700 18900 16600 18900 +Wire Wire Line + 16600 18900 16600 18800 +Wire Wire Line + 16600 18500 16600 18400 +Wire Wire Line + 18600 19100 18200 19100 +Wire Wire Line + 18200 19100 18000 19100 +Wire Wire Line + 18200 19000 18200 19100 +Wire Wire Line + 18200 19100 18200 19200 +Connection ~ 18200 19100 +Wire Wire Line + 19200 19100 19300 19100 +Wire Wire Line + 19300 19100 19400 19100 +Wire Wire Line + 19300 19000 19300 19100 +Connection ~ 19300 19100 +Wire Wire Line + 20000 19100 20100 19100 +Wire Wire Line + 21900 18900 21800 18900 +Wire Wire Line + 21800 18900 21800 18800 +Wire Wire Line + 21800 18500 21800 18400 +Wire Wire Line + 23800 19100 23400 19100 +Wire Wire Line + 23400 19100 23200 19100 +Wire Wire Line + 23400 19000 23400 19100 +Wire Wire Line + 23400 19100 23400 19200 +Connection ~ 23400 19100 +Wire Wire Line + 24400 19100 24500 19100 +Wire Wire Line + 24500 19100 24600 19100 +Wire Wire Line + 24500 19000 24500 19100 +Connection ~ 24500 19100 +Wire Wire Line + 25200 19100 25300 19100 +Wire Wire Line + 27100 18900 27000 18900 +Wire Wire Line + 27000 18900 27000 18800 +Wire Wire Line + 27000 18500 27000 18400 +Wire Wire Line + 29000 19100 28600 19100 +Wire Wire Line + 28600 19100 28400 19100 +Wire Wire Line + 28600 19000 28600 19100 +Wire Wire Line + 28600 19100 28600 19200 +Connection ~ 28600 19100 +Wire Wire Line + 29600 19100 29700 19100 +Wire Wire Line + 29700 19100 29800 19100 +Wire Wire Line + 29700 19000 29700 19100 +Connection ~ 29700 19100 +Wire Wire Line + 30400 19100 30500 19100 +Wire Wire Line + 32300 18900 32200 18900 +Wire Wire Line + 32200 18900 32200 18800 +Wire Wire Line + 32200 18500 32200 18400 +Wire Wire Line + 34200 19100 33800 19100 +Wire Wire Line + 33800 19100 33600 19100 +Wire Wire Line + 33800 19000 33800 19100 +Wire Wire Line + 33800 19100 33800 19200 +Connection ~ 33800 19100 +Wire Wire Line + 34800 19100 34900 19100 +Wire Wire Line + 34900 19100 35000 19100 +Wire Wire Line + 34900 19000 34900 19100 +Connection ~ 34900 19100 +Wire Wire Line + 35600 19100 35700 19100 +Wire Wire Line + 37500 18900 37400 18900 +Wire Wire Line + 37400 18900 37400 18800 +Wire Wire Line + 37400 18500 37400 18400 +Wire Wire Line + 39400 19100 39000 19100 +Wire Wire Line + 39000 19100 38800 19100 +Wire Wire Line + 39000 19000 39000 19100 +Wire Wire Line + 39000 19100 39000 19200 +Connection ~ 39000 19100 +Wire Wire Line + 40000 19100 40100 19100 +Wire Wire Line + 40100 19100 40200 19100 +Wire Wire Line + 40100 19000 40100 19100 +Connection ~ 40100 19100 +Wire Wire Line + 40800 19100 40900 19100 +Wire Wire Line + 1400 22100 1300 22100 +Wire Wire Line + 1300 22100 1300 22000 +Wire Wire Line + 1300 21700 1300 21600 +Wire Wire Line + 3300 22300 2900 22300 +Wire Wire Line + 2900 22300 2700 22300 +Wire Wire Line + 2900 22200 2900 22300 +Wire Wire Line + 2900 22300 2900 22400 +Connection ~ 2900 22300 +Wire Wire Line + 3900 22300 4000 22300 +Wire Wire Line + 4000 22300 4100 22300 +Wire Wire Line + 4000 22200 4000 22300 +Connection ~ 4000 22300 +Wire Wire Line + 4700 22300 4800 22300 +Wire Wire Line + 6600 22100 6500 22100 +Wire Wire Line + 6500 22100 6500 22000 +Wire Wire Line + 6500 21700 6500 21600 +Wire Wire Line + 8500 22300 8100 22300 +Wire Wire Line + 8100 22300 7900 22300 +Wire Wire Line + 8100 22200 8100 22300 +Wire Wire Line + 8100 22300 8100 22400 +Connection ~ 8100 22300 +Wire Wire Line + 9100 22300 9200 22300 +Wire Wire Line + 9200 22300 9300 22300 +Wire Wire Line + 9200 22200 9200 22300 +Connection ~ 9200 22300 +Wire Wire Line + 9900 22300 10000 22300 +Wire Wire Line + 11800 22100 11700 22100 +Wire Wire Line + 11700 22100 11700 22000 +Wire Wire Line + 11700 21700 11700 21600 +Wire Wire Line + 13700 22300 13300 22300 +Wire Wire Line + 13300 22300 13100 22300 +Wire Wire Line + 13300 22200 13300 22300 +Wire Wire Line + 13300 22300 13300 22400 +Connection ~ 13300 22300 +Wire Wire Line + 14300 22300 14400 22300 +Wire Wire Line + 14400 22300 14500 22300 +Wire Wire Line + 14400 22200 14400 22300 +Connection ~ 14400 22300 +Wire Wire Line + 15100 22300 15200 22300 +Wire Wire Line + 17000 22100 16900 22100 +Wire Wire Line + 16900 22100 16900 22000 +Wire Wire Line + 16900 21700 16900 21600 +Wire Wire Line + 18900 22300 18500 22300 +Wire Wire Line + 18500 22300 18300 22300 +Wire Wire Line + 18500 22200 18500 22300 +Wire Wire Line + 18500 22300 18500 22400 +Connection ~ 18500 22300 +Wire Wire Line + 19500 22300 19600 22300 +Wire Wire Line + 19600 22300 19700 22300 +Wire Wire Line + 19600 22200 19600 22300 +Connection ~ 19600 22300 +Wire Wire Line + 20300 22300 20400 22300 +Wire Wire Line + 22200 22100 22100 22100 +Wire Wire Line + 22100 22100 22100 22000 +Wire Wire Line + 22100 21700 22100 21600 +Wire Wire Line + 24100 22300 23700 22300 +Wire Wire Line + 23700 22200 23700 22300 +Wire Wire Line + 23700 22300 23700 22400 +Wire Wire Line + 23500 22300 23700 22300 +Connection ~ 23700 22300 +Wire Wire Line + 24700 22300 24800 22300 +Wire Wire Line + 24800 22300 24900 22300 +Wire Wire Line + 24800 22200 24800 22300 +Connection ~ 24800 22300 +Wire Wire Line + 25500 22300 25600 22300 +Wire Wire Line + 27400 22100 27300 22100 +Wire Wire Line + 27300 22100 27300 22000 +Wire Wire Line + 27300 21700 27300 21600 +Wire Wire Line + 29300 22300 28900 22300 +Wire Wire Line + 28900 22300 28700 22300 +Wire Wire Line + 28900 22200 28900 22300 +Wire Wire Line + 28900 22300 28900 22400 +Connection ~ 28900 22300 +Wire Wire Line + 29900 22300 30000 22300 +Wire Wire Line + 30000 22300 30100 22300 +Wire Wire Line + 30000 22200 30000 22300 +Connection ~ 30000 22300 +Wire Wire Line + 30700 22300 30800 22300 +Wire Wire Line + 32600 22100 32500 22100 +Wire Wire Line + 32500 22100 32500 22000 +Wire Wire Line + 32500 21700 32500 21600 +Wire Wire Line + 34500 22300 34100 22300 +Wire Wire Line + 34100 22300 33900 22300 +Wire Wire Line + 34100 22200 34100 22300 +Wire Wire Line + 34100 22300 34100 22400 +Connection ~ 34100 22300 +Wire Wire Line + 35100 22300 35200 22300 +Wire Wire Line + 35200 22300 35300 22300 +Wire Wire Line + 35200 22200 35200 22300 +Connection ~ 35200 22300 +Wire Wire Line + 35900 22300 36000 22300 +Wire Wire Line + 37800 22100 37700 22100 +Wire Wire Line + 37700 22100 37700 22000 +Wire Wire Line + 37700 21700 37700 21600 +Wire Wire Line + 39700 22300 39300 22300 +Wire Wire Line + 39300 22300 39100 22300 +Wire Wire Line + 39300 22100 39300 22300 +Wire Wire Line + 39300 22300 39300 22400 +Connection ~ 39300 22300 +Wire Wire Line + 40300 22300 40400 22300 +Wire Wire Line + 40400 22300 40500 22300 +Wire Wire Line + 40400 22200 40400 22300 +Connection ~ 40400 22300 +Wire Wire Line + 41100 22300 41200 22300 +Wire Wire Line + 21200 15100 21200 15200 +Wire Wire Line + 21200 15200 39000 15200 +Wire Wire Line + 39000 15200 39000 18400 +Wire Wire Line + 21300 15100 21300 15300 +Wire Wire Line + 21300 15300 33800 15300 +Wire Wire Line + 33800 15300 33800 18400 +Wire Wire Line + 21400 15100 21400 15400 +Wire Wire Line + 21400 15400 28600 15400 +Wire Wire Line + 28600 15400 28600 18400 +Wire Wire Line + 21500 15100 21500 15500 +Wire Wire Line + 21500 15500 23400 15500 +Wire Wire Line + 23400 15500 23400 18400 +Wire Wire Line + 21600 15100 21600 15600 +Wire Wire Line + 21600 15600 18200 15600 +Wire Wire Line + 18200 15600 18200 18400 +Wire Wire Line + 21700 15100 21700 15700 +Wire Wire Line + 21700 15700 13000 15700 +Wire Wire Line + 13000 15700 13000 18400 +Wire Wire Line + 21800 15100 21800 15800 +Wire Wire Line + 21800 15800 7800 15800 +Wire Wire Line + 7800 15800 7800 18400 +Wire Wire Line + 21900 15100 21900 15900 +Wire Wire Line + 21900 15900 2600 15900 +Wire Wire Line + 2600 15900 2600 18400 +Wire Wire Line + 23800 15000 23800 16400 +Wire Wire Line + 23800 16400 39300 16400 +Wire Wire Line + 39300 16400 39300 21500 +Wire Wire Line + 23900 15000 23900 16500 +Wire Wire Line + 23900 16500 34100 16500 +Wire Wire Line + 34100 16500 34100 21600 +Wire Wire Line + 24000 15000 24000 16700 +Wire Wire Line + 24000 16700 28900 16700 +Wire Wire Line + 28900 16700 28900 21600 +Wire Wire Line + 24100 15000 24100 16800 +Wire Wire Line + 24100 16800 23700 16800 +Wire Wire Line + 23700 16800 23700 21600 +Wire Wire Line + 24200 15000 24200 16900 +Wire Wire Line + 24200 16900 18500 16900 +Wire Wire Line + 18500 16900 18500 21600 +Wire Wire Line + 24300 15000 24300 17000 +Wire Wire Line + 24300 17000 13300 17000 +Wire Wire Line + 13300 17000 13300 21600 +Wire Wire Line + 24400 15000 24400 17100 +Wire Wire Line + 24400 17100 8100 17100 +Wire Wire Line + 8100 17100 8100 21600 +Wire Wire Line + 24500 15000 24500 17200 +Wire Wire Line + 24500 17200 2900 17200 +Wire Wire Line + 2900 17200 2900 21600 +Wire Wire Line + 9400 11100 7700 11100 +Wire Wire Line + 8400 10700 9400 10700 +Wire Wire Line + 9600 10900 9900 10900 +Wire Wire Line + 9900 10900 10300 10900 +Wire Wire Line + 10300 10900 10700 10900 +Wire Wire Line + 10700 10900 11400 10900 +Wire Wire Line + 11400 10900 11900 10900 +Wire Wire Line + 11400 10900 11400 11200 +Wire Wire Line + 10700 10900 10700 11200 +Wire Wire Line + 10300 10900 10300 11200 +Wire Wire Line + 9900 10900 9900 11200 +Wire Wire Line + 12400 10300 11400 10300 +Wire Wire Line + 11400 10300 11400 10900 +Connection ~ 11400 10900 +Connection ~ 10700 10900 +Connection ~ 10300 10900 +Connection ~ 9900 10900 +Wire Wire Line + 17700 6500 19500 6500 +Wire Wire Line + 19500 6500 19500 6000 +Wire Wire Line + 19400 6000 19400 7000 +Wire Wire Line + 19300 6000 19300 6600 +Wire Wire Line + 19100 6000 19100 7000 +Wire Wire Line + 20500 6000 20500 6900 +Wire Wire Line + 20700 6000 20700 6500 +Wire Wire Line + 20800 6300 20800 6000 +Wire Wire Line + 20600 6700 20600 6000 +Wire Wire Line + 20300 6000 20300 6300 +Wire Wire Line + 20300 6300 18200 6300 +Wire Wire Line + 22100 1900 22900 1900 +Wire Wire Line + 22900 1900 22900 1500 +Wire Wire Line + 22900 3700 22900 1900 +Wire Wire Line + 25800 3700 22900 3700 +Wire Wire Line + 25800 3400 25800 3700 +Connection ~ 22900 1900 +Wire Wire Line + 22100 1800 22500 1800 +Wire Wire Line + 22500 1800 22500 1500 +Wire Wire Line + 20900 1700 19900 1700 +Wire Wire Line + 19900 1700 19900 1800 +Wire Wire Line + 19900 1800 20000 1800 +Wire Wire Line + 20000 2100 19900 2100 +Wire Wire Line + 19900 2100 19900 2000 +Wire Wire Line + 19900 2000 20900 2000 +Wire Wire Line + 20900 2100 20600 2100 +Wire Wire Line + 20600 1800 20900 1800 +Wire Wire Line + 22100 2300 23200 2300 +Wire Wire Line + 23200 2300 23200 2000 +Wire Wire Line + 23200 2000 23500 2000 +Wire Wire Line + 22100 2500 23300 2500 +Wire Wire Line + 23300 2500 23300 2100 +Wire Wire Line + 23500 2100 23300 2100 +Wire Wire Line + 43100 10000 28300 10000 +Wire Wire Line + 28300 10000 20500 10000 +Wire Wire Line + 20500 10000 18300 10000 +Wire Wire Line + 43100 10000 43600 9700 +Wire Wire Line + 43600 9700 45100 9700 +Wire Wire Line + 20500 7500 20500 10000 +Wire Wire Line + 28300 6800 28300 10000 +Connection ~ 20500 10000 +Connection ~ 28300 10000 +Wire Wire Line + 43100 9900 28200 9900 +Wire Wire Line + 28200 9900 20700 9900 +Wire Wire Line + 20700 9900 18300 9900 +Wire Wire Line + 43100 9900 43600 9600 +Wire Wire Line + 43600 9600 45100 9600 +Wire Wire Line + 20700 7100 20700 9900 +Wire Wire Line + 28200 6800 28200 9900 +Connection ~ 20700 9900 +Connection ~ 28200 9900 +Wire Wire Line + 43100 9800 28100 9800 +Wire Wire Line + 28100 9800 20600 9800 +Wire Wire Line + 20600 9800 18300 9800 +Wire Wire Line + 43100 9800 43600 9500 +Wire Wire Line + 43600 9500 45100 9500 +Wire Wire Line + 20600 7300 20600 9800 +Wire Wire Line + 28100 6800 28100 9800 +Connection ~ 20600 9800 +Connection ~ 28100 9800 +Wire Wire Line + 43100 9700 28000 9700 +Wire Wire Line + 28000 9700 20800 9700 +Wire Wire Line + 20800 9700 18300 9700 +Wire Wire Line + 43100 9700 43600 9400 +Wire Wire Line + 43600 9400 45100 9400 +Wire Wire Line + 20800 6900 20800 9700 +Wire Wire Line + 28000 9700 28000 6800 +Connection ~ 20800 9700 +Connection ~ 28000 9700 +Wire Wire Line + 27800 2700 27800 4400 +Wire Wire Line + 27800 4400 27800 4700 +Wire Wire Line + 28400 4400 27800 4400 +Wire Wire Line + 27800 4700 27900 4700 +Wire Wire Line + 27900 4700 27900 6200 +Connection ~ 27800 4400 +Wire Wire Line + 27700 2700 27700 4500 +Wire Wire Line + 27700 4500 27700 4800 +Wire Wire Line + 28400 4500 27700 4500 +Wire Wire Line + 27700 4800 27800 4800 +Wire Wire Line + 27800 4800 27800 6200 +Connection ~ 27700 4500 +Wire Wire Line + 20000 4100 24800 4100 +Wire Wire Line + 24800 6200 24800 4100 +Wire Wire Line + 20000 3700 20000 4100 +Wire Wire Line + 19900 4200 19900 2300 +Wire Wire Line + 19900 2300 20900 2300 +Wire Wire Line + 19900 4200 24700 4200 +Wire Wire Line + 24700 6200 24700 4200 +Connection ~ 19900 2300 +Wire Wire Line + 28000 2700 28000 4300 +Wire Wire Line + 28400 4300 28000 4300 +Wire Wire Line + 28000 6200 28000 4300 +Connection ~ 28000 4300 +Wire Wire Line + 28100 2700 28100 4200 +Wire Wire Line + 28400 4200 28100 4200 +Wire Wire Line + 28100 6200 28100 4200 +Connection ~ 28100 4200 +Wire Wire Line + 28200 2700 28200 4100 +Wire Wire Line + 28400 4100 28200 4100 +Wire Wire Line + 28200 6200 28200 4100 +Connection ~ 28200 4100 +Wire Wire Line + 28300 2700 28300 4000 +Wire Wire Line + 28400 4000 28300 4000 +Wire Wire Line + 28300 6200 28300 4000 +Connection ~ 28300 4000 +Wire Wire Line + 27400 2700 27400 3000 +Wire Wire Line + 27400 3000 27200 3000 +Wire Wire Line + 27300 3300 27300 3200 +Wire Wire Line + 27300 3200 27300 2700 +Wire Wire Line + 27600 4500 27000 4500 +Wire Wire Line + 27000 4500 27000 3200 +Wire Wire Line + 27000 3200 27300 3200 +Wire Wire Line + 27600 4500 27600 4900 +Wire Wire Line + 27600 4900 27700 4900 +Wire Wire Line + 27700 4900 27700 6200 +Connection ~ 27300 3200 +Wire Wire Line + 26500 3000 26600 3000 +Wire Wire Line + 26400 2200 26500 2200 +Wire Wire Line + 26500 2200 26500 2800 +Wire Wire Line + 26500 2800 27200 2800 +Wire Wire Line + 27200 2700 27200 2800 +Wire Wire Line + 26500 3000 26500 2800 +Connection ~ 26500 2800 +Wire Wire Line + 26000 3200 26800 3200 +Wire Wire Line + 26800 3200 26800 7500 +Wire Wire Line + 26800 7500 27700 7500 +Wire Wire Line + 27700 7500 27700 6800 +Wire Wire Line + 21900 5600 22100 5600 +Wire Wire Line + 22100 5600 22800 5600 +Wire Wire Line + 22800 5600 23500 5600 +Wire Wire Line + 23500 5600 23600 5600 +Wire Wire Line + 22100 5900 22100 5600 +Wire Wire Line + 22800 5800 22800 5600 +Wire Wire Line + 23500 5800 23500 5600 +Connection ~ 22100 5600 +Connection ~ 22800 5600 +Connection ~ 23500 5600 +Wire Wire Line + 21900 5700 22400 5700 +Wire Wire Line + 22400 5700 22600 5700 +Wire Wire Line + 22600 5700 23200 5700 +Wire Wire Line + 23200 5700 24000 5700 +Wire Wire Line + 22400 6400 22400 5700 +Wire Wire Line + 22600 5400 22600 5700 +Wire Wire Line + 23200 6300 23200 5700 +Connection ~ 22400 5700 +Connection ~ 22600 5700 +Connection ~ 23200 5700 +Wire Wire Line + 40300 6900 40300 5200 +Wire Wire Line + 40300 5200 40300 4600 +Wire Wire Line + 40900 5200 40300 5200 +Connection ~ 40300 5200 +Wire Wire Line + 40200 6900 40200 5500 +Wire Wire Line + 40200 5500 40200 5000 +Wire Wire Line + 40700 5500 40200 5500 +Connection ~ 40200 5500 +Wire Wire Line + 40100 6900 40100 6100 +Wire Wire Line + 40100 6100 40100 4600 +Wire Wire Line + 40700 6100 40100 6100 +Connection ~ 40100 6100 +Wire Wire Line + 40000 6900 40000 5800 +Wire Wire Line + 40000 5800 40000 5000 +Wire Wire Line + 41000 5800 40000 5800 +Connection ~ 40000 5800 +Wire Wire Line + 39700 6900 39700 6700 +Wire Wire Line + 39700 6700 39700 4600 +Wire Wire Line + 40700 6700 39700 6700 +Connection ~ 39700 6700 +Wire Wire Line + 39600 6900 39600 6400 +Wire Wire Line + 39600 6400 39600 5000 +Wire Wire Line + 41000 6400 39600 6400 +Connection ~ 39600 6400 +Wire Wire Line + 40300 4000 40300 2900 +Wire Wire Line + 40200 4400 40200 2900 +Wire Wire Line + 40100 4000 40100 3400 +Wire Wire Line + 40100 3400 40000 3400 +Wire Wire Line + 40000 3400 40000 2900 +Wire Wire Line + 40000 4400 40000 3500 +Wire Wire Line + 40000 3500 39800 3500 +Wire Wire Line + 39800 3500 39800 2900 +Wire Wire Line + 39700 4000 39700 3400 +Wire Wire Line + 39700 3400 39600 3400 +Wire Wire Line + 39600 3400 39600 2900 +Wire Wire Line + 39600 4400 39600 3500 +Wire Wire Line + 39600 3500 39500 3500 +Wire Wire Line + 39500 3500 39500 2900 +Wire Wire Line + 32200 3600 31800 3600 +Wire Wire Line + 31800 3600 31800 6200 +Wire Wire Line + 32800 3600 33000 3600 +Wire Wire Line + 33000 3600 33400 3600 +Wire Wire Line + 33400 3600 33500 3600 +Wire Wire Line + 33400 3800 33400 3600 +Wire Wire Line + 33000 3800 33000 3600 +Connection ~ 33400 3600 +Connection ~ 33000 3600 +Wire Wire Line + 34100 3600 34200 3600 +Wire Wire Line + 34200 3600 34200 3800 +Wire Wire Line + 34200 3600 34700 3600 +Wire Wire Line + 34700 3600 35000 3600 +Wire Wire Line + 35000 3600 35000 7000 +Wire Wire Line + 35000 7000 35000 7500 +Wire Wire Line + 35000 7500 38100 7500 +Wire Wire Line + 38100 7500 38100 4500 +Wire Wire Line + 38100 4500 38400 4500 +Wire Wire Line + 32300 6800 32300 7000 +Wire Wire Line + 32300 7000 35000 7000 +Wire Wire Line + 34700 3800 34700 3600 +Connection ~ 34200 3600 +Connection ~ 35000 7000 +Connection ~ 34700 3600 +Wire Wire Line + 31900 3200 34300 3200 +Wire Wire Line + 31900 3200 31900 6200 +Wire Wire Line + 34900 3200 35500 3200 +Wire Wire Line + 35500 3200 36900 3200 +Wire Wire Line + 36900 3200 36900 2900 +Wire Wire Line + 36900 2900 37200 2900 +Wire Wire Line + 36900 3200 36900 3500 +Wire Wire Line + 36900 3500 36900 3900 +Wire Wire Line + 36900 3900 37200 3900 +Wire Wire Line + 37200 3500 36900 3500 +Wire Wire Line + 35500 3800 35500 3200 +Connection ~ 36900 3200 +Connection ~ 36900 3500 +Connection ~ 35500 3200 +Wire Wire Line + 37800 3900 38000 3900 +Wire Wire Line + 38000 3900 38000 3500 +Wire Wire Line + 38000 3500 38000 2900 +Wire Wire Line + 38000 2900 37800 2900 +Wire Wire Line + 37800 3500 38000 3500 +Wire Wire Line + 38000 3900 38000 4300 +Wire Wire Line + 38000 4300 38000 7200 +Wire Wire Line + 38000 7200 32100 7200 +Wire Wire Line + 32100 7200 32100 6800 +Wire Wire Line + 32100 6800 32200 6800 +Wire Wire Line + 38400 4300 38000 4300 +Wire Wire Line + 32100 6800 32000 6800 +Connection ~ 38000 3500 +Connection ~ 38000 3900 +Connection ~ 32100 6800 +Connection ~ 38000 4300 +Wire Wire Line + 31600 4700 31700 4700 +Wire Wire Line + 31700 4700 31700 3900 +Wire Wire Line + 31700 3900 32200 3900 +Wire Wire Line + 32200 6200 32200 6100 +Wire Wire Line + 32200 6100 32200 3900 +Wire Wire Line + 32200 6100 32300 6100 +Wire Wire Line + 32300 6100 32300 6200 +Connection ~ 32200 6100 +Wire Wire Line + 30700 4400 30700 3800 +Wire Wire Line + 30700 3800 32100 3800 +Wire Wire Line + 32100 6200 32100 3800 +Wire Wire Line + 30200 3700 32000 3700 +Wire Wire Line + 32000 6200 32000 3700 +Wire Wire Line + 30200 4400 30200 3700 +Wire Wire Line + 43100 8900 21600 8900 +Wire Wire Line + 21600 8900 18300 8900 +Wire Wire Line + 43100 8900 44100 8300 +Wire Wire Line + 44100 8300 46100 8300 +Wire Wire Line + 21600 14500 21600 12500 +Wire Wire Line + 21600 12500 21600 8900 +Wire Wire Line + 21000 12500 21600 12500 +Connection ~ 21600 8900 +Connection ~ 21600 12500 +Wire Wire Line + 24200 5600 24900 5600 +Wire Wire Line + 24900 5600 24900 6200 +Wire Wire Line + 24600 5700 25000 5700 +Wire Wire Line + 25000 5700 25000 6200 +Wire Wire Line + 26000 4700 26000 6000 +Wire Wire Line + 26000 6000 25900 6000 +Wire Wire Line + 25900 6000 25900 5900 +Wire Wire Line + 26900 6000 26000 6000 +Connection ~ 26000 6000 +Wire Wire Line + 27600 6200 27600 6000 +Wire Wire Line + 27600 6000 27500 6000 +Wire Wire Line + 20000 2500 20900 2500 +Wire Wire Line + 20000 2500 20000 3100 +Wire Wire Line + 25900 4700 25900 5200 +Wire Wire Line + 25900 5200 25500 5200 +Wire Wire Line + 25500 5200 25500 5000 +Wire Wire Line + 25900 5300 25900 5200 +Connection ~ 25900 5200 +Wire Wire Line + 11600 13700 11600 13800 +Wire Wire Line + 8400 10900 8500 10900 +Wire Wire Line + 8500 10900 8500 11000 +Wire Wire Line + 8500 11000 7900 11000 +Wire Wire Line + 7900 11000 7900 10800 +Wire Wire Line + 7900 10800 8000 10800 +Wire Wire Line + 7900 10800 7700 10800 +Connection ~ 7900 10800 +Wire Wire Line + 38200 4600 38400 4600 +Wire Wire Line + 38200 7400 38200 4600 +Wire Wire Line + 31900 7400 31900 6900 +Wire Wire Line + 31900 7400 38200 7400 +Wire Wire Line + 43100 9000 39700 9000 +Wire Wire Line + 39700 9000 31900 9000 +Wire Wire Line + 31900 9000 21500 9000 +Wire Wire Line + 21500 9000 18300 9000 +Wire Wire Line + 43100 9000 44100 8400 +Wire Wire Line + 44100 8400 46100 8400 +Wire Wire Line + 21500 14500 21500 12900 +Wire Wire Line + 21500 12900 21500 9000 +Wire Wire Line + 21000 12900 21500 12900 +Wire Wire Line + 39700 7500 39700 9000 +Wire Wire Line + 31900 7400 31900 9000 +Wire Wire Line + 31800 6800 31800 6900 +Wire Wire Line + 31800 6900 31900 6900 +Wire Wire Line + 31900 6800 31900 6900 +Connection ~ 21500 9000 +Connection ~ 21500 12900 +Connection ~ 39700 9000 +Connection ~ 31900 7400 +Connection ~ 31900 9000 +Connection ~ 31900 6900 +Wire Wire Line + 22700 22300 22700 22400 +Wire Wire Line + 22600 22300 22700 22300 +Wire Wire Line + 22700 22300 22900 22300 +Connection ~ 22700 22300 +Wire Wire Line + 1600 19100 1600 19200 +Wire Wire Line + 1500 19100 1600 19100 +Wire Wire Line + 1800 19100 1600 19100 +Connection ~ 1600 19100 +Wire Wire Line + 1900 22300 1900 22400 +Wire Wire Line + 1800 22300 1900 22300 +Wire Wire Line + 2100 22300 1900 22300 +Connection ~ 1900 22300 +Wire Wire Line + 7100 22300 7100 22400 +Wire Wire Line + 7000 22300 7100 22300 +Wire Wire Line + 7300 22300 7100 22300 +Connection ~ 7100 22300 +Wire Wire Line + 12300 22300 12300 22400 +Wire Wire Line + 12200 22300 12300 22300 +Wire Wire Line + 12500 22300 12300 22300 +Connection ~ 12300 22300 +Wire Wire Line + 17500 22300 17500 22400 +Wire Wire Line + 17400 22300 17500 22300 +Wire Wire Line + 17700 22300 17500 22300 +Connection ~ 17500 22300 +Wire Wire Line + 27900 22300 27900 22400 +Wire Wire Line + 27800 22300 27900 22300 +Wire Wire Line + 28100 22300 27900 22300 +Connection ~ 27900 22300 +Wire Wire Line + 33100 22300 33100 22400 +Wire Wire Line + 33300 22300 33100 22300 +Wire Wire Line + 33000 22300 33100 22300 +Connection ~ 33100 22300 +Wire Wire Line + 38300 22300 38300 22400 +Wire Wire Line + 38500 22300 38300 22300 +Wire Wire Line + 38200 22300 38300 22300 +Connection ~ 38300 22300 +Wire Wire Line + 38000 19100 38000 19200 +Wire Wire Line + 38200 19100 38000 19100 +Wire Wire Line + 37900 19100 38000 19100 +Connection ~ 38000 19100 +Wire Wire Line + 32800 19100 32800 19200 +Wire Wire Line + 33000 19100 32800 19100 +Wire Wire Line + 32800 19100 32700 19100 +Connection ~ 32800 19100 +Wire Wire Line + 27600 19100 27600 19200 +Wire Wire Line + 27800 19100 27600 19100 +Wire Wire Line + 27600 19100 27500 19100 +Connection ~ 27600 19100 +Wire Wire Line + 22400 19100 22400 19200 +Wire Wire Line + 22400 19100 22300 19100 +Wire Wire Line + 22600 19100 22400 19100 +Connection ~ 22400 19100 +Wire Wire Line + 17200 19100 17200 19200 +Wire Wire Line + 17400 19100 17200 19100 +Wire Wire Line + 17200 19100 17100 19100 +Connection ~ 17200 19100 +Wire Wire Line + 12000 19100 12000 19200 +Wire Wire Line + 11900 19100 12000 19100 +Wire Wire Line + 12200 19100 12000 19100 +Connection ~ 12000 19100 +Wire Wire Line + 6800 19100 6800 19200 +Wire Wire Line + 6800 19100 6700 19100 +Wire Wire Line + 7000 19100 6800 19100 +Connection ~ 6800 19100 +$Comp +L camino-eagle-import:ATMEGA32-P IC1 +U 1 0 22F7723E +P 17500 9400 +F 0 "IC1" H 17550 9450 59 0000 L BNN +F 1 "ATMEGA32-P" H 16900 7500 59 0000 L BNN +F 2 "camino:DIL40" H 17500 9400 50 0001 C CNN +F 3 "" H 17500 9400 50 0001 C CNN + 1 17500 9400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND01 +U 1 0 8DA2BB24 +P 16300 9500 +F 0 "#GND01" H 16350 9550 50 0001 C CNN +F 1 "GND" H 16200 9400 59 0000 L BNN +F 2 "" H 16300 9500 50 0001 C CNN +F 3 "" H 16300 9500 50 0001 C CNN + 1 16300 9500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C1 +U 1 0 CA43AFB1 +P 16100 8900 +F 0 "C1" H 16150 8950 59 0000 L BNN +F 1 "100n" H 15890 8720 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 16100 8900 50 0001 C CNN +F 3 "" H 16100 8900 50 0001 C CNN + 1 16100 8900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:AVCC #U$01 +U 1 0 89E33A62 +P 16500 8500 +F 0 "#U$01" H 16550 8550 50 0001 C CNN +F 1 "AVCC" V 16430 8400 59 0000 L BNN +F 2 "" H 16500 8500 50 0001 C CNN +F 3 "" H 16500 8500 50 0001 C CNN + 1 16500 8500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+01 +U 1 0 6A081B6E +P 16500 8800 +F 0 "#P+01" H 16550 8850 50 0001 C CNN +F 1 "VCC" V 16400 8700 59 0000 L BNN +F 2 "" H 16500 8800 50 0001 C CNN +F 3 "" H 16500 8800 50 0001 C CNN + 1 16500 8800 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+02 +U 1 0 637B3A6A +P 16300 9900 +F 0 "#P+02" H 16350 9950 50 0001 C CNN +F 1 "VCC" V 16200 9800 59 0000 L BNN +F 2 "" H 16300 9900 50 0001 C CNN +F 3 "" H 16300 9900 50 0001 C CNN + 1 16300 9900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:AVCC #U$02 +U 1 0 87B7DF34 +P 14200 9900 +F 0 "#U$02" H 14250 9950 50 0001 C CNN +F 1 "AVCC" V 14130 9800 59 0000 L BNN +F 2 "" H 14200 9900 50 0001 C CNN +F 3 "" H 14200 9900 50 0001 C CNN + 1 14200 9900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:SPULE1008 L1 +U 1 0 285CBD75 +P 15900 10300 +F 0 "L1" V 15950 10350 59 0000 L BNN +F 1 "10u" V 16050 10100 59 0000 L BNN +F 2 "camino:SPULE_SMD_1008" H 15900 10300 50 0001 C CNN +F 3 "" H 15900 10300 50 0001 C CNN + 1 15900 10300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R1 +U 1 0 4B19849C +P 15200 10300 +F 0 "R1" H 15250 10350 59 0000 L BNN +F 1 "4R7" H 15010 10140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 15200 10300 50 0001 C CNN +F 3 "" H 15200 10300 50 0001 C CNN + 1 15200 10300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C2 +U 1 0 AEC71D01 +P 16300 10700 +F 0 "C2" H 16350 10750 59 0000 L BNN +F 1 "100n" H 16090 10520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 16300 10700 50 0001 C CNN +F 3 "" H 16300 10700 50 0001 C CNN + 1 16300 10700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C3 +U 1 0 EE7D9419 +P 14200 10700 +F 0 "C3" H 14250 10750 59 0000 L BNN +F 1 "100n" H 13990 10520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 14200 10700 50 0001 C CNN +F 3 "" H 14200 10700 50 0001 C CNN + 1 14200 10700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND02 +U 1 0 4877C9E2 +P 16300 11400 +F 0 "#GND02" H 16350 11450 50 0001 C CNN +F 1 "GND" H 16200 11300 59 0000 L BNN +F 2 "" H 16300 11400 50 0001 C CNN +F 3 "" H 16300 11400 50 0001 C CNN + 1 16300 11400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:DIODEMINI D1 +U 1 0 AC6F31E9 +P 14100 6200 +F 0 "D1" H 14150 6250 59 0000 L BNN +F 1 "TMMBAT43" H 13930 6049 59 0000 L BNN +F 2 "camino:DIODE_MINIMELF" H 14100 6200 50 0001 C CNN +F 3 "" H 14100 6200 50 0001 C CNN + 1 14100 6200 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:ZENER200MIL Z1 +U 1 0 E3FDFB24 +P 14100 6900 +F 0 "Z1" H 14150 6950 59 0000 L BNN +F 1 "5,6V" H 14030 6765 59 0000 L BNN +F 2 "camino:ZENER_PIN_200MIL" H 14100 6900 50 0001 C CNN +F 3 "" H 14100 6900 50 0001 C CNN + 1 14100 6900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C4 +U 1 0 65EC1BA2 +P 13500 7800 +F 0 "C4" H 13550 7850 59 0000 L BNN +F 1 "100n" H 13290 7620 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 13500 7800 50 0001 C CNN +F 3 "" H 13500 7800 50 0001 C CNN + 1 13500 7800 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R2 +U 1 0 0F3C4881 +P 13500 6000 +F 0 "R2" H 13550 6050 59 0000 L BNN +F 1 "10K" H 13310 5840 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 13500 6000 50 0001 C CNN +F 3 "" H 13500 6000 50 0001 C CNN + 1 13500 6000 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R4 +U 1 0 6A226358 +P 13000 6500 +F 0 "R4" H 13050 6550 59 0000 L BNN +F 1 "470" H 12810 6340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 13000 6500 50 0001 C CNN +F 3 "" H 13000 6500 50 0001 C CNN + 1 13000 6500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY1 +U 1 0 E0A577BD +P 12500 7400 +F 0 "KEY1" H 12550 7450 59 0000 L BNN +F 1 "RESET" H 11910 7510 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 12500 7400 50 0001 C CNN +F 3 "" H 12500 7400 50 0001 C CNN + 1 12500 7400 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+03 +U 1 0 48C2C5DB +P 13500 5400 +F 0 "#P+03" H 13550 5450 50 0001 C CNN +F 1 "VCC" V 13400 5300 59 0000 L BNN +F 2 "" H 13500 5400 50 0001 C CNN +F 3 "" H 13500 5400 50 0001 C CNN + 1 13500 5400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:QUARZ Q1 +U 1 0 13CA57D9 +P 15700 8100 +F 0 "Q1" H 15750 8150 59 0000 L BNN +F 1 "16 MHz" H 15600 7950 59 0000 L BNN +F 2 "camino:HC49U" H 15700 8100 50 0001 C CNN +F 3 "" H 15700 8100 50 0001 C CNN + 1 15700 8100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C5 +U 1 0 6DFC990A +P 15200 7700 +F 0 "C5" H 15250 7750 59 0000 L BNN +F 1 "22p" H 14990 7520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 15200 7700 50 0001 C CNN +F 3 "" H 15200 7700 50 0001 C CNN + 1 15200 7700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C6 +U 1 0 C25DC1F8 +P 15200 8500 +F 0 "C6" H 15250 8550 59 0000 L BNN +F 1 "22p" H 14990 8320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 15200 8500 50 0001 C CNN +F 3 "" H 15200 8500 50 0001 C CNN + 1 15200 8500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND04 +U 1 0 12C122FD +P 14700 7700 +F 0 "#GND04" H 14750 7750 50 0001 C CNN +F 1 "GND" H 14600 7600 59 0000 L BNN +F 2 "" H 14700 7700 50 0001 C CNN +F 3 "" H 14700 7700 50 0001 C CNN + 1 14700 7700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND05 +U 1 0 5B6A58CA +P 14700 8500 +F 0 "#GND05" H 14750 8550 50 0001 C CNN +F 1 "GND" H 14600 8400 59 0000 L BNN +F 2 "" H 14700 8500 50 0001 C CNN +F 3 "" H 14700 8500 50 0001 C CNN + 1 14700 8500 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND06 +U 1 0 F6847280 +P 44000 11400 +F 0 "#GND06" H 44050 11450 50 0001 C CNN +F 1 "GND" H 43900 11300 59 0000 L BNN +F 2 "" H 44000 11400 50 0001 C CNN +F 3 "" H 44000 11400 50 0001 C CNN + 1 44000 11400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND07 +U 1 0 C2693486 +P 45000 10300 +F 0 "#GND07" H 45050 10350 50 0001 C CNN +F 1 "GND" H 44900 10200 59 0000 L BNN +F 2 "" H 45000 10300 50 0001 C CNN +F 3 "" H 45000 10300 50 0001 C CNN + 1 45000 10300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND08 +U 1 0 E3161DBF +P 46000 9100 +F 0 "#GND08" H 46050 9150 50 0001 C CNN +F 1 "GND" H 45900 9000 59 0000 L BNN +F 2 "" H 46000 9100 50 0001 C CNN +F 3 "" H 46000 9100 50 0001 C CNN + 1 46000 9100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+04 +U 1 0 459FCD94 +P 44000 10100 +F 0 "#P+04" H 44050 10150 50 0001 C CNN +F 1 "VCC" V 43900 10000 59 0000 L BNN +F 2 "" H 44000 10100 50 0001 C CNN +F 3 "" H 44000 10100 50 0001 C CNN + 1 44000 10100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+05 +U 1 0 57F4DC09 +P 45000 8900 +F 0 "#P+05" H 45050 8950 50 0001 C CNN +F 1 "VCC" V 44900 8800 59 0000 L BNN +F 2 "" H 45000 8900 50 0001 C CNN +F 3 "" H 45000 8900 50 0001 C CNN + 1 45000 8900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+06 +U 1 0 4B6CF0C8 +P 46000 7700 +F 0 "#P+06" H 46050 7750 50 0001 C CNN +F 1 "VCC" V 45900 7600 59 0000 L BNN +F 2 "" H 46000 7700 50 0001 C CNN +F 3 "" H 46000 7700 50 0001 C CNN + 1 46000 7700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON107 +U 1 0 50F752CC +P 20800 11300 +F 0 "CON107" H 20850 11350 42 0000 L BNN +F 1 "PB7" H 20800 11150 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 11300 50 0001 C CNN +F 3 "" H 20800 11300 50 0001 C CNN + 1 20800 11300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON106 +U 1 0 C6795D53 +P 20800 11700 +F 0 "CON106" H 20850 11750 42 0000 L BNN +F 1 "PB6" H 20800 11550 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 11700 50 0001 C CNN +F 3 "" H 20800 11700 50 0001 C CNN + 1 20800 11700 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON105 +U 1 0 B68EBFDA +P 20800 12100 +F 0 "CON105" H 20850 12150 42 0000 L BNN +F 1 "PB5" H 20800 11950 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 12100 50 0001 C CNN +F 3 "" H 20800 12100 50 0001 C CNN + 1 20800 12100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON104 +U 1 0 D7A7EF47 +P 20800 12500 +F 0 "CON104" H 20850 12550 42 0000 L BNN +F 1 "PB4" H 20800 12350 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 12500 50 0001 C CNN +F 3 "" H 20800 12500 50 0001 C CNN + 1 20800 12500 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON103 +U 1 0 8649B800 +P 20800 12900 +F 0 "CON103" H 20850 12950 42 0000 L BNN +F 1 "PB3" H 20800 12750 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 12900 50 0001 C CNN +F 3 "" H 20800 12900 50 0001 C CNN + 1 20800 12900 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON102 +U 1 0 42E679B6 +P 20800 13300 +F 0 "CON102" H 20850 13350 42 0000 L BNN +F 1 "PB2" H 20800 13150 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 13300 50 0001 C CNN +F 3 "" H 20800 13300 50 0001 C CNN + 1 20800 13300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON101 +U 1 0 9FFFD992 +P 20800 13700 +F 0 "CON101" H 20850 13750 42 0000 L BNN +F 1 "PB1" H 20800 13550 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 13700 50 0001 C CNN +F 3 "" H 20800 13700 50 0001 C CNN + 1 20800 13700 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON100 +U 1 0 930E9691 +P 20800 14100 +F 0 "CON100" H 20850 14150 42 0000 L BNN +F 1 "PB0" H 20800 13950 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20800 14100 50 0001 C CNN +F 3 "" H 20800 14100 50 0001 C CNN + 1 20800 14100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON117 +U 1 0 01351BB8 +P 23400 11300 +F 0 "CON117" H 23450 11350 42 0000 L BNN +F 1 "PD7" H 23400 11150 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 11300 50 0001 C CNN +F 3 "" H 23400 11300 50 0001 C CNN + 1 23400 11300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON116 +U 1 0 A0F56751 +P 23400 11700 +F 0 "CON116" H 23450 11750 42 0000 L BNN +F 1 "PD6" H 23400 11550 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 11700 50 0001 C CNN +F 3 "" H 23400 11700 50 0001 C CNN + 1 23400 11700 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON115 +U 1 0 884CB862 +P 23400 12100 +F 0 "CON115" H 23450 12150 42 0000 L BNN +F 1 "PD5" H 23400 11950 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 12100 50 0001 C CNN +F 3 "" H 23400 12100 50 0001 C CNN + 1 23400 12100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON114 +U 1 0 B81D19A0 +P 23400 12500 +F 0 "CON114" H 23450 12550 42 0000 L BNN +F 1 "PD4" H 23400 12350 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 12500 50 0001 C CNN +F 3 "" H 23400 12500 50 0001 C CNN + 1 23400 12500 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON113 +U 1 0 A3BE6D57 +P 23400 12900 +F 0 "CON113" H 23450 12950 42 0000 L BNN +F 1 "PD3" H 23400 12750 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 12900 50 0001 C CNN +F 3 "" H 23400 12900 50 0001 C CNN + 1 23400 12900 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON112 +U 1 0 38B5FB49 +P 23400 13300 +F 0 "CON112" H 23450 13350 42 0000 L BNN +F 1 "PD2" H 23400 13150 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 13300 50 0001 C CNN +F 3 "" H 23400 13300 50 0001 C CNN + 1 23400 13300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON111 +U 1 0 E21F5139 +P 23400 13700 +F 0 "CON111" H 23450 13750 42 0000 L BNN +F 1 "PD1" H 23400 13550 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 13700 50 0001 C CNN +F 3 "" H 23400 13700 50 0001 C CNN + 1 23400 13700 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON110 +U 1 0 D6187C16 +P 23400 14100 +F 0 "CON110" H 23450 14150 42 0000 L BNN +F 1 "PD0" H 23400 13950 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23400 14100 50 0001 C CNN +F 3 "" H 23400 14100 50 0001 C CNN + 1 23400 14100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R5 +U 1 0 7E152243 +P 1000 18100 +F 0 "R5" H 1050 18150 59 0000 L BNN +F 1 "390" H 810 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 1000 18100 50 0001 C CNN +F 3 "" H 1000 18100 50 0001 C CNN + 1 1000 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R7 +U 1 0 6C198247 +P 2600 18700 +F 0 "R7" H 2650 18750 59 0000 L BNN +F 1 "10K" H 2410 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 2600 18700 50 0001 C CNN +F 3 "" H 2600 18700 50 0001 C CNN + 1 2600 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R8 +U 1 0 3779A28C +P 1600 19500 +F 0 "R8" H 1650 19550 59 0000 L BNN +F 1 "470K" H 1410 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 1600 19500 50 0001 C CNN +F 3 "" H 1600 19500 50 0001 C CNN + 1 1600 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R9 +U 1 0 D76F26ED +P 3300 19100 +F 0 "R9" H 3350 19150 59 0000 L BNN +F 1 "100K" H 3110 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 3300 19100 50 0001 C CNN +F 3 "" H 3300 19100 50 0001 C CNN + 1 3300 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R10 +U 1 0 41718522 +P 4100 19100 +F 0 "R10" H 4150 19150 59 0000 L BNN +F 1 "10K" H 3910 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 4100 19100 50 0001 C CNN +F 3 "" H 4100 19100 50 0001 C CNN + 1 4100 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T1 +U 1 0 B8952976 +P 1300 19000 +F 0 "T1" H 1350 19050 59 0000 L BNN +F 1 "IRLML2502" H 850 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 1300 19000 50 0001 C CNN +F 3 "" H 1300 19000 50 0001 C CNN + 1 1300 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C7 +U 1 0 0FBA6934 +P 2600 19500 +F 0 "C7" H 2650 19550 59 0000 L BNN +F 1 "220n" H 2390 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 2600 19500 50 0001 C CNN +F 3 "" H 2600 19500 50 0001 C CNN + 1 2600 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY2 +U 1 0 697F9A23 +P 3700 18500 +F 0 "KEY2" H 3750 18550 59 0000 L BNN +F 1 "PB7" H 3110 18610 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 3700 18500 50 0001 C CNN +F 3 "" H 3700 18500 50 0001 C CNN + 1 3700 18500 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW107 +U 1 0 E16F1574 +P 4700 19100 +F 0 "SW107" V 4750 19150 59 0000 L BNN +F 1 "PB7" V 4910 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 4700 19100 50 0001 C CNN +F 3 "" H 4700 19100 50 0001 C CNN + 1 4700 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+08 +U 1 0 E32DC4A8 +P 1000 17600 +F 0 "#P+08" H 1050 17650 50 0001 C CNN +F 1 "VCC" V 900 17500 59 0000 L BNN +F 2 "" H 1000 17600 50 0001 C CNN +F 3 "" H 1000 17600 50 0001 C CNN + 1 1000 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+09 +U 1 0 DD8F0AB4 +P 5000 17600 +F 0 "#P+09" H 5050 17650 50 0001 C CNN +F 1 "VCC" V 4900 17500 59 0000 L BNN +F 2 "" H 5000 17600 50 0001 C CNN +F 3 "" H 5000 17600 50 0001 C CNN + 1 5000 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND010 +U 1 0 0087CD10 +P 1000 20200 +F 0 "#GND010" H 1050 20250 50 0001 C CNN +F 1 "GND" H 900 20100 59 0000 L BNN +F 2 "" H 1000 20200 50 0001 C CNN +F 3 "" H 1000 20200 50 0001 C CNN + 1 1000 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND011 +U 1 0 5518330F +P 1600 20200 +F 0 "#GND011" H 1650 20250 50 0001 C CNN +F 1 "GND" H 1500 20100 59 0000 L BNN +F 2 "" H 1600 20200 50 0001 C CNN +F 3 "" H 1600 20200 50 0001 C CNN + 1 1600 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND013 +U 1 0 85B66688 +P 5000 20200 +F 0 "#GND013" H 5050 20250 50 0001 C CNN +F 1 "GND" H 4900 20100 59 0000 L BNN +F 2 "" H 5000 20200 50 0001 C CNN +F 3 "" H 5000 20200 50 0001 C CNN + 1 5000 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R11 +U 1 0 89CDCBFF +P 6200 18100 +F 0 "R11" H 6250 18150 59 0000 L BNN +F 1 "390" H 6010 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 6200 18100 50 0001 C CNN +F 3 "" H 6200 18100 50 0001 C CNN + 1 6200 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R13 +U 1 0 D746B1A6 +P 7800 18700 +F 0 "R13" H 7850 18750 59 0000 L BNN +F 1 "10K" H 7610 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 7800 18700 50 0001 C CNN +F 3 "" H 7800 18700 50 0001 C CNN + 1 7800 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R14 +U 1 0 5EFBB110 +P 6800 19500 +F 0 "R14" H 6850 19550 59 0000 L BNN +F 1 "470K" H 6610 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 6800 19500 50 0001 C CNN +F 3 "" H 6800 19500 50 0001 C CNN + 1 6800 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R15 +U 1 0 18909564 +P 8500 19100 +F 0 "R15" H 8550 19150 59 0000 L BNN +F 1 "100K" H 8310 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 8500 19100 50 0001 C CNN +F 3 "" H 8500 19100 50 0001 C CNN + 1 8500 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R16 +U 1 0 17B3D618 +P 9300 19100 +F 0 "R16" H 9350 19150 59 0000 L BNN +F 1 "10K" H 9110 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 9300 19100 50 0001 C CNN +F 3 "" H 9300 19100 50 0001 C CNN + 1 9300 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T2 +U 1 0 31888E91 +P 6500 19000 +F 0 "T2" H 6550 19050 59 0000 L BNN +F 1 "IRLML2502" H 6050 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 6500 19000 50 0001 C CNN +F 3 "" H 6500 19000 50 0001 C CNN + 1 6500 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C8 +U 1 0 690031A3 +P 7800 19500 +F 0 "C8" H 7850 19550 59 0000 L BNN +F 1 "220n" H 7590 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 7800 19500 50 0001 C CNN +F 3 "" H 7800 19500 50 0001 C CNN + 1 7800 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY3 +U 1 0 D31F682B +P 8900 18600 +F 0 "KEY3" H 8950 18650 59 0000 L BNN +F 1 "PB6" H 8310 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 8900 18600 50 0001 C CNN +F 3 "" H 8900 18600 50 0001 C CNN + 1 8900 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW106 +U 1 0 185C8A46 +P 9900 19100 +F 0 "SW106" V 9950 19150 59 0000 L BNN +F 1 "PB6" V 10110 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 9900 19100 50 0001 C CNN +F 3 "" H 9900 19100 50 0001 C CNN + 1 9900 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+010 +U 1 0 6665561A +P 6200 17600 +F 0 "#P+010" H 6250 17650 50 0001 C CNN +F 1 "VCC" V 6100 17500 59 0000 L BNN +F 2 "" H 6200 17600 50 0001 C CNN +F 3 "" H 6200 17600 50 0001 C CNN + 1 6200 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+011 +U 1 0 4D46F757 +P 10200 17600 +F 0 "#P+011" H 10250 17650 50 0001 C CNN +F 1 "VCC" V 10100 17500 59 0000 L BNN +F 2 "" H 10200 17600 50 0001 C CNN +F 3 "" H 10200 17600 50 0001 C CNN + 1 10200 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND014 +U 1 0 B9C9B342 +P 6200 20200 +F 0 "#GND014" H 6250 20250 50 0001 C CNN +F 1 "GND" H 6100 20100 59 0000 L BNN +F 2 "" H 6200 20200 50 0001 C CNN +F 3 "" H 6200 20200 50 0001 C CNN + 1 6200 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND015 +U 1 0 7499CEA7 +P 6800 20200 +F 0 "#GND015" H 6850 20250 50 0001 C CNN +F 1 "GND" H 6700 20100 59 0000 L BNN +F 2 "" H 6800 20200 50 0001 C CNN +F 3 "" H 6800 20200 50 0001 C CNN + 1 6800 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND017 +U 1 0 CBB20165 +P 10200 20200 +F 0 "#GND017" H 10250 20250 50 0001 C CNN +F 1 "GND" H 10100 20100 59 0000 L BNN +F 2 "" H 10200 20200 50 0001 C CNN +F 3 "" H 10200 20200 50 0001 C CNN + 1 10200 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R17 +U 1 0 136E2D3B +P 11400 18100 +F 0 "R17" H 11450 18150 59 0000 L BNN +F 1 "390" H 11210 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 11400 18100 50 0001 C CNN +F 3 "" H 11400 18100 50 0001 C CNN + 1 11400 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R19 +U 1 0 F581E55B +P 13000 18700 +F 0 "R19" H 13050 18750 59 0000 L BNN +F 1 "10K" H 12810 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 13000 18700 50 0001 C CNN +F 3 "" H 13000 18700 50 0001 C CNN + 1 13000 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R20 +U 1 0 6D947D2C +P 12000 19500 +F 0 "R20" H 12050 19550 59 0000 L BNN +F 1 "470K" H 11810 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 12000 19500 50 0001 C CNN +F 3 "" H 12000 19500 50 0001 C CNN + 1 12000 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R21 +U 1 0 F84F2443 +P 13700 19100 +F 0 "R21" H 13750 19150 59 0000 L BNN +F 1 "100K" H 13510 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 13700 19100 50 0001 C CNN +F 3 "" H 13700 19100 50 0001 C CNN + 1 13700 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R22 +U 1 0 2694F2DF +P 14500 19100 +F 0 "R22" H 14550 19150 59 0000 L BNN +F 1 "10K" H 14310 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 14500 19100 50 0001 C CNN +F 3 "" H 14500 19100 50 0001 C CNN + 1 14500 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T3 +U 1 0 C1530958 +P 11700 19000 +F 0 "T3" H 11750 19050 59 0000 L BNN +F 1 "IRLML2502" H 11250 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 11700 19000 50 0001 C CNN +F 3 "" H 11700 19000 50 0001 C CNN + 1 11700 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C9 +U 1 0 3B0E571C +P 13000 19500 +F 0 "C9" H 13050 19550 59 0000 L BNN +F 1 "220n" H 12790 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 13000 19500 50 0001 C CNN +F 3 "" H 13000 19500 50 0001 C CNN + 1 13000 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY4 +U 1 0 090ABC44 +P 14100 18600 +F 0 "KEY4" H 14150 18650 59 0000 L BNN +F 1 "PB5" H 13510 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 14100 18600 50 0001 C CNN +F 3 "" H 14100 18600 50 0001 C CNN + 1 14100 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW105 +U 1 0 4EBA3E57 +P 15100 19100 +F 0 "SW105" V 15150 19150 59 0000 L BNN +F 1 "PB5" V 15310 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 15100 19100 50 0001 C CNN +F 3 "" H 15100 19100 50 0001 C CNN + 1 15100 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+012 +U 1 0 BC83E68F +P 11400 17600 +F 0 "#P+012" H 11450 17650 50 0001 C CNN +F 1 "VCC" V 11300 17500 59 0000 L BNN +F 2 "" H 11400 17600 50 0001 C CNN +F 3 "" H 11400 17600 50 0001 C CNN + 1 11400 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+013 +U 1 0 1A067FB7 +P 15400 17600 +F 0 "#P+013" H 15450 17650 50 0001 C CNN +F 1 "VCC" V 15300 17500 59 0000 L BNN +F 2 "" H 15400 17600 50 0001 C CNN +F 3 "" H 15400 17600 50 0001 C CNN + 1 15400 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND018 +U 1 0 195191A6 +P 11400 20200 +F 0 "#GND018" H 11450 20250 50 0001 C CNN +F 1 "GND" H 11300 20100 59 0000 L BNN +F 2 "" H 11400 20200 50 0001 C CNN +F 3 "" H 11400 20200 50 0001 C CNN + 1 11400 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND019 +U 1 0 F278BC0E +P 12000 20200 +F 0 "#GND019" H 12050 20250 50 0001 C CNN +F 1 "GND" H 11900 20100 59 0000 L BNN +F 2 "" H 12000 20200 50 0001 C CNN +F 3 "" H 12000 20200 50 0001 C CNN + 1 12000 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND021 +U 1 0 FF2A2D77 +P 15400 20200 +F 0 "#GND021" H 15450 20250 50 0001 C CNN +F 1 "GND" H 15300 20100 59 0000 L BNN +F 2 "" H 15400 20200 50 0001 C CNN +F 3 "" H 15400 20200 50 0001 C CNN + 1 15400 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R23 +U 1 0 E66B4AE6 +P 16600 18100 +F 0 "R23" H 16650 18150 59 0000 L BNN +F 1 "390" H 16410 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 16600 18100 50 0001 C CNN +F 3 "" H 16600 18100 50 0001 C CNN + 1 16600 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R25 +U 1 0 4BEDBC02 +P 18200 18700 +F 0 "R25" H 18250 18750 59 0000 L BNN +F 1 "10K" H 18010 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 18200 18700 50 0001 C CNN +F 3 "" H 18200 18700 50 0001 C CNN + 1 18200 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R26 +U 1 0 5F5818C0 +P 17200 19500 +F 0 "R26" H 17250 19550 59 0000 L BNN +F 1 "470K" H 17010 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 17200 19500 50 0001 C CNN +F 3 "" H 17200 19500 50 0001 C CNN + 1 17200 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R27 +U 1 0 A11CAFCD +P 18900 19100 +F 0 "R27" H 18950 19150 59 0000 L BNN +F 1 "100K" H 18710 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 18900 19100 50 0001 C CNN +F 3 "" H 18900 19100 50 0001 C CNN + 1 18900 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R28 +U 1 0 29F9BCC2 +P 19700 19100 +F 0 "R28" H 19750 19150 59 0000 L BNN +F 1 "10K" H 19510 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 19700 19100 50 0001 C CNN +F 3 "" H 19700 19100 50 0001 C CNN + 1 19700 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T4 +U 1 0 353E786D +P 16900 19000 +F 0 "T4" H 16950 19050 59 0000 L BNN +F 1 "IRLML2502" H 16450 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 16900 19000 50 0001 C CNN +F 3 "" H 16900 19000 50 0001 C CNN + 1 16900 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C10 +U 1 0 A00C79DB +P 18200 19500 +F 0 "C10" H 18250 19550 59 0000 L BNN +F 1 "220n" H 17990 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 18200 19500 50 0001 C CNN +F 3 "" H 18200 19500 50 0001 C CNN + 1 18200 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY5 +U 1 0 177A5BCF +P 19300 18600 +F 0 "KEY5" H 19350 18650 59 0000 L BNN +F 1 "PB4" H 18710 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 19300 18600 50 0001 C CNN +F 3 "" H 19300 18600 50 0001 C CNN + 1 19300 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW104 +U 1 0 9B285539 +P 20300 19100 +F 0 "SW104" V 20350 19150 59 0000 L BNN +F 1 "PB4" V 20510 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 20300 19100 50 0001 C CNN +F 3 "" H 20300 19100 50 0001 C CNN + 1 20300 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+014 +U 1 0 C5FBB535 +P 16600 17600 +F 0 "#P+014" H 16650 17650 50 0001 C CNN +F 1 "VCC" V 16500 17500 59 0000 L BNN +F 2 "" H 16600 17600 50 0001 C CNN +F 3 "" H 16600 17600 50 0001 C CNN + 1 16600 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+015 +U 1 0 836A5F30 +P 20600 17600 +F 0 "#P+015" H 20650 17650 50 0001 C CNN +F 1 "VCC" V 20500 17500 59 0000 L BNN +F 2 "" H 20600 17600 50 0001 C CNN +F 3 "" H 20600 17600 50 0001 C CNN + 1 20600 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND022 +U 1 0 A44C21B7 +P 16600 20200 +F 0 "#GND022" H 16650 20250 50 0001 C CNN +F 1 "GND" H 16500 20100 59 0000 L BNN +F 2 "" H 16600 20200 50 0001 C CNN +F 3 "" H 16600 20200 50 0001 C CNN + 1 16600 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND023 +U 1 0 D027D65F +P 17200 20200 +F 0 "#GND023" H 17250 20250 50 0001 C CNN +F 1 "GND" H 17100 20100 59 0000 L BNN +F 2 "" H 17200 20200 50 0001 C CNN +F 3 "" H 17200 20200 50 0001 C CNN + 1 17200 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND025 +U 1 0 F212C7DE +P 20600 20200 +F 0 "#GND025" H 20650 20250 50 0001 C CNN +F 1 "GND" H 20500 20100 59 0000 L BNN +F 2 "" H 20600 20200 50 0001 C CNN +F 3 "" H 20600 20200 50 0001 C CNN + 1 20600 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R29 +U 1 0 7DEECD4C +P 21800 18100 +F 0 "R29" H 21850 18150 59 0000 L BNN +F 1 "390" H 21610 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 21800 18100 50 0001 C CNN +F 3 "" H 21800 18100 50 0001 C CNN + 1 21800 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R31 +U 1 0 15DE8A84 +P 23400 18700 +F 0 "R31" H 23450 18750 59 0000 L BNN +F 1 "10K" H 23210 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 23400 18700 50 0001 C CNN +F 3 "" H 23400 18700 50 0001 C CNN + 1 23400 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R32 +U 1 0 AC24CC2F +P 22400 19500 +F 0 "R32" H 22450 19550 59 0000 L BNN +F 1 "470K" H 22210 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 22400 19500 50 0001 C CNN +F 3 "" H 22400 19500 50 0001 C CNN + 1 22400 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R33 +U 1 0 A6AB6979 +P 24100 19100 +F 0 "R33" H 24150 19150 59 0000 L BNN +F 1 "100K" H 23910 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 24100 19100 50 0001 C CNN +F 3 "" H 24100 19100 50 0001 C CNN + 1 24100 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R34 +U 1 0 38A56A55 +P 24900 19100 +F 0 "R34" H 24950 19150 59 0000 L BNN +F 1 "10K" H 24710 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 24900 19100 50 0001 C CNN +F 3 "" H 24900 19100 50 0001 C CNN + 1 24900 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T5 +U 1 0 27702C92 +P 22100 19000 +F 0 "T5" H 22150 19050 59 0000 L BNN +F 1 "IRLML2502" H 21650 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 22100 19000 50 0001 C CNN +F 3 "" H 22100 19000 50 0001 C CNN + 1 22100 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C11 +U 1 0 9A60ACF9 +P 23400 19500 +F 0 "C11" H 23450 19550 59 0000 L BNN +F 1 "220n" H 23190 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 23400 19500 50 0001 C CNN +F 3 "" H 23400 19500 50 0001 C CNN + 1 23400 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY6 +U 1 0 34D9E97D +P 24500 18600 +F 0 "KEY6" H 24550 18650 59 0000 L BNN +F 1 "PB3" H 23910 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 24500 18600 50 0001 C CNN +F 3 "" H 24500 18600 50 0001 C CNN + 1 24500 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW103 +U 1 0 B389D82C +P 25500 19100 +F 0 "SW103" V 25550 19150 59 0000 L BNN +F 1 "PB3" V 25710 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 25500 19100 50 0001 C CNN +F 3 "" H 25500 19100 50 0001 C CNN + 1 25500 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+016 +U 1 0 DA826A5A +P 21800 17600 +F 0 "#P+016" H 21850 17650 50 0001 C CNN +F 1 "VCC" V 21700 17500 59 0000 L BNN +F 2 "" H 21800 17600 50 0001 C CNN +F 3 "" H 21800 17600 50 0001 C CNN + 1 21800 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+017 +U 1 0 C06B3C1E +P 25800 17600 +F 0 "#P+017" H 25850 17650 50 0001 C CNN +F 1 "VCC" V 25700 17500 59 0000 L BNN +F 2 "" H 25800 17600 50 0001 C CNN +F 3 "" H 25800 17600 50 0001 C CNN + 1 25800 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND026 +U 1 0 3890F70B +P 21800 20200 +F 0 "#GND026" H 21850 20250 50 0001 C CNN +F 1 "GND" H 21700 20100 59 0000 L BNN +F 2 "" H 21800 20200 50 0001 C CNN +F 3 "" H 21800 20200 50 0001 C CNN + 1 21800 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND027 +U 1 0 F8638A93 +P 22400 20200 +F 0 "#GND027" H 22450 20250 50 0001 C CNN +F 1 "GND" H 22300 20100 59 0000 L BNN +F 2 "" H 22400 20200 50 0001 C CNN +F 3 "" H 22400 20200 50 0001 C CNN + 1 22400 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND029 +U 1 0 B0E7A0AF +P 25800 20200 +F 0 "#GND029" H 25850 20250 50 0001 C CNN +F 1 "GND" H 25700 20100 59 0000 L BNN +F 2 "" H 25800 20200 50 0001 C CNN +F 3 "" H 25800 20200 50 0001 C CNN + 1 25800 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R35 +U 1 0 E39BEE7C +P 27000 18100 +F 0 "R35" H 27050 18150 59 0000 L BNN +F 1 "390" H 26810 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 27000 18100 50 0001 C CNN +F 3 "" H 27000 18100 50 0001 C CNN + 1 27000 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R37 +U 1 0 C6E09617 +P 28600 18700 +F 0 "R37" H 28650 18750 59 0000 L BNN +F 1 "10K" H 28410 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28600 18700 50 0001 C CNN +F 3 "" H 28600 18700 50 0001 C CNN + 1 28600 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R38 +U 1 0 3D3A2281 +P 27600 19500 +F 0 "R38" H 27650 19550 59 0000 L BNN +F 1 "470K" H 27410 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 27600 19500 50 0001 C CNN +F 3 "" H 27600 19500 50 0001 C CNN + 1 27600 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R39 +U 1 0 C0BD02E8 +P 29300 19100 +F 0 "R39" H 29350 19150 59 0000 L BNN +F 1 "100K" H 29110 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 29300 19100 50 0001 C CNN +F 3 "" H 29300 19100 50 0001 C CNN + 1 29300 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R40 +U 1 0 F99EA41E +P 30100 19100 +F 0 "R40" H 30150 19150 59 0000 L BNN +F 1 "10K" H 29910 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 30100 19100 50 0001 C CNN +F 3 "" H 30100 19100 50 0001 C CNN + 1 30100 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T6 +U 1 0 07270D9D +P 27300 19000 +F 0 "T6" H 27350 19050 59 0000 L BNN +F 1 "IRLML2502" H 26850 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 27300 19000 50 0001 C CNN +F 3 "" H 27300 19000 50 0001 C CNN + 1 27300 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C12 +U 1 0 8FB9077F +P 28600 19500 +F 0 "C12" H 28650 19550 59 0000 L BNN +F 1 "220n" H 28390 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 28600 19500 50 0001 C CNN +F 3 "" H 28600 19500 50 0001 C CNN + 1 28600 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY7 +U 1 0 AC778F02 +P 29700 18600 +F 0 "KEY7" H 29750 18650 59 0000 L BNN +F 1 "PB2" H 29110 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 29700 18600 50 0001 C CNN +F 3 "" H 29700 18600 50 0001 C CNN + 1 29700 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW102 +U 1 0 CD68BDCE +P 30700 19100 +F 0 "SW102" V 30750 19150 59 0000 L BNN +F 1 "PB2" V 30910 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 30700 19100 50 0001 C CNN +F 3 "" H 30700 19100 50 0001 C CNN + 1 30700 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+018 +U 1 0 4FF0227B +P 27000 17600 +F 0 "#P+018" H 27050 17650 50 0001 C CNN +F 1 "VCC" V 26900 17500 59 0000 L BNN +F 2 "" H 27000 17600 50 0001 C CNN +F 3 "" H 27000 17600 50 0001 C CNN + 1 27000 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+019 +U 1 0 2B0BC8EA +P 31000 17600 +F 0 "#P+019" H 31050 17650 50 0001 C CNN +F 1 "VCC" V 30900 17500 59 0000 L BNN +F 2 "" H 31000 17600 50 0001 C CNN +F 3 "" H 31000 17600 50 0001 C CNN + 1 31000 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND030 +U 1 0 A606055F +P 27000 20200 +F 0 "#GND030" H 27050 20250 50 0001 C CNN +F 1 "GND" H 26900 20100 59 0000 L BNN +F 2 "" H 27000 20200 50 0001 C CNN +F 3 "" H 27000 20200 50 0001 C CNN + 1 27000 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND031 +U 1 0 01958B23 +P 27600 20200 +F 0 "#GND031" H 27650 20250 50 0001 C CNN +F 1 "GND" H 27500 20100 59 0000 L BNN +F 2 "" H 27600 20200 50 0001 C CNN +F 3 "" H 27600 20200 50 0001 C CNN + 1 27600 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND033 +U 1 0 C5585B8D +P 31000 20200 +F 0 "#GND033" H 31050 20250 50 0001 C CNN +F 1 "GND" H 30900 20100 59 0000 L BNN +F 2 "" H 31000 20200 50 0001 C CNN +F 3 "" H 31000 20200 50 0001 C CNN + 1 31000 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R41 +U 1 0 1DEE9157 +P 32200 18100 +F 0 "R41" H 32250 18150 59 0000 L BNN +F 1 "390" H 32010 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 32200 18100 50 0001 C CNN +F 3 "" H 32200 18100 50 0001 C CNN + 1 32200 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R43 +U 1 0 DA0B1885 +P 33800 18700 +F 0 "R43" H 33850 18750 59 0000 L BNN +F 1 "10K" H 33610 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 33800 18700 50 0001 C CNN +F 3 "" H 33800 18700 50 0001 C CNN + 1 33800 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R44 +U 1 0 743FE7EB +P 32800 19500 +F 0 "R44" H 32850 19550 59 0000 L BNN +F 1 "470K" H 32610 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 32800 19500 50 0001 C CNN +F 3 "" H 32800 19500 50 0001 C CNN + 1 32800 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R45 +U 1 0 396C9CE6 +P 34500 19100 +F 0 "R45" H 34550 19150 59 0000 L BNN +F 1 "100K" H 34310 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 34500 19100 50 0001 C CNN +F 3 "" H 34500 19100 50 0001 C CNN + 1 34500 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R46 +U 1 0 AAA0E0FF +P 35300 19100 +F 0 "R46" H 35350 19150 59 0000 L BNN +F 1 "10K" H 35110 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 35300 19100 50 0001 C CNN +F 3 "" H 35300 19100 50 0001 C CNN + 1 35300 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T7 +U 1 0 48A7C7EE +P 32500 19000 +F 0 "T7" H 32550 19050 59 0000 L BNN +F 1 "IRLML2502" H 32050 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 32500 19000 50 0001 C CNN +F 3 "" H 32500 19000 50 0001 C CNN + 1 32500 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C13 +U 1 0 A747D769 +P 33800 19500 +F 0 "C13" H 33850 19550 59 0000 L BNN +F 1 "220n" H 33590 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 33800 19500 50 0001 C CNN +F 3 "" H 33800 19500 50 0001 C CNN + 1 33800 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY8 +U 1 0 129A703F +P 34900 18600 +F 0 "KEY8" H 34950 18650 59 0000 L BNN +F 1 "PB1" H 34310 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 34900 18600 50 0001 C CNN +F 3 "" H 34900 18600 50 0001 C CNN + 1 34900 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW101 +U 1 0 D8992587 +P 35900 19100 +F 0 "SW101" V 35950 19150 59 0000 L BNN +F 1 "PB1" V 36110 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 35900 19100 50 0001 C CNN +F 3 "" H 35900 19100 50 0001 C CNN + 1 35900 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+020 +U 1 0 9D43D020 +P 32200 17600 +F 0 "#P+020" H 32250 17650 50 0001 C CNN +F 1 "VCC" V 32100 17500 59 0000 L BNN +F 2 "" H 32200 17600 50 0001 C CNN +F 3 "" H 32200 17600 50 0001 C CNN + 1 32200 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+021 +U 1 0 091B6EC0 +P 36200 17600 +F 0 "#P+021" H 36250 17650 50 0001 C CNN +F 1 "VCC" V 36100 17500 59 0000 L BNN +F 2 "" H 36200 17600 50 0001 C CNN +F 3 "" H 36200 17600 50 0001 C CNN + 1 36200 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND034 +U 1 0 85A992D2 +P 32200 20200 +F 0 "#GND034" H 32250 20250 50 0001 C CNN +F 1 "GND" H 32100 20100 59 0000 L BNN +F 2 "" H 32200 20200 50 0001 C CNN +F 3 "" H 32200 20200 50 0001 C CNN + 1 32200 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND035 +U 1 0 A522C48C +P 32800 20200 +F 0 "#GND035" H 32850 20250 50 0001 C CNN +F 1 "GND" H 32700 20100 59 0000 L BNN +F 2 "" H 32800 20200 50 0001 C CNN +F 3 "" H 32800 20200 50 0001 C CNN + 1 32800 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND037 +U 1 0 A56E8B01 +P 36200 20200 +F 0 "#GND037" H 36250 20250 50 0001 C CNN +F 1 "GND" H 36100 20100 59 0000 L BNN +F 2 "" H 36200 20200 50 0001 C CNN +F 3 "" H 36200 20200 50 0001 C CNN + 1 36200 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R47 +U 1 0 5B5FB131 +P 37400 18100 +F 0 "R47" H 37450 18150 59 0000 L BNN +F 1 "390" H 37210 17940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 37400 18100 50 0001 C CNN +F 3 "" H 37400 18100 50 0001 C CNN + 1 37400 18100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R49 +U 1 0 CD91161D +P 39000 18700 +F 0 "R49" H 39050 18750 59 0000 L BNN +F 1 "10K" H 38810 18540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 39000 18700 50 0001 C CNN +F 3 "" H 39000 18700 50 0001 C CNN + 1 39000 18700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R50 +U 1 0 E402B80F +P 38000 19500 +F 0 "R50" H 38050 19550 59 0000 L BNN +F 1 "470K" H 37810 19340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 38000 19500 50 0001 C CNN +F 3 "" H 38000 19500 50 0001 C CNN + 1 38000 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R51 +U 1 0 634356E1 +P 39700 19100 +F 0 "R51" H 39750 19150 59 0000 L BNN +F 1 "100K" H 39510 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 39700 19100 50 0001 C CNN +F 3 "" H 39700 19100 50 0001 C CNN + 1 39700 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R52 +U 1 0 6E098FD2 +P 40500 19100 +F 0 "R52" H 40550 19150 59 0000 L BNN +F 1 "10K" H 40310 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40500 19100 50 0001 C CNN +F 3 "" H 40500 19100 50 0001 C CNN + 1 40500 19100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T8 +U 1 0 463BD27C +P 37700 19000 +F 0 "T8" H 37750 19050 59 0000 L BNN +F 1 "IRLML2502" H 37250 19000 59 0000 L BNN +F 2 "camino:SOT-23" H 37700 19000 50 0001 C CNN +F 3 "" H 37700 19000 50 0001 C CNN + 1 37700 19000 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C14 +U 1 0 DB425959 +P 39000 19500 +F 0 "C14" H 39050 19550 59 0000 L BNN +F 1 "220n" H 38790 19320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 39000 19500 50 0001 C CNN +F 3 "" H 39000 19500 50 0001 C CNN + 1 39000 19500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY9 +U 1 0 84F1974C +P 40100 18600 +F 0 "KEY9" H 40150 18650 59 0000 L BNN +F 1 "PB0" H 39510 18710 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 40100 18600 50 0001 C CNN +F 3 "" H 40100 18600 50 0001 C CNN + 1 40100 18600 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW100 +U 1 0 D3CE3B08 +P 41100 19100 +F 0 "SW100" V 41150 19150 59 0000 L BNN +F 1 "PB0" V 41310 18900 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 41100 19100 50 0001 C CNN +F 3 "" H 41100 19100 50 0001 C CNN + 1 41100 19100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+022 +U 1 0 2342D0ED +P 37400 17600 +F 0 "#P+022" H 37450 17650 50 0001 C CNN +F 1 "VCC" V 37300 17500 59 0000 L BNN +F 2 "" H 37400 17600 50 0001 C CNN +F 3 "" H 37400 17600 50 0001 C CNN + 1 37400 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+023 +U 1 0 F3D13277 +P 41400 17600 +F 0 "#P+023" H 41450 17650 50 0001 C CNN +F 1 "VCC" V 41300 17500 59 0000 L BNN +F 2 "" H 41400 17600 50 0001 C CNN +F 3 "" H 41400 17600 50 0001 C CNN + 1 41400 17600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND038 +U 1 0 35D5721E +P 37400 20200 +F 0 "#GND038" H 37450 20250 50 0001 C CNN +F 1 "GND" H 37300 20100 59 0000 L BNN +F 2 "" H 37400 20200 50 0001 C CNN +F 3 "" H 37400 20200 50 0001 C CNN + 1 37400 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND039 +U 1 0 76CA36D4 +P 38000 20200 +F 0 "#GND039" H 38050 20250 50 0001 C CNN +F 1 "GND" H 37900 20100 59 0000 L BNN +F 2 "" H 38000 20200 50 0001 C CNN +F 3 "" H 38000 20200 50 0001 C CNN + 1 38000 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND041 +U 1 0 057C4BD5 +P 41400 20200 +F 0 "#GND041" H 41450 20250 50 0001 C CNN +F 1 "GND" H 41300 20100 59 0000 L BNN +F 2 "" H 41400 20200 50 0001 C CNN +F 3 "" H 41400 20200 50 0001 C CNN + 1 41400 20200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R53 +U 1 0 F12CABB7 +P 1300 21300 +F 0 "R53" H 1350 21350 59 0000 L BNN +F 1 "390" H 1110 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 1300 21300 50 0001 C CNN +F 3 "" H 1300 21300 50 0001 C CNN + 1 1300 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R55 +U 1 0 6D87B994 +P 2900 21900 +F 0 "R55" H 2950 21950 59 0000 L BNN +F 1 "10K" H 2710 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 2900 21900 50 0001 C CNN +F 3 "" H 2900 21900 50 0001 C CNN + 1 2900 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R56 +U 1 0 231B8666 +P 1900 22700 +F 0 "R56" H 1950 22750 59 0000 L BNN +F 1 "470K" H 1710 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 1900 22700 50 0001 C CNN +F 3 "" H 1900 22700 50 0001 C CNN + 1 1900 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R57 +U 1 0 0811433E +P 3600 22300 +F 0 "R57" H 3650 22350 59 0000 L BNN +F 1 "100K" H 3410 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 3600 22300 50 0001 C CNN +F 3 "" H 3600 22300 50 0001 C CNN + 1 3600 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R58 +U 1 0 0C42FBA6 +P 4400 22300 +F 0 "R58" H 4450 22350 59 0000 L BNN +F 1 "10K" H 4210 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 4400 22300 50 0001 C CNN +F 3 "" H 4400 22300 50 0001 C CNN + 1 4400 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T9 +U 1 0 045D9A78 +P 1600 22200 +F 0 "T9" H 1650 22250 59 0000 L BNN +F 1 "IRLML2502" H 1150 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 1600 22200 50 0001 C CNN +F 3 "" H 1600 22200 50 0001 C CNN + 1 1600 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C15 +U 1 0 08BC5F07 +P 2900 22700 +F 0 "C15" H 2950 22750 59 0000 L BNN +F 1 "220n" H 2690 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 2900 22700 50 0001 C CNN +F 3 "" H 2900 22700 50 0001 C CNN + 1 2900 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY10 +U 1 0 309BC8C3 +P 4000 21800 +F 0 "KEY10" H 4050 21850 59 0000 L BNN +F 1 "PD7" H 3410 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 4000 21800 50 0001 C CNN +F 3 "" H 4000 21800 50 0001 C CNN + 1 4000 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW117 +U 1 0 B6F7731C +P 5000 22300 +F 0 "SW117" V 5050 22350 59 0000 L BNN +F 1 "PD7" V 5210 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 5000 22300 50 0001 C CNN +F 3 "" H 5000 22300 50 0001 C CNN + 1 5000 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+024 +U 1 0 26131AF3 +P 1300 20800 +F 0 "#P+024" H 1350 20850 50 0001 C CNN +F 1 "VCC" V 1200 20700 59 0000 L BNN +F 2 "" H 1300 20800 50 0001 C CNN +F 3 "" H 1300 20800 50 0001 C CNN + 1 1300 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+025 +U 1 0 F90ABA34 +P 5300 20800 +F 0 "#P+025" H 5350 20850 50 0001 C CNN +F 1 "VCC" V 5200 20700 59 0000 L BNN +F 2 "" H 5300 20800 50 0001 C CNN +F 3 "" H 5300 20800 50 0001 C CNN + 1 5300 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND042 +U 1 0 6D21A43A +P 1300 23400 +F 0 "#GND042" H 1350 23450 50 0001 C CNN +F 1 "GND" H 1200 23300 59 0000 L BNN +F 2 "" H 1300 23400 50 0001 C CNN +F 3 "" H 1300 23400 50 0001 C CNN + 1 1300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND043 +U 1 0 7A046983 +P 1900 23400 +F 0 "#GND043" H 1950 23450 50 0001 C CNN +F 1 "GND" H 1800 23300 59 0000 L BNN +F 2 "" H 1900 23400 50 0001 C CNN +F 3 "" H 1900 23400 50 0001 C CNN + 1 1900 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND045 +U 1 0 5123C17D +P 5300 23400 +F 0 "#GND045" H 5350 23450 50 0001 C CNN +F 1 "GND" H 5200 23300 59 0000 L BNN +F 2 "" H 5300 23400 50 0001 C CNN +F 3 "" H 5300 23400 50 0001 C CNN + 1 5300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R59 +U 1 0 88B124BF +P 6500 21300 +F 0 "R59" H 6550 21350 59 0000 L BNN +F 1 "390" H 6310 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 6500 21300 50 0001 C CNN +F 3 "" H 6500 21300 50 0001 C CNN + 1 6500 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R61 +U 1 0 7238469E +P 8100 21900 +F 0 "R61" H 8150 21950 59 0000 L BNN +F 1 "10K" H 7910 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 8100 21900 50 0001 C CNN +F 3 "" H 8100 21900 50 0001 C CNN + 1 8100 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R62 +U 1 0 71E68305 +P 7100 22700 +F 0 "R62" H 7150 22750 59 0000 L BNN +F 1 "470K" H 6910 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 7100 22700 50 0001 C CNN +F 3 "" H 7100 22700 50 0001 C CNN + 1 7100 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R63 +U 1 0 F867A5BB +P 8800 22300 +F 0 "R63" H 8850 22350 59 0000 L BNN +F 1 "100K" H 8610 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 8800 22300 50 0001 C CNN +F 3 "" H 8800 22300 50 0001 C CNN + 1 8800 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R64 +U 1 0 B5625CEF +P 9600 22300 +F 0 "R64" H 9650 22350 59 0000 L BNN +F 1 "10K" H 9410 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 9600 22300 50 0001 C CNN +F 3 "" H 9600 22300 50 0001 C CNN + 1 9600 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T10 +U 1 0 F110383E +P 6800 22200 +F 0 "T10" H 6850 22250 59 0000 L BNN +F 1 "IRLML2502" H 6350 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 6800 22200 50 0001 C CNN +F 3 "" H 6800 22200 50 0001 C CNN + 1 6800 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C16 +U 1 0 930EF4E7 +P 8100 22700 +F 0 "C16" H 8150 22750 59 0000 L BNN +F 1 "220n" H 7890 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 8100 22700 50 0001 C CNN +F 3 "" H 8100 22700 50 0001 C CNN + 1 8100 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY11 +U 1 0 DF701399 +P 9200 21800 +F 0 "KEY11" H 9250 21850 59 0000 L BNN +F 1 "PD6" H 8610 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 9200 21800 50 0001 C CNN +F 3 "" H 9200 21800 50 0001 C CNN + 1 9200 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW116 +U 1 0 8C80A47D +P 10200 22300 +F 0 "SW116" V 10250 22350 59 0000 L BNN +F 1 "PD6" V 10410 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 10200 22300 50 0001 C CNN +F 3 "" H 10200 22300 50 0001 C CNN + 1 10200 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+026 +U 1 0 4777B23A +P 6500 20800 +F 0 "#P+026" H 6550 20850 50 0001 C CNN +F 1 "VCC" V 6400 20700 59 0000 L BNN +F 2 "" H 6500 20800 50 0001 C CNN +F 3 "" H 6500 20800 50 0001 C CNN + 1 6500 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+027 +U 1 0 988C0A8B +P 10500 20800 +F 0 "#P+027" H 10550 20850 50 0001 C CNN +F 1 "VCC" V 10400 20700 59 0000 L BNN +F 2 "" H 10500 20800 50 0001 C CNN +F 3 "" H 10500 20800 50 0001 C CNN + 1 10500 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND046 +U 1 0 6BBB6AA2 +P 6500 23400 +F 0 "#GND046" H 6550 23450 50 0001 C CNN +F 1 "GND" H 6400 23300 59 0000 L BNN +F 2 "" H 6500 23400 50 0001 C CNN +F 3 "" H 6500 23400 50 0001 C CNN + 1 6500 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND047 +U 1 0 E3D3C258 +P 7100 23400 +F 0 "#GND047" H 7150 23450 50 0001 C CNN +F 1 "GND" H 7000 23300 59 0000 L BNN +F 2 "" H 7100 23400 50 0001 C CNN +F 3 "" H 7100 23400 50 0001 C CNN + 1 7100 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND049 +U 1 0 3E396B75 +P 10500 23400 +F 0 "#GND049" H 10550 23450 50 0001 C CNN +F 1 "GND" H 10400 23300 59 0000 L BNN +F 2 "" H 10500 23400 50 0001 C CNN +F 3 "" H 10500 23400 50 0001 C CNN + 1 10500 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R65 +U 1 0 77B51EE0 +P 11700 21300 +F 0 "R65" H 11750 21350 59 0000 L BNN +F 1 "390" H 11510 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 11700 21300 50 0001 C CNN +F 3 "" H 11700 21300 50 0001 C CNN + 1 11700 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R67 +U 1 0 61F4BC32 +P 13300 21900 +F 0 "R67" H 13350 21950 59 0000 L BNN +F 1 "10K" H 13110 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 13300 21900 50 0001 C CNN +F 3 "" H 13300 21900 50 0001 C CNN + 1 13300 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R68 +U 1 0 BBB38037 +P 12300 22700 +F 0 "R68" H 12350 22750 59 0000 L BNN +F 1 "470K" H 12110 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 12300 22700 50 0001 C CNN +F 3 "" H 12300 22700 50 0001 C CNN + 1 12300 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R69 +U 1 0 1A7E7D8A +P 14000 22300 +F 0 "R69" H 14050 22350 59 0000 L BNN +F 1 "100K" H 13810 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 14000 22300 50 0001 C CNN +F 3 "" H 14000 22300 50 0001 C CNN + 1 14000 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R70 +U 1 0 AC81A314 +P 14800 22300 +F 0 "R70" H 14850 22350 59 0000 L BNN +F 1 "10K" H 14610 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 14800 22300 50 0001 C CNN +F 3 "" H 14800 22300 50 0001 C CNN + 1 14800 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T11 +U 1 0 021B1B49 +P 12000 22200 +F 0 "T11" H 12050 22250 59 0000 L BNN +F 1 "IRLML2502" H 11550 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 12000 22200 50 0001 C CNN +F 3 "" H 12000 22200 50 0001 C CNN + 1 12000 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C17 +U 1 0 880DAC54 +P 13300 22700 +F 0 "C17" H 13350 22750 59 0000 L BNN +F 1 "220n" H 13090 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 13300 22700 50 0001 C CNN +F 3 "" H 13300 22700 50 0001 C CNN + 1 13300 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY12 +U 1 0 D90D2722 +P 14400 21800 +F 0 "KEY12" H 14450 21850 59 0000 L BNN +F 1 "PD5" H 13810 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 14400 21800 50 0001 C CNN +F 3 "" H 14400 21800 50 0001 C CNN + 1 14400 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW115 +U 1 0 AEED6248 +P 15400 22300 +F 0 "SW115" V 15450 22350 59 0000 L BNN +F 1 "PD5" V 15610 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 15400 22300 50 0001 C CNN +F 3 "" H 15400 22300 50 0001 C CNN + 1 15400 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+028 +U 1 0 5E7F5AFC +P 11700 20800 +F 0 "#P+028" H 11750 20850 50 0001 C CNN +F 1 "VCC" V 11600 20700 59 0000 L BNN +F 2 "" H 11700 20800 50 0001 C CNN +F 3 "" H 11700 20800 50 0001 C CNN + 1 11700 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+029 +U 1 0 33FD6E47 +P 15700 20800 +F 0 "#P+029" H 15750 20850 50 0001 C CNN +F 1 "VCC" V 15600 20700 59 0000 L BNN +F 2 "" H 15700 20800 50 0001 C CNN +F 3 "" H 15700 20800 50 0001 C CNN + 1 15700 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND050 +U 1 0 47931690 +P 11700 23400 +F 0 "#GND050" H 11750 23450 50 0001 C CNN +F 1 "GND" H 11600 23300 59 0000 L BNN +F 2 "" H 11700 23400 50 0001 C CNN +F 3 "" H 11700 23400 50 0001 C CNN + 1 11700 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND051 +U 1 0 2CF0FB45 +P 12300 23400 +F 0 "#GND051" H 12350 23450 50 0001 C CNN +F 1 "GND" H 12200 23300 59 0000 L BNN +F 2 "" H 12300 23400 50 0001 C CNN +F 3 "" H 12300 23400 50 0001 C CNN + 1 12300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND053 +U 1 0 F36FBA54 +P 15700 23400 +F 0 "#GND053" H 15750 23450 50 0001 C CNN +F 1 "GND" H 15600 23300 59 0000 L BNN +F 2 "" H 15700 23400 50 0001 C CNN +F 3 "" H 15700 23400 50 0001 C CNN + 1 15700 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R71 +U 1 0 E78B931F +P 16900 21300 +F 0 "R71" H 16950 21350 59 0000 L BNN +F 1 "390" H 16710 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 16900 21300 50 0001 C CNN +F 3 "" H 16900 21300 50 0001 C CNN + 1 16900 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R73 +U 1 0 F1A902BD +P 18500 21900 +F 0 "R73" H 18550 21950 59 0000 L BNN +F 1 "10K" H 18310 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 18500 21900 50 0001 C CNN +F 3 "" H 18500 21900 50 0001 C CNN + 1 18500 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R74 +U 1 0 0E35184F +P 17500 22700 +F 0 "R74" H 17550 22750 59 0000 L BNN +F 1 "470K" H 17310 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 17500 22700 50 0001 C CNN +F 3 "" H 17500 22700 50 0001 C CNN + 1 17500 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R75 +U 1 0 FA17532E +P 19200 22300 +F 0 "R75" H 19250 22350 59 0000 L BNN +F 1 "100K" H 19010 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 19200 22300 50 0001 C CNN +F 3 "" H 19200 22300 50 0001 C CNN + 1 19200 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R76 +U 1 0 F5F3CEC6 +P 20000 22300 +F 0 "R76" H 20050 22350 59 0000 L BNN +F 1 "10K" H 19810 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 20000 22300 50 0001 C CNN +F 3 "" H 20000 22300 50 0001 C CNN + 1 20000 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T12 +U 1 0 4E1BC38A +P 17200 22200 +F 0 "T12" H 17250 22250 59 0000 L BNN +F 1 "IRLML2502" H 16750 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 17200 22200 50 0001 C CNN +F 3 "" H 17200 22200 50 0001 C CNN + 1 17200 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C18 +U 1 0 53B3C674 +P 18500 22700 +F 0 "C18" H 18550 22750 59 0000 L BNN +F 1 "220n" H 18290 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 18500 22700 50 0001 C CNN +F 3 "" H 18500 22700 50 0001 C CNN + 1 18500 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY13 +U 1 0 3BE1720F +P 19600 21800 +F 0 "KEY13" H 19650 21850 59 0000 L BNN +F 1 "PD4" H 19010 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 19600 21800 50 0001 C CNN +F 3 "" H 19600 21800 50 0001 C CNN + 1 19600 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW114 +U 1 0 1B783D64 +P 20600 22300 +F 0 "SW114" V 20650 22350 59 0000 L BNN +F 1 "PD4" V 20810 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 20600 22300 50 0001 C CNN +F 3 "" H 20600 22300 50 0001 C CNN + 1 20600 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+030 +U 1 0 0D5C7D76 +P 16900 20800 +F 0 "#P+030" H 16950 20850 50 0001 C CNN +F 1 "VCC" V 16800 20700 59 0000 L BNN +F 2 "" H 16900 20800 50 0001 C CNN +F 3 "" H 16900 20800 50 0001 C CNN + 1 16900 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+031 +U 1 0 0D6E2306 +P 20900 20800 +F 0 "#P+031" H 20950 20850 50 0001 C CNN +F 1 "VCC" V 20800 20700 59 0000 L BNN +F 2 "" H 20900 20800 50 0001 C CNN +F 3 "" H 20900 20800 50 0001 C CNN + 1 20900 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND054 +U 1 0 72D39712 +P 16900 23400 +F 0 "#GND054" H 16950 23450 50 0001 C CNN +F 1 "GND" H 16800 23300 59 0000 L BNN +F 2 "" H 16900 23400 50 0001 C CNN +F 3 "" H 16900 23400 50 0001 C CNN + 1 16900 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND055 +U 1 0 740EDAAB +P 17500 23400 +F 0 "#GND055" H 17550 23450 50 0001 C CNN +F 1 "GND" H 17400 23300 59 0000 L BNN +F 2 "" H 17500 23400 50 0001 C CNN +F 3 "" H 17500 23400 50 0001 C CNN + 1 17500 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND057 +U 1 0 304CF269 +P 20900 23400 +F 0 "#GND057" H 20950 23450 50 0001 C CNN +F 1 "GND" H 20800 23300 59 0000 L BNN +F 2 "" H 20900 23400 50 0001 C CNN +F 3 "" H 20900 23400 50 0001 C CNN + 1 20900 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R77 +U 1 0 8780E7E8 +P 22100 21300 +F 0 "R77" H 22150 21350 59 0000 L BNN +F 1 "390" H 21910 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 22100 21300 50 0001 C CNN +F 3 "" H 22100 21300 50 0001 C CNN + 1 22100 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R79 +U 1 0 53DFCA8E +P 23700 21900 +F 0 "R79" H 23750 21950 59 0000 L BNN +F 1 "10K" H 23510 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 23700 21900 50 0001 C CNN +F 3 "" H 23700 21900 50 0001 C CNN + 1 23700 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R80 +U 1 0 6E4A9DFB +P 22700 22700 +F 0 "R80" H 22750 22750 59 0000 L BNN +F 1 "470K" H 22510 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 22700 22700 50 0001 C CNN +F 3 "" H 22700 22700 50 0001 C CNN + 1 22700 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R81 +U 1 0 FE994382 +P 24400 22300 +F 0 "R81" H 24450 22350 59 0000 L BNN +F 1 "100K" H 24210 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 24400 22300 50 0001 C CNN +F 3 "" H 24400 22300 50 0001 C CNN + 1 24400 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R82 +U 1 0 833542CF +P 25200 22300 +F 0 "R82" H 25250 22350 59 0000 L BNN +F 1 "10K" H 25010 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 25200 22300 50 0001 C CNN +F 3 "" H 25200 22300 50 0001 C CNN + 1 25200 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T13 +U 1 0 4DDFA54A +P 22400 22200 +F 0 "T13" H 22450 22250 59 0000 L BNN +F 1 "IRLML2502" H 21950 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 22400 22200 50 0001 C CNN +F 3 "" H 22400 22200 50 0001 C CNN + 1 22400 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C19 +U 1 0 F8EFB3E1 +P 23700 22700 +F 0 "C19" H 23750 22750 59 0000 L BNN +F 1 "220n" H 23490 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 23700 22700 50 0001 C CNN +F 3 "" H 23700 22700 50 0001 C CNN + 1 23700 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY14 +U 1 0 1A4E8912 +P 24800 21800 +F 0 "KEY14" H 24850 21850 59 0000 L BNN +F 1 "PD3" H 24210 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 24800 21800 50 0001 C CNN +F 3 "" H 24800 21800 50 0001 C CNN + 1 24800 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW113 +U 1 0 0AF68D1A +P 25800 22300 +F 0 "SW113" V 25850 22350 59 0000 L BNN +F 1 "PD3" V 26010 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 25800 22300 50 0001 C CNN +F 3 "" H 25800 22300 50 0001 C CNN + 1 25800 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+032 +U 1 0 65A29347 +P 22100 20800 +F 0 "#P+032" H 22150 20850 50 0001 C CNN +F 1 "VCC" V 22000 20700 59 0000 L BNN +F 2 "" H 22100 20800 50 0001 C CNN +F 3 "" H 22100 20800 50 0001 C CNN + 1 22100 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+033 +U 1 0 6F61BCF8 +P 26100 20800 +F 0 "#P+033" H 26150 20850 50 0001 C CNN +F 1 "VCC" V 26000 20700 59 0000 L BNN +F 2 "" H 26100 20800 50 0001 C CNN +F 3 "" H 26100 20800 50 0001 C CNN + 1 26100 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND058 +U 1 0 E30E6F28 +P 22100 23400 +F 0 "#GND058" H 22150 23450 50 0001 C CNN +F 1 "GND" H 22000 23300 59 0000 L BNN +F 2 "" H 22100 23400 50 0001 C CNN +F 3 "" H 22100 23400 50 0001 C CNN + 1 22100 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND059 +U 1 0 ACBC2CBC +P 23300 23400 +F 0 "#GND059" H 23350 23450 50 0001 C CNN +F 1 "GND" H 23200 23300 59 0000 L BNN +F 2 "" H 23300 23400 50 0001 C CNN +F 3 "" H 23300 23400 50 0001 C CNN + 1 23300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND061 +U 1 0 4ECAD228 +P 26100 23400 +F 0 "#GND061" H 26150 23450 50 0001 C CNN +F 1 "GND" H 26000 23300 59 0000 L BNN +F 2 "" H 26100 23400 50 0001 C CNN +F 3 "" H 26100 23400 50 0001 C CNN + 1 26100 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R83 +U 1 0 E7345727 +P 27300 21300 +F 0 "R83" H 27350 21350 59 0000 L BNN +F 1 "390" H 27110 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 27300 21300 50 0001 C CNN +F 3 "" H 27300 21300 50 0001 C CNN + 1 27300 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R85 +U 1 0 875F9C9E +P 28900 21900 +F 0 "R85" H 28950 21950 59 0000 L BNN +F 1 "10K" H 28710 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28900 21900 50 0001 C CNN +F 3 "" H 28900 21900 50 0001 C CNN + 1 28900 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R86 +U 1 0 6AA0CBC6 +P 27900 22700 +F 0 "R86" H 27950 22750 59 0000 L BNN +F 1 "470K" H 27710 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 27900 22700 50 0001 C CNN +F 3 "" H 27900 22700 50 0001 C CNN + 1 27900 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R87 +U 1 0 A6693D1C +P 29600 22300 +F 0 "R87" H 29650 22350 59 0000 L BNN +F 1 "100K" H 29410 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 29600 22300 50 0001 C CNN +F 3 "" H 29600 22300 50 0001 C CNN + 1 29600 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R88 +U 1 0 652D9B5E +P 30400 22300 +F 0 "R88" H 30450 22350 59 0000 L BNN +F 1 "10K" H 30210 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 30400 22300 50 0001 C CNN +F 3 "" H 30400 22300 50 0001 C CNN + 1 30400 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T14 +U 1 0 C9E800E1 +P 27600 22200 +F 0 "T14" H 27650 22250 59 0000 L BNN +F 1 "IRLML2502" H 27150 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 27600 22200 50 0001 C CNN +F 3 "" H 27600 22200 50 0001 C CNN + 1 27600 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C20 +U 1 0 BA42FA1D +P 28900 22700 +F 0 "C20" H 28950 22750 59 0000 L BNN +F 1 "220n" H 28690 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 28900 22700 50 0001 C CNN +F 3 "" H 28900 22700 50 0001 C CNN + 1 28900 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY15 +U 1 0 F7F7D1BA +P 30000 21800 +F 0 "KEY15" H 30050 21850 59 0000 L BNN +F 1 "PD2" H 29410 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 30000 21800 50 0001 C CNN +F 3 "" H 30000 21800 50 0001 C CNN + 1 30000 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW112 +U 1 0 E7B4E2D4 +P 31000 22300 +F 0 "SW112" V 31050 22350 59 0000 L BNN +F 1 "PD2" V 31210 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 31000 22300 50 0001 C CNN +F 3 "" H 31000 22300 50 0001 C CNN + 1 31000 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+034 +U 1 0 51AEC84B +P 27300 20800 +F 0 "#P+034" H 27350 20850 50 0001 C CNN +F 1 "VCC" V 27200 20700 59 0000 L BNN +F 2 "" H 27300 20800 50 0001 C CNN +F 3 "" H 27300 20800 50 0001 C CNN + 1 27300 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+035 +U 1 0 483A4023 +P 31300 20800 +F 0 "#P+035" H 31350 20850 50 0001 C CNN +F 1 "VCC" V 31200 20700 59 0000 L BNN +F 2 "" H 31300 20800 50 0001 C CNN +F 3 "" H 31300 20800 50 0001 C CNN + 1 31300 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND062 +U 1 0 4410D087 +P 27300 23400 +F 0 "#GND062" H 27350 23450 50 0001 C CNN +F 1 "GND" H 27200 23300 59 0000 L BNN +F 2 "" H 27300 23400 50 0001 C CNN +F 3 "" H 27300 23400 50 0001 C CNN + 1 27300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND063 +U 1 0 B66ACBFF +P 27900 23400 +F 0 "#GND063" H 27950 23450 50 0001 C CNN +F 1 "GND" H 27800 23300 59 0000 L BNN +F 2 "" H 27900 23400 50 0001 C CNN +F 3 "" H 27900 23400 50 0001 C CNN + 1 27900 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND065 +U 1 0 DC4DDF45 +P 31300 23400 +F 0 "#GND065" H 31350 23450 50 0001 C CNN +F 1 "GND" H 31200 23300 59 0000 L BNN +F 2 "" H 31300 23400 50 0001 C CNN +F 3 "" H 31300 23400 50 0001 C CNN + 1 31300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R89 +U 1 0 31EF6566 +P 32500 21300 +F 0 "R89" H 32550 21350 59 0000 L BNN +F 1 "390" H 32310 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 32500 21300 50 0001 C CNN +F 3 "" H 32500 21300 50 0001 C CNN + 1 32500 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R91 +U 1 0 84C96DEF +P 34100 21900 +F 0 "R91" H 34150 21950 59 0000 L BNN +F 1 "10K" H 33910 21740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 34100 21900 50 0001 C CNN +F 3 "" H 34100 21900 50 0001 C CNN + 1 34100 21900 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R92 +U 1 0 AEDB4FFE +P 33100 22700 +F 0 "R92" H 33150 22750 59 0000 L BNN +F 1 "470K" H 32910 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 33100 22700 50 0001 C CNN +F 3 "" H 33100 22700 50 0001 C CNN + 1 33100 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R93 +U 1 0 75DE7ADC +P 34800 22300 +F 0 "R93" H 34850 22350 59 0000 L BNN +F 1 "100K" H 34610 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 34800 22300 50 0001 C CNN +F 3 "" H 34800 22300 50 0001 C CNN + 1 34800 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R94 +U 1 0 39937A76 +P 35600 22300 +F 0 "R94" H 35650 22350 59 0000 L BNN +F 1 "10K" H 35410 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 35600 22300 50 0001 C CNN +F 3 "" H 35600 22300 50 0001 C CNN + 1 35600 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T15 +U 1 0 C84D0D23 +P 32800 22200 +F 0 "T15" H 32850 22250 59 0000 L BNN +F 1 "IRLML2502" H 32350 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 32800 22200 50 0001 C CNN +F 3 "" H 32800 22200 50 0001 C CNN + 1 32800 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C21 +U 1 0 E677957B +P 34100 22700 +F 0 "C21" H 34150 22750 59 0000 L BNN +F 1 "220n" H 33890 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 34100 22700 50 0001 C CNN +F 3 "" H 34100 22700 50 0001 C CNN + 1 34100 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY16 +U 1 0 7F2AD6FD +P 35200 21800 +F 0 "KEY16" H 35250 21850 59 0000 L BNN +F 1 "PD1" H 34610 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 35200 21800 50 0001 C CNN +F 3 "" H 35200 21800 50 0001 C CNN + 1 35200 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW111 +U 1 0 69CFF5CE +P 36200 22300 +F 0 "SW111" V 36250 22350 59 0000 L BNN +F 1 "PD1" V 36410 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 36200 22300 50 0001 C CNN +F 3 "" H 36200 22300 50 0001 C CNN + 1 36200 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+036 +U 1 0 B49FF82F +P 32500 20800 +F 0 "#P+036" H 32550 20850 50 0001 C CNN +F 1 "VCC" V 32400 20700 59 0000 L BNN +F 2 "" H 32500 20800 50 0001 C CNN +F 3 "" H 32500 20800 50 0001 C CNN + 1 32500 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+037 +U 1 0 C9839833 +P 36500 20800 +F 0 "#P+037" H 36550 20850 50 0001 C CNN +F 1 "VCC" V 36400 20700 59 0000 L BNN +F 2 "" H 36500 20800 50 0001 C CNN +F 3 "" H 36500 20800 50 0001 C CNN + 1 36500 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND066 +U 1 0 DD6D0F79 +P 32500 23400 +F 0 "#GND066" H 32550 23450 50 0001 C CNN +F 1 "GND" H 32400 23300 59 0000 L BNN +F 2 "" H 32500 23400 50 0001 C CNN +F 3 "" H 32500 23400 50 0001 C CNN + 1 32500 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND067 +U 1 0 5E95BCCF +P 33100 23400 +F 0 "#GND067" H 33150 23450 50 0001 C CNN +F 1 "GND" H 33000 23300 59 0000 L BNN +F 2 "" H 33100 23400 50 0001 C CNN +F 3 "" H 33100 23400 50 0001 C CNN + 1 33100 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND069 +U 1 0 660B32C3 +P 36500 23400 +F 0 "#GND069" H 36550 23450 50 0001 C CNN +F 1 "GND" H 36400 23300 59 0000 L BNN +F 2 "" H 36500 23400 50 0001 C CNN +F 3 "" H 36500 23400 50 0001 C CNN + 1 36500 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R95 +U 1 0 E565FD8D +P 37700 21300 +F 0 "R95" H 37750 21350 59 0000 L BNN +F 1 "390" H 37510 21140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 37700 21300 50 0001 C CNN +F 3 "" H 37700 21300 50 0001 C CNN + 1 37700 21300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R97 +U 1 0 EC3A5F09 +P 39300 21800 +F 0 "R97" H 39350 21850 59 0000 L BNN +F 1 "10K" H 39110 21640 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 39300 21800 50 0001 C CNN +F 3 "" H 39300 21800 50 0001 C CNN + 1 39300 21800 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R98 +U 1 0 1554C729 +P 38300 22700 +F 0 "R98" H 38350 22750 59 0000 L BNN +F 1 "470K" H 38110 22540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 38300 22700 50 0001 C CNN +F 3 "" H 38300 22700 50 0001 C CNN + 1 38300 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R99 +U 1 0 0743ECC2 +P 40000 22300 +F 0 "R99" H 40050 22350 59 0000 L BNN +F 1 "100K" H 39810 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40000 22300 50 0001 C CNN +F 3 "" H 40000 22300 50 0001 C CNN + 1 40000 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R100 +U 1 0 DA519632 +P 40800 22300 +F 0 "R100" H 40850 22350 59 0000 L BNN +F 1 "10K" H 40610 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40800 22300 50 0001 C CNN +F 3 "" H 40800 22300 50 0001 C CNN + 1 40800 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:IRLML2502 T16 +U 1 0 9963AEEB +P 38000 22200 +F 0 "T16" H 38050 22250 59 0000 L BNN +F 1 "IRLML2502" H 37550 22200 59 0000 L BNN +F 2 "camino:SOT-23" H 38000 22200 50 0001 C CNN +F 3 "" H 38000 22200 50 0001 C CNN + 1 38000 22200 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C22 +U 1 0 CB4FEFB8 +P 39300 22700 +F 0 "C22" H 39350 22750 59 0000 L BNN +F 1 "220n" H 39090 22520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 39300 22700 50 0001 C CNN +F 3 "" H 39300 22700 50 0001 C CNN + 1 39300 22700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:TASTER_9314 KEY17 +U 1 0 B0B7D691 +P 40400 21800 +F 0 "KEY17" H 40450 21850 59 0000 L BNN +F 1 "PD0" H 39810 21910 59 0000 L BNN +F 2 "camino:TASTER_LSG1301" H 40400 21800 50 0001 C CNN +F 3 "" H 40400 21800 50 0001 C CNN + 1 40400 21800 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW110 +U 1 0 BC8430B3 +P 41400 22300 +F 0 "SW110" V 41450 22350 59 0000 L BNN +F 1 "PD0" V 41610 22100 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 41400 22300 50 0001 C CNN +F 3 "" H 41400 22300 50 0001 C CNN + 1 41400 22300 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+038 +U 1 0 5037E9A3 +P 37700 20800 +F 0 "#P+038" H 37750 20850 50 0001 C CNN +F 1 "VCC" V 37600 20700 59 0000 L BNN +F 2 "" H 37700 20800 50 0001 C CNN +F 3 "" H 37700 20800 50 0001 C CNN + 1 37700 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+039 +U 1 0 52C93008 +P 41700 20800 +F 0 "#P+039" H 41750 20850 50 0001 C CNN +F 1 "VCC" V 41600 20700 59 0000 L BNN +F 2 "" H 41700 20800 50 0001 C CNN +F 3 "" H 41700 20800 50 0001 C CNN + 1 41700 20800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND070 +U 1 0 7C5BA6D8 +P 37700 23400 +F 0 "#GND070" H 37750 23450 50 0001 C CNN +F 1 "GND" H 37600 23300 59 0000 L BNN +F 2 "" H 37700 23400 50 0001 C CNN +F 3 "" H 37700 23400 50 0001 C CNN + 1 37700 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND071 +U 1 0 AE8CA2CE +P 38300 23400 +F 0 "#GND071" H 38350 23450 50 0001 C CNN +F 1 "GND" H 38200 23300 59 0000 L BNN +F 2 "" H 38300 23400 50 0001 C CNN +F 3 "" H 38300 23400 50 0001 C CNN + 1 38300 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND073 +U 1 0 DD645794 +P 41700 23400 +F 0 "#GND073" H 41750 23450 50 0001 C CNN +F 1 "GND" H 41600 23300 59 0000 L BNN +F 2 "" H 41700 23400 50 0001 C CNN +F 3 "" H 41700 23400 50 0001 C CNN + 1 41700 23400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_DC CON9 +U 1 0 B8666746 +P 7400 10900 +F 0 "CON9" H 7450 10950 42 0000 L BNN +F 1 "Power IN" H 7000 10590 42 0000 L BNN +F 2 "camino:BUCHSE_DC" H 7400 10900 50 0001 C CNN +F 3 "" H 7400 10900 50 0001 C CNN + 1 7400 10900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BRUECKENGLEICHRICHTER IC2 +U 1 0 BC34DC86 +P 9400 10900 +F 0 "IC2" H 9450 10950 59 0000 L BNN +F 1 "BRUECKENGLEICHRICHTER" H 9520 10730 59 0000 L BNN +F 2 "camino:GLEICHRICHTER_SIL4" H 9400 10900 50 0001 C CNN +F 3 "" H 9400 10900 50 0001 C CNN + 1 9400 10900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:ELKO200MIL C23 +U 1 0 88D90D43 +P 9900 11500 +F 0 "C23" H 9950 11550 59 0000 L BNN +F 1 "1000u" H 9690 11350 59 0000 L BNN +F 2 "camino:ELKO_RADIAL_11MM" H 9900 11500 50 0001 C CNN +F 3 "" H 9900 11500 50 0001 C CNN + 1 9900 11500 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:ELKO200MIL C24 +U 1 0 6C2199A3 +P 10300 11500 +F 0 "C24" H 10350 11550 59 0000 L BNN +F 1 "1000u" H 10090 11350 59 0000 L BNN +F 2 "camino:ELKO_RADIAL_11MM" H 10300 11500 50 0001 C CNN +F 3 "" H 10300 11500 50 0001 C CNN + 1 10300 11500 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:ELKO200MIL C25 +U 1 0 442E43C5 +P 10700 11500 +F 0 "C25" H 10750 11550 59 0000 L BNN +F 1 "1000u" H 10490 11350 59 0000 L BNN +F 2 "camino:ELKO_RADIAL_11MM" H 10700 11500 50 0001 C CNN +F 3 "" H 10700 11500 50 0001 C CNN + 1 10700 11500 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C26 +U 1 0 CD45ED21 +P 13500 11500 +F 0 "C26" H 13550 11550 59 0000 L BNN +F 1 "100n" H 13290 11320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 13500 11500 50 0001 C CNN +F 3 "" H 13500 11500 50 0001 C CNN + 1 13500 11500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+040 +U 1 0 E6A7331F +P 13500 9800 +F 0 "#P+040" H 13550 9850 50 0001 C CNN +F 1 "VCC" V 13400 9700 59 0000 L BNN +F 2 "" H 13500 9800 50 0001 C CNN +F 3 "" H 13500 9800 50 0001 C CNN + 1 13500 9800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND074 +U 1 0 B8924062 +P 13500 12400 +F 0 "#GND074" H 13550 12450 50 0001 C CNN +F 1 "GND" H 13400 12300 59 0000 L BNN +F 2 "" H 13500 12400 50 0001 C CNN +F 3 "" H 13500 12400 50 0001 C CNN + 1 13500 12400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:AVCC #U$03 +U 1 0 6E1B97F5 +P 47000 6500 +F 0 "#U$03" H 47050 6550 50 0001 C CNN +F 1 "AVCC" V 46930 6400 59 0000 L BNN +F 2 "" H 47000 6500 50 0001 C CNN +F 3 "" H 47000 6500 50 0001 C CNN + 1 47000 6500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R101 +U 1 0 4592E6AB +P 17400 6500 +F 0 "R101" H 17450 6550 59 0000 L BNN +F 1 "390" H 17210 6340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 17400 6500 50 0001 C CNN +F 3 "" H 17400 6500 50 0001 C CNN + 1 17400 6500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND075 +U 1 0 861FFD58 +P 19600 6100 +F 0 "#GND075" H 19650 6150 50 0001 C CNN +F 1 "GND" H 19500 6000 59 0000 L BNN +F 2 "" H 19600 6100 50 0001 C CNN +F 3 "" H 19600 6100 50 0001 C CNN + 1 19600 6100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R102 +U 1 0 02D10C07 +P 19400 7300 +F 0 "R102" H 19450 7350 59 0000 L BNN +F 1 "1K" H 19210 7140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 19400 7300 50 0001 C CNN +F 3 "" H 19400 7300 50 0001 C CNN + 1 19400 7300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R103 +U 1 0 08D6C268 +P 19300 6900 +F 0 "R103" H 19350 6950 59 0000 L BNN +F 1 "1K" H 19110 6740 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 19300 6900 50 0001 C CNN +F 3 "" H 19300 6900 50 0001 C CNN + 1 19300 6900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R104 +U 1 0 B2E27065 +P 19100 7300 +F 0 "R104" H 19150 7350 59 0000 L BNN +F 1 "1K" H 18910 7140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 19100 7300 50 0001 C CNN +F 3 "" H 19100 7300 50 0001 C CNN + 1 19100 7300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND076 +U 1 0 AE83BEC3 +P 20900 6100 +F 0 "#GND076" H 20950 6150 50 0001 C CNN +F 1 "GND" H 20800 6000 59 0000 L BNN +F 2 "" H 20900 6100 50 0001 C CNN +F 3 "" H 20900 6100 50 0001 C CNN + 1 20900 6100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R3 +U 1 0 DF39756A +P 20700 6800 +F 0 "R3" H 20750 6850 59 0000 L BNN +F 1 "1K" H 20510 6640 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 20700 6800 50 0001 C CNN +F 3 "" H 20700 6800 50 0001 C CNN + 1 20700 6800 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R105 +U 1 0 8C1C3454 +P 20500 7200 +F 0 "R105" H 20550 7250 59 0000 L BNN +F 1 "1K" H 20310 7040 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 20500 7200 50 0001 C CNN +F 3 "" H 20500 7200 50 0001 C CNN + 1 20500 7200 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R106 +U 1 0 E5CEC001 +P 20800 6600 +F 0 "R106" H 20850 6650 59 0000 L BNN +F 1 "1K" H 20610 6440 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 20800 6600 50 0001 C CNN +F 3 "" H 20800 6600 50 0001 C CNN + 1 20800 6600 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R107 +U 1 0 126BC0DA +P 20600 7000 +F 0 "R107" H 20650 7050 59 0000 L BNN +F 1 "1K" H 20410 6840 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 20600 7000 50 0001 C CNN +F 3 "" H 20600 7000 50 0001 C CNN + 1 20600 7000 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R108 +U 1 0 C271A3F4 +P 17900 6300 +F 0 "R108" H 17950 6350 59 0000 L BNN +F 1 "390" H 17710 6140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 17900 6300 50 0001 C CNN +F 3 "" H 17900 6300 50 0001 C CNN + 1 17900 6300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_SERIELL_SUBD9 CON7 +U 1 0 9CBF613F +P 23800 2100 +F 0 "CON7" H 23850 2150 59 0000 L BNN +F 1 "RS232" H 23650 1675 59 0000 L BNN +F 2 "camino:BUCHSE_SERIELL_SUBD9_PIN" H 23800 2100 50 0001 C CNN +F 3 "" H 23800 2100 50 0001 C CNN + 1 23800 2100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND077 +U 1 0 7339179C +P 22100 1000 +F 0 "#GND077" H 22150 1050 50 0001 C CNN +F 1 "GND" H 22000 900 59 0000 L BNN +F 2 "" H 22100 1000 50 0001 C CNN +F 3 "" H 22100 1000 50 0001 C CNN + 1 22100 1000 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND078 +U 1 0 22B7F523 +P 8500 14500 +F 0 "#GND078" H 8550 14550 50 0001 C CNN +F 1 "GND" H 8400 14400 59 0000 L BNN +F 2 "" H 8500 14500 50 0001 C CNN +F 3 "" H 8500 14500 50 0001 C CNN + 1 8500 14500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+07 +U 1 0 FAFE20BD +P 8500 13300 +F 0 "#P+07" H 8550 13350 50 0001 C CNN +F 1 "VCC" V 8400 13200 59 0000 L BNN +F 2 "" H 8500 13300 50 0001 C CNN +F 3 "" H 8500 13300 50 0001 C CNN + 1 8500 13300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND079 +U 1 0 C5D7984F +P 23800 2700 +F 0 "#GND079" H 23850 2750 50 0001 C CNN +F 1 "GND" H 23700 2600 59 0000 L BNN +F 2 "" H 23800 2700 50 0001 C CNN +F 3 "" H 23800 2700 50 0001 C CNN + 1 23800 2700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND080 +U 1 0 1FBC4899 +P 21500 3300 +F 0 "#GND080" H 21550 3350 50 0001 C CNN +F 1 "GND" H 21400 3200 59 0000 L BNN +F 2 "" H 21500 3300 50 0001 C CNN +F 3 "" H 21500 3300 50 0001 C CNN + 1 21500 3300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND081 +U 1 0 9A9B7EC6 +P 27500 4300 +F 0 "#GND081" H 27550 4350 50 0001 C CNN +F 1 "GND" H 27400 4200 59 0000 L BNN +F 2 "" H 27500 4300 50 0001 C CNN +F 3 "" H 27500 4300 50 0001 C CNN + 1 27500 4300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_ESP SW7 +U 1 0 D9E7E2EC +P 26200 2200 +F 0 "SW7" V 26250 2250 59 0000 L BNN +F 1 "LED Power" V 26410 2000 59 0000 L BNN +F 2 "camino:SCHALTER_1UM_ESP" H 26200 2200 50 0001 C CNN +F 3 "" H 26200 2200 50 0001 C CNN + 1 26200 2200 + 0 -1 1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+041 +U 1 0 15845FEF +P 25800 1800 +F 0 "#P+041" H 25850 1850 50 0001 C CNN +F 1 "VCC" V 25700 1700 59 0000 L BNN +F 2 "" H 25800 1800 50 0001 C CNN +F 3 "" H 25800 1800 50 0001 C CNN + 1 25800 1800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R109 +U 1 0 AA49BA14 +P 26900 3000 +F 0 "R109" H 26950 3050 59 0000 L BNN +F 1 "10" H 26710 2840 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 26900 3000 50 0001 C CNN +F 3 "" H 26900 3000 50 0001 C CNN + 1 26900 3000 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:POTENTIOMETER P1 +U 1 0 AE92AE00 +P 25800 3200 +F 0 "P1" V 25850 3250 59 0000 L BNN +F 1 "10K" V 25650 3050 59 0000 L BNN +F 2 "camino:3296Y" H 25800 3200 50 0001 C CNN +F 3 "" H 25800 3200 50 0001 C CNN + 1 25800 3200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R110 +U 1 0 30C41DB0 +P 28700 4000 +F 0 "R110" H 28750 4050 59 0000 L BNN +F 1 "10K" H 28510 3840 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28700 4000 50 0001 C CNN +F 3 "" H 28700 4000 50 0001 C CNN + 1 28700 4000 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R111 +U 1 0 5FE122A5 +P 28700 4100 +F 0 "R111" H 28750 4150 59 0000 L BNN +F 1 "10K" H 28510 3940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28700 4100 50 0001 C CNN +F 3 "" H 28700 4100 50 0001 C CNN + 1 28700 4100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R112 +U 1 0 01B4BC66 +P 28700 4200 +F 0 "R112" H 28750 4250 59 0000 L BNN +F 1 "10K" H 28510 4040 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28700 4200 50 0001 C CNN +F 3 "" H 28700 4200 50 0001 C CNN + 1 28700 4200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R113 +U 1 0 AD61A5A7 +P 28700 4300 +F 0 "R113" H 28750 4350 59 0000 L BNN +F 1 "10K" H 28510 4140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28700 4300 50 0001 C CNN +F 3 "" H 28700 4300 50 0001 C CNN + 1 28700 4300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R114 +U 1 0 8C785876 +P 28700 4400 +F 0 "R114" H 28750 4450 59 0000 L BNN +F 1 "10K" H 28510 4240 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28700 4400 50 0001 C CNN +F 3 "" H 28700 4400 50 0001 C CNN + 1 28700 4400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R115 +U 1 0 A2C8E254 +P 28700 4500 +F 0 "R115" H 28750 4550 59 0000 L BNN +F 1 "10K" H 28510 4340 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28700 4500 50 0001 C CNN +F 3 "" H 28700 4500 50 0001 C CNN + 1 28700 4500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND083 +U 1 0 7E572BF0 +P 29000 5300 +F 0 "#GND083" H 29050 5350 50 0001 C CNN +F 1 "GND" H 28900 5200 59 0000 L BNN +F 2 "" H 29000 5300 50 0001 C CNN +F 3 "" H 29000 5300 50 0001 C CNN + 1 29000 5300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R116 +U 1 0 4CF95B71 +P 19600 2300 +F 0 "R116" H 19650 2350 59 0000 L BNN +F 1 "10K" H 19410 2140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 19600 2300 50 0001 C CNN +F 3 "" H 19600 2300 50 0001 C CNN + 1 19600 2300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND084 +U 1 0 5E7B53FD +P 19200 2300 +F 0 "#GND084" H 19250 2350 50 0001 C CNN +F 1 "GND" H 19100 2200 59 0000 L BNN +F 2 "" H 19200 2300 50 0001 C CNN +F 3 "" H 19200 2300 50 0001 C CNN + 1 19200 2300 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C28 +U 1 0 6879901B +P 8500 13900 +F 0 "C28" H 8550 13950 59 0000 L BNN +F 1 "100n" H 8290 13720 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 8500 13900 50 0001 C CNN +F 3 "" H 8500 13900 50 0001 C CNN + 1 8500 13900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C29 +U 1 0 7F41ADB8 +P 9000 13900 +F 0 "C29" H 9050 13950 59 0000 L BNN +F 1 "100n" H 8790 13720 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 9000 13900 50 0001 C CNN +F 3 "" H 9000 13900 50 0001 C CNN + 1 9000 13900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND082 +U 1 0 2C04BC43 +P 26000 2500 +F 0 "#GND082" H 26050 2550 50 0001 C CNN +F 1 "GND" H 25900 2400 59 0000 L BNN +F 2 "" H 26000 2500 50 0001 C CNN +F 3 "" H 26000 2500 50 0001 C CNN + 1 26000 2500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R117 +U 1 0 2A4533D3 +P 27300 3600 +F 0 "R117" H 27350 3650 59 0000 L BNN +F 1 "220K" H 27110 3440 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 27300 3600 50 0001 C CNN +F 3 "" H 27300 3600 50 0001 C CNN + 1 27300 3600 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_USB_B CON8 +U 1 0 EF89829C +P 21300 5900 +F 0 "CON8" H 21350 5950 42 0000 L BNN +F 1 "BUCHSE_USB_B" H 20900 5820 42 0000 L BNN +F 2 "camino:BUCHSE_USB_B_PIN" H 21300 5900 50 0001 C CNN +F 3 "" H 21300 5900 50 0001 C CNN + 1 21300 5900 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R118 +U 1 0 F0BC17D6 +P 22600 5100 +F 0 "R118" H 22650 5150 59 0000 L BNN +F 1 "1K5" H 22410 4940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 22600 5100 50 0001 C CNN +F 3 "" H 22600 5100 50 0001 C CNN + 1 22600 5100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R119 +U 1 0 C0869BC9 +P 22800 6100 +F 0 "R119" H 22850 6150 59 0000 L BNN +F 1 "1MEG" H 22610 5940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 22800 6100 50 0001 C CNN +F 3 "" H 22800 6100 50 0001 C CNN + 1 22800 6100 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R120 +U 1 0 F6234284 +P 23900 5600 +F 0 "R120" H 23950 5650 59 0000 L BNN +F 1 "68" H 23710 5440 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 23900 5600 50 0001 C CNN +F 3 "" H 23900 5600 50 0001 C CNN + 1 23900 5600 + 1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R121 +U 1 0 9C09E2D6 +P 24300 5700 +F 0 "R121" H 24350 5750 59 0000 L BNN +F 1 "68" H 24110 5540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 24300 5700 50 0001 C CNN +F 3 "" H 24300 5700 50 0001 C CNN + 1 24300 5700 + 1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:ZENER200MIL Z2 +U 1 0 6F05D41E +P 22400 6500 +F 0 "Z2" H 22450 6550 59 0000 L BNN +F 1 "3.6V" H 22330 6365 59 0000 L BNN +F 2 "camino:ZENER_PIN_200MIL" H 22400 6500 50 0001 C CNN +F 3 "" H 22400 6500 50 0001 C CNN + 1 22400 6500 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:ZENER200MIL Z3 +U 1 0 FF9CA878 +P 22100 6000 +F 0 "Z3" H 22150 6050 59 0000 L BNN +F 1 "3.6V" H 22030 5865 59 0000 L BNN +F 2 "camino:ZENER_PIN_200MIL" H 22100 6000 50 0001 C CNN +F 3 "" H 22100 6000 50 0001 C CNN + 1 22100 6000 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND085 +U 1 0 26BD0835 +P 22800 7400 +F 0 "#GND085" H 22850 7450 50 0001 C CNN +F 1 "GND" H 22700 7300 59 0000 L BNN +F 2 "" H 22800 7400 50 0001 C CNN +F 3 "" H 22800 7400 50 0001 C CNN + 1 22800 7400 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+042 +U 1 0 14FD5EF4 +P 22600 4600 +F 0 "#P+042" H 22650 4650 50 0001 C CNN +F 1 "VCC" V 22500 4500 59 0000 L BNN +F 2 "" H 22600 4600 50 0001 C CNN +F 3 "" H 22600 4600 50 0001 C CNN + 1 22600 4600 + -1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KLEMMBUCHSE_WAGO_233_512_12PIN CON11 +U 1 0 0F1F5943 +P 39800 2700 +F 0 "CON11" H 39850 2750 59 0000 L BNN +F 1 "Analog In" H 39600 1950 59 0000 L BNN +F 2 "camino:KLEMMBUCHSE_WAGO_233_512_12PIN" H 39800 2700 50 0001 C CNN +F 3 "" H 39800 2700 50 0001 C CNN + 1 39800 2700 + 0 1 -1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_DIP8 SW6 +U 1 0 5E31AD0D +P 40000 7200 +F 0 "SW6" V 40050 7250 59 0000 L BNN +F 1 "ANALOG" V 40475 7000 59 0000 L BNN +F 2 "camino:SCHALTER_DIP8" H 40000 7200 50 0001 C CNN +F 3 "" H 40000 7200 50 0001 C CNN + 1 40000 7200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R122 +U 1 0 A6D3298E +P 39600 4700 +F 0 "R122" H 39650 4750 59 0000 L BNN +F 1 "10K" H 39410 4540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 39600 4700 50 0001 C CNN +F 3 "" H 39600 4700 50 0001 C CNN + 1 39600 4700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R123 +U 1 0 B10D287D +P 39700 4300 +F 0 "R123" H 39750 4350 59 0000 L BNN +F 1 "10K" H 39510 4140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 39700 4300 50 0001 C CNN +F 3 "" H 39700 4300 50 0001 C CNN + 1 39700 4300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R124 +U 1 0 C8AA13BA +P 40000 4700 +F 0 "R124" H 40050 4750 59 0000 L BNN +F 1 "10K" H 39810 4540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40000 4700 50 0001 C CNN +F 3 "" H 40000 4700 50 0001 C CNN + 1 40000 4700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R125 +U 1 0 1D917733 +P 40100 4300 +F 0 "R125" H 40150 4350 59 0000 L BNN +F 1 "10K" H 39910 4140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40100 4300 50 0001 C CNN +F 3 "" H 40100 4300 50 0001 C CNN + 1 40100 4300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R126 +U 1 0 C9000061 +P 40200 4700 +F 0 "R126" H 40250 4750 59 0000 L BNN +F 1 "100K" H 40010 4540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40200 4700 50 0001 C CNN +F 3 "" H 40200 4700 50 0001 C CNN + 1 40200 4700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R127 +U 1 0 1E9C085C +P 40300 4300 +F 0 "R127" H 40350 4350 59 0000 L BNN +F 1 "100K" H 40110 4140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 40300 4300 50 0001 C CNN +F 3 "" H 40300 4300 50 0001 C CNN + 1 40300 4300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C30 +U 1 0 4BE10ABA +P 41200 5200 +F 0 "C30" H 41250 5250 59 0000 L BNN +F 1 "1n5" H 40990 5020 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 41200 5200 50 0001 C CNN +F 3 "" H 41200 5200 50 0001 C CNN + 1 41200 5200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C31 +U 1 0 5C39B211 +P 41000 5500 +F 0 "C31" H 41050 5550 59 0000 L BNN +F 1 "1n5" H 40790 5320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 41000 5500 50 0001 C CNN +F 3 "" H 41000 5500 50 0001 C CNN + 1 41000 5500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C37 +U 1 0 25A38A1C +P 41300 5800 +F 0 "C37" H 41350 5850 59 0000 L BNN +F 1 "150p" H 41090 5620 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 41300 5800 50 0001 C CNN +F 3 "" H 41300 5800 50 0001 C CNN + 1 41300 5800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C38 +U 1 0 B62AC7CC +P 41000 6100 +F 0 "C38" H 41050 6150 59 0000 L BNN +F 1 "150p" H 40790 5920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 41000 6100 50 0001 C CNN +F 3 "" H 41000 6100 50 0001 C CNN + 1 41000 6100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C39 +U 1 0 D5850EAD +P 41300 6400 +F 0 "C39" H 41350 6450 59 0000 L BNN +F 1 "680p" H 41090 6220 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 41300 6400 50 0001 C CNN +F 3 "" H 41300 6400 50 0001 C CNN + 1 41300 6400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C40 +U 1 0 119E7042 +P 41000 6700 +F 0 "C40" H 41050 6750 59 0000 L BNN +F 1 "680p" H 40790 6520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 41000 6700 50 0001 C CNN +F 3 "" H 41000 6700 50 0001 C CNN + 1 41000 6700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_DIP8 SW5 +U 1 0 2ACD510F +P 32000 6500 +F 0 "SW5" V 32050 6550 59 0000 L BNN +F 1 "DAC" V 32475 6300 59 0000 L BNN +F 2 "camino:SCHALTER_DIP8" H 32000 6500 50 0001 C CNN +F 3 "" H 32000 6500 50 0001 C CNN + 1 32000 6500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KLEMMBUCHSE_WAGO_233_504_4PIN CON10 +U 1 0 AA5B0A96 +P 38600 4400 +F 0 "CON10" H 38650 4450 59 0000 L BNN +F 1 "Analog Out" H 38400 4050 59 0000 L BNN +F 2 "camino:KLEMMBUCHSE_WAGO_233_504_4PIN" H 38600 4400 50 0001 C CNN +F 3 "" H 38600 4400 50 0001 C CNN + 1 38600 4400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R128 +U 1 0 F420EC62 +P 32500 3600 +F 0 "R128" H 32550 3650 59 0000 L BNN +F 1 "330" H 32310 3440 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 32500 3600 50 0001 C CNN +F 3 "" H 32500 3600 50 0001 C CNN + 1 32500 3600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R129 +U 1 0 5C6F1900 +P 33800 3600 +F 0 "R129" H 33850 3650 59 0000 L BNN +F 1 "330" H 33610 3440 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 33800 3600 50 0001 C CNN +F 3 "" H 33800 3600 50 0001 C CNN + 1 33800 3600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R130 +U 1 0 A0BAC6E0 +P 34600 3200 +F 0 "R130" H 34650 3250 59 0000 L BNN +F 1 "330" H 34410 3040 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 34600 3200 50 0001 C CNN +F 3 "" H 34600 3200 50 0001 C CNN + 1 34600 3200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R131 +U 1 0 B9E9544A +P 30700 4700 +F 0 "R131" H 30750 4750 59 0000 L BNN +F 1 "330" H 30510 4540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 30700 4700 50 0001 C CNN +F 3 "" H 30700 4700 50 0001 C CNN + 1 30700 4700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C41 +U 1 0 E04CDA51 +P 33400 4100 +F 0 "C41" H 33450 4150 59 0000 L BNN +F 1 "47n" H 33190 3920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 33400 4100 50 0001 C CNN +F 3 "" H 33400 4100 50 0001 C CNN + 1 33400 4100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C42 +U 1 0 30A478A6 +P 34200 4100 +F 0 "C42" H 34250 4150 59 0000 L BNN +F 1 "22n" H 33990 3920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 34200 4100 50 0001 C CNN +F 3 "" H 34200 4100 50 0001 C CNN + 1 34200 4100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C44 +U 1 0 4DE5DA92 +P 37500 3500 +F 0 "C44" H 37550 3550 59 0000 L BNN +F 1 "330p" H 37290 3320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 37500 3500 50 0001 C CNN +F 3 "" H 37500 3500 50 0001 C CNN + 1 37500 3500 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C45 +U 1 0 BDB73E3E +P 37500 3900 +F 0 "C45" H 37550 3950 59 0000 L BNN +F 1 "100p" H 37290 3720 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 37500 3900 50 0001 C CNN +F 3 "" H 37500 3900 50 0001 C CNN + 1 37500 3900 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:SPULE09P L2 +U 1 0 D099E540 +P 37500 2900 +F 0 "L2" V 37550 2950 59 0000 L BNN +F 1 "15m" V 37650 2700 59 0000 L BNN +F 2 "camino:SPULE_RADIAL_200MIL" H 37500 2900 50 0001 C CNN +F 3 "" H 37500 2900 50 0001 C CNN + 1 37500 2900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:LAUTSPRECHER SPK1 +U 1 0 7CCE0BA2 +P 31200 4800 +F 0 "SPK1" H 31250 4850 59 0000 L BNN +F 1 "LAUTSPRECHER" H 30810 4500 59 0000 L BNN +F 2 "camino:LAUTSPRECHER_BOX" H 31200 4800 50 0001 C CNN +F 3 "" H 31200 4800 50 0001 C CNN + 1 31200 4800 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:GND #GND087 +U 1 0 F159DB9A +P 33400 4600 +F 0 "#GND087" H 33450 4650 50 0001 C CNN +F 1 "GND" H 33300 4500 59 0000 L BNN +F 2 "" H 33400 4600 50 0001 C CNN +F 3 "" H 33400 4600 50 0001 C CNN + 1 33400 4600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND088 +U 1 0 F6147A32 +P 34200 4600 +F 0 "#GND088" H 34250 4650 50 0001 C CNN +F 1 "GND" H 34100 4500 59 0000 L BNN +F 2 "" H 34200 4600 50 0001 C CNN +F 3 "" H 34200 4600 50 0001 C CNN + 1 34200 4600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND090 +U 1 0 61E29362 +P 31700 5300 +F 0 "#GND090" H 31750 5350 50 0001 C CNN +F 1 "GND" H 31600 5200 59 0000 L BNN +F 2 "" H 31700 5300 50 0001 C CNN +F 3 "" H 31700 5300 50 0001 C CNN + 1 31700 5300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND091 +U 1 0 8C77DF70 +P 30700 5300 +F 0 "#GND091" H 30750 5350 50 0001 C CNN +F 1 "GND" H 30600 5200 59 0000 L BNN +F 2 "" H 30700 5300 50 0001 C CNN +F 3 "" H 30700 5300 50 0001 C CNN + 1 30700 5300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND093 +U 1 0 D65DC5DF +P 38300 5300 +F 0 "#GND093" H 38350 5350 50 0001 C CNN +F 1 "GND" H 38200 5200 59 0000 L BNN +F 2 "" H 38300 5300 50 0001 C CNN +F 3 "" H 38300 5300 50 0001 C CNN + 1 38300 5300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:RECEIVER_IR_TSOPH TSOP1 +U 1 0 44825D24 +P 26000 4300 +F 0 "TSOP1" H 26050 4350 42 0000 L BNN +F 1 "IR-Detector" H 25870 3990 42 0000 L BNN +F 2 "camino:RECEIVER_TSOP_LIEGEND" H 26000 4300 50 0001 C CNN +F 3 "" H 26000 4300 50 0001 C CNN + 1 26000 4300 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND03 +U 1 0 21137572 +P 26100 5000 +F 0 "#GND03" H 26150 5050 50 0001 C CNN +F 1 "GND" H 26000 4900 59 0000 L BNN +F 2 "" H 26100 5000 50 0001 C CNN +F 3 "" H 26100 5000 50 0001 C CNN + 1 26100 5000 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+043 +U 1 0 D172CCD2 +P 25500 4100 +F 0 "#P+043" H 25550 4150 50 0001 C CNN +F 1 "VCC" V 25400 4000 59 0000 L BNN +F 2 "" H 25500 4100 50 0001 C CNN +F 3 "" H 25500 4100 50 0001 C CNN + 1 25500 4100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R132 +U 1 0 3ADBB978 +P 25900 5600 +F 0 "R132" H 25950 5650 59 0000 L BNN +F 1 "10K" H 25710 5440 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 25900 5600 50 0001 C CNN +F 3 "" H 25900 5600 50 0001 C CNN + 1 25900 5600 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_DIP8 SW4 +U 1 0 42760F64 +P 28000 6500 +F 0 "SW4" V 28050 6550 59 0000 L BNN +F 1 "IR_LCD" V 28475 6300 59 0000 L BNN +F 2 "camino:SCHALTER_DIP8" H 28000 6500 50 0001 C CNN +F 3 "" H 28000 6500 50 0001 C CNN + 1 28000 6500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C47 +U 1 0 FBF7144C +P 9500 13900 +F 0 "C47" H 9550 13950 59 0000 L BNN +F 1 "100n" H 9290 13720 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 9500 13900 50 0001 C CNN +F 3 "" H 9500 13900 50 0001 C CNN + 1 9500 13900 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+044 +U 1 0 EDB97D32 +P 3700 17800 +F 0 "#P+044" H 3750 17850 50 0001 C CNN +F 1 "VCC" V 3600 17700 59 0000 L BNN +F 2 "" H 3700 17800 50 0001 C CNN +F 3 "" H 3700 17800 50 0001 C CNN + 1 3700 17800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+045 +U 1 0 E44956CC +P 8900 17900 +F 0 "#P+045" H 8950 17950 50 0001 C CNN +F 1 "VCC" V 8800 17800 59 0000 L BNN +F 2 "" H 8900 17900 50 0001 C CNN +F 3 "" H 8900 17900 50 0001 C CNN + 1 8900 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+046 +U 1 0 7F99A92C +P 14100 17900 +F 0 "#P+046" H 14150 17950 50 0001 C CNN +F 1 "VCC" V 14000 17800 59 0000 L BNN +F 2 "" H 14100 17900 50 0001 C CNN +F 3 "" H 14100 17900 50 0001 C CNN + 1 14100 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+047 +U 1 0 D4FE4DFB +P 19300 17900 +F 0 "#P+047" H 19350 17950 50 0001 C CNN +F 1 "VCC" V 19200 17800 59 0000 L BNN +F 2 "" H 19300 17900 50 0001 C CNN +F 3 "" H 19300 17900 50 0001 C CNN + 1 19300 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+048 +U 1 0 6271FE12 +P 24500 17900 +F 0 "#P+048" H 24550 17950 50 0001 C CNN +F 1 "VCC" V 24400 17800 59 0000 L BNN +F 2 "" H 24500 17900 50 0001 C CNN +F 3 "" H 24500 17900 50 0001 C CNN + 1 24500 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+049 +U 1 0 7F703A92 +P 29700 17900 +F 0 "#P+049" H 29750 17950 50 0001 C CNN +F 1 "VCC" V 29600 17800 59 0000 L BNN +F 2 "" H 29700 17900 50 0001 C CNN +F 3 "" H 29700 17900 50 0001 C CNN + 1 29700 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+050 +U 1 0 38692597 +P 34900 17900 +F 0 "#P+050" H 34950 17950 50 0001 C CNN +F 1 "VCC" V 34800 17800 59 0000 L BNN +F 2 "" H 34900 17900 50 0001 C CNN +F 3 "" H 34900 17900 50 0001 C CNN + 1 34900 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+051 +U 1 0 0A92A6E5 +P 40100 17900 +F 0 "#P+051" H 40150 17950 50 0001 C CNN +F 1 "VCC" V 40000 17800 59 0000 L BNN +F 2 "" H 40100 17900 50 0001 C CNN +F 3 "" H 40100 17900 50 0001 C CNN + 1 40100 17900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+052 +U 1 0 1727B2D0 +P 40400 21100 +F 0 "#P+052" H 40450 21150 50 0001 C CNN +F 1 "VCC" V 40300 21000 59 0000 L BNN +F 2 "" H 40400 21100 50 0001 C CNN +F 3 "" H 40400 21100 50 0001 C CNN + 1 40400 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+053 +U 1 0 860E516A +P 35200 21100 +F 0 "#P+053" H 35250 21150 50 0001 C CNN +F 1 "VCC" V 35100 21000 59 0000 L BNN +F 2 "" H 35200 21100 50 0001 C CNN +F 3 "" H 35200 21100 50 0001 C CNN + 1 35200 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+054 +U 1 0 67F3023D +P 30000 21100 +F 0 "#P+054" H 30050 21150 50 0001 C CNN +F 1 "VCC" V 29900 21000 59 0000 L BNN +F 2 "" H 30000 21100 50 0001 C CNN +F 3 "" H 30000 21100 50 0001 C CNN + 1 30000 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+055 +U 1 0 253FD3BB +P 24800 21100 +F 0 "#P+055" H 24850 21150 50 0001 C CNN +F 1 "VCC" V 24700 21000 59 0000 L BNN +F 2 "" H 24800 21100 50 0001 C CNN +F 3 "" H 24800 21100 50 0001 C CNN + 1 24800 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+056 +U 1 0 94CAFB02 +P 19600 21100 +F 0 "#P+056" H 19650 21150 50 0001 C CNN +F 1 "VCC" V 19500 21000 59 0000 L BNN +F 2 "" H 19600 21100 50 0001 C CNN +F 3 "" H 19600 21100 50 0001 C CNN + 1 19600 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+057 +U 1 0 26D0A5E7 +P 14400 21100 +F 0 "#P+057" H 14450 21150 50 0001 C CNN +F 1 "VCC" V 14300 21000 59 0000 L BNN +F 2 "" H 14400 21100 50 0001 C CNN +F 3 "" H 14400 21100 50 0001 C CNN + 1 14400 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+058 +U 1 0 4FFA80D5 +P 9200 21100 +F 0 "#P+058" H 9250 21150 50 0001 C CNN +F 1 "VCC" V 9100 21000 59 0000 L BNN +F 2 "" H 9200 21100 50 0001 C CNN +F 3 "" H 9200 21100 50 0001 C CNN + 1 9200 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:VCC #P+059 +U 1 0 8000A49D +P 4000 21100 +F 0 "#P+059" H 4050 21150 50 0001 C CNN +F 1 "VCC" V 3900 21000 59 0000 L BNN +F 2 "" H 4000 21100 50 0001 C CNN +F 3 "" H 4000 21100 50 0001 C CNN + 1 4000 21100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_DIP8 SW1 +U 1 0 82C8618F +P 21600 14800 +F 0 "SW1" V 21650 14850 59 0000 L BNN +F 1 "PORT B" V 22075 14600 59 0000 L BNN +F 2 "camino:SCHALTER_DIP8" H 21600 14800 50 0001 C CNN +F 3 "" H 21600 14800 50 0001 C CNN + 1 21600 14800 + 1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_DIP4 SW3 +U 1 0 B5E903C5 +P 24800 6500 +F 0 "SW3" V 24850 6550 59 0000 L BNN +F 1 "SER_USB" V 25175 6300 59 0000 L BNN +F 2 "camino:SCHALTER_DIP4" H 24800 6500 50 0001 C CNN +F 3 "" H 24800 6500 50 0001 C CNN + 1 24800 6500 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND012 +U 1 0 8C4C494A +P 31600 6900 +F 0 "#GND012" H 31650 6950 50 0001 C CNN +F 1 "GND" H 31500 6800 59 0000 L BNN +F 2 "" H 31600 6900 50 0001 C CNN +F 3 "" H 31600 6900 50 0001 C CNN + 1 31600 6900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND016 +U 1 0 12C6E2A1 +P 31700 6900 +F 0 "#GND016" H 31750 6950 50 0001 C CNN +F 1 "GND" H 31600 6800 59 0000 L BNN +F 2 "" H 31700 6900 50 0001 C CNN +F 3 "" H 31700 6900 50 0001 C CNN + 1 31700 6900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND024 +U 1 0 157BD418 +P 31600 6100 +F 0 "#GND024" H 31650 6150 50 0001 C CNN +F 1 "GND" H 31500 6000 59 0000 L BNN +F 2 "" H 31600 6100 50 0001 C CNN +F 3 "" H 31600 6100 50 0001 C CNN + 1 31600 6100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:GND #GND028 +U 1 0 D1DF28FE +P 31700 6100 +F 0 "#GND028" H 31750 6150 50 0001 C CNN +F 1 "GND" H 31600 6000 59 0000 L BNN +F 2 "" H 31700 6100 50 0001 C CNN +F 3 "" H 31700 6100 50 0001 C CNN + 1 31700 6100 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:GND #GND09 +U 1 0 FD0A31A1 +P 14200 11400 +F 0 "#GND09" H 14250 11450 50 0001 C CNN +F 1 "GND" H 14100 11300 59 0000 L BNN +F 2 "" H 14200 11400 50 0001 C CNN +F 3 "" H 14200 11400 50 0001 C CNN + 1 14200 11400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND036 +U 1 0 CF583ECA +P 42000 7200 +F 0 "#GND036" H 42050 7250 50 0001 C CNN +F 1 "GND" H 41900 7100 59 0000 L BNN +F 2 "" H 42000 7200 50 0001 C CNN +F 3 "" H 42000 7200 50 0001 C CNN + 1 42000 7200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND040 +U 1 0 2B74A96F +P 47000 7800 +F 0 "#GND040" H 47050 7850 50 0001 C CNN +F 1 "GND" H 46900 7700 59 0000 L BNN +F 2 "" H 47000 7800 50 0001 C CNN +F 3 "" H 47000 7800 50 0001 C CNN + 1 47000 7800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R6 +U 1 0 64D54441 +P 27200 6000 +F 0 "R6" H 27250 6050 59 0000 L BNN +F 1 "1K" H 27010 5840 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 27200 6000 50 0001 C CNN +F 3 "" H 27200 6000 50 0001 C CNN + 1 27200 6000 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R12 +U 1 0 6F8C0022 +P 20000 3400 +F 0 "R12" H 20050 3450 59 0000 L BNN +F 1 "4K7" H 19810 3240 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 20000 3400 50 0001 C CNN +F 3 "" H 20000 3400 50 0001 C CNN + 1 20000 3400 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND044 +U 1 0 87F2849F +P 13500 8400 +F 0 "#GND044" H 13550 8450 50 0001 C CNN +F 1 "GND" H 13400 8300 59 0000 L BNN +F 2 "" H 13500 8400 50 0001 C CNN +F 3 "" H 13500 8400 50 0001 C CNN + 1 13500 8400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND048 +U 1 0 A043859C +P 39900 7600 +F 0 "#GND048" H 39950 7650 50 0001 C CNN +F 1 "GND" H 39800 7500 59 0000 L BNN +F 2 "" H 39900 7600 50 0001 C CNN +F 3 "" H 39900 7600 50 0001 C CNN + 1 39900 7600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND052 +U 1 0 6E5BE941 +P 39800 7600 +F 0 "#GND052" H 39850 7650 50 0001 C CNN +F 1 "GND" H 39700 7500 59 0000 L BNN +F 2 "" H 39800 7600 50 0001 C CNN +F 3 "" H 39800 7600 50 0001 C CNN + 1 39800 7600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND056 +U 1 0 895B064A +P 39900 6800 +F 0 "#GND056" H 39950 6850 50 0001 C CNN +F 1 "GND" H 39800 6700 59 0000 L BNN +F 2 "" H 39900 6800 50 0001 C CNN +F 3 "" H 39900 6800 50 0001 C CNN + 1 39900 6800 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:GND #GND060 +U 1 0 CF9E7117 +P 39800 6800 +F 0 "#GND060" H 39850 6850 50 0001 C CNN +F 1 "GND" H 39700 6700 59 0000 L BNN +F 2 "" H 39800 6800 50 0001 C CNN +F 3 "" H 39800 6800 50 0001 C CNN + 1 39800 6800 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_DIP8 SW2 +U 1 0 23572B75 +P 24200 14700 +F 0 "SW2" V 24250 14750 59 0000 L BNN +F 1 "PORT D" V 24675 14500 59 0000 L BNN +F 2 "camino:SCHALTER_DIP8" H 24200 14700 50 0001 C CNN +F 3 "" H 24200 14700 50 0001 C CNN + 1 24200 14700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED1 +U 1 0 E3D19195 +P 1000 18600 +F 0 "LED1" V 1050 18650 59 0000 L BNN +F 1 "PB7" V 1225 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 1000 18600 50 0001 C CNN +F 3 "" H 1000 18600 50 0001 C CNN + 1 1000 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED2 +U 1 0 2BB9A456 +P 1300 21800 +F 0 "LED2" V 1350 21850 59 0000 L BNN +F 1 "PD7" V 1525 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 1300 21800 50 0001 C CNN +F 3 "" H 1300 21800 50 0001 C CNN + 1 1300 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED3 +U 1 0 0B724BFE +P 6500 21800 +F 0 "LED3" V 6550 21850 59 0000 L BNN +F 1 "PD6" V 6725 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 6500 21800 50 0001 C CNN +F 3 "" H 6500 21800 50 0001 C CNN + 1 6500 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED4 +U 1 0 B13A5DB8 +P 11700 21800 +F 0 "LED4" V 11750 21850 59 0000 L BNN +F 1 "PD5" V 11925 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 11700 21800 50 0001 C CNN +F 3 "" H 11700 21800 50 0001 C CNN + 1 11700 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED5 +U 1 0 57D4E887 +P 16900 21800 +F 0 "LED5" V 16950 21850 59 0000 L BNN +F 1 "PD4" V 17125 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 16900 21800 50 0001 C CNN +F 3 "" H 16900 21800 50 0001 C CNN + 1 16900 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED6 +U 1 0 FA737345 +P 22100 21800 +F 0 "LED6" V 22150 21850 59 0000 L BNN +F 1 "PD3" V 22325 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 22100 21800 50 0001 C CNN +F 3 "" H 22100 21800 50 0001 C CNN + 1 22100 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED7 +U 1 0 FCEE4E83 +P 27300 21800 +F 0 "LED7" V 27350 21850 59 0000 L BNN +F 1 "PD2" V 27525 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 27300 21800 50 0001 C CNN +F 3 "" H 27300 21800 50 0001 C CNN + 1 27300 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED8 +U 1 0 80A2BFF0 +P 32500 21800 +F 0 "LED8" V 32550 21850 59 0000 L BNN +F 1 "PD1" V 32725 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 32500 21800 50 0001 C CNN +F 3 "" H 32500 21800 50 0001 C CNN + 1 32500 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED9 +U 1 0 6B34E47C +P 37700 21800 +F 0 "LED9" V 37750 21850 59 0000 L BNN +F 1 "PD0" V 37925 21620 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 37700 21800 50 0001 C CNN +F 3 "" H 37700 21800 50 0001 C CNN + 1 37700 21800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED10 +U 1 0 AE5A0FBD +P 37400 18600 +F 0 "LED10" V 37450 18650 59 0000 L BNN +F 1 "PB0" V 37625 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 37400 18600 50 0001 C CNN +F 3 "" H 37400 18600 50 0001 C CNN + 1 37400 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED11 +U 1 0 C738BC96 +P 32200 18600 +F 0 "LED11" V 32250 18650 59 0000 L BNN +F 1 "PB1" V 32425 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 32200 18600 50 0001 C CNN +F 3 "" H 32200 18600 50 0001 C CNN + 1 32200 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED12 +U 1 0 064389C2 +P 27000 18600 +F 0 "LED12" V 27050 18650 59 0000 L BNN +F 1 "PB2" V 27225 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 27000 18600 50 0001 C CNN +F 3 "" H 27000 18600 50 0001 C CNN + 1 27000 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED13 +U 1 0 F7621A43 +P 21800 18600 +F 0 "LED13" V 21850 18650 59 0000 L BNN +F 1 "PB3" V 22025 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 21800 18600 50 0001 C CNN +F 3 "" H 21800 18600 50 0001 C CNN + 1 21800 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED14 +U 1 0 22E9F083 +P 16600 18600 +F 0 "LED14" V 16650 18650 59 0000 L BNN +F 1 "PB4" V 16825 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 16600 18600 50 0001 C CNN +F 3 "" H 16600 18600 50 0001 C CNN + 1 16600 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED15 +U 1 0 D23D13DB +P 11400 18600 +F 0 "LED15" V 11450 18650 59 0000 L BNN +F 1 "PB5" V 11625 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 11400 18600 50 0001 C CNN +F 3 "" H 11400 18600 50 0001 C CNN + 1 11400 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED16 +U 1 0 8B0CC3C0 +P 6200 18600 +F 0 "LED16" V 6250 18650 59 0000 L BNN +F 1 "PB6" V 6425 18420 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 6200 18600 50 0001 C CNN +F 3 "" H 6200 18600 50 0001 C CNN + 1 6200 18600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R18 +U 1 0 6DB5FD7E +P 25500 4700 +F 0 "R18" H 25550 4750 59 0000 L BNN +F 1 "47" H 25310 4540 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 25500 4700 50 0001 C CNN +F 3 "" H 25500 4700 50 0001 C CNN + 1 25500 4700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:LED1206 LED17 +U 1 0 6F319C60 +P 11600 13900 +F 0 "LED17" V 11650 13950 59 0000 L BNN +F 1 "Power, rot" V 11825 13720 59 0000 L BNN +F 2 "camino:LED_KINGBRIGHT" H 11600 13900 50 0001 C CNN +F 3 "" H 11600 13900 50 0001 C CNN + 1 11600 13900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R24 +U 1 0 C986F49E +P 11600 13400 +F 0 "R24" H 11650 13450 59 0000 L BNN +F 1 "680" H 11410 13240 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 11600 13400 50 0001 C CNN +F 3 "" H 11600 13400 50 0001 C CNN + 1 11600 13400 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:VCC #P+060 +U 1 0 3FCA270A +P 11600 12900 +F 0 "#P+060" H 11650 12950 50 0001 C CNN +F 1 "VCC" V 11500 12800 59 0000 L BNN +F 2 "" H 11600 12900 50 0001 C CNN +F 3 "" H 11600 12900 50 0001 C CNN + 1 11600 12900 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND064 +U 1 0 0C1F0895 +P 11600 14300 +F 0 "#GND064" H 11650 14350 50 0001 C CNN +F 1 "GND" H 11500 14200 59 0000 L BNN +F 2 "" H 11600 14300 50 0001 C CNN +F 3 "" H 11600 14300 50 0001 C CNN + 1 11600 14300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON27 +U 1 0 456AB533 +P 20600 14500 +F 0 "CON27" H 20650 14550 42 0000 L BNN +F 1 "PBGND" H 20600 14350 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 20600 14500 50 0001 C CNN +F 3 "" H 20600 14500 50 0001 C CNN + 1 20600 14500 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_LABOR_2MM_P CON28 +U 1 0 AE5A4E50 +P 23200 14500 +F 0 "CON28" H 23250 14550 42 0000 L BNN +F 1 "PDGND" H 23200 14350 42 0000 L BNN +F 2 "camino:BUCHSE_LABOR_2MM" H 23200 14500 50 0001 C CNN +F 3 "" H 23200 14500 50 0001 C CNN + 1 23200 14500 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:GND #GND068 +U 1 0 003ACE57 +P 20900 14700 +F 0 "#GND068" H 20950 14750 50 0001 C CNN +F 1 "GND" H 20800 14600 59 0000 L BNN +F 2 "" H 20900 14700 50 0001 C CNN +F 3 "" H 20900 14700 50 0001 C CNN + 1 20900 14700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND072 +U 1 0 FC805D82 +P 23500 14700 +F 0 "#GND072" H 23550 14750 50 0001 C CNN +F 1 "GND" H 23400 14600 59 0000 L BNN +F 2 "" H 23500 14700 50 0001 C CNN +F 3 "" H 23500 14700 50 0001 C CNN + 1 23500 14700 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:DIODEDO214AB D2 +U 1 0 C716522E +P 12500 10300 +F 0 "D2" H 12550 10350 59 0000 L BNN +F 1 "S4D" H 12330 10149 59 0000 L BNN +F 2 "camino:DIODE_SMD_DO214AB" H 12500 10300 50 0001 C CNN +F 3 "" H 12500 10300 50 0001 C CNN + 1 12500 10300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:SPANNUNGSREGLERKK VR1 +U 1 0 831668A1 +P 12500 10800 +F 0 "VR1" H 12550 10850 59 0000 L BNN +F 1 "7805" H 12550 10940 59 0000 L BNN +F 2 "camino:TO220_LIEGEND_KUEHLKOERPER_STRANG" H 12500 10800 50 0001 C CNN +F 3 "" H 12500 10800 50 0001 C CNN + 1 12500 10800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C49 +U 1 0 B957CE30 +P 23200 6600 +F 0 "C49" H 23250 6650 59 0000 L BNN +F 1 "100p" H 22990 6420 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 23200 6600 50 0001 C CNN +F 3 "" H 23200 6600 50 0001 C CNN + 1 23200 6600 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C50 +U 1 0 F7AA19BA +P 23500 6100 +F 0 "C50" H 23550 6150 59 0000 L BNN +F 1 "100p" H 23290 5920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 23500 6100 50 0001 C CNN +F 3 "" H 23500 6100 50 0001 C CNN + 1 23500 6100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:SCHALTER_1UM_KNITTER SW23 +U 1 0 8C5E2100 +P 8200 10800 +F 0 "SW23" V 8250 10850 59 0000 L BNN +F 1 "MAIN" V 8410 10600 59 0000 L BNN +F 2 "camino:SCHALTER_KNITTER" H 8200 10800 50 0001 C CNN +F 3 "" H 8200 10800 50 0001 C CNN + 1 8200 10800 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C51 +U 1 0 A0FE3D7D +P 33000 4100 +F 0 "C51" H 33050 4150 59 0000 L BNN +F 1 "22n" H 32790 3920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 33000 4100 50 0001 C CNN +F 3 "" H 33000 4100 50 0001 C CNN + 1 33000 4100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C52 +U 1 0 1C275673 +P 34700 4100 +F 0 "C52" H 34750 4150 59 0000 L BNN +F 1 "47n" H 34490 3920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 34700 4100 50 0001 C CNN +F 3 "" H 34700 4100 50 0001 C CNN + 1 34700 4100 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:GND #GND020 +U 1 0 E53A484A +P 33000 4600 +F 0 "#GND020" H 33050 4650 50 0001 C CNN +F 1 "GND" H 32900 4500 59 0000 L BNN +F 2 "" H 33000 4600 50 0001 C CNN +F 3 "" H 33000 4600 50 0001 C CNN + 1 33000 4600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND032 +U 1 0 FD501343 +P 34700 4600 +F 0 "#GND032" H 34750 4650 50 0001 C CNN +F 1 "GND" H 34600 4500 59 0000 L BNN +F 2 "" H 34700 4600 50 0001 C CNN +F 3 "" H 34700 4600 50 0001 C CNN + 1 34700 4600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND086 +U 1 0 CB03EAC2 +P 30200 5300 +F 0 "#GND086" H 30250 5350 50 0001 C CNN +F 1 "GND" H 30100 5200 59 0000 L BNN +F 2 "" H 30200 5300 50 0001 C CNN +F 3 "" H 30200 5300 50 0001 C CNN + 1 30200 5300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:GND #GND096 +U 1 0 51A06481 +P 35500 4600 +F 0 "#GND096" H 35550 4650 50 0001 C CNN +F 1 "GND" H 35400 4500 59 0000 L BNN +F 2 "" H 35500 4600 50 0001 C CNN +F 3 "" H 35500 4600 50 0001 C CNN + 1 35500 4600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1812 C46 +U 1 0 C849148A +P 30200 4700 +F 0 "C46" H 30250 4750 59 0000 L BNN +F 1 "330n" H 29990 4520 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1812" H 30200 4700 50 0001 C CNN +F 3 "" H 30200 4700 50 0001 C CNN + 1 30200 4700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1812 C55 +U 1 0 E3F5FB5A +P 35500 4100 +F 0 "C55" H 35550 4150 59 0000 L BNN +F 1 "330n" H 35290 3920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1812" H 35500 4100 50 0001 C CNN +F 3 "" H 35500 4100 50 0001 C CNN + 1 35500 4100 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1812 C27 +U 1 0 AB804E8A +P 11400 11500 +F 0 "C27" H 11450 11550 59 0000 L BNN +F 1 "330n" H 11190 11320 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1812" H 11400 11500 50 0001 C CNN +F 3 "" H 11400 11500 50 0001 C CNN + 1 11400 11500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:MAX202SO16L IC3 +U 1 0 B686635D +P 21500 2200 +F 0 "IC3" H 21550 2250 59 0000 L BNN +F 1 "MAX202SO16L" H 21100 1600 59 0001 L BNN +F 2 "camino:SO16L" H 21500 2200 50 0001 C CNN +F 3 "" H 21500 2200 50 0001 C CNN + 1 21500 2200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C32 +U 1 0 3554C70B +P 20300 1800 +F 0 "C32" H 20350 1850 59 0000 L BNN +F 1 "100n" H 20090 1620 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 20300 1800 50 0001 C CNN +F 3 "" H 20300 1800 50 0001 C CNN + 1 20300 1800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C33 +U 1 0 089E54E8 +P 20300 2100 +F 0 "C33" H 20350 2150 59 0000 L BNN +F 1 "100n" H 20090 1920 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 20300 2100 50 0001 C CNN +F 3 "" H 20300 2100 50 0001 C CNN + 1 20300 2100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C34 +U 1 0 9D5CDE75 +P 22500 1200 +F 0 "C34" H 22550 1250 59 0000 L BNN +F 1 "100n" H 22290 1020 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 22500 1200 50 0001 C CNN +F 3 "" H 22500 1200 50 0001 C CNN + 1 22500 1200 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:KONDENSATOR1206 C35 +U 1 0 F2675003 +P 22900 1200 +F 0 "C35" H 22950 1250 59 0000 L BNN +F 1 "100n" H 22690 1020 59 0000 L BNN +F 2 "camino:KONDENSATOR_SMD_1206" H 22900 1200 50 0001 C CNN +F 3 "" H 22900 1200 50 0001 C CNN + 1 22900 1200 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:ELKO_TM_B C36 +U 1 0 49C7B2BF +P 14600 10700 +F 0 "C36" H 14650 10750 59 0000 L BNN +F 1 "10ยต" H 14390 10550 59 0000 L BNN +F 2 "camino:ELKO_SMD_TM_B" H 14600 10700 50 0001 C CNN +F 3 "" H 14600 10700 50 0001 C CNN + 1 14600 10700 + 0 1 1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R30 +U 1 0 A87C11DA +P 23200 22300 +F 0 "R30" H 23250 22350 59 0000 L BNN +F 1 "470K" H 23010 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 23200 22300 50 0001 C CNN +F 3 "" H 23200 22300 50 0001 C CNN + 1 23200 22300 + -1 0 0 1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_ISP_6PIN CON5 +U 1 0 69099632 +P 19300 5500 +F 0 "CON5" H 19350 5550 42 0000 L BNN +F 1 "BUCHSE_ISP_6PIN" H 19020 5020 42 0000 L BNN +F 2 "camino:PFOSTENSTIFTLEISTE_6PIN" H 19300 5500 50 0001 C CNN +F 3 "" H 19300 5500 50 0001 C CNN + 1 19300 5500 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R36 +U 1 0 555E92B1 +P 2100 19100 +F 0 "R36" H 2150 19150 59 0000 L BNN +F 1 "470K" H 1910 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 2100 19100 50 0001 C CNN +F 3 "" H 2100 19100 50 0001 C CNN + 1 2100 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R42 +U 1 0 D226BE52 +P 7300 19100 +F 0 "R42" H 7350 19150 59 0000 L BNN +F 1 "470K" H 7110 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 7300 19100 50 0001 C CNN +F 3 "" H 7300 19100 50 0001 C CNN + 1 7300 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R48 +U 1 0 EBD5C13A +P 12500 19100 +F 0 "R48" H 12550 19150 59 0000 L BNN +F 1 "470K" H 12310 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 12500 19100 50 0001 C CNN +F 3 "" H 12500 19100 50 0001 C CNN + 1 12500 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R54 +U 1 0 61AAE54D +P 17700 19100 +F 0 "R54" H 17750 19150 59 0000 L BNN +F 1 "470K" H 17510 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 17700 19100 50 0001 C CNN +F 3 "" H 17700 19100 50 0001 C CNN + 1 17700 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R60 +U 1 0 3EC01F9A +P 22900 19100 +F 0 "R60" H 22950 19150 59 0000 L BNN +F 1 "470K" H 22710 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 22900 19100 50 0001 C CNN +F 3 "" H 22900 19100 50 0001 C CNN + 1 22900 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R66 +U 1 0 06722BFC +P 28100 19100 +F 0 "R66" H 28150 19150 59 0000 L BNN +F 1 "470K" H 27910 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28100 19100 50 0001 C CNN +F 3 "" H 28100 19100 50 0001 C CNN + 1 28100 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R72 +U 1 0 7D514E64 +P 33300 19100 +F 0 "R72" H 33350 19150 59 0000 L BNN +F 1 "470K" H 33110 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 33300 19100 50 0001 C CNN +F 3 "" H 33300 19100 50 0001 C CNN + 1 33300 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R78 +U 1 0 A71EFB25 +P 38500 19100 +F 0 "R78" H 38550 19150 59 0000 L BNN +F 1 "470K" H 38310 18940 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 38500 19100 50 0001 C CNN +F 3 "" H 38500 19100 50 0001 C CNN + 1 38500 19100 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R84 +U 1 0 D49F4D0B +P 38800 22300 +F 0 "R84" H 38850 22350 59 0000 L BNN +F 1 "470K" H 38610 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 38800 22300 50 0001 C CNN +F 3 "" H 38800 22300 50 0001 C CNN + 1 38800 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R90 +U 1 0 0EDDE2E0 +P 33600 22300 +F 0 "R90" H 33650 22350 59 0000 L BNN +F 1 "470K" H 33410 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 33600 22300 50 0001 C CNN +F 3 "" H 33600 22300 50 0001 C CNN + 1 33600 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R96 +U 1 0 560D8D76 +P 28400 22300 +F 0 "R96" H 28450 22350 59 0000 L BNN +F 1 "470K" H 28210 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 28400 22300 50 0001 C CNN +F 3 "" H 28400 22300 50 0001 C CNN + 1 28400 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R133 +U 1 0 DDD164B9 +P 18000 22300 +F 0 "R133" H 18050 22350 59 0000 L BNN +F 1 "470K" H 17810 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 18000 22300 50 0001 C CNN +F 3 "" H 18000 22300 50 0001 C CNN + 1 18000 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R134 +U 1 0 4FAD057E +P 12800 22300 +F 0 "R134" H 12850 22350 59 0000 L BNN +F 1 "470K" H 12610 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 12800 22300 50 0001 C CNN +F 3 "" H 12800 22300 50 0001 C CNN + 1 12800 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R135 +U 1 0 D19E0660 +P 7600 22300 +F 0 "R135" H 7650 22350 59 0000 L BNN +F 1 "470K" H 7410 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 7600 22300 50 0001 C CNN +F 3 "" H 7600 22300 50 0001 C CNN + 1 7600 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:WIDERSTAND1206 R136 +U 1 0 E78390A8 +P 2400 22300 +F 0 "R136" H 2450 22350 59 0000 L BNN +F 1 "470K" H 2210 22140 59 0000 L BNN +F 2 "camino:WIDERSTAND_SMD_1206" H 2400 22300 50 0001 C CNN +F 3 "" H 2400 22300 50 0001 C CNN + 1 2400 22300 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_PORT CON1 +U 1 0 C260A1B1 +P 47600 7200 +F 0 "CON1" H 47650 7250 59 0000 L BNN +F 1 "PORT A" H 47290 6580 59 0000 L BNN +F 2 "camino:PFOSTENSTIFTLEISTE_10PIN" H 47600 7200 50 0001 C CNN +F 3 "" H 47600 7200 50 0001 C CNN + 1 47600 7200 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_PORT CON2 +U 1 0 0E431640 +P 46600 8400 +F 0 "CON2" H 46650 8450 59 0000 L BNN +F 1 "PORT B" H 46290 7780 59 0000 L BNN +F 2 "camino:PFOSTENSTIFTLEISTE_10PIN" H 46600 8400 50 0001 C CNN +F 3 "" H 46600 8400 50 0001 C CNN + 1 46600 8400 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_PORT CON3 +U 1 0 3F802560 +P 45600 9600 +F 0 "CON3" H 45650 9650 59 0000 L BNN +F 1 "PORT C" H 45290 8980 59 0000 L BNN +F 2 "camino:PFOSTENSTIFTLEISTE_10PIN" H 45600 9600 50 0001 C CNN +F 3 "" H 45600 9600 50 0001 C CNN + 1 45600 9600 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_PORT CON4 +U 1 0 C1C4878B +P 44600 10800 +F 0 "CON4" H 44650 10850 59 0000 L BNN +F 1 "PORT D" H 44290 10180 59 0000 L BNN +F 2 "camino:PFOSTENSTIFTLEISTE_10PIN" H 44600 10800 50 0001 C CNN +F 3 "" H 44600 10800 50 0001 C CNN + 1 44600 10800 + 1 0 0 -1 +$EndComp +$Comp +L camino-eagle-import:BUCHSE_JTAG CON6 +U 1 0 FC91A9BB +P 20600 5700 +F 0 "CON6" H 20650 5750 59 0000 L BNN +F 1 "BUCHSE_JTAG" H 20570 5180 59 0000 L BNN +F 2 "camino:PFOSTENSTIFTLEISTE_10PIN" H 20600 5700 50 0001 C CNN +F 3 "" H 20600 5700 50 0001 C CNN + 1 20600 5700 + 0 -1 -1 0 +$EndComp +$Comp +L camino-eagle-import:LCD162C LCD1 +U 1 0 E589F26F +P 27700 2300 +F 0 "LCD1" H 27750 2350 59 0000 L BNN +F 1 "LCD162C" H 27700 2300 50 0001 C CNN +F 2 "camino:LCD_PULT_162C_BC" H 27700 2300 50 0001 C CNN +F 3 "" H 27700 2300 50 0001 C CNN + 1 27700 2300 + 0 -1 -1 0 +$EndComp +Text Notes 8330 13560 0 59 ~ 0 +MAX202 +Text Notes 8900 13560 0 59 ~ 0 +LCD +Text Notes 9390 13560 0 59 ~ 0 +IR-Rx +$EndSCHEMATC diff --git a/kicad/empty.kicad_wks b/kicad/empty.kicad_wks new file mode 100644 index 0000000..f50032b --- /dev/null +++ b/kicad/empty.kicad_wks @@ -0,0 +1,5 @@ +(page_layout +(setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15) +(left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10)) +(line (name segm1:Line) (start 0 0) (end 0 0)) +) diff --git a/kicad/fp-lib-table b/kicad/fp-lib-table new file mode 100644 index 0000000..0d4c551 --- /dev/null +++ b/kicad/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name camino)(type KiCad)(uri "$(KIPRJMOD)/camino.pretty")(options "")(descr "")) +) diff --git a/kicad/sym-lib-table b/kicad/sym-lib-table new file mode 100644 index 0000000..fa41072 --- /dev/null +++ b/kicad/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name camino-eagle-import)(type Legacy)(uri ${KIPRJMOD}/camino-eagle-import.lib)(options "")(descr "")) +)