-
Notifications
You must be signed in to change notification settings - Fork 0
/
R503toFeather.kicad_pcb
503 lines (492 loc) · 33.7 KB
/
R503toFeather.kicad_pcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen"))
(layer "F.Paste" (type "Top Solder Paste"))
(layer "F.Mask" (type "Top Solder Mask") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "B.Cu" (type "copper") (thickness 0.035))
(layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01))
(layer "B.Paste" (type "Bottom Solder Paste"))
(layer "B.SilkS" (type "Bottom Silk Screen"))
(copper_finish "ENIG")
(dielectric_constraints no)
)
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 4)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "unconnected-(A1-~{RESET}-Pad1)")
(net 2 "VCC")
(net 3 "unconnected-(A1-AREF-Pad3)")
(net 4 "GND")
(net 5 "unconnected-(A1-A0-Pad5)")
(net 6 "unconnected-(A1-A1-Pad6)")
(net 7 "unconnected-(A1-A2-Pad7)")
(net 8 "unconnected-(A1-A3-Pad8)")
(net 9 "unconnected-(A1-A4-Pad9)")
(net 10 "unconnected-(A1-A5-Pad10)")
(net 11 "unconnected-(A1-SCK-Pad11)")
(net 12 "unconnected-(A1-MOSI-Pad12)")
(net 13 "unconnected-(A1-MISO-Pad13)")
(net 14 "Net-(A1-RX)")
(net 15 "Net-(A1-TX)")
(net 16 "Net-(A1-SPARE)")
(net 17 "unconnected-(A1-SDA-Pad17)")
(net 18 "unconnected-(A1-SCL-Pad18)")
(net 19 "unconnected-(A1-D0-Pad19)")
(net 20 "unconnected-(A1-D1-Pad20)")
(net 21 "unconnected-(A1-D2-Pad21)")
(net 22 "unconnected-(A1-D3-Pad22)")
(net 23 "unconnected-(A1-D4-Pad23)")
(net 24 "unconnected-(A1-D5-Pad24)")
(net 25 "unconnected-(A1-D6-Pad25)")
(net 26 "unconnected-(A1-USB-Pad26)")
(net 27 "unconnected-(A1-EN-Pad27)")
(net 28 "unconnected-(A1-VBAT-Pad28)")
(net 29 "Net-(J1-TXD)")
(net 30 "Net-(J1-RXD)")
(footprint "Resistor_SMD:R_1206_3216Metric" (layer "F.Cu")
(tstamp 0209bb96-29a7-4e57-9e19-61dd0d6a9187)
(at 24.13 52.2625 -90)
(descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "Sheetfile" "R503toFeather.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/e118f0e4-af40-45f6-8da6-8702c41dd973")
(attr smd)
(fp_text reference "R2" (at 3.6175 0 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8270a744-d2f1-45e2-ab98-112babf3aedd)
)
(fp_text value "0R" (at -4.0025 0 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2d529e9a-19ac-4f28-b37c-d3a01c8b0d7a)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)))
(tstamp 4e9eab13-2499-4841-94e0-f23fa2d50502)
)
(fp_line (start -0.727064 -0.91) (end 0.727064 -0.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a798c56-845c-4bb2-a675-5812e0887583))
(fp_line (start -0.727064 0.91) (end 0.727064 0.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17f5c9c2-0f85-434e-977e-6fd8d03acc86))
(fp_line (start -2.28 -1.12) (end 2.28 -1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14416a91-be4f-4251-969d-89edc0237dfa))
(fp_line (start -2.28 1.12) (end -2.28 -1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c96a958-c5fb-4a06-854b-6c06b0992124))
(fp_line (start 2.28 -1.12) (end 2.28 1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f7066b7-363b-4ba2-b063-a9aaccbe8448))
(fp_line (start 2.28 1.12) (end -2.28 1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77d9ad44-039b-4176-8924-a253386d46a3))
(fp_line (start -1.6 -0.8) (end 1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a276012-2015-4deb-8617-f42e8444e52b))
(fp_line (start -1.6 0.8) (end -1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 918c86fe-4f0c-4a92-b377-d21930ec0c03))
(fp_line (start 1.6 -0.8) (end 1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3cf1406-5bb3-48e4-8a38-25ec7a720a44))
(fp_line (start 1.6 0.8) (end -1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9c6b7c0-0db3-4ce3-8806-aa7df0eafcfd))
(pad "1" smd roundrect (at -1.4625 0 270) (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2222222222)
(net 29 "Net-(J1-TXD)") (pintype "passive") (tstamp a07fd634-6226-4917-b5f6-6605fd0ba6cf))
(pad "2" smd roundrect (at 1.4625 0 270) (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2222222222)
(net 14 "Net-(A1-RX)") (pintype "passive") (tstamp 10a93db0-753a-4c65-b1b5-555c1e412657))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_1206_3216Metric" (layer "F.Cu")
(tstamp 0bc41236-4cff-46cb-81b5-69b49c2ec820)
(at 26.67 52.2625 90)
(descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "Sheetfile" "R503toFeather.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/2f50fa52-ae4f-4da8-889f-9dc8dc7b137d")
(attr smd)
(fp_text reference "R1" (at -3.6175 0 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b65fc1f6-ce60-4396-bf12-08a09d7928bb)
)
(fp_text value "0R" (at 4.0025 0 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 03247031-771a-43c7-a488-560e5b269ed7)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)))
(tstamp dd16c5f8-a3a7-404e-ad9f-36c6818de2fd)
)
(fp_line (start -0.727064 -0.91) (end 0.727064 -0.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bb10879-0a97-4bdd-bbcd-d9398a1fa91e))
(fp_line (start -0.727064 0.91) (end 0.727064 0.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 079e63fd-136d-4e63-8c31-1a5bfa5fad03))
(fp_line (start -2.28 -1.12) (end 2.28 -1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e3d8525-f4e5-4e68-bf89-3ab923cbd70a))
(fp_line (start -2.28 1.12) (end -2.28 -1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57b95dba-a0d5-406c-86a6-023d6b529f8d))
(fp_line (start 2.28 -1.12) (end 2.28 1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7a95756-882d-4205-8811-258ab08e9325))
(fp_line (start 2.28 1.12) (end -2.28 1.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6eabd3da-fdc6-45a6-9491-b7abd973a46a))
(fp_line (start -1.6 -0.8) (end 1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30164100-b8ab-419c-ab87-122e2498a7e7))
(fp_line (start -1.6 0.8) (end -1.6 -0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d15abfb9-5b3d-4835-9bc6-b5fa774c4ddc))
(fp_line (start 1.6 -0.8) (end 1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bb15cb5-41fa-45fd-b0e7-c4a44a00700b))
(fp_line (start 1.6 0.8) (end -1.6 0.8)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 440d8972-8a86-40b8-9151-0a836c07066d))
(pad "1" smd roundrect (at -1.4625 0 90) (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2222222222)
(net 30 "Net-(J1-RXD)") (pintype "passive") (tstamp 9067f508-8fda-47f0-a8d5-d1e80e5bac14))
(pad "2" smd roundrect (at 1.4625 0 90) (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2222222222)
(net 15 "Net-(A1-TX)") (pintype "passive") (tstamp 32f60550-3e14-4f75-b3af-9387d7b787d1))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_JST:JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal" (layer "F.Cu")
(tstamp 7a9f4e25-2b8f-4b69-9774-0243384faf9b)
(at 25.26 60.96)
(descr "JST SHL series connector, SM06B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator")
(tags "connector JST SHL top entry")
(property "Sheetfile" "R503toFeather.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x06, script generated")
(property "ki_keywords" "connector")
(path "/e8b83313-9901-44a4-a80f-0faa438c51ae")
(attr smd)
(fp_text reference "J1" (at 0 -3.5) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 108a9337-3d88-43c4-9a45-fbdef3746e21)
)
(fp_text value "MX1.0 6P" (at 0 3) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp af6d173d-40ce-4d37-a557-e234a94aad15)
)
(fp_text user "${REFERENCE}" (at 0 0.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6dd649b0-38b3-46f4-ad07-3cd7eced7697)
)
(fp_line (start -4.51 -1.41) (end -3.06 -1.41)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca7957c1-a5ff-4237-90e3-bf37b57c7f3f))
(fp_line (start -4.51 0.34) (end -4.51 -1.41)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 278f1522-5229-4845-9ede-dc4eb6d6a044))
(fp_line (start -4.51 2.56) (end -4.51 3.11)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d3caa43-3e04-47c0-831e-5207f83ca938))
(fp_line (start -4.51 3.11) (end 4.51 3.11)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7bb39dd-1098-4372-aabd-d9b845d91798))
(fp_line (start -3.06 -1.41) (end -3.06 -2.3)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c94a091-0845-49cb-8671-4ffa45071fe2))
(fp_line (start 4.51 -1.41) (end 3.06 -1.41)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e923a05-8b08-43aa-a6ec-85487f9cc6a5))
(fp_line (start 4.51 0.34) (end 4.51 -1.41)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f89b927-4fc7-4efb-b023-f254013eaab7))
(fp_line (start 4.51 3.11) (end 4.51 2.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48f39218-f72e-4e6d-8b76-bd91fbc4a524))
(fp_line (start -4.9 -2.8) (end -4.9 3.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45df9cce-09be-40c9-8fc1-6cdfec961e2c))
(fp_line (start -4.9 3.5) (end 4.9 3.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ffb33be-3fcb-4350-9289-f8de49144e3f))
(fp_line (start 4.9 -2.8) (end -4.9 -2.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6cfbc71-f0eb-4141-939a-c5216c655396))
(fp_line (start 4.9 3.5) (end 4.9 -2.8)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2972f721-e985-481e-80d8-9f864a63eb3f))
(fp_line (start -4.4 -1.3) (end -4.4 3)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1aca74c-c154-4546-9151-0c90be73ae69))
(fp_line (start -4.4 -1.3) (end 4.4 -1.3)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fdbc862-b6ab-4b66-b569-2b4edce8767b))
(fp_line (start -4.4 3) (end 4.4 3)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f73b740-c258-4f36-b7ad-2f78ed1a0af3))
(fp_line (start -3 -1.3) (end -2.5 -0.592893)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78735813-3278-4af7-a00f-3673de6650dc))
(fp_line (start -2.5 -0.592893) (end -2 -1.3)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e572b643-79bf-43ea-be15-f21d0d717615))
(fp_line (start 4.4 -1.3) (end 4.4 3)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a021b0b-d58b-443b-b287-60ba8f04782d))
(pad "1" smd roundrect (at -2.5 -1.675) (size 0.6 1.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "VCC") (pinfunction "DC3.3") (pintype "input") (tstamp 4a5d1744-2c5c-4f7a-a2ad-97b84b12c624))
(pad "2" smd roundrect (at -1.5 -1.675) (size 0.6 1.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 16 "Net-(A1-SPARE)") (pinfunction "GND") (pintype "power_in") (tstamp 5cd30ee4-83a4-40dd-9868-1c3cc38c512d))
(pad "3" smd roundrect (at -0.5 -1.675) (size 0.6 1.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 29 "Net-(J1-TXD)") (pinfunction "TXD") (pintype "output") (tstamp 7b3953b8-5516-43a1-ac72-0dd224de47c7))
(pad "4" smd roundrect (at 0.5 -1.675) (size 0.6 1.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 30 "Net-(J1-RXD)") (pinfunction "RXD") (pintype "input") (tstamp e0a59600-81c7-4277-be98-b7b1f85f5a25))
(pad "5" smd roundrect (at 1.5 -1.675) (size 0.6 1.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 4 "GND") (pinfunction "WAKEUP") (pintype "input") (tstamp 5f640818-5523-4d2e-ab76-7e8b6f9db351))
(pad "6" smd roundrect (at 2.5 -1.675) (size 0.6 1.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "VCC") (pinfunction "VT3.3") (pintype "input") (tstamp 5f87444b-6d61-4c8b-a665-a692dbf170e5))
(pad "MP" smd roundrect (at -3.95 1.45) (size 0.9 1.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 919e2118-77f5-4de3-b0d6-5bea3c57423b))
(pad "MP" smd roundrect (at 3.95 1.45) (size 0.9 1.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp f2eb66e9-240a-456a-b42b-0da448de17fc))
(model "${KICAD6_3DMODEL_DIR}/Connector_JST.3dshapes/JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Module:Adafruit_Feather" (layer "F.Cu")
(tstamp ef515195-4dfe-46d5-984d-c616515451c7)
(at 15.255 20.13)
(descr "Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification")
(tags "Adafruit Feather")
(property "Sheetfile" "R503toFeather.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Microcontroller module in various flavor, generic symbol")
(property "ki_keywords" "Adafruit feather microcontroller module")
(path "/45ceab42-f815-4289-ad13-ca1d35a066e4")
(attr through_hole)
(fp_text reference "A1" (at 10.16 -7.62) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d2e75b14-79bc-4d48-b051-5bb14f9a11ec)
)
(fp_text value "Adafruit_Feather_Generic" (at 10.16 45.72 180) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 56b2846d-35f0-4735-89cb-b1e5cc22883e)
)
(fp_text user "${REFERENCE}" (at 10.16 19.05 180) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c329c7f0-b8d8-45cb-a33e-3f0ec3b7a9b7)
)
(fp_line (start -1.7 1) (end -1.7 -1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3731933-28e3-4fde-985a-2b2297b5a004))
(fp_line (start -1.38 -3.81) (end -1.38 41.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4b9f5dd-ea94-4382-9ff7-52af8d4aab8f))
(fp_line (start 19.05 -6.46) (end 1.27 -6.46)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a23197cb-532f-430d-a1ef-16e64b6aa95e))
(fp_line (start 19.05 44.56) (end 1.27 44.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5046169a-25f5-46af-b0e9-2f113ae9a02f))
(fp_line (start 21.7 -3.81) (end 21.7 41.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f92b6d30-36c4-4426-9643-5d3b17f417f4))
(fp_arc (start -1.38 -3.81) (mid -0.603833 -5.683833) (end 1.27 -6.46)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7caa3230-9cb8-4edb-8c68-29881056d986))
(fp_arc (start 1.27 44.56) (mid -0.603833 43.783833) (end -1.38 41.91)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2eb072fe-0c6d-4da6-bdb7-d926f337902d))
(fp_arc (start 19.05 -6.46) (mid 20.923833 -5.683833) (end 21.7 -3.81)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b108a12-02bd-44d0-9356-655ed60c77d1))
(fp_arc (start 21.7 41.91) (mid 20.923833 43.783833) (end 19.05 44.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 304eec8a-4d02-420a-9a52-ba71ca9afdb8))
(fp_line (start -1.52 41.91) (end -1.52 -3.81)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed3b5850-faae-487b-a122-f1970f87cb9d))
(fp_line (start 19.05 -6.6) (end 1.27 -6.6)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e43b2b2-df7a-4953-a818-87a84ec8e20d))
(fp_line (start 19.05 44.7) (end 1.27 44.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cdb9d05-8c3c-4426-9cfe-a3f52b1632fb))
(fp_line (start 21.84 41.91) (end 21.84 -3.81)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b53f62c-d256-473f-b963-71ccbd2e30dd))
(fp_arc (start -1.52 -3.81) (mid -0.702828 -5.782828) (end 1.27 -6.6)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 208882c0-dc8a-40bc-97a1-87d256913029))
(fp_arc (start 1.27 44.7) (mid -0.702828 43.882828) (end -1.52 41.91)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 811c68ee-7f9a-46db-b811-3565ea60826d))
(fp_arc (start 19.05 -6.6) (mid 21.022828 -5.782828) (end 21.84 -3.81)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 503f1b49-e649-4cc2-97c9-042cb7d3d2b0))
(fp_arc (start 21.84 41.91) (mid 21.022828 43.882828) (end 19.05 44.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d712c379-e3b1-454a-9f73-d0618e5bb7d3))
(fp_line (start -1.27 -3.81) (end -1.27 41.91)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 804f48b0-3882-4742-a70e-9c9be3da7d08))
(fp_line (start -1.27 -0.889) (end -0.381 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cea16879-c461-4645-ab15-5406258123dd))
(fp_line (start -0.381 0) (end -1.27 0.889)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73cec7be-b14b-4f10-aaa3-a5cb95186bf3))
(fp_line (start 1.27 44.45) (end 19.05 44.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7107c3a9-eb27-4eee-bc91-681e59cc6df0))
(fp_line (start 19.05 -6.35) (end 1.27 -6.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95efa8fc-0689-4ed9-8d5a-ae4a0612fd2b))
(fp_line (start 21.59 41.91) (end 21.59 -3.81)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0518bc2-14b4-48f3-8f91-647a1807d271))
(fp_arc (start -1.27 -3.81) (mid -0.526051 -5.606051) (end 1.27 -6.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c707b882-d3f9-4d8c-9d42-fde8e40be782))
(fp_arc (start 1.221238 44.449532) (mid -0.543209 43.688728) (end -1.27 41.91)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a73fd56-d59b-4d6c-9905-d15a2ef40369))
(fp_arc (start 19.05 -6.35) (mid 20.846051 -5.606051) (end 21.59 -3.81)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25e59ed9-253e-43d5-acee-ab370b023668))
(fp_arc (start 21.59 41.91) (mid 20.846051 43.706051) (end 19.05 44.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5db6a005-e883-4028-94d3-dd8fbff7d6f8))
(pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 1 "unconnected-(A1-~{RESET}-Pad1)") (pinfunction "~{RESET}") (pintype "input+no_connect") (tstamp 898722cf-65e2-4096-94da-f26784f97bb2))
(pad "2" thru_hole circle (at 0 2.54 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 2 "VCC") (pinfunction "3V3") (pintype "power_in") (tstamp ece90c64-7887-48ca-b7dd-97a68d4ec30f))
(pad "3" thru_hole circle (at 0 5.08 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 3 "unconnected-(A1-AREF-Pad3)") (pinfunction "AREF") (pintype "input+no_connect") (tstamp 36077a4d-78e1-4ce1-a787-b643fd2f78cb))
(pad "4" thru_hole circle (at 0 7.62 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 4 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 465179e8-d3f6-46e3-a709-9a6ef25f38ca))
(pad "5" thru_hole circle (at 0 10.16 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 5 "unconnected-(A1-A0-Pad5)") (pinfunction "A0") (pintype "bidirectional+no_connect") (tstamp 29025cb9-b059-483a-96ba-ebe41db9e8ac))
(pad "6" thru_hole circle (at 0 12.7 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 6 "unconnected-(A1-A1-Pad6)") (pinfunction "A1") (pintype "bidirectional+no_connect") (tstamp c54db04b-7971-45c6-b7ce-524dd4627d34))
(pad "7" thru_hole circle (at 0 15.24 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 7 "unconnected-(A1-A2-Pad7)") (pinfunction "A2") (pintype "bidirectional+no_connect") (tstamp d3bd52d8-79f6-44a2-a9c6-be03a5553f14))
(pad "8" thru_hole circle (at 0 17.78 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 8 "unconnected-(A1-A3-Pad8)") (pinfunction "A3") (pintype "bidirectional+no_connect") (tstamp 566f870f-6e86-4a78-be9e-1cd82b823c98))
(pad "9" thru_hole circle (at 0 20.32 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 9 "unconnected-(A1-A4-Pad9)") (pinfunction "A4") (pintype "bidirectional+no_connect") (tstamp e43e3609-ec9f-435d-8626-41523948cda2))
(pad "10" thru_hole circle (at 0 22.86 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 10 "unconnected-(A1-A5-Pad10)") (pinfunction "A5") (pintype "bidirectional+no_connect") (tstamp 2f25b94a-8e66-48e5-a198-c7155d1e6056))
(pad "11" thru_hole circle (at 0 25.4 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 11 "unconnected-(A1-SCK-Pad11)") (pinfunction "SCK") (pintype "bidirectional+no_connect") (tstamp 2bd900f0-c53d-436b-8ebd-a92be6f55ec5))
(pad "12" thru_hole circle (at 0 27.94 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 12 "unconnected-(A1-MOSI-Pad12)") (pinfunction "MOSI") (pintype "bidirectional+no_connect") (tstamp 48345912-f422-437c-bc75-1c21fce54027))
(pad "13" thru_hole circle (at 0 30.48 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 13 "unconnected-(A1-MISO-Pad13)") (pinfunction "MISO") (pintype "bidirectional+no_connect") (tstamp fcce1740-cda7-47d4-b950-821d7fd9b7f2))
(pad "14" thru_hole circle (at 0 33.02 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 14 "Net-(A1-RX)") (pinfunction "RX") (pintype "bidirectional") (tstamp 76453a9e-0876-457f-83e6-a673cc291dd6))
(pad "15" thru_hole circle (at 0 35.56 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 15 "Net-(A1-TX)") (pinfunction "TX") (pintype "bidirectional") (tstamp 7cdb4b30-52b7-4f6d-8fe7-60d8a5e4cdd8))
(pad "16" thru_hole circle (at 0 38.1 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 16 "Net-(A1-SPARE)") (pinfunction "SPARE") (pintype "bidirectional") (tstamp 41187620-7d5c-477c-a9b7-6b5eb261a0d8))
(pad "17" thru_hole circle (at 20.32 38.1 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 17 "unconnected-(A1-SDA-Pad17)") (pinfunction "SDA") (pintype "bidirectional+no_connect") (tstamp 6b49717a-cb0b-4c91-b134-a2101e35f662))
(pad "18" thru_hole circle (at 20.32 35.56 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 18 "unconnected-(A1-SCL-Pad18)") (pinfunction "SCL") (pintype "bidirectional+no_connect") (tstamp 64f1e4bf-f0c0-436c-b3de-b2aac8e5e85e))
(pad "19" thru_hole circle (at 20.32 33.02 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 19 "unconnected-(A1-D0-Pad19)") (pinfunction "D0") (pintype "bidirectional+no_connect") (tstamp ac1b7d52-03e3-4a0d-85bd-95d7eb1483a2))
(pad "20" thru_hole circle (at 20.32 30.48 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 20 "unconnected-(A1-D1-Pad20)") (pinfunction "D1") (pintype "bidirectional+no_connect") (tstamp 09df8b67-9e23-4416-83f6-9feef795a8b6))
(pad "21" thru_hole circle (at 20.32 27.94 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 21 "unconnected-(A1-D2-Pad21)") (pinfunction "D2") (pintype "bidirectional+no_connect") (tstamp 38578119-7ef6-48eb-a14e-7e4ea6b0fd32))
(pad "22" thru_hole circle (at 20.32 25.4 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 22 "unconnected-(A1-D3-Pad22)") (pinfunction "D3") (pintype "bidirectional+no_connect") (tstamp 3ed2fdc2-ed43-4af1-bb7a-4e49aaec2d4e))
(pad "23" thru_hole circle (at 20.32 22.86 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 23 "unconnected-(A1-D4-Pad23)") (pinfunction "D4") (pintype "bidirectional+no_connect") (tstamp 08db6f68-5086-46a3-bf10-e4a608313364))
(pad "24" thru_hole circle (at 20.32 20.32 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 24 "unconnected-(A1-D5-Pad24)") (pinfunction "D5") (pintype "bidirectional+no_connect") (tstamp 652b54aa-19ae-4bb9-b4e2-5e5a2fad49b1))
(pad "25" thru_hole circle (at 20.32 17.78 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 25 "unconnected-(A1-D6-Pad25)") (pinfunction "D6") (pintype "bidirectional+no_connect") (tstamp 4d408edb-bf7b-462c-82a6-bc7375afcaf0))
(pad "26" thru_hole circle (at 20.32 15.24 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 26 "unconnected-(A1-USB-Pad26)") (pinfunction "USB") (pintype "power_in+no_connect") (tstamp d31220c1-bb40-4c41-892a-303ff13d3fc2))
(pad "27" thru_hole circle (at 20.32 12.7 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 27 "unconnected-(A1-EN-Pad27)") (pinfunction "EN") (pintype "input+no_connect") (tstamp 3bbd0716-9b15-4cc0-aee1-222e8816f31b))
(pad "28" thru_hole circle (at 20.32 10.16 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
(net 28 "unconnected-(A1-VBAT-Pad28)") (pinfunction "VBAT") (pintype "power_in+no_connect") (tstamp 1b70a5cf-f33e-4539-8fb4-863edbdee63f))
(model "${KICAD6_3DMODEL_DIR}/Module.3dshapes/Adafruit_Feather.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_text "MimoFPS" (at 31.75 22.86 90) (layer "B.SilkS") (tstamp 01a6909c-7c4b-44fd-bac0-86cbb643c096)
(effects (font (size 5 5) (thickness 0.15)) (justify left bottom mirror))
)
(gr_text "MimoCAD" (at 25.4 22.86 90) (layer "B.SilkS") (tstamp beb05069-2524-4981-8440-fccde2baa469)
(effects (font (size 5 5) (thickness 0.75)) (justify left bottom mirror))
)
(gr_text "MimoFPS" (at 31.75 55.88 90) (layer "F.SilkS") (tstamp 5a1be62a-2cfe-4691-bded-0d633509ae77)
(effects (font (size 5 5) (thickness 0.15)) (justify left bottom))
)
(gr_text "MimoCAD" (at 25.4 57.15 90) (layer "F.SilkS") (tstamp e1a30196-43d8-4096-8250-e1cca3189e15)
(effects (font (size 5 5) (thickness 0.75)) (justify left bottom))
)
(segment (start 25.4 60.96) (end 26.71 60.96) (width 0.3) (layer "F.Cu") (net 2) (tstamp 0eb6ef70-5b97-4f71-8201-99712e891a02))
(segment (start 25.4 60.96) (end 33.02 60.96) (width 0.3) (layer "F.Cu") (net 2) (tstamp 1d66a793-2836-4c70-888b-b6a9be600894))
(segment (start 26.71 60.96) (end 27.76 59.91) (width 0.3) (layer "F.Cu") (net 2) (tstamp 328b7037-20d0-4704-9f8f-d9e22422183c))
(segment (start 33.02 60.96) (end 33.02 39.37) (width 0.3) (layer "F.Cu") (net 2) (tstamp 538d815e-52c2-4338-81c3-efc459e81d8b))
(segment (start 23.81 60.96) (end 25.4 60.96) (width 0.3) (layer "F.Cu") (net 2) (tstamp 59f29545-4f08-412a-b044-cdb9bf2d8154))
(segment (start 33.02 39.37) (end 16.32 22.67) (width 0.3) (layer "F.Cu") (net 2) (tstamp 680f5506-c93c-49c1-9d05-b187ecd87f3f))
(segment (start 27.76 59.91) (end 27.76 59.285) (width 0.3) (layer "F.Cu") (net 2) (tstamp b20f7017-2df7-4a8a-bb8b-ecec90eb311d))
(segment (start 16.32 22.67) (end 15.255 22.67) (width 0.3) (layer "F.Cu") (net 2) (tstamp b3607096-dec5-4f57-a868-67e3518331ae))
(segment (start 22.76 59.285) (end 22.76 59.91) (width 0.3) (layer "F.Cu") (net 2) (tstamp c33a7d76-42fc-47b7-ba70-f6bb61026fea))
(segment (start 22.76 59.91) (end 23.81 60.96) (width 0.3) (layer "F.Cu") (net 2) (tstamp f57ba39a-c83a-4130-992c-b648a14917e5))
(segment (start 30.48 39.37) (end 18.86 27.75) (width 0.3) (layer "F.Cu") (net 4) (tstamp 37db91b6-b00c-4912-b31d-c5a8a435206d))
(segment (start 30.48 52.07) (end 30.48 39.37) (width 0.3) (layer "F.Cu") (net 4) (tstamp 45409e22-31ee-437b-9f3e-bc6d939e2bd2))
(segment (start 26.76 55.79) (end 30.48 52.07) (width 0.3) (layer "F.Cu") (net 4) (tstamp c83b3623-9261-4796-8925-df627c5185c3))
(segment (start 18.86 27.75) (end 15.255 27.75) (width 0.3) (layer "F.Cu") (net 4) (tstamp eb418816-3574-4b5c-a291-91b25cdee6d1))
(segment (start 26.76 59.285) (end 26.76 55.79) (width 0.3) (layer "F.Cu") (net 4) (tstamp ed055f65-6f48-41b2-9408-d0e43736d159))
(segment (start 26.0425 51.8125) (end 28.1975 51.8125) (width 0.5) (layer "F.Cu") (net 14) (tstamp 18251720-cfcb-4e41-a424-0146ea175479))
(segment (start 29.21 49.53) (end 27.94 48.26) (width 0.5) (layer "F.Cu") (net 14) (tstamp 3506d1e0-325d-46aa-aa88-6d747fd4519b))
(segment (start 24.13 53.725) (end 26.0425 51.8125) (width 0.5) (layer "F.Cu") (net 14) (tstamp 4babdda0-b0f5-448a-99fd-89af149190db))
(segment (start 28.1975 51.8125) (end 29.21 50.8) (width 0.5) (layer "F.Cu") (net 14) (tstamp 90414920-5e09-4062-ba86-c851fd786f56))
(segment (start 22.86 48.26) (end 17.97 53.15) (width 0.5) (layer "F.Cu") (net 14) (tstamp b043002f-9939-47d6-b8a2-dffb929b247c))
(segment (start 29.21 50.8) (end 29.21 49.53) (width 0.5) (layer "F.Cu") (net 14) (tstamp b16c5322-27a7-45cc-88c6-24b60e6f8ada))
(segment (start 27.94 48.26) (end 22.86 48.26) (width 0.5) (layer "F.Cu") (net 14) (tstamp c226b3a9-983e-4de7-b588-23a7c0569588))
(segment (start 17.97 53.15) (end 15.255 53.15) (width 0.5) (layer "F.Cu") (net 14) (tstamp f68cb7cf-3cd5-4c0b-8aeb-a62fab8dd98f))
(segment (start 26.67 50.8) (end 26.67 49.53) (width 0.5) (layer "F.Cu") (net 15) (tstamp 134c0027-9eb1-45db-ae5e-ba303eed6ef4))
(segment (start 22.86 49.53) (end 16.7 55.69) (width 0.5) (layer "F.Cu") (net 15) (tstamp 406a939b-a153-4ea2-bd5b-78f1814294b7))
(segment (start 26.67 49.53) (end 22.86 49.53) (width 0.5) (layer "F.Cu") (net 15) (tstamp 55d9d96f-9b94-4541-a751-73f8aa654a4b))
(segment (start 16.7 55.69) (end 15.255 55.69) (width 0.5) (layer "F.Cu") (net 15) (tstamp d4e8b951-a450-4842-bc91-b9791fee50d6))
(segment (start 23.76 59.285) (end 23.76 58.66) (width 0.5) (layer "F.Cu") (net 16) (tstamp 3a89848d-ead0-453d-ab3f-70a5064c2408))
(segment (start 23.76 58.66) (end 20.98 55.88) (width 0.5) (layer "F.Cu") (net 16) (tstamp 48e4cc6c-9ddb-4ab3-af19-999bc224393c))
(segment (start 16.7 58.23) (end 15.255 58.23) (width 0.5) (layer "F.Cu") (net 16) (tstamp 6e16f3f9-80db-4fff-ad5d-0f04c467da8d))
(segment (start 20.98 55.88) (end 19.05 55.88) (width 0.5) (layer "F.Cu") (net 16) (tstamp 965b594e-12c7-4cfe-9a8b-eb7ca365c7c1))
(segment (start 19.05 55.88) (end 16.7 58.23) (width 0.5) (layer "F.Cu") (net 16) (tstamp ba645432-7a24-49c6-90ad-7f461546f1f9))
(segment (start 24.76 57.78) (end 21.59 54.61) (width 0.5) (layer "F.Cu") (net 29) (tstamp 3e4cf394-3e38-46b4-a526-cc6a607330ea))
(segment (start 21.59 54.61) (end 21.59 53.34) (width 0.5) (layer "F.Cu") (net 29) (tstamp 4ed4ea0f-b13d-4442-ac34-a8752504ce7f))
(segment (start 21.59 53.34) (end 24.13 50.8) (width 0.5) (layer "F.Cu") (net 29) (tstamp a7e9bb03-9cc2-4975-9ae6-b3d627d2c6e0))
(segment (start 24.76 59.285) (end 24.76 57.78) (width 0.5) (layer "F.Cu") (net 29) (tstamp fc310244-38e1-45d9-84c5-5742f51bc192))
(segment (start 25.76 54.635) (end 26.67 53.725) (width 0.5) (layer "F.Cu") (net 30) (tstamp 54dda915-c08a-44cf-ab83-0b67378fb5c3))
(segment (start 25.76 59.285) (end 25.76 54.635) (width 0.5) (layer "F.Cu") (net 30) (tstamp b9659314-1f01-4824-ab74-adffd2536db3))
)